Trace number 2097295

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 ACUNSAT 30.2724 30.6087

DiagnosticValue
CHECKS1005120000
NODES2446

General information on the benchmark

Namecsp/knights/
normalized-knights-50-9.xml
MD5SUM50143bff7152a7a0a5ab6fa327854d44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2724
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097295-1247412030.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.38	     nbVariables=9  nbDomainTypes=1  minDomainSize=2500  maxDomainSize=2500  nbTotalValues=22500
0.28/0.38	       =>  wckTime=0.141  cpuTime=0.13  mem=7M892
0.28/0.38	   
0.28/0.38	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
9.68/9.87	     nbConstraints=39  nbGlobalConstraints=3  nbConvertedConstraints=36  nbConvertConstraintsChecks=25000000
9.68/9.87	     nbExtensionStructures=4  nbSharedExtensionStructures=32  nbConflictsStructures=4  nbSharedConflictsStructures=32
9.68/9.87	     nbSharedBinaryRepresentations=5000  minDegree=11  maxDegree=11  minArity=2  avgArity=2.51  maxArity=9
9.68/9.87	     nbGenerators=2  nbFusions=2  symmetryWckTime=1.939  symmetryCpuTime=1.89  nbCliques=1
9.68/9.87	       =>  wckTime=9.632  cpuTime=9.42  mem=21M605
9.77/9.95	   
9.77/9.95	   solver IterativeSystematicSolver being built... 
9.88/10.02	   
9.88/10.02	   INFO : Forward propagation technique limited 
9.88/10.08	       =>  wckTime=9.834  cpuTime=9.52  mem=26M145
9.98/10.10	   
9.98/10.10	   preprocessing
9.98/10.10	     nbConstraintChecks=335526  nbPropagations=11  nbRevisions=10  nbUselessRevisions=6  nbRemovedValues=152
9.98/10.10	     nbRemovedTuples=3133158  detectedInconsistency=no
9.98/10.10	       =>  wckTime=0.023  cpuTime=0.02  mem=26M145
30.16/30.58	   
30.16/30.58	   search
30.16/30.58	     run=11  nbConstraintChecks=1004784451  minDepth=0  maxDepth=0  nbPropagations=109149  nbRevisions=226214
30.16/30.58	     nbUselessRevisions=78679  nbAssignments=2446  nbFailedAssignments=2446  nbBacktracks=1  nbVisitedNodes=4893
30.16/30.58	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=?  nbREliminables=?
30.16/30.58	     nbIEliminables=?  nbDEliminables=?  nbPEliminables=?
30.16/30.58	       =>  wckTime=20.5  cpuTime=20.21  mem=27M186
30.16/30.58	   
30.16/30.58	   global
30.16/30.58	     nbConstraintChecks=1005119977  nbPropagations=109160  nbRevisions=226224  nbUselessRevisions=78685
30.16/30.58	     nbRestartNogoods=0  solvingWckTime=20.503  solvingCpuTime=20.21  expiredTime=no  totalExploration=yes
30.16/30.58	     nbFoundSolutions=0  globalCpuTime=29.78
30.16/30.58	       =>  wckTime=30.34  cpuTime=29.73  mem=28M161
30.16/30.58	   
30.16/30.58	s UNSATISFIABLE
30.16/30.58	d NODES 2446
30.16/30.58	d CHECKS 1005119977
30.16/30.58	   
30.16/30.59	   totalWckTime=30.398  totalCpuTime=29.78

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097295-1247412030/watcher-2097295-1247412030 -o /tmp/evaluation-result-2097295-1247412030/solver-2097295-1247412030 -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-2097295-1247412030.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: 1.92 1.98 1.99 3/83 2929
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=10676 CPUtime=0
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28265711 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 2669 474 207 9 0 1184 0
[pid=2929/tid=2930] ppid=2927 vsize=10676 CPUtime=0
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28265712 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9580504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0432849 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 2929
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=861936 CPUtime=0.03
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 2274 0 1 0 2 1 0 0 18 0 5 0 28265711 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 215484 1877 861 9 0 210399 0
[pid=2929/tid=2930] ppid=2927 vsize=861936 CPUtime=0.01
/proc/2929/task/2930/stat : 2930 (java) D 2927 2929 2127 0 -1 64 1581 0 1 0 1 0 0 0 17 0 5 0 28265712 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099863542 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101647 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 2929
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=865984 CPUtime=0.08
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 3753 0 1 0 6 2 0 0 18 0 9 0 28265711 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216496 3213 1696 9 0 210981 0
[pid=2929/tid=2930] ppid=2927 vsize=865984 CPUtime=0.06
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 2845 0 1 0 5 1 0 0 18 0 9 0 28265712 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301089 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 2929
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=866224 CPUtime=0.28
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 5805 0 1 0 24 4 0 0 18 0 9 0 28265711 887013376 5171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216556 5171 1980 9 0 211014 0
[pid=2929/tid=2930] ppid=2927 vsize=866224 CPUtime=0.26
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 4874 0 1 0 22 4 0 0 18 0 9 0 28265712 887013376 5171 996147200 134512640 134550932 4294955968 18446744073709551615 104601109 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701154 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 2929
/proc/meminfo: memFree=1716744/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=866568 CPUtime=0.68
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 7897 0 1 0 63 5 0 0 18 0 9 0 28265711 887365632 7251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216642 7251 2033 9 0 211078 0
[pid=2929/tid=2930] ppid=2927 vsize=866568 CPUtime=0.58
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 6876 0 1 0 54 4 0 0 20 0 9 0 28265712 887365632 7251 996147200 134512640 134550932 4294955968 18446744073709551615 104750662 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866568

