Trace number 2097905

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 25.4931 25.7487

DiagnosticValue
CHECKS659537
NODES0

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5853
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097905-1247414151.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.38/0.43	   
0.38/0.43	   variables being loaded...
0.58/0.60	     nbVariables=600  nbDomainTypes=28  minDomainSize=42  maxDomainSize=302  nbTotalValues=109658
0.58/0.60	       =>  wckTime=0.361  cpuTime=0.26  mem=12M779
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
20.68/20.98	   
20.68/20.98	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 32M945)
24.54/24.86	     nbConstraints=4778  nbGlobalConstraints=1  nbMergedConstraints=4219  nbConvertedConstraints=1118
24.54/24.86	     nbConvertConstraintsChecks=42246044  nbExtensionStructures=1020  nbSharedExtensionStructures=163
24.54/24.86	     nbConflictsStructures=1565  nbSharedConflictsStructures=229  nbUnbuiltConflictsStructures=2717
24.54/24.87	     nbSharedBinaryRepresentations=237185  nbEvaluationManagers=3262  nbSharedEvaluationManagers=397  minDegree=4
24.54/24.87	     maxDegree=22  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.489
24.54/24.87	     symmetryCpuTime=0.37  nbCliques=1
24.54/24.87	       =>  wckTime=24.62  cpuTime=23.57  mem=71M327
24.84/25.13	   
24.84/25.13	   solver IterativeSystematicSolver being built... 
24.94/25.26	   
24.94/25.26	   INFO : Forward propagation technique limited 
25.04/25.35	       =>  wckTime=25.11  cpuTime=23.76  mem=77M267
25.43/25.71	   
25.43/25.71	   preprocessing
25.43/25.71	     nbConstraintChecks=659537  nbValidityChecks=36191  nbPropagations=117  nbRevisions=1307  nbUselessRevisions=847
25.43/25.71	     nbRemovedValues=14386  detectedInconsistency=yes
25.43/25.71	       =>  wckTime=0.355  cpuTime=0.34  mem=78M305
25.43/25.72	   
25.43/25.72	   global
25.43/25.72	     nbConstraintChecks=659537  nbValidityChecks=36191  nbPropagations=117  nbRevisions=1307  nbUselessRevisions=847
25.43/25.72	     nbRestartNogoods=0  solvingWckTime=0.358  solvingCpuTime=0.35  expiredTime=no  totalExploration=yes
25.43/25.72	     nbFoundSolutions=0  globalCpuTime=24.17
25.43/25.72	       =>  wckTime=25.472  cpuTime=24.11  mem=78M305
25.43/25.72	   
25.43/25.72	s UNSATISFIABLE
25.43/25.72	d NODES 0
25.43/25.72	d CHECKS 659537
25.43/25.72	   
25.43/25.72	   totalWckTime=25.533  totalCpuTime=24.17

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097905-1247414151/watcher-2097905-1247414151 -o /tmp/evaluation-result-2097905-1247414151/solver-2097905-1247414151 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097905-1247414151.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 4/80 30890
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=18576 CPUtime=0
/proc/30890/stat : 30890 (runsolver) R 30888 30890 27423 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28479014 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30890/statm: 4644 284 249 26 0 2626 0

[startup+0.048471 s]
/proc/loadavg: 2.04 2.01 2.00 4/80 30890
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=861936 CPUtime=0.03
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 2294 0 1 0 2 1 0 0 18 0 5 0 28479014 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.106328 s]
/proc/loadavg: 2.04 2.01 2.00 4/80 30890
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=865984 CPUtime=0.09
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 3773 0 1 0 7 2 0 0 18 0 9 0 28479014 886767616 3227 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216496 3227 1703 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301351 s]
/proc/loadavg: 2.04 2.01 2.00 4/80 30890
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=866144 CPUtime=0.28
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 5659 0 1 0 25 3 0 0 18 0 9 0 28479014 886931456 5062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216536 5062 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701397 s]
/proc/loadavg: 2.04 2.01 2.00 4/80 30890
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=867200 CPUtime=0.68
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 8527 0 1 0 63 5 0 0 18 0 9 0 28479014 888012800 7881 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216800 7881 2032 9 0 211236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50249 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 30899
/proc/meminfo: memFree=1686432/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=867728 CPUtime=1.47
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 19159 0 1 0 137 10 0 0 18 0 9 0 28479014 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216932 18485 2029 9 0 211390 0
[pid=30890/tid=30892] ppid=30888 vsize=867728 CPUtime=1.19
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 15826 0 1 0 111 8 0 0 25 0 9 0 28479016 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4126910711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=867728 CPUtime=0.06
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28479018 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479020 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=867728 CPUtime=0.19
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 688 0 0 0 19 0 0 0 16 0 9 0 28479020 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479020 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479020 888553472 18485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867728

[startup+3.10267 s]
/proc/loadavg: 2.04 2.01 2.00 4/89 30899
/proc/meminfo: memFree=1656608/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=867728 CPUtime=3.06
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 19195 0 1 0 295 11 0 0 18 0 9 0 28479014 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216932 18520 2029 9 0 211390 0
[pid=30890/tid=30892] ppid=30888 vsize=867728 CPUtime=2.74
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 15830 0 1 0 265 9 0 0 25 0 9 0 28479016 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4126915376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=867728 CPUtime=0.06
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 1943 0 0 0 6 0 0 0 17 0 9 0 28479018 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479020 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=867728 CPUtime=0.22
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 720 0 0 0 22 0 0 0 15 0 9 0 28479020 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479020 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479020 888553472 18520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867728

