Trace number 1075448

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 29.9195 30.2046

DiagnosticValue
CHECKS1389220
NODES3196

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-10.xml
MD5SUMcfb1178a1cf591aa2f175ed29511835d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.55915
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints2086
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension1930
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1075448-1215180941.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.44	     nbVariables=462  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=12012
0.38/0.44	       =>  wckTime=0.187  cpuTime=0.13  mem=9M869
0.38/0.44	   
0.38/0.44	   relations being loaded...
1.08/1.14	   
1.08/1.14	   predicates being loaded...
1.17/1.20	   
1.17/1.20	   constraints being loaded...
1.67/1.73	   Too large in ConstraintConflictsSTructure
1.67/1.77	   Too large in ConstraintConflictsSTructure
1.77/1.84	   Too large in ConstraintConflictsSTructure
1.97/2.01	   Too large in ConstraintConflictsSTructure
3.43/3.54	     nbConstraints=2087  nbRelationTypes=8  nbGlobalConstraints=157  nbExtensionStructures=8
3.43/3.54	     nbSharedExtensionStructures=148  nbConflictsStructures=4  nbSharedConflictsStructures=104
3.43/3.54	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
3.43/3.54	     nbSharedEvaluationManagers=1921  minDegree=6  maxDegree=79  minArity=3  avgArity=10.93  maxArity=450
3.43/3.54	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.472  symmetryCpuTime=0.27
3.43/3.54	       =>  wckTime=3.287  cpuTime=2.59  mem=89M622
3.64/3.72	   
3.64/3.72	   solver IterativeSystematicSolver being built... 
3.94/4.09	   
3.94/4.09	   INFO : Forward propagation technique limited 
4.14/4.26	       =>  wckTime=4.005  cpuTime=2.92  mem=99M104
10.58/10.77	   
10.58/10.77	   preprocessing
10.58/10.77	     nbConstraintChecks=61393  nbValidityChecks=70372463  nbPropagations=7064  nbRevisions=6596  nbUselessRevisions=6595
10.58/10.77	     nbSingletonTests=487  nbEffectiveSingletonTests=0  nbACRemovals=198  nbFoundSingletons=0  nbRemovedValues=198
10.58/10.77	     detectedInconsistency=no
10.58/10.77	       =>  wckTime=6.501  cpuTime=6.38  mem=101M59
18.81/19.08	   
18.81/19.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=102M982)
29.81/30.16	   
29.81/30.16	   search
29.81/30.16	     run=7  nbConstraintChecks=1327823  nbValidityChecks=124022823  minDepth=32  maxDepth=462  nbPropagations=165663
29.81/30.16	     nbRevisions=1604591  nbUselessRevisions=1604499  nbAssignments=3196  nbFailedAssignments=349  nbBacktracks=825
29.81/30.16	     nbVisitedNodes=3778  nbRestartNogoods=91  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=171.67
29.81/30.16	     nbIEliminables=214.95  nbDEliminables=0  nbPEliminables=0
29.81/30.16	       =>  wckTime=25.892  cpuTime=25.55  mem=102M982
29.81/30.16	   
29.81/30.16	   global
29.81/30.16	     nbConstraintChecks=1389216  nbValidityChecks=194395286  nbPropagations=172727  nbRevisions=1611187
29.81/30.16	     nbUselessRevisions=1611094  nbRestartNogoods=91  solvingWckTime=25.895  solvingCpuTime=25.55  expiredTime=no
29.81/30.16	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=28.46  globalCpuTime=28.52
29.81/30.16	       =>  wckTime=29.904  cpuTime=28.47  mem=102M982
29.81/30.16	   
29.81/30.16	s SATISFIABLE
29.81/30.16	v 18 2 0 11 15 18 13 0 1 0 1 18 0 1 2 19 4 19 17 0 14 17 12 4 0 20 4 11 0 6 20 4 3 8 0 11 14 6 20 4 17 2 14 13 19 17 4 2 14 11 11 4 4 18 3 4 18 0 12 14 17 2 0 11 20 8 20 17 0 13 24 11 4 18 25 4 25 0 8 4 1 0 2 4 19 14 2 18 12 0 11 19 18 12 14 13 14 8 18 19 14 2 10 18 4 2 20 12 0 25 4 17 2 14 4 3 8 19 0 0 19 7 4 17 17 0 8 13 0 15 4 17 2 20 18 2 0 17 8 4 18 2 0 13 2 0 13 18 4 15 7 17 0 8 12 0 19 11 0 13 19 0 0 20 19 20 13 8 19 4 18 14 20 11 4 3 20 0 11 8 18 0 18 15 17 4 12 8 4 17 13 4 2 11 4 12 4 19 19 4 18 17 14 18 0 18 0 21 0 11 4 4 2 0 13 14 4 18 18 0 2 8 17 4 18 0 19 8 12 8 4 2 0 19 8 13 18 12 0 6 4 13 4 18 2 17 8 4 4 18 2 0 17 0 19 4 2 14 8 17 18 15 0 17 4 4 18 15 0 15 5 17 8 18 14 13 13 4 18 2 0 5 4 19 0 13 18 2 0 17 4 19 4 6 14 20 19 19 4 4 0 6 0 17 8 2 18 3 0 17 13 4 4 13 4 2 17 4 12 4 18 18 0 10 8 4 7 2 8 17 8 4 17 14 8 18 11 4 18 0 2 8 11 4 12 8 6 17 4 18 2 4 19 19 4 0 17 12 0 15 4 17 18 14 0 2 17 4 18 2 0 11 14 18 14 2 19 0 11 19 17 8 1 0 8 11 4 18 15 20 11 11 12 0 13 18 4 19 4 14 0 18 8 4 13 13 4 18 1 4 11 11 20 8 17 8 4 13 13 4 18 18 8 12 20 11 0 19 4 18 4 15 0 8 17 18 19 17 20 8 19 4 4 19 4 19 4 4 18 0 2 4 18 18 4 4 18 0 8 13 4 18 
29.81/30.16	d NODES 3196
29.81/30.16	d CHECKS 1389216
29.81/30.16	   
29.81/30.16	   totalWckTime=29.975  totalCpuTime=28.53

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-1075448-1215180941/watcher-1075448-1215180941 -o /tmp/evaluation-result-1075448-1215180941/solver-1075448-1215180941 -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-1075448-1215180941.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

