Trace number 1101736

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 35.7846 35.9971

DiagnosticValue
CHECKS202069000
NODES153181

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-12_ext.xml
MD5SUM2a3179ef7953b402b9c008297f563e15
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 benchmark21.0328
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.21	
0.18/0.21	   configuration
0.18/0.21	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1101736-1215294207.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.35	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.28/0.35	       =>  wckTime=0.136  cpuTime=0.11  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
0.59/0.67	     nbConstraints=332  nbRelationTypes=332  nbExtensionStructures=332  nbSharedExtensionStructures=0
0.59/0.67	     nbConflictsStructures=332  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2808  minDegree=11
0.59/0.67	     maxDegree=22  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.054  symmetryCpuTime=0.03
0.59/0.67	       =>  wckTime=0.457  cpuTime=0.31  mem=18M746
0.67/0.73	   
0.67/0.74	   solver IterativeSystematicSolver being built... 
0.77/0.86	       =>  wckTime=0.646  cpuTime=0.42  mem=20M234
0.77/0.87	   
0.77/0.87	   preprocessing
0.77/0.87	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77/0.87	     detectedInconsistency=no
0.77/0.87	       =>  wckTime=0.0060  cpuTime=0.01  mem=21M323
0.98/1.02	   
0.98/1.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M315)
35.71/35.94	   
35.71/35.94	   search
35.71/35.94	     run=19  nbConstraintChecks=202068594  minDepth=0  maxDepth=40  nbPropagations=8648416  nbRevisions=119501888
35.71/35.94	     nbUselessRevisions=96745030  nbAssignments=153181  nbFailedAssignments=63581  nbInferredBacktracks=17
35.71/35.94	     nbBacktracks=89421  nbVisitedNodes=268336  nbRestartNogoods=131  nbFoundSolutions=1  nbSEliminables=8.38
35.71/35.94	     nbREliminables=1.02  nbIEliminables=0.03  nbDEliminables=0  nbPEliminables=0
35.71/35.94	       =>  wckTime=35.074  cpuTime=34.82  mem=22M315
35.71/35.94	   
35.71/35.94	   global
35.71/35.94	     nbConstraintChecks=202068594  nbPropagations=8648456  nbRevisions=119501888  nbUselessRevisions=96745030
35.71/35.94	     nbRestartNogoods=131  solvingWckTime=35.077  solvingCpuTime=34.82  expiredTime=no  totalExploration=no
35.71/35.94	     nbFoundSolutions=1  firstSolutionCpuTime=35.24  globalCpuTime=35.29
35.71/35.94	       =>  wckTime=35.725  cpuTime=35.24  mem=22M315
35.71/35.94	   
35.71/35.94	s SATISFIABLE
35.71/35.94	v 12 14 14 2 1 12 16 2 17 17 7 7 18 10 8 8 9 1 18 6 18 16 2 1 9 6 3 15 4 11 4 2 1 18 10 1 18 17 15 17 
35.71/35.94	d NODES 153181
35.71/35.94	d CHECKS 202068594
35.71/35.95	   
35.71/35.95	   totalWckTime=35.777  totalCpuTime=35.3

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-1101736-1215294207/watcher-1101736-1215294207 -o /tmp/evaluation-result-1101736-1215294207/solver-1101736-1215294207 -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-1101736-1215294207.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: 2.24 2.10 2.02 4/74 9622
/proc/meminfo: memFree=1719464/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=200 CPUtime=0
/proc/9622/stat : 9622 (java) R 9620 9622 8153 0 -1 0 47 0 0 0 0 0 0 0 18 0 1 0 641667943 204800 33 996147200 134512640 134550740 4294956128 18446744073709551615 9882873 0 0 4096 0 0 0 0 17 0 0 0
/proc/9622/statm: 68 33 26 9 0 4 0

[startup+0.0735649 s]
/proc/loadavg: 2.24 2.10 2.02 4/74 9622
/proc/meminfo: memFree=1719464/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=865856 CPUtime=0.06
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 3498 0 1 0 4 2 0 0 18 0 9 0 641667943 886636544 2988 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216464 2988 1619 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101567 s]
/proc/loadavg: 2.24 2.10 2.02 4/74 9622
/proc/meminfo: memFree=1719464/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=865884 CPUtime=0.08
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 3894 0 1 0 6 2 0 0 18 0 9 0 641667943 886665216 3334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216471 3334 1752 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301589 s]
/proc/loadavg: 2.24 2.10 2.02 4/74 9622
/proc/meminfo: memFree=1719464/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=866272 CPUtime=0.28
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 5831 0 1 0 24 4 0 0 18 0 9 0 641667943 887062528 5205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216568 5205 1953 9 0 211096 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866272

[startup+0.701638 s]
/proc/loadavg: 2.24 2.10 2.02 4/74 9622
/proc/meminfo: memFree=1719464/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867668 CPUtime=0.67
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 12358 289 1 0 61 6 0 0 18 0 9 0 641667943 888492032 8554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216917 8554 2059 9 0 211445 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867668

