Trace number 1090369

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
SAT4J CSP 2008-06-13SAT 27.3218 27.2944

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-10.xml
MD5SUM41ca88861b5cc1e37ffb4a2aff187cbf
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 benchmark2.5896
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1090369-1215271339.xml
0.29/0.39	c reading problem ... 
0.59/0.65	c reading problem named null
0.59/0.65	c reading domains done.
0.59/0.65	c reading variables done.
1.19/1.26	c reading predicates  done.
1.38/1.44	c reading constraints
18.45/18.47	c done with constraints.
18.45/18.47	c ... done. Wall clock time 18.08s.
18.45/18.47	c #vars     15570
18.45/18.47	c #constraints  1310914
18.45/18.47	c constraints type 
18.45/18.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1309357
18.45/18.47	c org.sat4j.minisat.constraints.card.AtLeast => 1557
27.17/27.15	c starts		: 6
27.17/27.15	c conflicts		: 1864
27.17/27.15	c decisions		: 8303
27.17/27.15	c propagations		: 278653
27.17/27.15	c inspects		: 35546581
27.17/27.15	c learnt literals	: 0
27.17/27.15	c learnt binary clauses	: 0
27.17/27.15	c learnt ternary clauses	: 0
27.17/27.15	c learnt clauses	: 1864
27.17/27.15	c ignored clauses	: 0
27.17/27.15	c root simplifications	: 0
27.17/27.15	c removed literals (reason simplification)	: 1964
27.17/27.15	c reason swapping (by a shorter reason)	: 0
27.17/27.15	c Calls to reduceDB	: 0
27.17/27.15	c speed (assignments/second)	: 32367.63851783018
27.17/27.15	c non guided choices	4852
27.17/27.15	s SATISFIABLE
27.17/27.17	v 1 7 8 3 1 6 2 3 4 5 1 4 2 0 9 6 0 3 2 8 4 1 8 4 5 9 6 8 3 5 6 0 8 4 2 0 7 8 2 6 8 2 3 8 4 1 9 6 8 9 3 1 0 5 2 3 0 7 8 3 5 6 0 7 9 3 1 0 7 6 4 9 5 8 6 4 2 9 7 1 4 2 3 7 3 2 9 7 8 2 3 0 5 8 6 4 9 5 8 0 7 2 3 8 0 5 2 3 1 6 0 2 9 5 0 7 1 3 4 1 9 6 8 5 2 3 8 0 7 4 1 3 0 7 4 1 0 2 8 7 0 5 6 3 4 1 9 6 8 7 2 3 1 0 5 4 6 8 0 5 4 2 3 8 0 5 4 2 3 1 0 5 4 8 5 6 1 9 7 2 3 6 8 9 7 2 3 4 2 3 0 5 6 2 8 0 5 4 5 6 9 5 2 3 4 9 5 2 1 4 1 9 5 2 3 4 9 5 2 3 4 0 8 6 1 7 0 3 9 1 5 4 0 8 1 5 4 2 3 1 6 4 8 9 7 2 3 4 9 5 6 3 4 0 8 6 1 4 6 3 9 7 5 4 6 3 7 5 4 2 3 8 9 4 0 3 9 1 5 4 6 3 9 7 5 8 2 7 5 0 6 4 9 7 8 9 1 5 3 6 4 0 8 7 5 4 6 3 7 5 4 2 1 4 7 5 8 9 4 1 5 3 6 4 2 3 1 6 4 2 3 0 9 4 2 7 5 8 6 4 7 5 8 9 4 1 9 3 2 4 0 6 5 3 4 8 6 7 5 4 9 1 5 8 0 4 1 5 8 6 4 1 9 3 2 4 7 6 1 9 4 3 2 1 9 4 0 6 5 3 2 7 0 1 9 4 8 3 7 0 2 5 3 6 0 4 1 9 7 6 2 8 6 7 5 4 3 2 1 9 4 8 3 7 0 4 7 5 6 8 4 1 9 8 6 4 5 3 6 0 2 7 5 6 8 2 9 0 7 5 2 6 8 7 4 2 9 0 3 4 2 1 3 7 6 2 1 0 8 6 4 1 0 7 5 4 8 5 1 0 9 7 5 3 1 9 6 8 7 4 2 8 5 1 0 2 7 0 8 6 2 3 4 6 8 5 2 3 4 8 5 9 9 0 3 4 2 7 5 3 4 2 7 0 8 6 2 3 1 9 7 5 2 3 1 7 5 2 1 4 6 8 5 2 3 1 9 7 5 2 9 5 2 9 7 5 3 1 0 9 8 5 3 1 0 3 4 8 5 9 3 6 7 5 9 5 0 7 5 3 1 0 8 5 3 1 0 6 7 5 2 1 0 7 5 2 1 9 2 8 4 7 0 3 1 7 6 9 2 1 6 5 9 9 8 5 3 1 0 8 5 4 1 0 2 8 4 7 0 3 1 2 6 0 4 1 6 5 0 3 7 8 9 0 3 1 2 6 0 4 1 5 9 8 0 3 1 4 6 9 3 1 2 6 9 2 8 3 5 9 2 8 6 5 9 4 1 6 5 0 4 8 3 5 0 3 7 2 1 0 3 5 2 4 0 3 7 2 9 0 3 7 2 1 0 8 1 7 4 0 2 1 5 3 7 6 3 1 2 6 0 3 5 2 4 0 8 1 7 6 0 2 4 5 3 8 0 2 4 9 8 0 7 4 1 9 0 4 1 5 9 8 6 2 1 5 3 7 6 2 4 5 3 8 0 5 3 7 6 5 3 7 1 2 0 2 6 3 8 0 5 9 7 0 3 7 1 2 4 9 8 5 1 4 3 7 6 4 7 6 8 9 0 5 3 7 1 2 4 3 7 1 2 4 8 9 5 7 4 3 7 1 2 6 0 9 8 5 1 4 8 9 0 7 3 9 8 5 1 6 4 0 7 2 8 4 5 7 2 9 3 0 7 9 6 4 3 7 6 4 3 7 1 2 6 4 3 8 5 1 6 4 9 7 6 2 5 4 3 8 6 1 0 4 0 1 2 8 4 9 7 6 2 5 4 3 5 1 0 4 2 5 9 6 4 3 5 7 9 4 2 8 0 6 4 5 7 2 9 4 3 8 6 2 0 4 3 5 1 0 4 2 0 3 8 4 5 7 9 8 4 2 5 9 6 4 2 0 3 6 4 1 6 0 2 4 3 8 0 5 4 9 6 7 5 4 9 8 2 7 4 3 5 0 9 4 3 6 7 2 4 7 8 1 6 4 3 8 1 6 9 3 8 0 5 2 7 8 1 6 4 0 6 7 3 9 0 5 3 7 9 1 6 7 5 4 0 6 7 3 4 8 5 2 6 9 7 5 0 1 9 7 3 2 6 9 1 8 2 7 0 1 5 2 7 9 8 5 2 6 0 5 6 3 1 9 3 7 8 4 9 7 5 0 1 4 2 7 0 1 9 0 1 2 6 9 0 1 8 6 9 0 1 2 7 9 7 3 2 6 9 3 7 8 4 9 3 1 5 4 9 5 4 7 3 9 8 6 7 3 9 0 1 8 6 9 5 4 7 3 9 8 6 5 4 9 7 3 0 1 9 7 3 0 1 5 9 0 1 7 4 9 8 6 7 3 9 8 6 5 4 9 7 3 8 1 9 7 3 8 1 6 9 5 4 8 6 9 7 3 0 1 9 5 3 8 1 9 5 9 0 1 3 2 9 7 2 0 1 5 9 7 2 8 1 6 9 6 9 0 1 5 3 2 9 4 1 6 7 2 9 8 1 5 3 2 9 5 4 8 6 9 0 1 3 2 9 0 1 5 3 2 9 3 6 5 0 9 8 7 0 4 9 4 1 6 7 2 9 3 6 5 0 9 5 8 3 4 9 5 2 1 3 9 7 0 6 3 9 8 1 5 3 2 9 8 7 0 4 9 7 8 3 6 9 0 2 8 7 9 3 6 8 5 9 0 4 1 5 9 5 0 1 3 9 0 2 8 7 9 1 3 2 0 9 4 7 2 5 9 3 6 8 5 9 1 6 2 0 9 7 4 6 3 9 2 5 6 1 9 8 0 6 3 9 7 0 1 3 9 0 4 1 5 9 4 7 2 5 9 7 4 1 3 9 2 8 0 7 9 1 8 7 4 9 8 4 6 1 9 2 5 0 7 9 0 1 5 3 9 6 1 5 4 9 6 1 8 3 9 8 0 6 3 9 1 8 7 4 9 0 1 5 3 9 7 2 0 8 9 5 2 8 0 9 6 1 5 4 9 7 3 0 8 9 5 4 7 3 9 0 4 1 3 9 0 4 7 2 9 6 1 8 3 9 5 2 8 0 9 5 4 7 3 9 8 0 1 5 9 8 0 5 2 9 0 8 6 3 9 7 0 6 5 4 1 3 7 2 9 1 3 7 2 8 4 1 5 8 0 9 0 8 7 2 1 8 0 5 2 4 6 3 7 2 4 5 2 9 4 5 2 8 0 4 6 3 7 2 8 0 7 2 9 4 5 2 9 3 6 4 1 5 8 0 4 7 2 8 6 4 7 2 9 3 6 4 
27.17/27.19	c Total wall clock time (in seconds) : 26.758

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-1090369-1215271339/watcher-1090369-1215271339 -o /tmp/evaluation-result-1090369-1215271339/solver-1090369-1215271339 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1090369-1215271339.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 16956
/proc/meminfo: memFree=1703344/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=18572 CPUtime=0
/proc/16956/stat : 16956 (runsolver) R 16954 16956 14456 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 650064328 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16956/statm: 4643 292 257 25 0 2626 0

