Trace number 2099157

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 36.7244 37.1273

DiagnosticValue
CHECKS563464000
NODES62744

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-92_ext.xml
MD5SUMc56d3168d4b60946a7befce3deaa06d6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1978
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2099157-1247417593.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.37	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180  nbTotalValues=7200
0.29/0.37	       =>  wckTime=0.113  cpuTime=0.1  mem=7M892
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
0.78/0.89	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.78/0.89	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=1  maxDegree=8
0.78/0.89	     minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.041  symmetryCpuTime=0.02
0.78/0.89	       =>  wckTime=0.628  cpuTime=0.54  mem=40M469
0.87/0.99	   
0.87/1.00	   solver IterativeSystematicSolver being built... 
1.06/1.14	       =>  wckTime=0.879  cpuTime=0.67  mem=28M797
1.06/1.14	   
1.06/1.14	   preprocessing
1.06/1.14	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.06/1.14	     detectedInconsistency=no
1.06/1.14	       =>  wckTime=0.0030  cpuTime=0.0  mem=28M797
1.36/1.49	   
1.36/1.49	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M705)
36.63/37.07	   
36.63/37.07	   search
36.63/37.07	     run=18  nbConstraintChecks=563464456  minDepth=0  maxDepth=9  nbPropagations=6335318  nbRevisions=22859476
36.63/37.07	     nbUselessRevisions=10702795  nbAssignments=62744  nbFailedAssignments=41547  nbInferredBacktracks=3
36.63/37.07	     nbBacktracks=21138  nbVisitedNodes=117978  nbRestartNogoods=215  nbSEliminables=4.39  nbREliminables=2.3
36.63/37.07	     nbIEliminables=19.66  nbDEliminables=0  nbPEliminables=0
36.63/37.07	       =>  wckTime=35.928  cpuTime=35.49  mem=30M705
36.63/37.07	   
36.63/37.07	   global
36.63/37.07	     nbConstraintChecks=563464456  nbPropagations=6335358  nbRevisions=22859476  nbUselessRevisions=10702795
36.63/37.07	     nbRestartNogoods=215  solvingWckTime=35.931  solvingCpuTime=35.49  expiredTime=no  totalExploration=yes
36.63/37.07	     nbFoundSolutions=0  globalCpuTime=36.2
36.63/37.07	       =>  wckTime=36.814  cpuTime=36.16  mem=30M705
36.63/37.07	   
36.63/37.07	s UNSATISFIABLE
36.63/37.07	d NODES 62744
36.63/37.07	d CHECKS 563464456
36.63/37.07	   
36.63/37.08	   totalWckTime=36.884  totalCpuTime=36.2

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-2099157-1247417593/watcher-2099157-1247417593 -o /tmp/evaluation-result-2099157-1247417593/solver-2099157-1247417593 -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-2099157-1247417593.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.25 2.10 2.02 4/80 31567
/proc/meminfo: memFree=1798560/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=10676 CPUtime=0
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28826131 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 2669 474 207 9 0 1184 0
[pid=31567/tid=31568] ppid=31565 vsize=10676 CPUtime=0
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28826132 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 3452888 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.07769 s]
/proc/loadavg: 2.25 2.10 2.02 4/80 31567
/proc/meminfo: memFree=1798560/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=864148 CPUtime=0.06
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 3079 0 1 0 5 1 0 0 18 0 9 0 28826131 884887552 2564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216037 2564 1226 9 0 210930 0
[pid=31567/tid=31568] ppid=31565 vsize=864148 CPUtime=0.04
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 2164 0 1 0 4 0 0 0 20 0 9 0 28826132 884887552 2564 996147200 134512640 134550932 4294955968 18446744073709551615 102884199 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101693 s]
/proc/loadavg: 2.25 2.10 2.02 4/80 31567
/proc/meminfo: memFree=1798560/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=865984 CPUtime=0.08
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 3736 0 1 0 7 1 0 0 18 0 9 0 28826131 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216496 3204 1700 9 0 210981 0
[pid=31567/tid=31568] ppid=31565 vsize=865984 CPUtime=0.06
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 2811 0 1 0 5 1 0 0 20 0 9 0 28826132 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301729 s]
/proc/loadavg: 2.25 2.10 2.02 4/80 31567
/proc/meminfo: memFree=1798560/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=866380 CPUtime=0.29
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 5874 0 1 0 25 4 0 0 18 0 9 0 28826131 887173120 5240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216595 5240 1981 9 0 211053 0
[pid=31567/tid=31568] ppid=31565 vsize=866380 CPUtime=0.23
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 4892 0 1 0 20 3 0 0 18 0 9 0 28826132 887173120 5240 996147200 134512640 134550932 4294955968 18446744073709551615 104183536 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701806 s]
/proc/loadavg: 2.25 2.10 2.02 4/80 31567
/proc/meminfo: memFree=1798560/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=866616 CPUtime=0.69
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 12767 0 1 0 62 7 0 0 18 0 9 0 28826131 887414784 12122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216654 12122 2006 9 0 211112 0
[pid=31567/tid=31568] ppid=31565 vsize=866616 CPUtime=0.59
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 11736 0 1 0 53 6 0 0 20 0 9 0 28826132 887414784 12122 996147200 134512640 134550932 4294955968 18446744073709551615 4125978275 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866616