[startup+1.50272 s]
/proc/loadavg: 2.24 2.10 2.02 3/83 9635
/proc/meminfo: memFree=1686944/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=1.47
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16956 289 1 0 138 9 0 0 18 0 9 0 641667943 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10659 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=1.17
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11803 289 1 0 111 6 0 0 25 0 9 0 641667945 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.22
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 723 289 0 0 22 0 0 0 15 0 9 0 641667948 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10659 996147200 134512640 134550740 4294955968 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) 867888

[startup+3.1019 s]
/proc/loadavg: 2.24 2.10 2.02 3/83 9635
/proc/meminfo: memFree=1686624/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=3.07
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16967 289 1 0 298 9 0 0 18 0 9 0 641667943 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10666 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=2.75
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11808 289 1 0 269 6 0 0 25 0 9 0 641667945 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4126891609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 17 0 9 0 641667946 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.23
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 729 289 0 0 23 0 0 0 15 0 9 0 641667948 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867888

[startup+6.30127 s]
/proc/loadavg: 2.30 2.11 2.03 3/83 9635
/proc/meminfo: memFree=1686432/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=6.25
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16989 289 1 0 616 9 0 0 18 0 9 0 641667943 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10671 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=5.93
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11813 289 1 0 587 6 0 0 25 0 9 0 641667945 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4126864868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.23
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 732 289 0 0 23 0 0 0 16 0 9 0 641667948 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867888

[startup+12.702 s]
/proc/loadavg: 2.27 2.11 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=12.61
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16992 289 1 0 1252 9 0 0 18 0 9 0 641667943 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10673 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=12.3
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11815 289 1 0 1224 6 0 0 25 0 9 0 641667945 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4126881627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867888

[startup+25.5025 s]
/proc/loadavg: 2.21 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=25.35
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 2526 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=25.04
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 2498 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126877955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867888

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

[startup+31.9062 s]
/proc/loadavg: 2.20 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=31.73
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 3164 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=31.41
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 3135 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126866583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 867888

[startup+33.5024 s]
/proc/loadavg: 2.20 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=33.32
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 3323 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=33
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 3294 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.32
Current children cumulated vsize (KiB) 867888

[startup+35.1026 s]
/proc/loadavg: 2.18 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=34.91
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 3482 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=34.59
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 3453 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126869107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.91
Current children cumulated vsize (KiB) 867888

[startup+35.5026 s]
/proc/loadavg: 2.18 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=35.31
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 3522 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=34.99
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 3493 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126937281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.31
Current children cumulated vsize (KiB) 867888

[startup+35.9027 s]
/proc/loadavg: 2.18 2.10 2.03 3/83 9635
/proc/meminfo: memFree=1686304/2055920 swapFree=4179952/4192956
[pid=9622] ppid=9620 vsize=867888 CPUtime=35.71
/proc/9622/stat : 9622 (java) S 9620 9622 8153 0 -1 0 16994 289 1 0 3562 9 0 0 18 0 9 0 641667943 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9622/statm: 216972 10675 2633 9 0 211478 0
[pid=9622/tid=9624] ppid=9620 vsize=867888 CPUtime=35.39
/proc/9622/task/9624/stat : 9624 (java) R 9620 9622 8153 0 -1 64 11817 289 1 0 3533 6 0 0 25 0 9 0 641667945 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126855234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9625] ppid=9620 vsize=867888 CPUtime=0.04
/proc/9622/task/9625/stat : 9625 (java) S 9620 9622 8153 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9622/tid=9626] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9626/stat : 9626 (java) S 9620 9622 8153 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9627] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9627/stat : 9627 (java) S 9620 9622 8153 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 641667946 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9628] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9628/stat : 9628 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9629] ppid=9620 vsize=867888 CPUtime=0.24
/proc/9622/task/9629/stat : 9629 (java) S 9620 9622 8153 0 -1 64 733 289 0 0 24 0 0 0 16 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9630] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9630/stat : 9630 (java) S 9620 9622 8153 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9622/tid=9631] ppid=9620 vsize=867888 CPUtime=0
/proc/9622/task/9631/stat : 9631 (java) S 9620 9622 8153 0 -1 64 19 289 0 0 0 0 0 0 15 0 9 0 641667948 888717312 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 867888

Child status: 0
Real time (s): 35.9971
CPU time (s): 35.7846
CPU user time (s): 35.6736
CPU system time (s): 0.110983
CPU usage (%): 99.4095
Max. virtual memory (cumulated for all children) (KiB): 867888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6736
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17411
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= 1814
involuntary context switches= 1556

runsolver used 0.06399 second user time and 0.103984 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 23:43:27
IDJOB=1101736
IDBENCH=60062
IDSOLVER=363
FILE ID=node88/1101736-1215294207
PBS_JOBID= 7882315
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-12_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101736-1215294207/watcher-1101736-1215294207 -o /tmp/evaluation-result-1101736-1215294207/solver-1101736-1215294207 -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-1101736-1215294207.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a3179ef7953b402b9c008297f563e15
RANDOM SEED=191313595

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719952 kB
Buffers:         50268 kB
Cached:         221004 kB
SwapCached:       6780 kB
Active:         207264 kB
Inactive:        78820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719952 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          22492 kB
Slab:            35140 kB
Committed_AS:  1078500 kB
PageTables:       1876 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= 66468 MiB
End job on node88 at 2008-07-05 23:44:03