[startup+0.056136 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 16956
/proc/meminfo: memFree=1703344/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=802236 CPUtime=0.04
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 2618 0 1 0 2 2 0 0 20 0 7 0 650064328 821489664 2353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 200559 2353 987 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101142 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 16956
/proc/meminfo: memFree=1703344/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=804612 CPUtime=0.08
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 2999 0 1 0 6 2 0 0 20 0 12 0 650064328 823922688 2732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301165 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 16956
/proc/meminfo: memFree=1703344/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=808360 CPUtime=0.29
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 5014 0 1 0 25 4 0 0 20 0 12 0 650064328 827760640 4342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 202090 4342 1306 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.701205 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 16956
/proc/meminfo: memFree=1703344/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=808388 CPUtime=0.68
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 6319 0 1 0 63 5 0 0 20 0 12 0 650064328 827789312 5500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 202097 5500 1336 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.50129 s]
/proc/loadavg: 1.92 1.99 1.99 4/86 16968
/proc/meminfo: memFree=1685456/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=808388 CPUtime=1.48
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 8273 0 1 0 142 6 0 0 20 0 12 0 650064328 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 202097 7377 1354 9 0 199459 0
[pid=16956/tid=16958] ppid=16954 vsize=808388 CPUtime=0.9
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 5711 0 1 0 85 5 0 0 25 0 12 0 650064330 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 650064331 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 650064331 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 650064332 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 650064333 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 650064333 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=808388 CPUtime=0.23
/proc/16956/task/16965/stat : 16965 (java) R 16954 16956 14456 0 -1 64 427 0 0 0 23 0 0 0 16 0 12 0 650064337 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 5202908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=808388 CPUtime=0.32
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 1371 0 0 0 32 0 0 0 16 0 12 0 650064337 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=808388 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 827789312 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808388