[startup+1.50295 s]
/proc/loadavg: 2.25 2.10 2.02 6/91 31580
/proc/meminfo: memFree=1740424/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867352 CPUtime=1.46
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26035 270 1 0 134 11 0 1 18 0 9 0 28826131 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216838 17163 2656 9 0 211274 0
[pid=31567/tid=31568] ppid=31565 vsize=867352 CPUtime=1.17
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17639 270 1 0 108 8 0 1 19 0 9 0 28826132 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4125978494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867352 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867352 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867352 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867352 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867352 CPUtime=0.18
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 523 270 0 0 17 0 0 1 16 0 9 0 28826136 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867352 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888168448 17163 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867352 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888168448 17163 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) 867352

[startup+3.10124 s]
/proc/loadavg: 2.25 2.10 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=3.05
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26061 270 1 0 292 12 0 1 18 0 9 0 28826131 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17183 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=2.72
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17645 270 1 0 263 8 0 1 25 0 9 0 28826132 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4126788323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.21
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 543 270 0 0 20 0 0 1 16 0 9 0 28826136 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17183 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867484

[startup+6.30283 s]
/proc/loadavg: 2.23 2.10 2.02 3/89 31580
/proc/meminfo: memFree=1739600/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=6.22
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26070 270 1 0 609 12 0 1 18 0 9 0 28826131 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17187 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=5.88
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17650 270 1 0 579 8 0 1 25 0 9 0 28826132 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4126779280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 547 270 0 0 21 0 0 1 15 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867484

[startup+12.703 s]
/proc/loadavg: 2.21 2.10 2.02 3/89 31580
/proc/meminfo: memFree=1739600/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=12.56
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26071 270 1 0 1243 12 0 1 18 0 9 0 28826131 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17187 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=12.23
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17651 270 1 0 1214 8 0 1 25 0 9 0 28826132 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4126779436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 547 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17187 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) 867484

[startup+25.5024 s]
/proc/loadavg: 2.16 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=25.24
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26074 270 1 0 2511 12 0 1 18 0 9 0 28826131 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17187 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=24.9
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17654 270 1 0 2481 8 0 1 25 0 9 0 28826132 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 547 270 0 0 21 0 0 1 17 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867484

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

