Trace number 1036478

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 53.8538 53.8881

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-7_ext.xml
MD5SUM09b8a7c0c730adc6d5edabb3b6e18184
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.97648
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1036478-1214957252.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.64	c reading variables done.
0.99/1.00	c reading relations done.
0.99/1.03	c reading constraints
3.69/3.75	c done with constraints.
3.69/3.75	c ... done. Wall clock time 3.371s.
3.69/3.75	c #vars     6265
3.69/3.75	c #constraints  18963
3.69/3.75	c constraints type 
3.69/3.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13416
3.69/3.75	c org.sat4j.minisat.constraints.card.AtLeast => 235
53.76/53.86	c starts		: 14
53.76/53.86	c conflicts		: 54791
53.76/53.86	c decisions		: 73920
53.76/53.86	c propagations		: 7882989
53.76/53.86	c inspects		: 176334731
53.76/53.86	c learnt literals	: 12
53.76/53.86	c learnt binary clauses	: 90
53.76/53.86	c learnt ternary clauses	: 355
53.76/53.86	c learnt clauses	: 54779
53.76/53.86	c ignored clauses	: 0
53.76/53.86	c root simplifications	: 0
53.76/53.86	c removed literals (reason simplification)	: 930026
53.76/53.86	c reason swapping (by a shorter reason)	: 0
53.76/53.86	c Calls to reduceDB	: 0
53.76/53.86	c speed (assignments/second)	: 157348.23050360288
53.76/53.86	c non guided choices	51
53.76/53.86	s SATISFIABLE
53.76/53.87	v 4 7 20 14 11 18 10 5 9 17 8 3 19 15 13 1 12 2 22 6 24 23 0 21 16 12 20 3 16 0 7 5 13 23 6 22 17 21 4 15 9 18 10 11 14 2 19 8 1 24 19 22 10 4 1 8 0 20 24 7 16 18 9 5 3 17 2 23 12 21 14 13 15 11 6 18 21 23 20 13 1 16 8 12 9 10 4 2 3 5 15 14 22 0 11 7 6 17 24 19 17 12 8 2 24 23 3 18 14 22 13 16 7 20 1 6 0 15 10 19 4 11 5 9 21 14 23 17 24 21 3 20 15 5 2 18 13 4 0 19 11 22 12 7 16 9 8 10 6 1 9 0 13 8 18 11 15 23 16 10 1 21 12 22 6 19 5 20 2 24 17 3 7 14 4 16 19 2 7 12 5 13 6 21 18 15 23 22 9 0 4 24 14 17 1 11 10 20 8 3 11 14 7 15 10 0 1 17 22 12 9 2 18 6 20 8 19 3 4 13 21 5 24 16 23 0 3 16 10 7 14 6 1 19 13 23 24 15 11 9 22 8 5 18 2 20 4 21 17 12 13 16 4 23 17 2 19 14 18 1 20 12 3 24 22 10 21 11 6 15 8 7 9 5 0 20 4 21 13 22 15 17 2 0 5 24 19 16 1 23 12 9 18 8 3 6 14 11 10 7 22 24 0 19 3 6 23 21 1 8 5 11 10 17 18 14 4 7 15 20 12 16 2 13 9 23 1 14 21 5 12 4 24 3 11 2 22 13 8 7 20 6 9 16 0 18 17 19 15 10 15 6 19 0 20 17 9 4 8 3 7 10 1 14 24 16 11 13 21 5 23 22 18 12 2 1 17 11 5 2 9 7 10 6 14 21 0 8 12 4 23 3 24 19 22 15 20 16 18 13 21 13 9 6 16 19 24 11 15 23 4 20 0 7 10 18 17 8 3 12 5 1 14 2 22 24 8 15 1 23 20 11 0 10 4 3 6 5 16 14 2 13 21 9 7 19 18 12 22 17 6 9 12 22 4 10 2 7 11 19 0 5 24 23 21 3 1 17 14 8 16 15 13 20 18 7 10 22 17 6 13 12 19 2 20 11 8 14 18 16 21 15 4 24 9 1 0 3 23 5 8 11 24 18 15 22 14 9 13 21 12 7 23 19 17 5 16 6 1 10 3 2 4 0 20 10 15 18 12 9 24 8 3 17 0 6 1 11 13 2 7 20 16 5 4 22 21 23 19 14 5 2 6 9 14 21 22 12 4 16 17 15 20 10 8 13 7 19 23 18 0 24 1 3 11 3 18 5 11 8 4 21 16 20 24 19 14 6 2 12 0 23 1 13 17 10 9 22 7 15 2 5 1 3 19 16 18 22 7 15 14 9 17 21 11 24 10 0 20 23 13 12 6 4 8 
53.76/53.87	c Total wall clock time (in seconds) : 53.483

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-1036478-1214957252/watcher-1036478-1214957252 -o /tmp/evaluation-result-1036478-1214957252/solver-1036478-1214957252 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1036478-1214957252.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.93 1.99 1.99 4/81 10401
/proc/meminfo: memFree=1640120/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=1804 CPUtime=0
/proc/10401/stat : 10401 (java6) D 10399 10401 9593 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1974699608 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10401/statm: 451 155 111 9 0 93 0

