Trace number 1044072

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 23.4204 23.6998

DiagnosticValue
CHECKS829260
NODES91

General information on the benchmark

Namecsp/lard/
normalized-lard-91-91.xml
MD5SUM6b4a6e4092e14f48fd38a5edec2adc18
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3517
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints4095
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4095
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044072-1215019111.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=91  nbDomainTypes=1  minDomainSize=92  maxDomainSize=92  nbTotalValues=8372
0.28/0.36	       =>  wckTime=0.119  cpuTime=0.1  mem=7M853
0.28/0.36	   
0.28/0.36	   relations being loaded...
2.95/3.03	   
2.95/3.03	   INFO : Contraction of relations, mem = 100M778
16.72/16.96	   
16.72/16.96	   constraints being loaded...
22.53/22.87	     nbConstraints=4095  nbRelationTypes=4095  nbExtensionStructures=4095  nbSharedExtensionStructures=0
22.53/22.87	     nbConflictsStructures=4095  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=753206  minDegree=90
22.53/22.87	     maxDegree=90  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.191  symmetryCpuTime=0.09
22.53/22.87	       =>  wckTime=22.631  cpuTime=20.82  mem=129M657
23.05/23.32	   
23.05/23.32	   solver IterativeSystematicSolver being built... 
23.15/23.47	       =>  wckTime=23.235  cpuTime=20.93  mem=136M856
23.24/23.52	   
23.24/23.52	   preprocessing
23.24/23.52	     nbConstraintChecks=600899  nbPropagations=173  nbRevisions=12557  nbUselessRevisions=12297  nbRemovedValues=4221
23.24/23.52	     detectedInconsistency=no
23.24/23.52	       =>  wckTime=0.047  cpuTime=0.04  mem=136M856
23.34/23.62	   
23.34/23.62	   search
23.34/23.62	     run=0  nbConstraintChecks=228361  minDepth=92  maxDepth=91  nbPropagations=274  nbRevisions=17540
23.34/23.62	     nbUselessRevisions=17270  nbAssignments=91  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=92
23.34/23.62	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=45.5
23.34/23.62	     nbREliminables=0  nbIEliminables=38.08  nbDEliminables=0  nbPEliminables=0
23.34/23.62	       =>  wckTime=0.142  cpuTime=0.12  mem=137M935
23.34/23.62	   
23.34/23.62	   global
23.34/23.62	     nbConstraintChecks=829260  nbPropagations=447  nbRevisions=30097  nbUselessRevisions=29567  nbRestartNogoods=0
23.34/23.62	     solvingWckTime=0.145  solvingCpuTime=0.12  expiredTime=no  totalExploration=no  nbFoundSolutions=1
23.34/23.62	     firstSolutionCpuTime=21.04  globalCpuTime=21.1
23.34/23.62	       =>  wckTime=23.383  cpuTime=21.05  mem=137M935
23.34/23.62	   
23.34/23.62	s SATISFIABLE
23.34/23.62	v 0 1 1 1 1 2 3 1 2 3 4 1 2 3 4 1 1 2 3 4 5 6 1 20 21 22 23 13 14 1 2 3 4 5 6 7 7 8 9 10 11 12 13 1 2 3 1 11 12 7 8 9 10 1 2 3 4 5 6 7 8 9 20 21 22 13 14 15 16 17 18 19 1 2 3 4 5 6 7 1 2 1 2 3 4 1 2 3 4 5 6 
23.34/23.62	d NODES 91
23.34/23.62	d CHECKS 829260
23.34/23.63	   
23.34/23.63	   totalWckTime=23.448  totalCpuTime=21.1

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044072-1215019111/watcher-1044072-1215019111 -o /tmp/evaluation-result-1044072-1215019111/solver-1044072-1215019111 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044072-1215019111.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.44 0.13 0.34 3/80 8942
/proc/meminfo: memFree=861424/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=152 CPUtime=0
/proc/8942/stat : 8942 (java) R 8940 8942 8821 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 1980881381 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 0 0 0
/proc/8942/statm: 38 26 19 9 0 4 0

