Trace number 1058017

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 ESACSAT 35.4566 35.812

DiagnosticValue
CHECKS6886030
NODES2919

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.15806
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1058017-1215112422.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.38/0.41	   
0.38/0.41	   variables being loaded...
0.48/0.57	     nbVariables=400  nbDomainTypes=251  minDomainSize=1  maxDomainSize=33  nbTotalValues=6413
0.48/0.57	       =>  wckTime=0.334  cpuTime=0.24  mem=8M829
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
6.72/6.86	     nbConstraints=7046  nbGlobalConstraints=923  nbSingletonDomainVariables=39  nbConflictsStructures=1522
6.72/6.86	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=4601  nbSharedBinaryRepresentations=0
6.72/6.86	     nbEvaluationManagers=6123  nbSharedEvaluationManagers=0  minDegree=17  maxDegree=229  minArity=4  avgArity=5.23
6.72/6.86	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.495  symmetryCpuTime=0.2
6.72/6.86	       =>  wckTime=6.628  cpuTime=5.79  mem=25M833
6.92/7.02	   
6.92/7.02	   solver IterativeSystematicSolver being built... 
7.21/7.37	   
7.21/7.37	   INFO : Forward propagation technique limited 
7.31/7.45	       =>  wckTime=7.212  cpuTime=6.13  mem=74M305
12.07/12.24	   
12.07/12.24	   preprocessing
12.07/12.24	     nbConstraintChecks=2551676  nbValidityChecks=9810405  nbPropagations=8205  nbRevisions=659142
12.07/12.24	     nbUselessRevisions=658775  nbSingletonTests=497  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
12.07/12.24	     nbRemovedValues=0  detectedInconsistency=no
12.07/12.24	       =>  wckTime=4.79  cpuTime=4.57  mem=50M512
18.52/18.73	   
18.52/18.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=74M27)
35.37/35.75	   
35.37/35.75	   search
35.37/35.75	     run=7  nbConstraintChecks=4334352  nbValidityChecks=69313965  minDepth=178  maxDepth=400  nbPropagations=313073
35.37/35.75	     nbRevisions=20207756  nbUselessRevisions=20195621  nbAssignments=2919  nbFailedAssignments=331  nbBacktracks=682
35.37/35.75	     nbVisitedNodes=3750  nbRestartNogoods=26  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=226.96
35.37/35.75	     nbIEliminables=50.14  nbDEliminables=0  nbPEliminables=0
35.37/35.75	       =>  wckTime=28.296  cpuTime=27.75  mem=69M296
35.37/35.75	   
35.37/35.75	   global
35.37/35.75	     nbConstraintChecks=6886028  nbValidityChecks=79124370  nbPropagations=321278  nbRevisions=20866898
35.37/35.75	     nbUselessRevisions=20854396  nbRestartNogoods=26  solvingWckTime=28.298  solvingCpuTime=27.75  expiredTime=no
35.37/35.75	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=33.86  globalCpuTime=33.94
35.37/35.75	       =>  wckTime=35.513  cpuTime=33.88  mem=69M296
35.37/35.75	   
35.37/35.75	s SATISFIABLE
35.37/35.75	v 10 42 7 23 3 12 34 43 1 30 43 33 31 12 32 6 41 20 22 18 27 38 32 21 16 24 42 17 30 40 13 11 0 27 42 23 24 21 19 27 6 8 34 28 3 10 11 1 30 22 41 1 4 32 33 31 26 23 15 40 19 38 33 29 6 25 22 14 39 36 39 28 42 20 25 6 3 28 35 34 18 13 18 35 14 39 2 10 9 43 12 3 41 34 12 37 0 29 41 0 33 38 10 20 28 44 16 29 15 37 31 14 0 9 38 11 5 9 0 35 2 39 14 41 5 15 43 37 42 17 18 44 0 12 30 8 3 19 24 19 21 4 14 43 39 26 40 7 8 6 29 20 31 36 30 37 15 26 38 7 21 19 25 2 28 2 7 5 13 23 12 1 8 21 3 21 26 20 25 32 5 13 13 3 18 20 32 36 26 6 4 0 22 12 6 16 16 24 17 44 2 3 18 3 1 6 19 12 0 7 0 6 16 18 19 16 1 11 1 0 16 0 1 18 0 8 8 4 19 0 2 9 17 10 15 16 1 8 0 1 12 1 7 7 3 1 17 9 1 0 12 11 1 0 10 17 19 1 8 10 1 12 19 1 0 1 9 2 1 19 3 12 6 3 0 9 0 19 9 10 1 1 18 8 19 12 4 13 11 13 5 8 16 17 11 0 2 9 7 1 4 1 0 0 5 10 1 16 19 10 11 4 7 1 15 0 11 0 0 1 16 0 0 11 19 3 6 17 16 0 3 16 9 2 9 0 5 6 6 11 0 0 1 10 8 1 12 16 10 1 10 14 1 11 16 1 0 8 19 15 19 8 3 0 9 1 3 18 10 10 1 8 19 1 4 12 0 17 16 16 0 13 0 2 4 4 5 10 10 8 3 10 10 0 19 18 16 15 1 4 
35.37/35.75	d NODES 2919
35.37/35.75	d CHECKS 6886028
35.37/35.75	   
35.37/35.75	   totalWckTime=35.569  totalCpuTime=33.95

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-1058017-1215112422/watcher-1058017-1215112422 -o /tmp/evaluation-result-1058017-1215112422/solver-1058017-1215112422 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058017-1215112422.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: 1.92 1.97 1.98 4/72 5098
/proc/meminfo: memFree=1283280/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=1616 CPUtime=0
/proc/5098/stat : 5098 (java) R 5096 5098 4744 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 995697180 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5098/statm: 404 148 122 9 0 46 0