[startup+3.10246 s]
/proc/loadavg: 1.92 1.99 1.99 4/86 16968
/proc/meminfo: memFree=1673552/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=810836 CPUtime=3.08
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 13501 0 1 0 298 10 0 0 20 0 12 0 650064328 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 202709 10899 1368 9 0 200071 0
[pid=16956/tid=16958] ppid=16954 vsize=810836 CPUtime=1.47
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 8478 0 1 0 141 6 0 0 25 0 12 0 650064330 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4109175679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 650064331 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 650064331 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 650064332 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 650064333 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 650064333 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=810836 CPUtime=0.77
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 1048 0 0 0 77 0 0 0 17 0 12 0 650064337 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=810836 CPUtime=0.8
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 3211 0 0 0 79 1 0 0 16 0 12 0 650064337 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=810836 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 830296064 10899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810836

[startup+6.30279 s]
/proc/loadavg: 2.01 2.01 2.00 4/86 16968
/proc/meminfo: memFree=1618128/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=812624 CPUtime=6.29
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 27166 0 1 0 611 18 0 0 20 0 12 0 650064328 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203156 22824 1389 9 0 200518 0
[pid=16956/tid=16958] ppid=16954 vsize=812624 CPUtime=3.11
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17327 0 1 0 298 13 0 0 25 0 12 0 650064330 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4109653641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=812624 CPUtime=0.04
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 1466 0 0 0 4 0 0 0 16 0 12 0 650064331 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16960] ppid=16954 vsize=812624 CPUtime=0.04
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 1095 0 0 0 4 0 0 0 16 0 12 0 650064331 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 650064332 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650064333 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 650064333 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=812624 CPUtime=1.38
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2088 0 0 0 137 1 0 0 15 0 12 0 650064337 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=812624 CPUtime=1.66
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4397 0 0 0 165 1 0 0 15 0 12 0 650064337 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=812624 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 832126976 22824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812624