[startup+0.0679779 s]
/proc/loadavg: 0.44 0.13 0.34 3/80 8942
/proc/meminfo: memFree=861424/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=865856 CPUtime=0.05
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 3193 0 1 0 4 1 0 0 18 0 9 0 1980881381 886636544 2719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216464 2725 1434 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101985 s]
/proc/loadavg: 0.44 0.13 0.34 3/80 8942
/proc/meminfo: memFree=861424/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=865884 CPUtime=0.09
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 3761 0 1 0 7 2 0 0 18 0 9 0 1980881381 886665216 3220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216471 3221 1708 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302025 s]
/proc/loadavg: 0.44 0.13 0.34 3/80 8942
/proc/meminfo: memFree=861424/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=866284 CPUtime=0.28
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 5987 0 1 0 25 3 0 0 18 0 9 0 1980881381 887074816 5361 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216571 5361 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.7011 s]
/proc/loadavg: 0.44 0.13 0.34 3/80 8942
/proc/meminfo: memFree=861424/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=866400 CPUtime=0.68
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 13744 0 1 0 61 7 0 0 18 0 9 0 1980881381 887193600 13114 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216600 13114 1968 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50224 s]
/proc/loadavg: 0.44 0.13 0.34 3/89 8951
/proc/meminfo: memFree=792360/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=866984 CPUtime=1.47
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 25431 0 1 0 135 12 0 0 18 0 9 0 1980881381 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216746 24798 1982 9 0 211274 0
[pid=8942/tid=8944] ppid=8940 vsize=866984 CPUtime=1.18
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15654 0 1 0 110 8 0 0 25 0 9 0 1980881382 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=866984 CPUtime=0.18
/proc/8942/task/8945/stat : 8945 (java) R 8940 8942 8821 0 -1 64 8631 0 0 0 16 2 0 0 16 0 9 0 1980881384 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 104185418 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=866984 CPUtime=0.08
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 450 0 0 0 8 0 0 0 16 0 9 0 1980881386 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 887791616 24798 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866984

[startup+3.10253 s]
/proc/loadavg: 0.44 0.13 0.34 4/89 8951
/proc/meminfo: memFree=755240/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=866984 CPUtime=3.05
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 33259 0 1 0 290 15 0 0 18 0 9 0 1980881381 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216746 32622 1983 9 0 211274 0
[pid=8942/tid=8944] ppid=8940 vsize=866984 CPUtime=2.48
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15665 0 1 0 239 9 0 0 25 0 9 0 1980881382 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4126700958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=866984 CPUtime=0.44
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 16422 0 0 0 39 5 0 0 17 0 9 0 1980881384 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=866984 CPUtime=0.11
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 476 0 0 0 11 0 0 0 16 0 9 0 1980881386 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 887791616 32622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866984

[startup+6.3011 s]
/proc/loadavg: 0.57 0.16 0.35 3/89 8951
/proc/meminfo: memFree=738792/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=866984 CPUtime=6.22
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 34269 0 1 0 604 18 0 0 18 0 9 0 1980881381 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216746 33446 2606 9 0 211274 0
[pid=8942/tid=8944] ppid=8940 vsize=866984 CPUtime=5.43
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15672 0 1 0 531 12 0 0 25 0 9 0 1980881382 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4126703535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=866984 CPUtime=0.65
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 17422 0 0 0 60 5 0 0 16 0 9 0 1980881384 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=866984 CPUtime=0.12
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 479 0 0 0 12 0 0 0 16 0 9 0 1980881386 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=866984 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 887791616 33446 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866984

[startup+12.7023 s]
/proc/loadavg: 0.68 0.19 0.36 3/89 8951
/proc/meminfo: memFree=709800/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867468 CPUtime=12.56
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 41026 0 1 0 1230 26 0 0 18 0 9 0 1980881381 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216867 40191 2610 9 0 211395 0
[pid=8942/tid=8944] ppid=8940 vsize=867468 CPUtime=11.44
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15684 0 1 0 1128 16 0 0 25 0 9 0 1980881382 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4126547108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867468 CPUtime=0.94
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 24046 0 0 0 86 8 0 0 16 0 9 0 1980881384 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867468 CPUtime=0.14
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 600 0 0 0 14 0 0 0 17 0 9 0 1980881386 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 888287232 40191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867468

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