[startup+6.30104 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 30899
/proc/meminfo: memFree=1656480/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=867728 CPUtime=6.23
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 19205 0 1 0 611 12 0 0 18 0 9 0 28479014 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216932 18528 2031 9 0 211390 0
[pid=30890/tid=30892] ppid=30888 vsize=867728 CPUtime=5.91
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 15834 0 1 0 581 10 0 0 25 0 9 0 28479016 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4126910711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=867728 CPUtime=0.06
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28479018 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479020 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=867728 CPUtime=0.23
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 726 0 0 0 23 0 0 0 15 0 9 0 28479020 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479020 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479020 888553472 18528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867728

[startup+12.7018 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 30899
/proc/meminfo: memFree=1656416/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=867728 CPUtime=12.56
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 19216 0 1 0 1243 13 0 0 18 0 9 0 28479014 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 216932 18536 2031 9 0 211390 0
[pid=30890/tid=30892] ppid=30888 vsize=867728 CPUtime=12.23
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 15838 0 1 0 1212 11 0 0 25 0 9 0 28479016 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4126936439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=867728 CPUtime=0.06
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28479018 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479018 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28479020 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=867728 CPUtime=0.24
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 733 0 0 0 24 0 0 0 16 0 9 0 28479020 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28479020 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=867728 CPUtime=0
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28479020 888553472 18536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867728

[startup+25.5022 s]
/proc/loadavg: 2.10 2.03 2.00 3/89 30903
/proc/meminfo: memFree=1619168/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=868140 CPUtime=25.23
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 48871 538 1 0 2491 26 5 1 18 0 9 0 28479014 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 217035 28536 2662 9 0 211471 0
[pid=30890/tid=30892] ppid=30888 vsize=868140 CPUtime=24.16
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 24604 538 1 0 2394 16 5 1 25 0 9 0 28479016 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4126912027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=868140 CPUtime=0.72
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 22455 538 0 0 60 6 5 1 18 0 9 0 28479018 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 21 538 0 0 0 0 5 1 17 0 9 0 28479018 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 15 538 0 0 0 0 5 1 16 0 9 0 28479018 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 538 0 0 0 0 5 1 18 0 9 0 28479020 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=868140 CPUtime=0.43
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 953 538 0 0 36 1 5 1 15 0 9 0 28479020 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 538 0 0 0 0 5 1 19 0 9 0 28479020 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 13 538 0 0 0 0 5 1 15 0 9 0 28479020 888975360 28536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868140

Solver just ended. Dumping a history of the last processes samples

[startup+25.7023 s]
/proc/loadavg: 2.10 2.03 2.00 3/89 30903
/proc/meminfo: memFree=1619168/2055920 swapFree=4192812/4192956
[pid=30890] ppid=30888 vsize=868140 CPUtime=25.43
/proc/30890/stat : 30890 (java) S 30888 30890 27423 0 -1 0 48874 538 1 0 2511 26 5 1 18 0 9 0 28479014 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30890/statm: 217035 28539 2662 9 0 211471 0
[pid=30890/tid=30892] ppid=30888 vsize=868140 CPUtime=24.35
/proc/30890/task/30892/stat : 30892 (java) R 30888 30890 27423 0 -1 64 24604 538 1 0 2413 16 5 1 25 0 9 0 28479016 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4126914785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30893] ppid=30888 vsize=868140 CPUtime=0.72
/proc/30890/task/30893/stat : 30893 (java) S 30888 30890 27423 0 -1 64 22455 538 0 0 60 6 5 1 18 0 9 0 28479018 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30894] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30894/stat : 30894 (java) S 30888 30890 27423 0 -1 64 21 538 0 0 0 0 5 1 17 0 9 0 28479018 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30895] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30895/stat : 30895 (java) S 30888 30890 27423 0 -1 64 15 538 0 0 0 0 5 1 16 0 9 0 28479018 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30896] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30896/stat : 30896 (java) S 30888 30890 27423 0 -1 64 1 538 0 0 0 0 5 1 18 0 9 0 28479020 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30897] ppid=30888 vsize=868140 CPUtime=0.43
/proc/30890/task/30897/stat : 30897 (java) S 30888 30890 27423 0 -1 64 956 538 0 0 36 1 5 1 15 0 9 0 28479020 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30898] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30898/stat : 30898 (java) S 30888 30890 27423 0 -1 64 1 538 0 0 0 0 5 1 19 0 9 0 28479020 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30890/tid=30899] ppid=30888 vsize=868140 CPUtime=0.06
/proc/30890/task/30899/stat : 30899 (java) S 30888 30890 27423 0 -1 64 13 538 0 0 0 0 5 1 15 0 9 0 28479020 888975360 28539 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 868140

Child status: 0
Real time (s): 25.7487
CPU time (s): 25.4931
CPU user time (s): 25.1922
CPU system time (s): 0.300954
CPU usage (%): 99.0075
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1922
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2132
involuntary context switches= 2658

runsolver used 0.044993 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 17:55:51
IDJOB=2097905
IDBENCH=57973
IDSOLVER=773
FILE ID=node62/2097905-1247414151
PBS_JOBID= 9510522
Free space on /tmp= 66344 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097905-1247414151/watcher-2097905-1247414151 -o /tmp/evaluation-result-2097905-1247414151/solver-2097905-1247414151 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097905-1247414151.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=1082312859

node62.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723784 kB
Buffers:         41292 kB
Cached:         141968 kB
SwapCached:          0 kB
Active:         189124 kB
Inactive:        83988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         110332 kB
Slab:            43880 kB
Committed_AS:  1004884 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 17:56:17