[startup+12.7025 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 16968
/proc/meminfo: memFree=1540504/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815192 CPUtime=12.73
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 48025 0 1 0 1244 29 0 0 20 0 12 0 650064328 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203798 42838 1389 9 0 201160 0
[pid=16956/tid=16958] ppid=16954 vsize=815192 CPUtime=8.06
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17338 0 1 0 793 13 0 0 25 0 12 0 650064330 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4109692468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815192 CPUtime=0.75
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 10618 0 0 0 70 5 0 0 16 0 12 0 650064331 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815192 CPUtime=0.72
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 12784 0 0 0 66 6 0 0 16 0 12 0 650064331 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 650064332 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650064333 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 650064333 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815192 CPUtime=1.41
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2088 0 0 0 140 1 0 0 15 0 12 0 650064337 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815192 CPUtime=1.72
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4404 0 0 0 171 1 0 0 15 0 12 0 650064337 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815192 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 834756608 42838 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 815192

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16969
/proc/meminfo: memFree=1458896/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815512 CPUtime=25.57
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 68370 0 1 0 2517 40 0 0 20 0 13 0 650064328 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203878 62214 1397 9 0 201240 0
[pid=16956/tid=16958] ppid=16954 vsize=815512 CPUtime=19.18
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17369 0 1 0 1904 14 0 0 25 0 13 0 650064330 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4110390857 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815512 CPUtime=1.36
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 21636 0 0 0 126 10 0 0 16 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815512 CPUtime=1.3
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 22030 0 0 0 120 10 0 0 17 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 650064332 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815512 CPUtime=1.65
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2111 0 0 0 164 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815512 CPUtime=2.01
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4426 0 0 0 200 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16969] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16969/stat : 16969 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 650066182 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 815512

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

[startup+26.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16969
/proc/meminfo: memFree=1458896/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815512 CPUtime=26.37
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 68370 0 1 0 2597 40 0 0 20 0 13 0 650064328 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203878 62214 1397 9 0 201240 0
[pid=16956/tid=16958] ppid=16954 vsize=815512 CPUtime=19.98
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17369 0 1 0 1984 14 0 0 25 0 13 0 650064330 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4110390179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815512 CPUtime=1.36
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 21636 0 0 0 126 10 0 0 16 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815512 CPUtime=1.3
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 22030 0 0 0 120 10 0 0 17 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 650064332 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815512 CPUtime=1.65
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2111 0 0 0 164 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815512 CPUtime=2.01
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4426 0 0 0 200 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16969] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16969/stat : 16969 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 650066182 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.37
Current children cumulated vsize (KiB) 815512

[startup+26.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16969
/proc/meminfo: memFree=1458896/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815512 CPUtime=26.77
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 68370 0 1 0 2637 40 0 0 20 0 13 0 650064328 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203878 62214 1397 9 0 201240 0
[pid=16956/tid=16958] ppid=16954 vsize=815512 CPUtime=20.38
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17369 0 1 0 2024 14 0 0 25 0 13 0 650064330 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4109219430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815512 CPUtime=1.36
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 21636 0 0 0 126 10 0 0 16 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815512 CPUtime=1.3
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 22030 0 0 0 120 10 0 0 17 0 13 0 650064331 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 650064332 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 650064333 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815512 CPUtime=1.65
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2111 0 0 0 164 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815512 CPUtime=2.01
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4426 0 0 0 200 1 0 0 16 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650064337 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16969] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16969/stat : 16969 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 650066182 835084288 62214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.77
Current children cumulated vsize (KiB) 815512

