Trace number 2097389

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 ACSAT 2.37864 2.4129

DiagnosticValue
CHECKS3661390
NODES477

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-19.xml
MD5SUMcfcc3aebf4e56b5e604c1aff549a2df8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size356
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2097389-1247412244.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.38/0.40	     nbVariables=50  nbDomainTypes=22  minDomainSize=276  maxDomainSize=356  nbTotalValues=15442
0.38/0.40	       =>  wckTime=0.162  cpuTime=0.13  mem=7M892
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
1.57/1.68	     nbConstraints=330  nbGlobalConstraints=257  nbConvertedConstraints=73  nbConvertConstraintsChecks=3438871
1.57/1.68	     nbExtensionStructures=38  nbSharedExtensionStructures=35  nbConflictsStructures=38  nbSharedConflictsStructures=35
1.57/1.68	     nbSharedBinaryRepresentations=11517  minDegree=9  maxDegree=18  minArity=2  avgArity=2.06  maxArity=6
1.57/1.68	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.085  symmetryCpuTime=0.04  nbCliques=5
1.57/1.68	       =>  wckTime=1.441  cpuTime=1.24  mem=18M796
1.66/1.74	   
1.66/1.74	   solver IterativeSystematicSolver being built... 
1.77/1.81	   
1.77/1.81	   INFO : Forward propagation technique limited 
1.77/1.87	       =>  wckTime=1.631  cpuTime=1.36  mem=22M59
1.77/1.88	   
1.77/1.88	   preprocessing
1.77/1.88	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.77/1.88	     detectedInconsistency=no
1.77/1.88	       =>  wckTime=0.0060  cpuTime=0.01  mem=22M59
2.25/2.39	   
2.25/2.39	   search
2.25/2.39	     run=7  nbConstraintChecks=3661389  minDepth=5  maxDepth=50  nbPropagations=23187  nbRevisions=34470
2.25/2.39	     nbUselessRevisions=21483  nbAssignments=477  nbFailedAssignments=321  nbBacktracks=41  nbVisitedNodes=835
2.25/2.39	     nbRestartNogoods=210  nbFoundSolutions=1  mapSize=37  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
2.25/2.39	     nbREliminables=4.01  nbIEliminables=3.54  nbDEliminables=0  nbPEliminables=0
2.25/2.39	       =>  wckTime=0.518  cpuTime=0.46  mem=31M812
2.25/2.39	   
2.25/2.39	   global
2.25/2.39	     nbConstraintChecks=3661389  nbPropagations=23237  nbRevisions=34470  nbUselessRevisions=21483  nbRestartNogoods=210
2.25/2.39	     solvingWckTime=0.521  solvingCpuTime=0.46  expiredTime=no  totalExploration=no  nbFoundSolutions=1
2.25/2.39	     firstSolutionCpuTime=1.82  globalCpuTime=1.87
2.25/2.39	       =>  wckTime=2.155  cpuTime=1.82  mem=31M812
2.25/2.39	   
2.25/2.39	s SATISFIABLE
2.25/2.39	v 184 185 281 280 100 98 0 1 226 227 115 116 278 277 74 73 184 185 0 1 188 187 56 55 90 91 277 276 0 1 275 274 0 1 115 116 56 55 188 187 97 98 168 167 190 191 282 281 1 0 
2.25/2.39	d NODES 477
2.25/2.39	d CHECKS 3661389
2.25/2.40	   
2.34/2.40	   totalWckTime=2.211  totalCpuTime=1.87

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097389-1247412244/watcher-2097389-1247412244 -o /tmp/evaluation-result-2097389-1247412244/solver-2097389-1247412244 -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-2097389-1247412244.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: 1.99 1.98 1.99 4/80 30728
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=1616 CPUtime=0
/proc/30728/stat : 30728 (java) D 30726 30728 27423 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 28288357 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/30728/statm: 404 145 119 9 0 46 0

[startup+0.071512 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 30728
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=864024 CPUtime=0.05
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 2910 0 1 0 4 1 0 0 18 0 9 0 28288357 884760576 2421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216006 2421 1148 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102508 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 30728
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=865984 CPUtime=0.09
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 28288357 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216496 3238 1708 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301533 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 30728
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=866296 CPUtime=0.29
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 5698 0 1 0 26 3 0 0 18 0 9 0 28288357 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216574 5101 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701577 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 30728
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=867192 CPUtime=0.68
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 8075 0 1 0 64 4 0 0 18 0 9 0 28288357 888004608 7427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216798 7427 2038 9 0 211234 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867192

[startup+1.50267 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30737
/proc/meminfo: memFree=1682408/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=867192 CPUtime=1.47
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 8799 0 1 0 141 6 0 0 18 0 9 0 28288357 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216798 8150 2039 9 0 211234 0
[pid=30728/tid=30730] ppid=30726 vsize=867192 CPUtime=1.31
/proc/30728/task/30730/stat : 30730 (java) R 30726 30728 27423 0 -1 64 7574 0 1 0 126 5 0 0 25 0 9 0 28288358 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4126775178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 27423 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28288359 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30732] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 27423 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28288359 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30733] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 27423 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28288359 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30734] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28288362 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30735] ppid=30726 vsize=867192 CPUtime=0.14
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 27423 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 28288362 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30736] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 27423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28288362 888004608 8150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30737] ppid=30726 vsize=867192 CPUtime=0
/proc/30728/task/30737/stat : 30737 (java) S 30726 30728 27423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28288362 888004608 8150 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) 867192

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