[startup+31.9075 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=31.58
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26076 270 1 0 3145 12 0 1 18 0 9 0 28826131 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17188 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=31.24
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17655 270 1 0 3115 8 0 1 25 0 9 0 28826132 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4126791800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 867484

[startup+35.1011 s]
/proc/loadavg: 2.14 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=34.75
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26076 270 1 0 3462 12 0 1 18 0 9 0 28826131 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17188 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=34.41
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17655 270 1 0 3432 8 0 1 25 0 9 0 28826132 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4126766480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 867484

[startup+35.9023 s]
/proc/loadavg: 2.14 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=35.54
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26076 270 1 0 3541 12 0 1 18 0 9 0 28826131 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17188 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=35.2
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17655 270 1 0 3511 8 0 1 25 0 9 0 28826132 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4126801223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 867484

[startup+36.7024 s]
/proc/loadavg: 2.14 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=36.33
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26076 270 1 0 3620 12 0 1 18 0 9 0 28826131 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17188 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=35.99
/proc/31567/task/31568/stat : 31568 (java) R 31565 31567 30939 0 -1 64 17655 270 1 0 3590 8 0 1 25 0 9 0 28826132 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.33
Current children cumulated vsize (KiB) 867484

[startup+37.1025 s]
/proc/loadavg: 2.14 2.09 2.02 3/89 31580
/proc/meminfo: memFree=1739664/2055920 swapFree=4192812/4192956
[pid=31567] ppid=31565 vsize=867484 CPUtime=36.7
/proc/31567/stat : 31567 (java) S 31565 31567 30939 0 -1 0 26142 270 1 0 3657 12 0 1 18 0 9 0 28826131 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31567/statm: 216871 17189 2656 9 0 211307 0
[pid=31567/tid=31568] ppid=31565 vsize=867484 CPUtime=36.36
/proc/31567/task/31568/stat : 31568 (java) S 31565 31567 30939 0 -1 64 17721 270 1 0 3627 8 0 1 25 0 9 0 28826132 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31570] ppid=31565 vsize=867484 CPUtime=0.09
/proc/31567/task/31570/stat : 31570 (java) S 31565 31567 30939 0 -1 64 7036 270 0 0 7 1 0 1 16 0 9 0 28826133 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31571] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31571/stat : 31571 (java) S 31565 31567 30939 0 -1 64 19 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31572] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31572/stat : 31572 (java) S 31565 31567 30939 0 -1 64 9 270 0 0 0 0 0 1 16 0 9 0 28826134 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31573] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31573/stat : 31573 (java) S 31565 31567 30939 0 -1 64 2 270 0 0 0 0 0 1 18 0 9 0 28826136 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31574] ppid=31565 vsize=867484 CPUtime=0.22
/proc/31567/task/31574/stat : 31574 (java) S 31565 31567 30939 0 -1 64 548 270 0 0 21 0 0 1 16 0 9 0 28826136 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31575] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31575/stat : 31575 (java) S 31565 31567 30939 0 -1 64 0 270 0 0 0 0 0 1 19 0 9 0 28826136 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31567/tid=31576] ppid=31565 vsize=867484 CPUtime=0.01
/proc/31567/task/31576/stat : 31576 (java) S 31565 31567 30939 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 28826136 888303616 17189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.7
Current children cumulated vsize (KiB) 867484

Child status: 0
Real time (s): 37.1273
CPU time (s): 36.7244
CPU user time (s): 36.5774
CPU system time (s): 0.146977
CPU usage (%): 98.9149
Max. virtual memory (cumulated for all children) (KiB): 867496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.5774
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26439
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= 1783
involuntary context switches= 2591

runsolver used 0.043993 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 18:53:13
IDJOB=2099157
IDBENCH=59893
IDSOLVER=773
FILE ID=node24/2099157-1247417593
PBS_JOBID= 9510686
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-92_ext.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-2099157-1247417593/watcher-2099157-1247417593 -o /tmp/evaluation-result-2099157-1247417593/solver-2099157-1247417593 -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-2099157-1247417593.xml

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

MD5SUM BENCH= c56d3168d4b60946a7befce3deaa06d6
RANDOM SEED=775958213

node24.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.287
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.287
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:       1798976 kB
Buffers:         44024 kB
Cached:         108908 kB
SwapCached:          0 kB
Active:         143032 kB
Inactive:        59248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:          69848 kB
Slab:            39700 kB
Committed_AS:  1004756 kB
PageTables:       1924 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= 66460 MiB
End job on node24 at 2009-07-12 18:53:50