Trace number 2098457

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 29.3455 29.6879

DiagnosticValue
CHECKS47083400
NODES62501

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-13.xml
MD5SUMd1502112199290bf597f7a6ca87f2090
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 benchmark2.28565
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints1365
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1365
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2098457-1247415642.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.41	     nbVariables=52  nbDomainTypes=1  minDomainSize=52  maxDomainSize=52  nbTotalValues=2704
0.38/0.41	       =>  wckTime=0.154  cpuTime=0.12  mem=7M892
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
1.06/1.13	     nbConstraints=1327  nbGlobalConstraints=1  nbMergedConstraints=39  nbConvertedConstraints=1326
1.06/1.13	     nbConvertConstraintsChecks=37856  nbExtensionStructures=14  nbSharedExtensionStructures=1312
1.06/1.13	     nbConflictsStructures=14  nbSharedConflictsStructures=1312  nbSharedBinaryRepresentations=1351  minDegree=52
1.06/1.13	     maxDegree=52  minArity=2  avgArity=2.04  maxArity=52  nbGenerators=0  nbFusions=0  symmetryWckTime=0.12
1.06/1.13	     symmetryCpuTime=0.07  nbCliques=1
1.06/1.13	       =>  wckTime=0.88  cpuTime=0.62  mem=21M620
1.16/1.21	   
1.16/1.21	   solver IterativeSystematicSolver being built... 
1.16/1.27	   
1.16/1.27	   INFO : Forward propagation technique limited 
1.25/1.34	       =>  wckTime=1.09  cpuTime=0.73  mem=20M972
1.25/1.37	   
1.25/1.37	   preprocessing
1.25/1.37	     nbConstraintChecks=4784  nbPropagations=91  nbRevisions=104  nbUselessRevisions=0  nbRemovedValues=1248
1.25/1.37	     detectedInconsistency=no
1.25/1.37	       =>  wckTime=0.029  cpuTime=0.02  mem=20M972
1.76/1.82	   
1.76/1.82	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M923)
29.29/29.62	   
29.29/29.62	   search
29.29/29.62	     run=16  nbConstraintChecks=47078608  minDepth=0  maxDepth=24  nbPropagations=3703106  nbRevisions=34726431
29.29/29.63	     nbUselessRevisions=29381949  nbAssignments=62501  nbFailedAssignments=13161  nbBacktracks=49069
29.29/29.63	     nbVisitedNodes=84210  nbRestartNogoods=149  nbSEliminables=0  nbREliminables=0  nbIEliminables=47.63
29.29/29.63	     nbDEliminables=0  nbPEliminables=0
29.29/29.63	       =>  wckTime=28.281  cpuTime=27.91  mem=22M923
29.29/29.63	   
29.29/29.63	   global
29.29/29.63	     nbConstraintChecks=47083392  nbPropagations=3703197  nbRevisions=34726535  nbUselessRevisions=29381949
29.29/29.63	     nbRestartNogoods=149  solvingWckTime=28.284  solvingCpuTime=27.91  expiredTime=no  totalExploration=yes
29.29/29.63	     nbFoundSolutions=0  globalCpuTime=28.7
29.29/29.63	       =>  wckTime=29.376  cpuTime=28.64  mem=22M923
29.29/29.63	   
29.29/29.63	s UNSATISFIABLE
29.29/29.63	d NODES 62501
29.29/29.63	d CHECKS 47083392
29.29/29.63	   
29.29/29.63	   totalWckTime=29.435  totalCpuTime=28.71

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-2098457-1247415642/watcher-2098457-1247415642 -o /tmp/evaluation-result-2098457-1247415642/solver-2098457-1247415642 -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-2098457-1247415642.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.91 1.97 1.99 4/80 30653
/proc/meminfo: memFree=1568720/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=18576 CPUtime=0
/proc/30653/stat : 30653 (runsolver) R 30651 30653 30616 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28628247 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30653/statm: 4644 284 249 26 0 2626 0