[startup+27.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16969
/proc/meminfo: memFree=1458896/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815512 CPUtime=27.17
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 70468 0 1 0 2676 41 0 0 20 0 12 0 650064328 835084288 64311 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203878 64318 1398 9 0 201240 0
[pid=16956/tid=16958] ppid=16954 vsize=815512 CPUtime=20.66
/proc/16956/task/16958/stat : 16958 (java) R 16954 16956 14456 0 -1 64 17370 0 1 0 2052 14 0 0 25 0 12 0 650064330 835084288 64321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815512 CPUtime=1.41
/proc/16956/task/16959/stat : 16959 (java) R 16954 16956 14456 0 -1 64 22153 0 0 0 131 10 0 0 17 0 12 0 650064331 835084288 64325 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815512 CPUtime=1.35
/proc/16956/task/16960/stat : 16960 (java) R 16954 16956 14456 0 -1 64 23626 0 0 0 124 11 0 0 17 0 12 0 650064331 835084288 64330 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 650064332 835084288 64334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650064333 835084288 64339 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 650064333 835084288 64342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 835084288 64347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815512 CPUtime=1.67
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2113 0 0 0 166 1 0 0 16 0 12 0 650064337 835084288 64351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815512 CPUtime=2.01
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4426 0 0 0 200 1 0 0 16 0 12 0 650064337 835084288 64356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 835084288 64361 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 835084288 64367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.17
Current children cumulated vsize (KiB) 815512

[startup+27.2021 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 16969
/proc/meminfo: memFree=1458896/2055920 swapFree=4180580/4192956
[pid=16956] ppid=16954 vsize=815512 CPUtime=27.27
/proc/16956/stat : 16956 (java) S 16954 16956 14456 0 -1 0 74352 0 1 0 2684 43 0 0 20 0 12 0 650064328 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16956/statm: 203878 68194 1398 9 0 201240 0
[pid=16956/tid=16958] ppid=16954 vsize=815512 CPUtime=20.66
/proc/16956/task/16958/stat : 16958 (java) S 16954 16956 14456 0 -1 64 17372 0 1 0 2052 14 0 0 24 0 12 0 650064330 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16959] ppid=16954 vsize=815512 CPUtime=1.42
/proc/16956/task/16959/stat : 16959 (java) S 16954 16956 14456 0 -1 64 23992 0 0 0 131 11 0 0 17 0 12 0 650064331 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16960] ppid=16954 vsize=815512 CPUtime=1.38
/proc/16956/task/16960/stat : 16960 (java) S 16954 16956 14456 0 -1 64 25645 0 0 0 126 12 0 0 17 0 12 0 650064331 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16961] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16961/stat : 16961 (java) S 16954 16956 14456 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 650064332 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16962] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16962/stat : 16962 (java) S 16954 16956 14456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650064333 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16963] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16963/stat : 16963 (java) S 16954 16956 14456 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 650064333 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16964] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16964/stat : 16964 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16965] ppid=16954 vsize=815512 CPUtime=1.68
/proc/16956/task/16965/stat : 16965 (java) S 16954 16956 14456 0 -1 64 2113 0 0 0 167 1 0 0 15 0 12 0 650064337 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16966] ppid=16954 vsize=815512 CPUtime=2.04
/proc/16956/task/16966/stat : 16966 (java) S 16954 16956 14456 0 -1 64 4429 0 0 0 203 1 0 0 16 0 12 0 650064337 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16967] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16967/stat : 16967 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 650064337 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16956/tid=16968] ppid=16954 vsize=815512 CPUtime=0
/proc/16956/task/16968/stat : 16968 (java) S 16954 16956 14456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650064337 835084288 68194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.27
Current children cumulated vsize (KiB) 815512

Child status: 0
Real time (s): 27.2944
CPU time (s): 27.3218
CPU user time (s): 26.8439
CPU system time (s): 0.477927
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 815512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8439
system time used= 0.477927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74356
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= 2185
involuntary context switches= 2491

runsolver used 0.039993 second user time and 0.102984 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 17:22:19
IDJOB=1090369
IDBENCH=58440
IDSOLVER=344
FILE ID=node79/1090369-1215271339
PBS_JOBID= 7882061
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090369-1215271339/watcher-1090369-1215271339 -o /tmp/evaluation-result-1090369-1215271339/solver-1090369-1215271339 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1090369-1215271339.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41ca88861b5cc1e37ffb4a2aff187cbf
RANDOM SEED=1875017782

node79.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703760 kB
Buffers:         41808 kB
Cached:         200972 kB
SwapCached:       6916 kB
Active:         208480 kB
Inactive:        93864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703760 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            9060 kB
Writeback:           0 kB
Mapped:          63960 kB
Slab:            35060 kB
Committed_AS:  1162564 kB
PageTables:       1856 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= 66488 MiB
End job on node79 at 2008-07-05 17:22:47