[startup+1.50129 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 2938
/proc/meminfo: memFree=1695680/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=866568 CPUtime=1.47
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 7899 0 1 0 142 5 0 0 18 0 9 0 28265711 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216642 7253 2035 9 0 211078 0
[pid=2929/tid=2930] ppid=2927 vsize=866568 CPUtime=1.38
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 6877 0 1 0 134 4 0 0 25 0 9 0 28265712 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4126626929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=866568 CPUtime=0.08
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 324 0 0 0 8 0 0 0 18 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866568

[startup+3.10256 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 2938
/proc/meminfo: memFree=1695488/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=866568 CPUtime=3.06
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 7899 0 1 0 301 5 0 0 18 0 9 0 28265711 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216642 7253 2035 9 0 211078 0
[pid=2929/tid=2930] ppid=2927 vsize=866568 CPUtime=2.96
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 6877 0 1 0 292 4 0 0 25 0 9 0 28265712 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4126620945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28265714 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=866568 CPUtime=0.08
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 324 0 0 0 8 0 0 0 18 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28265716 887365632 7253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866568

[startup+6.3011 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 2938
/proc/meminfo: memFree=1695232/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=866568 CPUtime=6.22
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 7928 0 1 0 617 5 0 0 18 0 9 0 28265711 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216642 7281 2035 9 0 211078 0
[pid=2929/tid=2930] ppid=2927 vsize=866568 CPUtime=6.12
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 6905 0 1 0 608 4 0 0 25 0 9 0 28265712 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4126640792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28265714 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2929/tid=2933] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28265714 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28265714 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28265716 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=866568 CPUtime=0.08
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 325 0 0 0 8 0 0 0 16 0 9 0 28265716 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28265716 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=866568 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28265716 887365632 7281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866568

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678272/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=12.54
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18255 277 1 0 1245 9 0 0 18 0 9 0 28265711 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12072 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=12.28
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12814 277 1 0 1222 6 0 0 25 0 9 0 28265712 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4126818240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 17 0 9 0 28265714 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.17
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 544 277 0 0 17 0 0 0 15 0 9 0 28265716 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867292

[startup+25.5024 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=25.21
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18266 277 1 0 2512 9 0 0 18 0 9 0 28265711 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12079 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=24.93
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12816 277 1 0 2487 6 0 0 25 0 9 0 28265712 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4126816671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 16 0 9 0 28265714 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.18
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 553 277 0 0 18 0 0 0 16 0 9 0 28265716 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 867292

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

[startup+28.7029 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=28.38
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18280 277 1 0 2829 9 0 0 18 0 9 0 28265711 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12090 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=28.08
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12817 277 1 0 2802 6 0 0 25 0 9 0 28265712 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4126795636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 16 0 9 0 28265714 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.21
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 566 277 0 0 21 0 0 0 15 0 9 0 28265716 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12090 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.38
Current children cumulated vsize (KiB) 867292

[startup+29.502 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=29.17
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18281 277 1 0 2908 9 0 0 18 0 9 0 28265711 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12091 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=28.87
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12817 277 1 0 2881 6 0 0 25 0 9 0 28265712 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4126810663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 17 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.21
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 567 277 0 0 21 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.17
Current children cumulated vsize (KiB) 867292

[startup+30.3022 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=29.96
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18281 277 1 0 2987 9 0 0 18 0 9 0 28265711 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12091 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=29.66
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12817 277 1 0 2960 6 0 0 25 0 9 0 28265712 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4126825555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.21
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 567 277 0 0 21 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (KiB) 867292

[startup+30.5022 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=867292 CPUtime=30.16
/proc/2929/stat : 2929 (java) S 2927 2929 2127 0 -1 0 18281 277 1 0 3007 9 0 0 18 0 9 0 28265711 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 216823 12091 2657 9 0 211259 0
[pid=2929/tid=2930] ppid=2927 vsize=867292 CPUtime=29.86
/proc/2929/task/2930/stat : 2930 (java) R 2927 2929 2127 0 -1 64 12817 277 1 0 2980 6 0 0 25 0 9 0 28265712 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4126787891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2932] ppid=2927 vsize=867292 CPUtime=0.06
/proc/2929/task/2932/stat : 2932 (java) S 2927 2929 2127 0 -1 64 4046 277 0 0 5 1 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2933] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2933/stat : 2933 (java) S 2927 2929 2127 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2934] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2934/stat : 2934 (java) S 2927 2929 2127 0 -1 64 17 277 0 0 0 0 0 0 16 0 9 0 28265714 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2935] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2935/stat : 2935 (java) S 2927 2929 2127 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2936] ppid=2927 vsize=867292 CPUtime=0.21
/proc/2929/task/2936/stat : 2936 (java) S 2927 2929 2127 0 -1 64 567 277 0 0 21 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2937] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2937/stat : 2937 (java) S 2927 2929 2127 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2929/tid=2938] ppid=2927 vsize=867292 CPUtime=0
/proc/2929/task/2938/stat : 2938 (java) S 2927 2929 2127 0 -1 64 6 277 0 0 0 0 0 0 15 0 9 0 28265716 888107008 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.16
Current children cumulated vsize (KiB) 867292