[startup+19.1024 s]
/proc/loadavg: 0.79 0.22 0.37 3/89 8951
/proc/meminfo: memFree=686312/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867468 CPUtime=18.9
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 46364 0 1 0 1858 32 0 0 18 0 9 0 1980881381 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216867 45509 2612 9 0 211395 0
[pid=8942/tid=8944] ppid=8940 vsize=867468 CPUtime=17.48
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15733 0 1 0 1728 20 0 0 25 0 9 0 1980881382 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4126874686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867468 CPUtime=1.19
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 29300 0 0 0 109 10 0 0 17 0 9 0 1980881384 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867468 CPUtime=0.2
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 635 0 0 0 20 0 0 0 15 0 9 0 1980881386 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 888287232 45509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867468

[startup+20.7017 s]
/proc/loadavg: 0.79 0.22 0.37 3/89 8951
/proc/meminfo: memFree=686120/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867468 CPUtime=20.48
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 46376 0 1 0 2016 32 0 0 18 0 9 0 1980881381 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216867 45520 2612 9 0 211395 0
[pid=8942/tid=8944] ppid=8940 vsize=867468 CPUtime=19.05
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15734 0 1 0 1885 20 0 0 25 0 9 0 1980881382 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4126874616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867468 CPUtime=1.19
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 29300 0 0 0 109 10 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867468 CPUtime=0.22
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 646 0 0 0 22 0 0 0 15 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 867468

[startup+22.303 s]
/proc/loadavg: 1.04 0.28 0.39 3/89 8951
/proc/meminfo: memFree=686120/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867468 CPUtime=22.07
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 46376 0 1 0 2175 32 0 0 18 0 9 0 1980881381 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216867 45520 2612 9 0 211395 0
[pid=8942/tid=8944] ppid=8940 vsize=867468 CPUtime=20.63
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 15734 0 1 0 2043 20 0 0 25 0 9 0 1980881382 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4126885750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867468 CPUtime=1.19
/proc/8942/task/8945/stat : 8945 (java) S 8940 8942 8821 0 -1 64 29300 0 0 0 109 10 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881384 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867468 CPUtime=0.22
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 646 0 0 0 22 0 0 0 15 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867468 CPUtime=0
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881386 888287232 45520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867468

[startup+23.1071 s]
/proc/loadavg: 1.04 0.28 0.39 5/90 8955
/proc/meminfo: memFree=677920/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867792 CPUtime=22.85
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 57762 450 1 0 2244 36 3 2 18 0 10 0 1980881381 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216948 47524 2612 9 0 211476 0
[pid=8942/tid=8944] ppid=8940 vsize=867792 CPUtime=21.06
/proc/8942/task/8944/stat : 8944 (java) S 8940 8942 8821 0 -1 64 17415 450 1 0 2080 21 3 2 23 0 10 0 1980881382 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867792 CPUtime=1.55
/proc/8942/task/8945/stat : 8945 (java) R 8940 8942 8821 0 -1 64 38730 450 0 0 138 12 3 2 17 0 10 0 1980881384 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 13 450 0 0 0 0 3 2 16 0 10 0 1980881384 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 5 450 0 0 0 0 3 2 16 0 10 0 1980881384 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 23 0 10 0 1980881386 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867792 CPUtime=0.3
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 784 450 0 0 25 0 3 2 15 0 10 0 1980881386 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 24 0 10 0 1980881386 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 7 450 0 0 0 0 3 2 15 0 10 0 1980881386 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8954] ppid=8940 vsize=867792 CPUtime=0.05
/proc/8942/task/8954/stat : 8954 (java) R 8940 8942 8821 0 -1 64 49 450 0 0 0 0 3 2 25 0 10 0 1980883663 888619008 47524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 867792