[startup+0.0641061 s]
/proc/loadavg: 1.92 1.97 1.98 4/72 5098
/proc/meminfo: memFree=1283280/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=864076 CPUtime=0.04
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 2801 0 1 0 3 1 0 0 18 0 9 0 995697180 884813824 2339 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216019 2339 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101112 s]
/proc/loadavg: 1.92 1.97 1.98 4/72 5098
/proc/meminfo: memFree=1283280/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=865884 CPUtime=0.09
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 3775 0 1 0 7 2 0 0 18 0 9 0 995697180 886665216 3226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216471 3226 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301124 s]
/proc/loadavg: 1.92 1.97 1.98 4/72 5098
/proc/meminfo: memFree=1283280/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=866128 CPUtime=0.28
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 5751 0 1 0 25 3 0 0 18 0 9 0 995697180 886915072 5125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216532 5125 1952 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701158 s]
/proc/loadavg: 1.92 1.97 1.98 4/72 5098
/proc/meminfo: memFree=1283280/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867076 CPUtime=0.68
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 7838 0 1 0 63 5 0 0 18 0 9 0 995697180 887885824 7198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216769 7198 2006 9 0 211275 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867076

[startup+1.50222 s]
/proc/loadavg: 1.92 1.97 1.98 3/81 5107
/proc/meminfo: memFree=1246984/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867700 CPUtime=1.47
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 16931 0 1 0 137 10 0 0 18 0 9 0 995697180 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216925 16290 2013 9 0 211431 0
[pid=5098/tid=5100] ppid=5096 vsize=867700 CPUtime=1.25
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 15512 0 1 0 116 9 0 0 25 0 9 0 995697182 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4126952540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 995697183 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 995697183 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 995697183 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 995697185 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867700 CPUtime=0.21
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 722 0 0 0 21 0 0 0 16 0 9 0 995697185 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995697185 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867700 CPUtime=0
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995697185 888524800 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867700

[startup+3.10235 s]
/proc/loadavg: 1.93 1.97 1.98 3/81 5107
/proc/meminfo: memFree=1217416/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867612 CPUtime=3.06
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 21635 0 1 0 285 21 0 0 18 0 9 0 995697180 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216903 20968 2005 9 0 211431 0
[pid=5098/tid=5100] ppid=5096 vsize=867612 CPUtime=2.66
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 15768 0 1 0 248 18 0 0 25 0 9 0 995697182 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 103721193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867612 CPUtime=0.12
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 4423 0 0 0 11 1 0 0 16 0 9 0 995697183 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995697183 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 995697183 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 995697185 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867612 CPUtime=0.24
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 747 0 0 0 24 0 0 0 15 0 9 0 995697185 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995697185 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995697185 888434688 20968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867612

[startup+6.3016 s]
/proc/loadavg: 1.93 1.97 1.98 3/81 5107
/proc/meminfo: memFree=1202120/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867612 CPUtime=6.23
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 23976 0 1 0 583 40 0 0 18 0 9 0 995697180 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216903 23307 2005 9 0 211431 0
[pid=5098/tid=5100] ppid=5096 vsize=867612 CPUtime=5.73
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 15770 0 1 0 537 36 0 0 25 0 9 0 995697182 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4126938120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867612 CPUtime=0.22
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 6761 0 0 0 20 2 0 0 16 0 9 0 995697183 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995697183 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 995697183 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 995697185 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867612 CPUtime=0.24
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 748 0 0 0 24 0 0 0 16 0 9 0 995697185 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995697185 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867612 CPUtime=0
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995697185 888434688 23307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867612

[startup+12.7021 s]
/proc/loadavg: 2.08 2.01 1.99 3/81 5111
/proc/meminfo: memFree=1170056/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=12.56
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53305 915 1 0 1188 48 18 2 18 0 9 0 995697180 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32074 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=11.55
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24861 915 1 0 1097 38 18 2 25 0 9 0 995697182 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4127284325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.8
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 53 7 18 2 16 0 9 0 995697183 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.58
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 964 915 0 0 37 1 18 2 15 0 9 0 995697185 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32074 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32074 996147200 134512640 134550740 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) 867936

