Trace number 2098027

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 15.6866 15.8545

DiagnosticValue
CHECKS10629900
NODES3196

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-14.xml
MD5SUM1e9997924d7e314983d38e0bb7239ab4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.760883
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098027-1247414203.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.40	     nbVariables=352  nbDomainTypes=1  minDomainSize=14  maxDomainSize=14  nbTotalValues=4928
0.39/0.40	       =>  wckTime=0.159  cpuTime=0.12  mem=8M867
0.39/0.40	   
0.39/0.40	   predicates being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
3.28/3.32	     nbConstraints=14661  nbGlobalConstraints=49  nbConvertedConstraints=14612  nbConvertConstraintsChecks=392
3.28/3.32	     nbExtensionStructures=2  nbSharedExtensionStructures=14610  nbConflictsStructures=11
3.28/3.32	     nbSharedConflictsStructures=14610  nbSharedBinaryRepresentations=14  minDegree=3  maxDegree=233  minArity=2
3.28/3.32	     avgArity=2.02  maxArity=14  nbGenerators=14  nbFusions=10  symmetryWckTime=0.824  symmetryCpuTime=0.41
3.28/3.32	     nbCliques=35
3.28/3.32	       =>  wckTime=3.077  cpuTime=2.41  mem=54M568
3.48/3.54	   
3.48/3.55	   solver IterativeSystematicSolver being built... 
3.58/3.64	   
3.58/3.64	   INFO : Forward propagation technique limited 
3.67/3.72	       =>  wckTime=3.478  cpuTime=2.54  mem=35M61
3.67/3.75	   
3.67/3.75	   preprocessing
3.67/3.75	     nbConstraintChecks=280  nbPropagations=362  nbRevisions=20  nbUselessRevisions=0  nbRemovedValues=20
3.67/3.75	     nbRemovedTuples=91  detectedInconsistency=no
3.67/3.75	       =>  wckTime=0.033  cpuTime=0.02  mem=35M61
4.66/4.75	   
4.66/4.75	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M44)
15.65/15.80	   
15.65/15.80	   search
15.65/15.80	     run=10  nbConstraintChecks=10629581  minDepth=353  maxDepth=352  nbPropagations=768488  nbRevisions=9625463
15.65/15.80	     nbUselessRevisions=5533948  nbAssignments=3196  nbFailedAssignments=1128  nbBacktracks=1583  nbVisitedNodes=5459
15.65/15.80	     nbRestartNogoods=52  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=37.71  nbIEliminables=300.15
15.65/15.80	     nbDEliminables=0  nbPEliminables=0
15.65/15.80	       =>  wckTime=12.076  cpuTime=11.85  mem=36M44
15.65/15.80	   
15.65/15.80	   global
15.65/15.80	     nbConstraintChecks=10629861  nbPropagations=768850  nbRevisions=9625483  nbUselessRevisions=5533948
15.65/15.80	     nbRestartNogoods=52  solvingWckTime=12.078  solvingCpuTime=11.85  expiredTime=no  totalExploration=no
15.65/15.80	     nbFoundSolutions=1  firstSolutionCpuTime=14.37  globalCpuTime=14.43
15.65/15.80	       =>  wckTime=15.558  cpuTime=14.39  mem=36M44
15.65/15.80	   
15.65/15.80	s SATISFIABLE
15.65/15.80	v 8 0 6 12 1 7 0 8 3 4 9 2 3 11 8 10 3 6 4 10 3 13 0 12 1 8 13 6 11 8 3 10 0 2 6 4 12 10 3 1 1 9 2 1 1 0 11 8 1 6 11 8 10 3 9 5 7 4 9 13 12 10 3 0 5 7 2 11 8 2 11 0 5 7 4 9 13 12 10 4 9 13 12 10 4 13 2 11 0 5 7 2 11 0 5 7 12 10 5 3 4 9 13 0 8 1 6 9 13 5 7 0 4 2 12 2 8 2 12 6 4 9 12 7 5 2 8 1 3 10 11 10 11 10 11 13 0 0 11 10 8 11 1 0 5 6 4 3 9 2 10 7 9 10 3 3 2 11 8 5 1 4 9 13 2 4 6 7 12 10 3 11 8 1 0 10 6 0 5 12 9 2 7 5 1 2 8 0 11 2 0 3 1 0 3 6 8 6 6 1 0 1 10 4 9 0 5 11 8 1 0 9 13 8 5 10 12 9 13 12 7 2 11 12 10 13 5 4 8 7 4 0 13 7 8 0 8 3 8 3 0 9 3 6 4 13 2 11 8 7 12 10 3 1 5 6 9 13 1 5 7 11 8 10 3 6 2 13 11 8 2 1 5 7 12 10 12 1 5 7 12 10 3 13 0 6 9 13 2 11 4 11 10 6 13 9 8 1 5 12 3 6 4 8 7 3 13 11 2 1 0 5 0 13 13 13 5 2 8 1 0 9 6 4 12 7 6 12 7 2 6 1 0 5 1 0 5 10 6 12 4 9 13 4 9 13 6 4 9 1 7 0 
15.65/15.80	d NODES 3196
15.65/15.80	d CHECKS 10629861
15.65/15.80	   
15.65/15.80	   totalWckTime=15.623  totalCpuTime=14.43

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098027-1247414203/watcher-2098027-1247414203 -o /tmp/evaluation-result-2098027-1247414203/solver-2098027-1247414203 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098027-1247414203.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.12 2.05 4/80 29422
/proc/meminfo: memFree=1714080/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=10676 CPUtime=0
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28487297 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 2669 474 207 9 0 1184 0
[pid=29422/tid=29423] ppid=29420 vsize=10676 CPUtime=0
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28487298 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8826840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0802471 s]
/proc/loadavg: 2.08 2.12 2.05 4/80 29422
/proc/meminfo: memFree=1714080/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=864148 CPUtime=0.07
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 3133 0 1 0 5 2 0 0 18 0 9 0 28487297 884887552 2618 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 216489 2619 1241 9 0 210981 0
[pid=29422/tid=29423] ppid=29420 vsize=865956 CPUtime=0.05
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 2236 0 1 0 4 1 0 0 18 0 9 0 28487298 886738944 2627 996147200 134512640 134550932 4294955968 18446744073709551615 4159513859 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.102046 s]
/proc/loadavg: 2.08 2.12 2.05 4/80 29422
/proc/meminfo: memFree=1714080/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=865984 CPUtime=0.09
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 3780 0 1 0 7 2 0 0 18 0 9 0 28487297 886767616 3237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 216496 3238 1708 9 0 210981 0
[pid=29422/tid=29423] ppid=29420 vsize=865984 CPUtime=0.07
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 2855 0 1 0 6 1 0 0 18 0 9 0 28487298 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301086 s]
/proc/loadavg: 2.08 2.12 2.05 4/80 29422
/proc/meminfo: memFree=1714080/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=866380 CPUtime=0.29
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 6084 0 1 0 25 4 0 0 18 0 9 0 28487297 887173120 5450 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 216595 5451 1986 9 0 211053 0
[pid=29422/tid=29423] ppid=29420 vsize=866380 CPUtime=0.24
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 5106 0 1 0 21 3 0 0 19 0 9 0 28487298 887173120 5451 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701165 s]
/proc/loadavg: 2.08 2.12 2.05 4/80 29422
/proc/meminfo: memFree=1714080/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=867776 CPUtime=0.69
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 9299 0 1 0 64 5 0 0 18 0 9 0 28487297 888602624 8653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 216944 8654 2037 9 0 211380 0
[pid=29422/tid=29423] ppid=29420 vsize=867776 CPUtime=0.52
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 7935 0 1 0 48 4 0 0 21 0 9 0 28487298 888602624 8654 996147200 134512640 134550932 4294955968 18446744073709551615 103822515 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50233 s]
/proc/loadavg: 2.08 2.12 2.05 3/89 29431
/proc/meminfo: memFree=1668964/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=867688 CPUtime=1.49
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 18912 0 1 0 134 15 0 0 18 0 9 0 28487297 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 216922 18238 2029 9 0 211380 0
[pid=29422/tid=29423] ppid=29420 vsize=867688 CPUtime=1.19
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 15826 0 1 0 106 13 0 0 19 0 9 0 28487298 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29425] ppid=29420 vsize=867688 CPUtime=0.07
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 1673 0 0 0 7 0 0 0 17 0 9 0 28487300 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29426] ppid=29420 vsize=867692 CPUtime=0
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28487300 888516608 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29427] ppid=29420 vsize=867688 CPUtime=0
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28487300 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29428] ppid=29420 vsize=867692 CPUtime=0
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28487302 888516608 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=867688 CPUtime=0.19
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 711 0 0 0 19 0 0 0 16 0 9 0 28487302 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29430] ppid=29420 vsize=867688 CPUtime=0
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28487302 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=867688 CPUtime=0
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28487302 888512512 18238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867688