[startup+23.5022 s]
/proc/loadavg: 1.04 0.28 0.39 5/90 8955
/proc/meminfo: memFree=677920/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867880 CPUtime=23.24
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 76605 450 1 0 2279 40 3 2 18 0 9 0 1980881381 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216970 49094 2636 9 0 211476 0
[pid=8942/tid=8944] ppid=8940 vsize=867880 CPUtime=21.19
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 21924 450 1 0 2092 22 3 2 18 0 9 0 1980881382 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 104061677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867880 CPUtime=1.76
/proc/8942/task/8945/stat : 8945 (java) R 8940 8942 8821 0 -1 64 52989 450 0 0 156 15 3 2 19 0 9 0 1980881384 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 18 450 0 0 0 0 3 2 16 0 9 0 1980881384 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 9 450 0 0 0 0 3 2 16 0 9 0 1980881384 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 23 0 9 0 1980881386 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867880 CPUtime=0.35
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 847 450 0 0 30 0 3 2 15 0 9 0 1980881386 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 24 0 9 0 1980881386 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 7 450 0 0 0 0 3 2 15 0 9 0 1980881386 888709120 49094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 867880

[startup+23.6039 s]
/proc/loadavg: 1.04 0.28 0.39 5/90 8955
/proc/meminfo: memFree=677920/2055920 swapFree=4110296/4192956
[pid=8942] ppid=8940 vsize=867880 CPUtime=23.34
/proc/8942/stat : 8942 (java) S 8940 8942 8821 0 -1 0 76869 450 1 0 2288 41 3 2 18 0 9 0 1980881381 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8942/statm: 216970 49107 2636 9 0 211476 0
[pid=8942/tid=8944] ppid=8940 vsize=867880 CPUtime=21.27
/proc/8942/task/8944/stat : 8944 (java) R 8940 8942 8821 0 -1 64 22175 450 1 0 2099 23 3 2 18 0 9 0 1980881382 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8940 vsize=867880 CPUtime=1.76
/proc/8942/task/8945/stat : 8945 (java) R 8940 8942 8821 0 -1 64 52989 450 0 0 156 15 3 2 19 0 9 0 1980881384 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8946/stat : 8946 (java) S 8940 8942 8821 0 -1 64 18 450 0 0 0 0 3 2 16 0 9 0 1980881384 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8947/stat : 8947 (java) S 8940 8942 8821 0 -1 64 9 450 0 0 0 0 3 2 16 0 9 0 1980881384 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8948/stat : 8948 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 23 0 9 0 1980881386 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8949] ppid=8940 vsize=867880 CPUtime=0.37
/proc/8942/task/8949/stat : 8949 (java) S 8940 8942 8821 0 -1 64 860 450 0 0 32 0 3 2 15 0 9 0 1980881386 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8950/stat : 8950 (java) S 8940 8942 8821 0 -1 64 1 450 0 0 0 0 3 2 24 0 9 0 1980881386 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8942/tid=8951] ppid=8940 vsize=867880 CPUtime=0.05
/proc/8942/task/8951/stat : 8951 (java) S 8940 8942 8821 0 -1 64 7 450 0 0 0 0 3 2 15 0 9 0 1980881386 888709120 49107 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 867880

Child status: 0
Real time (s): 23.6998
CPU time (s): 23.4204
CPU user time (s): 22.9535
CPU system time (s): 0.466929
CPU usage (%): 98.8213
Max. virtual memory (cumulated for all children) (KiB): 867880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9535
system time used= 0.466929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77460
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= 2213
involuntary context switches= 2750

runsolver used 0.030995 second user time and 0.087986 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 19:18:45
IDJOB=1044072
IDBENCH=53340
IDSOLVER=363
FILE ID=node70/1044072-1215019111
PBS_JOBID= 7874330
Free space on /tmp= 66344 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-91-91.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044072-1215019111/watcher-1044072-1215019111 -o /tmp/evaluation-result-1044072-1215019111/solver-1044072-1215019111 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044072-1215019111.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b4a6e4092e14f48fd38a5edec2adc18
RANDOM SEED=1906546068

node70.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.256
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.256
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:        862992 kB
Buffers:         68396 kB
Cached:         875628 kB
SwapCached:      76996 kB
Active:         452252 kB
Inactive:       659076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        862992 kB
SwapTotal:     4192956 kB
SwapFree:      4110296 kB
Dirty:           99408 kB
Writeback:           0 kB
Mapped:         183056 kB
Slab:            66644 kB
Committed_AS:  4831604 kB
PageTables:       2060 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= 66344 MiB
End job on node70 at 2008-07-02 19:19:09