[startup+30.6014 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 2942
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=2929] ppid=2927 vsize=0 CPUtime=30.25
/proc/2929/stat : 2929 (java) Z 2927 2929 2127 0 -1 12 18312 277 1 0 3016 9 0 0 16 0 2 0 28265711 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2929/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.6087
CPU time (s): 30.2724
CPU user time (s): 30.1624
CPU system time (s): 0.109983
CPU usage (%): 98.9014
Max. virtual memory (cumulated for all children) (KiB): 867356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1624
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18589
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= 1448
involuntary context switches= 1519

runsolver used 0.047992 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 17:20:30
IDJOB=2097295
IDBENCH=57106
IDSOLVER=773
FILE ID=node68/2097295-1247412030
PBS_JOBID= 9510512
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-9.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-2097295-1247412030/watcher-2097295-1247412030 -o /tmp/evaluation-result-2097295-1247412030/solver-2097295-1247412030 -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-2097295-1247412030.xml

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

MD5SUM BENCH= 50143bff7152a7a0a5ab6fa327854d44
RANDOM SEED=407243864

node68.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:       1717160 kB
Buffers:         41460 kB
Cached:         130036 kB
SwapCached:          0 kB
Active:         201032 kB
Inactive:        77488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:         127664 kB
Slab:            44860 kB
Committed_AS:  1041864 kB
PageTables:       2144 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node68 at 2009-07-12 17:21:01