[startup+3.10165 s]
/proc/loadavg: 2.08 2.12 2.05 3/89 29431
/proc/meminfo: memFree=1648664/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868012 CPUtime=3.08
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 19619 877 1 0 207 66 34 1 18 0 10 0 28487297 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217003 18283 2033 9 0 211461 0
[pid=29422/tid=29423] ppid=29420 vsize=868012 CPUtime=2.74
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 16228 877 1 0 176 63 34 1 16 0 10 0 28487298 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4127092356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868012 CPUtime=0.42
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 1673 877 0 0 7 0 34 1 16 0 10 0 28487300 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868012 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 16 877 0 0 0 0 34 1 16 0 10 0 28487300 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868012 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 6 877 0 0 0 0 34 1 16 0 10 0 28487300 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868012 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 877 0 0 0 0 34 1 18 0 10 0 28487302 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868012 CPUtime=0.57
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 888 877 0 0 22 0 34 1 16 0 10 0 28487302 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868012 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 877 0 0 0 0 34 1 19 0 10 0 28487302 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868012 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 12 877 0 0 0 0 34 1 15 0 10 0 28487302 888844288 18283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 868012

[startup+6.30228 s]
/proc/loadavg: 2.08 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632400/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=6.25
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35263 1000 1 0 519 71 34 1 18 0 9 0 28487297 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22888 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=5.56
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24757 1000 1 0 455 66 34 1 25 0 9 0 28487298 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4127297970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 17 0 9 0 28487300 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.71
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1101 1000 0 0 35 1 34 1 15 0 9 0 28487302 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868204