[startup+0 s]
/proc/loadavg: 2.09 2.05 2.01 3/72 26226
/proc/meminfo: memFree=1748408/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=18572 CPUtime=0
/proc/26226/stat : 26226 (runsolver) R 26224 25383 25383 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 1997065614 19017728 290 996147200 4194304 4296836 548682068336 18446744073709551615 4237833 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26226/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.049098 s]
/proc/loadavg: 2.09 2.05 2.01 3/72 26226
/proc/meminfo: memFree=1748408/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=862716 CPUtime=0.03
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 2378 0 1 0 2 1 0 0 18 0 7 0 1997065614 883421184 1961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 215679 1961 902 9 0 210658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862716

[startup+0.101259 s]
/proc/loadavg: 2.09 2.05 2.01 3/72 26226
/proc/meminfo: memFree=1748408/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=865884 CPUtime=0.08
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 3690 0 1 0 6 2 0 0 18 0 9 0 1997065614 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301294 s]
/proc/loadavg: 2.09 2.05 2.01 3/72 26226
/proc/meminfo: memFree=1748408/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=866284 CPUtime=0.28
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 5831 0 1 0 24 4 0 0 18 0 9 0 1997065614 887074816 5205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 216571 5205 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701363 s]
/proc/loadavg: 2.09 2.05 2.01 3/72 26226
/proc/meminfo: memFree=1748408/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=867004 CPUtime=0.68
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 14977 0 1 0 59 9 0 0 18 0 9 0 1997065614 887812096 14347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 216751 14347 1969 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867004