[startup+25.5011 s]
/proc/loadavg: 2.07 2.01 1.99 3/81 5111
/proc/meminfo: memFree=1164488/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=25.26
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53331 915 1 0 2457 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=24.17
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24871 915 1 0 2359 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4127292425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.84
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 57 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.61
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 40 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867936

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

[startup+31.9066 s]
/proc/loadavg: 2.07 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=31.61
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53333 915 1 0 3092 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=30.49
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24873 915 1 0 2991 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4127294330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.86
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 59 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.61
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 40 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (KiB) 867936

[startup+33.5017 s]
/proc/loadavg: 2.06 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=33.19
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53333 915 1 0 3250 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=32.07
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24873 915 1 0 3149 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4127294341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.86
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 59 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.62
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 41 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.19
Current children cumulated vsize (KiB) 867936

[startup+35.1029 s]
/proc/loadavg: 2.06 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=34.78
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53334 915 1 0 3409 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=33.66
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24874 915 1 0 3308 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4127295899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.86
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 59 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.62
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 41 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.78
Current children cumulated vsize (KiB) 867936

[startup+35.5029 s]
/proc/loadavg: 2.06 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=35.18
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53334 915 1 0 3449 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=34.05
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24874 915 1 0 3347 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.86
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 59 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.62
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 41 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.18
Current children cumulated vsize (KiB) 867936

[startup+35.7029 s]
/proc/loadavg: 2.06 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=867936 CPUtime=35.37
/proc/5098/stat : 5098 (java) S 5096 5098 4744 0 -1 0 53334 915 1 0 3468 49 18 2 18 0 9 0 995697180 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 216984 32090 2615 9 0 211512 0
[pid=5098/tid=5100] ppid=5096 vsize=867936 CPUtime=34.25
/proc/5098/task/5100/stat : 5100 (java) R 5096 5098 4744 0 -1 64 24874 915 1 0 3367 38 18 2 25 0 9 0 995697182 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4127295861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5101] ppid=5096 vsize=867936 CPUtime=0.86
/proc/5098/task/5101/stat : 5101 (java) S 5096 5098 4744 0 -1 64 26612 915 0 0 59 7 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5102] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5102/stat : 5102 (java) S 5096 5098 4744 0 -1 64 20 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5103] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5103/stat : 5103 (java) S 5096 5098 4744 0 -1 64 26 915 0 0 0 0 18 2 16 0 9 0 995697183 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5104] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5104/stat : 5104 (java) S 5096 5098 4744 0 -1 64 0 915 0 0 0 0 18 2 18 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5105] ppid=5096 vsize=867936 CPUtime=0.62
/proc/5098/task/5105/stat : 5105 (java) S 5096 5098 4744 0 -1 64 980 915 0 0 41 1 18 2 16 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5106] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5106/stat : 5106 (java) S 5096 5098 4744 0 -1 64 2 915 0 0 0 0 18 2 19 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5098/tid=5107] ppid=5096 vsize=867936 CPUtime=0.2
/proc/5098/task/5107/stat : 5107 (java) S 5096 5098 4744 0 -1 64 10 915 0 0 0 0 18 2 15 0 9 0 995697185 888766464 32090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.37
Current children cumulated vsize (KiB) 867936

[startup+35.8032 s]
/proc/loadavg: 2.06 2.00 1.99 3/81 5111
/proc/meminfo: memFree=1164552/2055920 swapFree=4136964/4192956
[pid=5098] ppid=5096 vsize=0 CPUtime=35.43
/proc/5098/stat : 5098 (java) Z 5096 5098 4744 0 -1 12 53371 915 1 0 3473 50 18 2 16 0 2 0 995697180 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5098/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.43
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 35.812
CPU time (s): 35.4566
CPU user time (s): 34.9207
CPU system time (s): 0.535918
CPU usage (%): 99.0076
Max. virtual memory (cumulated for all children) (KiB): 868024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9207
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54286
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= 2473
involuntary context switches= 3243

runsolver used 0.039993 second user time and 0.135979 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 21:13:43
IDJOB=1058017
IDBENCH=54101
IDSOLVER=364
FILE ID=node26/1058017-1215112422
PBS_JOBID= 7877152
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-11.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058017-1215112422/watcher-1058017-1215112422 -o /tmp/evaluation-result-1058017-1215112422/solver-1058017-1215112422 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058017-1215112422.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=1595802580

node26.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.221
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.221
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:       1283760 kB
Buffers:         87668 kB
Cached:         542280 kB
SwapCached:      50188 kB
Active:         241424 kB
Inactive:       454668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1283760 kB
SwapTotal:     4192956 kB
SwapFree:      4136964 kB
Dirty:            3112 kB
Writeback:           0 kB
Mapped:          73264 kB
Slab:            61392 kB
Committed_AS:  1609972 kB
PageTables:       1788 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= 66544 MiB
End job on node26 at 2008-07-03 21:14:18