[startup+12.7015 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632144/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=12.58
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35292 1000 1 0 1152 71 34 1 18 0 9 0 28487297 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22900 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=11.87
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24765 1000 1 0 1086 66 34 1 25 0 9 0 28487298 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 17 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.74
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1122 1000 0 0 38 1 34 1 15 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868204

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

[startup+14.3069 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632144/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=14.17
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35292 1000 1 0 1311 71 34 1 18 0 9 0 28487297 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22900 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=13.46
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24765 1000 1 0 1245 66 34 1 25 0 9 0 28487298 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4127293428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.74
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1122 1000 0 0 38 1 34 1 16 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 868204

[startup+15.103 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632144/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=14.96
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35292 1000 1 0 1390 71 34 1 18 0 9 0 28487297 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22900 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=14.24
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24765 1000 1 0 1323 66 34 1 25 0 9 0 28487298 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4127293816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.74
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1122 1000 0 0 38 1 34 1 15 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 868204

[startup+15.5021 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632208/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=15.35
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35295 1000 1 0 1429 71 34 1 18 0 9 0 28487297 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22902 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=14.63
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24765 1000 1 0 1362 66 34 1 25 0 9 0 28487298 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4127296480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 17 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.74
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1125 1000 0 0 38 1 34 1 15 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 868204

[startup+15.7021 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632208/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=15.55
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35296 1000 1 0 1449 71 34 1 18 0 9 0 28487297 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22902 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=14.84
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24766 1000 1 0 1382 67 34 1 25 0 9 0 28487298 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4127290360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 17 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.74
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1125 1000 0 0 38 1 34 1 15 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 868204

[startup+15.8021 s]
/proc/loadavg: 2.06 2.12 2.05 3/89 29435
/proc/meminfo: memFree=1632208/2055920 swapFree=4192812/4192956
[pid=29422] ppid=29420 vsize=868204 CPUtime=15.65
/proc/29422/stat : 29422 (java) S 29420 29422 27629 0 -1 0 35311 1000 1 0 1459 71 34 1 18 0 9 0 28487297 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29422/statm: 217051 22908 2663 9 0 211487 0
[pid=29422/tid=29423] ppid=29420 vsize=868204 CPUtime=14.93
/proc/29422/task/29423/stat : 29423 (java) R 29420 29422 27629 0 -1 64 24771 1000 1 0 1391 67 34 1 25 0 9 0 28487298 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29425] ppid=29420 vsize=868204 CPUtime=0.63
/proc/29422/task/29425/stat : 29425 (java) S 29420 29422 27629 0 -1 64 8550 1000 0 0 27 1 34 1 17 0 9 0 28487300 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29426] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29426/stat : 29426 (java) S 29420 29422 27629 0 -1 64 20 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29427] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29427/stat : 29427 (java) S 29420 29422 27629 0 -1 64 10 1000 0 0 0 0 34 1 16 0 9 0 28487300 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29428] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29428/stat : 29428 (java) S 29420 29422 27629 0 -1 64 2 1000 0 0 0 0 34 1 18 0 9 0 28487302 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29429] ppid=29420 vsize=868204 CPUtime=0.75
/proc/29422/task/29429/stat : 29429 (java) S 29420 29422 27629 0 -1 64 1135 1000 0 0 39 1 34 1 15 0 9 0 28487302 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29430] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29430/stat : 29430 (java) S 29420 29422 27629 0 -1 64 0 1000 0 0 0 0 34 1 19 0 9 0 28487302 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29422/tid=29431] ppid=29420 vsize=868204 CPUtime=0.35
/proc/29422/task/29431/stat : 29431 (java) S 29420 29422 27629 0 -1 64 25 1000 0 0 0 0 34 1 15 0 9 0 28487302 889040896 22908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 868204

Child status: 0
Real time (s): 15.8545
CPU time (s): 15.6866
CPU user time (s): 14.9387
CPU system time (s): 0.747886
CPU usage (%): 98.9412
Max. virtual memory (cumulated for all children) (KiB): 868392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9387
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36340
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= 2059
involuntary context switches= 2581

runsolver used 0.022996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 17:56:43
IDJOB=2098027
IDBENCH=58092
IDSOLVER=773
FILE ID=node11/2098027-1247414203
PBS_JOBID= 9510622
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098027-1247414203/watcher-2098027-1247414203 -o /tmp/evaluation-result-2098027-1247414203/solver-2098027-1247414203 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098027-1247414203.xml

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

MD5SUM BENCH= 1e9997924d7e314983d38e0bb7239ab4
RANDOM SEED=200580582

node11.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.274
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.274
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:       1714560 kB
Buffers:         43440 kB
Cached:         137508 kB
SwapCached:          0 kB
Active:         191516 kB
Inactive:        90300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3972 kB
Writeback:           0 kB
Mapped:         121308 kB
Slab:            44708 kB
Committed_AS:   977308 kB
PageTables:       2040 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= 66444 MiB
End job on node11 at 2009-07-12 17:56:59