[startup+0.0488561 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 30653
/proc/meminfo: memFree=1568720/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=861936 CPUtime=0.03
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 28628247 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102401 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 30653
/proc/meminfo: memFree=1568720/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=865984 CPUtime=0.09
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 3710 0 1 0 7 2 0 0 18 0 9 0 28628247 886767616 3179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 216496 3179 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301427 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 30653
/proc/meminfo: memFree=1568720/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=866144 CPUtime=0.28
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 5659 0 1 0 25 3 0 0 18 0 9 0 28628247 886931456 5062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 216536 5062 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701473 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 30653
/proc/meminfo: memFree=1568720/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=867784 CPUtime=0.69
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 7992 0 1 0 63 6 0 0 18 0 9 0 28628247 888610816 7346 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 216946 7346 2036 9 0 211382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867784

[startup+1.50308 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30662
/proc/meminfo: memFree=1541384/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868432 CPUtime=1.46
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 17941 346 1 0 130 15 1 0 18 0 9 0 28628247 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217108 11111 2657 9 0 211544 0
[pid=30653/tid=30655] ppid=30651 vsize=868432 CPUtime=1.08
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12915 346 1 0 96 11 1 0 24 0 9 0 28628249 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868432 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3258 346 0 0 5 1 1 0 16 0 9 0 28628250 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868432 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868432 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868432 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868432 CPUtime=0.3
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 926 346 0 0 28 1 1 0 15 0 9 0 28628253 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868432 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868432 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 4 346 0 0 0 0 1 0 15 0 9 0 28628253 889274368 11111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868432

[startup+3.10273 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1534152/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=3.04
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 17992 346 1 0 288 15 1 0 18 0 9 0 28628247 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11159 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=2.61
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12935 346 1 0 249 11 1 0 25 0 9 0 28628249 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4127119344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.34
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 956 346 0 0 32 1 1 0 15 0 9 0 28628253 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 4 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11159 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868560

[startup+6.3011 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533768/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=6.21
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18031 346 1 0 604 16 1 0 18 0 9 0 28628247 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11164 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=5.77
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12939 346 1 0 565 11 1 0 25 0 9 0 28628249 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4127125740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 17 0 9 0 28628250 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 961 346 0 0 33 1 1 0 15 0 9 0 28628253 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868560

[startup+12.7028 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533832/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=12.56
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18034 346 1 0 1239 16 1 0 18 0 9 0 28628247 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11165 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=12.11
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12942 346 1 0 1199 11 1 0 25 0 9 0 28628249 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4127106868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 961 346 0 0 33 1 1 0 15 0 9 0 28628253 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11165 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) 868560

[startup+25.5012 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=25.23
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18042 346 1 0 2506 16 1 0 18 0 9 0 28628247 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11169 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=24.79
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12944 346 1 0 2467 11 1 0 25 0 9 0 28628249 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4127125723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11169 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) 868560

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

[startup+27.1014 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=26.82
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18042 346 1 0 2665 16 1 0 18 0 9 0 28628247 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11169 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=26.38
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12944 346 1 0 2626 11 1 0 25 0 9 0 28628249 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4127121916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 868560

[startup+28.7026 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=28.4
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18042 346 1 0 2823 16 1 0 18 0 9 0 28628247 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11169 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=27.96
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12944 346 1 0 2784 11 1 0 25 0 9 0 28628249 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4127123527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 868560

[startup+29.1026 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=28.8
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18042 346 1 0 2863 16 1 0 18 0 9 0 28628247 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11169 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=28.36
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12944 346 1 0 2824 11 1 0 25 0 9 0 28628249 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4127106847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.8
Current children cumulated vsize (KiB) 868560

[startup+29.5027 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=29.19
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18043 346 1 0 2902 16 1 0 18 0 9 0 28628247 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11170 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=28.75
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12945 346 1 0 2863 11 1 0 25 0 9 0 28628249 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4127109772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 868560

[startup+29.6027 s]
/proc/loadavg: 2.00 1.98 1.99 3/89 30666
/proc/meminfo: memFree=1533960/2055920 swapFree=4192812/4192956
[pid=30653] ppid=30651 vsize=868560 CPUtime=29.29
/proc/30653/stat : 30653 (java) S 30651 30653 30616 0 -1 0 18043 346 1 0 2912 16 1 0 18 0 9 0 28628247 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30653/statm: 217140 11170 2657 9 0 211576 0
[pid=30653/tid=30655] ppid=30651 vsize=868560 CPUtime=28.85
/proc/30653/task/30655/stat : 30655 (java) R 30651 30653 30616 0 -1 64 12945 346 1 0 2873 11 1 0 25 0 9 0 28628249 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30656] ppid=30651 vsize=868560 CPUtime=0.07
/proc/30653/task/30656/stat : 30656 (java) S 30651 30653 30616 0 -1 64 3259 346 0 0 5 1 1 0 16 0 9 0 28628250 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30657] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30657/stat : 30657 (java) S 30651 30653 30616 0 -1 64 19 346 0 0 0 0 1 0 17 0 9 0 28628251 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30658] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30658/stat : 30658 (java) S 30651 30653 30616 0 -1 64 12 346 0 0 0 0 1 0 16 0 9 0 28628251 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30659] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30659/stat : 30659 (java) S 30651 30653 30616 0 -1 64 2 346 0 0 0 0 1 0 18 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30660] ppid=30651 vsize=868560 CPUtime=0.35
/proc/30653/task/30660/stat : 30660 (java) S 30651 30653 30616 0 -1 64 967 346 0 0 33 1 1 0 16 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30661] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30661/stat : 30661 (java) S 30651 30653 30616 0 -1 64 0 346 0 0 0 0 1 0 19 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30653/tid=30662] ppid=30651 vsize=868560 CPUtime=0.01
/proc/30653/task/30662/stat : 30662 (java) S 30651 30653 30616 0 -1 64 34 346 0 0 0 0 1 0 15 0 9 0 28628253 889405440 11170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.29
Current children cumulated vsize (KiB) 868560

Child status: 0
Real time (s): 29.6879
CPU time (s): 29.3455
CPU user time (s): 29.1676
CPU system time (s): 0.177972
CPU usage (%): 98.8469
Max. virtual memory (cumulated for all children) (KiB): 868560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1676
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18506
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= 1943
involuntary context switches= 2581

runsolver used 0.041993 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 18:20:42
IDJOB=2098457
IDBENCH=58661
IDSOLVER=773
FILE ID=node38/2098457-1247415642
PBS_JOBID= 9510659
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-13.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-2098457-1247415642/watcher-2098457-1247415642 -o /tmp/evaluation-result-2098457-1247415642/solver-2098457-1247415642 -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-2098457-1247415642.xml

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

MD5SUM BENCH= d1502112199290bf597f7a6ca87f2090
RANDOM SEED=207919769

node38.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.229
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.229
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:       1569200 kB
Buffers:         73316 kB
Cached:         228060 kB
SwapCached:          0 kB
Active:         265096 kB
Inactive:       140164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:         124292 kB
Slab:            66460 kB
Committed_AS:  1013964 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node38 at 2009-07-12 18:21:11