[startup+1.5025 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 26235
/proc/meminfo: memFree=1676528/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=867692 CPUtime=1.47
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 22795 0 1 0 135 12 0 0 18 0 9 0 1997065614 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 216923 22152 2026 9 0 211429 0
[pid=26226/tid=26228] ppid=26224 vsize=867692 CPUtime=1.2
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 15760 0 1 0 111 9 0 0 25 0 9 0 1997065616 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=867692 CPUtime=0.07
/proc/26226/task/26229/stat : 26229 (java) R 26224 26226 25383 0 -1 64 5686 0 0 0 6 1 0 0 16 0 9 0 1997065617 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 103829557 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=867692 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997065617 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=867692 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997065617 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=867692 CPUtime=0
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997065619 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=867692 CPUtime=0.16
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 652 0 0 0 16 0 0 0 16 0 9 0 1997065619 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=867692 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997065619 888516608 22152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=867692 CPUtime=0
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997065619 888516608 22152 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) 867692

[startup+3.10277 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 26235
/proc/meminfo: memFree=1639984/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=867604 CPUtime=3.05
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 31621 0 1 0 279 26 0 0 18 0 9 0 1997065614 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 216901 30952 2007 9 0 211429 0
[pid=26226/tid=26228] ppid=26224 vsize=867604 CPUtime=2.53
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 15799 0 1 0 235 18 0 0 25 0 9 0 1997065616 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4125925085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=867604 CPUtime=0.22
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 14406 0 0 0 17 5 0 0 16 0 9 0 1997065617 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=867604 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997065617 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=867604 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997065617 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=867604 CPUtime=0
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997065619 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=867604 CPUtime=0.26
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 719 0 0 0 25 1 0 0 15 0 9 0 1997065619 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=867604 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997065619 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=867604 CPUtime=0
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997065619 888426496 30952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867604

[startup+6.3013 s]
/proc/loadavg: 2.08 2.05 2.01 3/81 26239
/proc/meminfo: memFree=1590768/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=6.21
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69333 756 1 0 567 38 14 2 18 0 9 0 1997065614 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41830 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=5.23
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31182 756 1 0 484 23 14 2 25 0 9 0 1997065616 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4127241410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 17 0 9 0 1997065617 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.54
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 981 756 0 0 37 1 14 2 15 0 9 0 1997065619 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868008

[startup+12.7024 s]
/proc/loadavg: 2.08 2.05 2.01 4/81 26239
/proc/meminfo: memFree=1590512/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=12.56
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69529 756 1 0 1201 39 14 2 18 0 9 0 1997065614 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41848 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=11.55
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31340 756 1 0 1116 23 14 2 25 0 9 0 1997065616 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4127241420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 17 0 9 0 1997065617 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.56
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1019 756 0 0 39 1 14 2 15 0 9 0 1997065619 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41848 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) 868008