[startup+0.0135091 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 10401
/proc/meminfo: memFree=1640120/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=13376 CPUtime=0
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 814 0 0 0 0 0 0 0 18 0 2 0 1974699608 13697024 589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 3351 592 259 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13376

[startup+0.101526 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 10401
/proc/meminfo: memFree=1640120/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=804756 CPUtime=0.09
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 3155 0 1 0 7 2 0 0 18 0 12 0 1974699608 824070144 2886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 201189 2887 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301563 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 10401
/proc/meminfo: memFree=1640120/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=808080 CPUtime=0.28
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 5011 0 1 0 25 3 0 0 18 0 12 0 1974699608 827473920 4340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 202020 4340 1308 9 0 199389 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808080

[startup+0.701637 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 10401
/proc/meminfo: memFree=1640120/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=808108 CPUtime=0.68
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 6324 0 1 0 63 5 0 0 18 0 12 0 1974699608 827502592 5473 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 202027 5473 1336 9 0 199389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808108

[startup+1.50179 s]
/proc/loadavg: 1.93 1.99 1.99 4/93 10413
/proc/meminfo: memFree=1621912/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=809496 CPUtime=1.49
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 8727 0 1 0 143 6 0 0 18 0 12 0 1974699608 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 202374 6636 1343 9 0 199736 0
[pid=10401/tid=10403] ppid=10399 vsize=809496 CPUtime=0.79
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 4638 0 1 0 75 4 0 0 25 0 12 0 1974699609 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1974699610 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1974699610 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1974699612 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1974699612 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1974699612 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1974699616 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=809496 CPUtime=0.26
/proc/10401/task/10410/stat : 10410 (java) R 10399 10401 9593 0 -1 64 703 0 0 0 26 0 0 0 16 0 12 0 1974699616 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 103937449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=809496 CPUtime=0.41
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 2624 0 0 0 40 1 0 0 16 0 12 0 1974699616 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1974699616 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=809496 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1974699616 828923904 6636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809496

[startup+3.10209 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 10413
/proc/meminfo: memFree=1616344/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=812992 CPUtime=3.08
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 14383 0 1 0 300 8 0 0 18 0 12 0 1974699608 832503808 9057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203248 9057 1371 9 0 200610 0
[pid=10401/tid=10403] ppid=10399 vsize=812992 CPUtime=1.28
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 6104 0 1 0 123 5 0 0 25 0 12 0 1974699609 832503808 9057 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1974699610 832503808 9057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1974699610 832503808 9057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1974699612 832503808 9057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1974699612 832503808 9058 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1974699612 832503808 9058 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1974699616 832503808 9058 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=812992 CPUtime=1.04
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4237 0 0 0 103 1 0 0 16 0 12 0 1974699616 832503808 9058 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=812992 CPUtime=0.74
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3280 0 0 0 73 1 0 0 16 0 12 0 1974699616 832503808 9059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1974699616 832503808 9059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=812992 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1974699616 832503808 9059 996147200 134512640 134550740 4294956032 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) 812992

[startup+6.30169 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1597776/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=6.28
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 17376 0 1 0 619 9 0 0 18 0 13 0 1974699608 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 12001 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=3.46
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 8981 0 1 0 341 5 0 0 25 0 13 0 1974699609 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4110146601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 1974699612 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.55
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4311 0 0 0 154 1 0 0 16 0 13 0 1974699616 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.24
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 123 1 0 0 16 0 13 0 1974699616 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 12001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 813040

[startup+12.7029 s]
/proc/loadavg: 1.94 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1594256/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=12.68
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 18138 0 1 0 1258 10 0 0 18 0 13 0 1974699608 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 12761 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=9.81
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 9741 0 1 0 975 6 0 0 25 0 13 0 1974699609 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4110036826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.25
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 124 1 0 0 15 0 13 0 1974699616 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 813040

[startup+25.5013 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1590480/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=25.47
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 19029 0 1 0 2536 11 0 0 18 0 13 0 1974699608 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 13652 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=22.6
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 10632 0 1 0 2253 7 0 0 25 0 13 0 1974699609 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4110036961 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 13652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 813040

[startup+51.1011 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1585488/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=51.06
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 20277 0 1 0 5094 12 0 0 18 0 13 0 1974699608 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 14900 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=48.18
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 11880 0 1 0 4810 8 0 0 25 0 13 0 1974699609 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4110072999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.26
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 125 1 0 0 16 0 13 0 1974699616 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 14900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 813040

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

[startup+52.7024 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1585168/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=52.66
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 20313 0 1 0 5254 12 0 0 18 0 13 0 1974699608 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 14936 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=49.78
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 11916 0 1 0 4970 8 0 0 25 0 13 0 1974699609 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4110128919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.26
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 125 1 0 0 16 0 13 0 1974699616 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 14936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.66
Current children cumulated vsize (KiB) 813040

[startup+53.5026 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1585168/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=53.46
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 20340 0 1 0 5334 12 0 0 18 0 13 0 1974699608 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 14963 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=50.58
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 11943 0 1 0 5050 8 0 0 25 0 13 0 1974699609 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4110073570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.26
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 125 1 0 0 16 0 13 0 1974699616 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 14963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.46
Current children cumulated vsize (KiB) 813040

[startup+53.7026 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1585168/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=53.66
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 20350 0 1 0 5354 12 0 0 18 0 13 0 1974699608 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 14973 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=50.78
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 11953 0 1 0 5070 8 0 0 25 0 13 0 1974699609 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4110037023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.26
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 125 1 0 0 16 0 13 0 1974699616 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 14973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.66
Current children cumulated vsize (KiB) 813040

[startup+53.8026 s]
/proc/loadavg: 1.97 1.99 1.99 3/94 10414
/proc/meminfo: memFree=1585040/2055920 swapFree=4180456/4192956
[pid=10401] ppid=10399 vsize=813040 CPUtime=53.76
/proc/10401/stat : 10401 (java) S 10399 10401 9593 0 -1 0 20352 0 1 0 5364 12 0 0 18 0 13 0 1974699608 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10401/statm: 203260 14975 1388 9 0 200622 0
[pid=10401/tid=10403] ppid=10399 vsize=813040 CPUtime=50.88
/proc/10401/task/10403/stat : 10403 (java) R 10399 10401 9593 0 -1 64 11955 0 1 0 5080 8 0 0 25 0 13 0 1974699609 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4110036716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10404] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10404/stat : 10404 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1974699610 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10405] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10405/stat : 10405 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1974699610 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10406] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10406/stat : 10406 (java) S 10399 10401 9593 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1974699612 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10407] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10407/stat : 10407 (java) S 10399 10401 9593 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1974699612 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10408] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10408/stat : 10408 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1974699612 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10409] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10409/stat : 10409 (java) S 10399 10401 9593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10410] ppid=10399 vsize=813040 CPUtime=1.59
/proc/10401/task/10410/stat : 10410 (java) S 10399 10401 9593 0 -1 64 4313 0 0 0 158 1 0 0 16 0 13 0 1974699616 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10411] ppid=10399 vsize=813040 CPUtime=1.26
/proc/10401/task/10411/stat : 10411 (java) S 10399 10401 9593 0 -1 64 3318 0 0 0 125 1 0 0 16 0 13 0 1974699616 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10412] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10412/stat : 10412 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974699616 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10413] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10413/stat : 10413 (java) S 10399 10401 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974699616 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10401/tid=10414] ppid=10399 vsize=813040 CPUtime=0
/proc/10401/task/10414/stat : 10414 (java) S 10399 10401 9593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1974699986 832552960 14975 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.76
Current children cumulated vsize (KiB) 813040

Child status: 0
Real time (s): 53.8881
CPU time (s): 53.8538
CPU user time (s): 53.7138
CPU system time (s): 0.139978
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 813316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.7138
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20389
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= 1926
involuntary context switches= 2031

runsolver used 0.075988 second user time and 0.182972 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 02:07:32
IDJOB=1036478
IDBENCH=53455
IDSOLVER=344
FILE ID=node19/1036478-1214957252
PBS_JOBID= 7870296
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-7_ext.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-1036478-1214957252/watcher-1036478-1214957252 -o /tmp/evaluation-result-1036478-1214957252/solver-1036478-1214957252 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1036478-1214957252.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09b8a7c0c730adc6d5edabb3b6e18184
RANDOM SEED=419668792

node19.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.263
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	: 5931.00
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.263
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:       1640600 kB
Buffers:         46868 kB
Cached:         271336 kB
SwapCached:       6496 kB
Active:          75824 kB
Inactive:       268124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640600 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          41972 kB
Slab:            56384 kB
Committed_AS:  3298020 kB
PageTables:       1944 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= 66552 MiB
End job on node19 at 2008-07-02 02:08:26