[startup+1.90271 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30737
/proc/meminfo: memFree=1682408/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=867648 CPUtime=1.87
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 17068 288 1 0 177 10 0 0 18 0 9 0 28288357 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216912 10825 2657 9 0 211348 0
[pid=30728/tid=30730] ppid=30726 vsize=867648 CPUtime=1.59
/proc/30728/task/30730/stat : 30730 (java) R 30726 30728 27423 0 -1 64 12413 288 1 0 152 7 0 0 25 0 9 0 28288358 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4126961415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=867648 CPUtime=0.04
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 27423 0 -1 64 3084 288 0 0 4 0 0 0 16 0 9 0 28288359 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30732] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 27423 0 -1 64 17 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30733] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 27423 0 -1 64 12 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30734] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 27423 0 -1 64 2 288 0 0 0 0 0 0 18 0 9 0 28288362 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30735] ppid=30726 vsize=867648 CPUtime=0.19
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 27423 0 -1 64 727 288 0 0 19 0 0 0 16 0 9 0 28288362 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30736] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 27423 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 28288362 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30737] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30737/stat : 30737 (java) S 30726 30728 27423 0 -1 64 5 288 0 0 0 0 0 0 15 0 9 0 28288362 888471552 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 867648

[startup+2.30277 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30741
/proc/meminfo: memFree=1667944/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=867648 CPUtime=2.25
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 18902 288 1 0 214 11 0 0 18 0 9 0 28288357 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216912 12656 2658 9 0 211348 0
[pid=30728/tid=30730] ppid=30726 vsize=867648 CPUtime=1.93
/proc/30728/task/30730/stat : 30730 (java) R 30726 30728 27423 0 -1 64 14216 288 1 0 185 8 0 0 25 0 9 0 28288358 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4126993477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=867648 CPUtime=0.04
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 27423 0 -1 64 3084 288 0 0 4 0 0 0 16 0 9 0 28288359 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30732] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 27423 0 -1 64 17 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30733] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 27423 0 -1 64 12 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30734] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 27423 0 -1 64 2 288 0 0 0 0 0 0 18 0 9 0 28288362 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30735] ppid=30726 vsize=867648 CPUtime=0.24
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 27423 0 -1 64 758 288 0 0 24 0 0 0 15 0 9 0 28288362 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30736] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 27423 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 28288362 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30737] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30737/stat : 30737 (java) S 30726 30728 27423 0 -1 64 5 288 0 0 0 0 0 0 15 0 9 0 28288362 888471552 12656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 867648

[startup+2.40178 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30741
/proc/meminfo: memFree=1667944/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=867648 CPUtime=2.34
/proc/30728/stat : 30728 (java) S 30726 30728 27423 0 -1 0 19592 288 1 0 223 11 0 0 18 0 9 0 28288357 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 216912 13344 2658 9 0 211348 0
[pid=30728/tid=30730] ppid=30726 vsize=867648 CPUtime=2.03
/proc/30728/task/30730/stat : 30730 (java) R 30726 30728 27423 0 -1 64 14905 288 1 0 194 9 0 0 25 0 9 0 28288358 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=867648 CPUtime=0.04
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 27423 0 -1 64 3084 288 0 0 4 0 0 0 16 0 9 0 28288359 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30732] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 27423 0 -1 64 17 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30733] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 27423 0 -1 64 12 288 0 0 0 0 0 0 16 0 9 0 28288359 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30734] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 27423 0 -1 64 2 288 0 0 0 0 0 0 18 0 9 0 28288362 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30735] ppid=30726 vsize=867648 CPUtime=0.24
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 27423 0 -1 64 759 288 0 0 24 0 0 0 15 0 9 0 28288362 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30736] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 27423 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 28288362 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30728/tid=30737] ppid=30726 vsize=867648 CPUtime=0
/proc/30728/task/30737/stat : 30737 (java) S 30726 30728 27423 0 -1 64 5 288 0 0 0 0 0 0 15 0 9 0 28288362 888471552 13344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 867648

Child status: 0
Real time (s): 2.4129
CPU time (s): 2.37864
CPU user time (s): 2.24366
CPU system time (s): 0.134979
CPU usage (%): 98.5801
Max. virtual memory (cumulated for all children) (KiB): 867648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.24366
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19909
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= 1050
involuntary context switches= 1100

runsolver used 0.006998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 17:24:04
IDJOB=2097389
IDBENCH=57287
IDSOLVER=773
FILE ID=node62/2097389-1247412244
PBS_JOBID= 9510522
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-19.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-2097389-1247412244/watcher-2097389-1247412244 -o /tmp/evaluation-result-2097389-1247412244/solver-2097389-1247412244 -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-2097389-1247412244.xml

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

MD5SUM BENCH= cfcc3aebf4e56b5e604c1aff549a2df8
RANDOM SEED=1554519371

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:       1705616 kB
Buffers:         40000 kB
Cached:         139860 kB
SwapCached:          0 kB
Active:         209140 kB
Inactive:        82160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:         131856 kB
Slab:            43788 kB
Committed_AS:  1004256 kB
PageTables:       2084 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:24:07