[startup+25.5015 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=25.25
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69557 756 1 0 2470 39 14 2 18 0 9 0 1997065614 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41862 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=24.2
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31345 756 1 0 2381 23 14 2 25 0 9 0 1997065616 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4127298421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.59
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1042 756 0 0 42 1 14 2 16 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868008

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

[startup+28.7021 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=28.42
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69559 756 1 0 2787 39 14 2 18 0 9 0 1997065614 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41862 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=27.38
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31346 756 1 0 2698 24 14 2 25 0 9 0 1997065616 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4127241884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 17 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.59
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1043 756 0 0 42 1 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 868008

[startup+29.5022 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=29.22
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69559 756 1 0 2867 39 14 2 18 0 9 0 1997065614 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41862 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=28.17
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31346 756 1 0 2777 24 14 2 25 0 9 0 1997065616 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4127241410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.59
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1043 756 0 0 42 1 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.22
Current children cumulated vsize (KiB) 868008

[startup+29.9013 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=29.61
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69559 756 1 0 2906 39 14 2 18 0 9 0 1997065614 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41862 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=28.57
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31346 756 1 0 2817 24 14 2 25 0 9 0 1997065616 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4127300207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.59
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1043 756 0 0 42 1 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.61
Current children cumulated vsize (KiB) 868008

[startup+30.1013 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=868008 CPUtime=29.81
/proc/26226/stat : 26226 (java) S 26224 26226 25383 0 -1 0 69561 756 1 0 2926 39 14 2 18 0 9 0 1997065614 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217002 41863 2615 9 0 211530 0
[pid=26226/tid=26228] ppid=26224 vsize=868008 CPUtime=28.77
/proc/26226/task/26228/stat : 26228 (java) R 26224 26226 25383 0 -1 64 31346 756 1 0 2837 24 14 2 25 0 9 0 1997065616 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4127298442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26224 vsize=868008 CPUtime=0.72
/proc/26226/task/26229/stat : 26229 (java) S 26224 26226 25383 0 -1 64 36303 756 0 0 45 11 14 2 16 0 9 0 1997065617 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26230/stat : 26230 (java) S 26224 26226 25383 0 -1 64 18 756 0 0 0 0 14 2 16 0 9 0 1997065617 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26231/stat : 26231 (java) S 26224 26226 25383 0 -1 64 8 756 0 0 0 0 14 2 15 0 9 0 1997065617 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26232/stat : 26232 (java) S 26224 26226 25383 0 -1 64 0 756 0 0 0 0 14 2 18 0 9 0 1997065619 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26224 vsize=868008 CPUtime=0.6
/proc/26226/task/26233/stat : 26233 (java) S 26224 26226 25383 0 -1 64 1045 756 0 0 43 1 14 2 16 0 9 0 1997065619 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26234/stat : 26234 (java) S 26224 26226 25383 0 -1 64 2 756 0 0 0 0 14 2 19 0 9 0 1997065619 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26235] ppid=26224 vsize=868008 CPUtime=0.16
/proc/26226/task/26235/stat : 26235 (java) S 26224 26226 25383 0 -1 64 36 756 0 0 0 0 14 2 15 0 9 0 1997065619 888840192 41863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.81
Current children cumulated vsize (KiB) 868008

[startup+30.2018 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 26239
/proc/meminfo: memFree=1590640/2055920 swapFree=4180732/4192956
[pid=26226] ppid=26224 vsize=0 CPUtime=29.9
/proc/26226/stat : 26226 (java) Z 26224 26226 25383 0 -1 12 69597 756 1 0 2932 42 14 2 16 0 2 0 1997065614 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.9
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.2046
CPU time (s): 29.9195
CPU user time (s): 29.4725
CPU system time (s): 0.446932
CPU usage (%): 99.0558
Max. virtual memory (cumulated for all children) (KiB): 868096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4725
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70353
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= 2695
involuntary context switches= 3384

runsolver used 0.044993 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 16:15:42
IDJOB=1075448
IDBENCH=56507
IDSOLVER=364
FILE ID=node57/1075448-1215180941
PBS_JOBID= 7881550
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-10.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-1075448-1215180941/watcher-1075448-1215180941 -o /tmp/evaluation-result-1075448-1215180941/solver-1075448-1215180941 -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-1075448-1215180941.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cfb1178a1cf591aa2f175ed29511835d
RANDOM SEED=1110975441

node57.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.258
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.258
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:       1748888 kB
Buffers:         52924 kB
Cached:         156312 kB
SwapCached:       6392 kB
Active:         171344 kB
Inactive:        80104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748888 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            6960 kB
Writeback:           0 kB
Mapped:          49340 kB
Slab:            40872 kB
Committed_AS:  3980712 kB
PageTables:       1820 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= 66540 MiB
End job on node57 at 2008-07-04 16:16:12