Trace number 1057958

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 20.6359 20.7127

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-7.xml
MD5SUM21e1efd837826f67c36950f4f3fb41e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.70283
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3705
Maximum constraint arity15
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3244
Global constraints used (with number of constraints)alldifferent(461)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	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.39	c solving HOME/instance-1057958-1215111890.xml
0.28/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.88/0.97	c reading variables done.
1.08/1.15	c reading predicates  done.
1.28/1.32	c reading constraints
19.46/19.53	c done with constraints.
19.46/19.53	c ... done. Wall clock time 19.144s.
19.46/19.53	c #vars     3921
19.46/19.53	c #constraints  369440
19.46/19.53	c constraints type 
19.46/19.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 369040
19.46/19.53	c org.sat4j.minisat.constraints.card.AtLeast => 289
20.56/20.64	c starts		: 5
20.56/20.64	c conflicts		: 1033
20.56/20.64	c decisions		: 3200
20.56/20.64	c propagations		: 155808
20.56/20.64	c inspects		: 1956129
20.56/20.64	c learnt literals	: 0
20.56/20.64	c learnt binary clauses	: 0
20.56/20.64	c learnt ternary clauses	: 6
20.56/20.64	c learnt clauses	: 1033
20.56/20.64	c ignored clauses	: 0
20.56/20.64	c root simplifications	: 0
20.56/20.64	c removed literals (reason simplification)	: 1489
20.56/20.64	c reason swapping (by a shorter reason)	: 0
20.56/20.64	c Calls to reduceDB	: 0
20.56/20.64	c speed (assignments/second)	: 141258.38621940164
20.56/20.64	c non guided choices	1504
20.56/20.64	s SATISFIABLE
20.56/20.65	v 32 33 14 12 23 29 12 25 42 21 44 10 18 4 35 25 34 42 38 40 31 27 3 11 39 18 41 30 32 15 26 23 9 9 12 12 3 7 21 37 38 31 27 43 31 12 35 17 37 34 26 25 29 42 0 8 11 9 10 8 14 43 41 39 11 6 39 40 16 37 2 31 11 28 26 6 19 0 27 37 3 4 21 20 10 35 3 23 38 44 30 8 31 30 26 43 13 18 15 5 20 33 8 36 16 13 36 35 26 19 25 0 21 19 29 41 27 1 10 6 34 35 27 22 23 26 11 5 30 3 43 24 33 16 17 19 7 42 17 40 28 4 27 29 44 44 7 24 11 36 26 25 33 32 9 22 6 24 2 40 7 35 14 26 43 23 0 17 34 18 41 5 13 15 2 42 13 9 32 5 24 43 1 5 29 44 1 18 28 40 20 8 16 28 18 32 37 4 9 22 4 0 9 2 8 0 6 3 0 7 8 3 2 2 4 5 3 5 4 2 6 3 4 5 5 3 0 9 3 2 7 0 7 5 8 3 7 5 2 4 9 4 9 1 7 4 3 8 7 4 9 4 3 7 2 5 9 1 2 7 8 4 3 8 7 8 9 9 8 9 6 2 4 4 1 9 2 0 2 3 0 7 9 8 5 9 9 7 5 9 3 9 9 0 3 5 7 1 9 1 3 5 3 9 3 9 8 8 6 3 1 3 4 9 7 7 8 2 4 4 0 7 4 4 9 0 8 2 2 8 2 2 9 9 5 8 8 3 3 5 8 3 0 9 3 5 9 9 3 2 5 6 3 5 6 0 3 6 9 8 3 0 3 2 3 2 8 9 9 7 2 8 0 5 3 9 5 3 8 5 5 8 9 6 4 2 4 5 9 4 4 8 7 7 0 9 0 1 9 9 
20.56/20.65	c Total wall clock time (in seconds) : 20.256

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-1057958-1215111890/watcher-1057958-1215111890 -o /tmp/evaluation-result-1057958-1215111890/solver-1057958-1215111890 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057958-1215111890.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.99 1.97 1.95 4/88 31286
/proc/meminfo: memFree=1222104/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=18572 CPUtime=0
/proc/31286/stat : 31286 (runsolver) R 31284 31286 30873 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 122869637 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31286/statm: 4643 292 257 25 0 2626 0

[startup+0.0682629 s]
/proc/loadavg: 1.99 1.97 1.95 4/88 31286
/proc/meminfo: memFree=1222104/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=802236 CPUtime=0.05
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 2751 0 1 0 3 2 0 0 20 0 7 0 122869637 821489664 2486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 200559 2486 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102238 s]
/proc/loadavg: 1.99 1.97 1.95 4/88 31286
/proc/meminfo: memFree=1222104/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=804612 CPUtime=0.08
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 3008 0 1 0 6 2 0 0 20 0 12 0 122869637 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302261 s]
/proc/loadavg: 1.99 1.97 1.95 4/88 31286
/proc/meminfo: memFree=1222104/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=808176 CPUtime=0.28
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 5026 0 1 0 25 3 0 0 20 0 12 0 122869637 827572224 4355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 202044 4355 1308 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.702309 s]
/proc/loadavg: 1.99 1.97 1.95 4/88 31286
/proc/meminfo: memFree=1222104/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=808532 CPUtime=0.68
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 6694 0 1 0 63 5 0 0 20 0 12 0 122869637 827936768 5567 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 202133 5567 1335 9 0 199495 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808532

[startup+1.5014 s]
/proc/loadavg: 1.99 1.97 1.95 4/100 31298
/proc/meminfo: memFree=1204472/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=809636 CPUtime=1.47
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 8908 0 1 0 140 7 0 0 20 0 12 0 122869637 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 202409 6963 1353 9 0 199771 0
[pid=31286/tid=31288] ppid=31284 vsize=809636 CPUtime=0.82
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 5035 0 1 0 77 5 0 0 25 0 12 0 122869639 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 122869639 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 122869640 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 122869641 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 122869642 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 122869642 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=809636 CPUtime=0.35
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30873 0 -1 64 1400 0 0 0 35 0 0 0 16 0 12 0 122869646 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=809636 CPUtime=0.27
/proc/31286/task/31296/stat : 31296 (java) R 31284 31286 30873 0 -1 64 1707 0 0 0 27 0 0 0 16 0 12 0 122869646 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 105479930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=809636 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 829067264 6963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809636

[startup+3.10158 s]
/proc/loadavg: 2.07 1.99 1.96 4/100 31298
/proc/meminfo: memFree=1190968/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815656 CPUtime=3.07
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 21441 0 1 0 294 13 0 0 20 0 12 0 122869637 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203914 17437 1373 9 0 201276 0
[pid=31286/tid=31288] ppid=31284 vsize=815656 CPUtime=1.71
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 13882 0 1 0 162 9 0 0 25 0 12 0 122869639 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4109650185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 122869639 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 122869640 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 122869641 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 122869642 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 122869642 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815656 CPUtime=0.53
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30873 0 -1 64 1818 0 0 0 53 0 0 0 16 0 12 0 122869646 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815656 CPUtime=0.79
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 4975 0 0 0 77 2 0 0 16 0 12 0 122869646 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815656 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 835231744 17437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 815656

[startup+6.30294 s]
/proc/loadavg: 2.07 1.99 1.96 3/100 31298
/proc/meminfo: memFree=1139640/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815260 CPUtime=6.25
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 25970 0 1 0 610 15 0 0 20 0 12 0 122869637 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203815 21865 1380 9 0 201177 0
[pid=31286/tid=31288] ppid=31284 vsize=815260 CPUtime=4.49
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 17301 0 1 0 438 11 0 0 25 0 12 0 122869639 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815260 CPUtime=0.03
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 646 0 0 0 3 0 0 0 17 0 12 0 122869639 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815260 CPUtime=0.01
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 344 0 0 0 1 0 0 0 17 0 12 0 122869640 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 122869641 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815260 CPUtime=0.64
/proc/31286/task/31295/stat : 31295 (java) R 31284 31286 30873 0 -1 64 1825 0 0 0 64 0 0 0 16 0 12 0 122869646 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 104094217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815260 CPUtime=1.04
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5007 0 0 0 102 2 0 0 16 0 12 0 122869646 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 834826240 21865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 815260

[startup+12.7027 s]
/proc/loadavg: 2.06 1.99 1.96 3/100 31298
/proc/meminfo: memFree=1124928/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815260 CPUtime=12.62
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 29750 0 1 0 1245 17 0 0 20 0 12 0 122869637 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203815 25635 1384 9 0 201177 0
[pid=31286/tid=31288] ppid=31284 vsize=815260 CPUtime=10.15
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 18930 0 1 0 1003 12 0 0 25 0 12 0 122869639 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4109650200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815260 CPUtime=0.06
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 1539 0 0 0 6 0 0 0 16 0 12 0 122869639 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815260 CPUtime=0.07
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 1443 0 0 0 7 0 0 0 17 0 12 0 122869640 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 122869641 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815260 CPUtime=0.81
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30873 0 -1 64 1837 0 0 0 81 0 0 0 16 0 12 0 122869646 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815260 CPUtime=1.48
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5074 0 0 0 146 2 0 0 16 0 12 0 122869646 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 834826240 25635 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 815260

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

[startup+15.903 s]
/proc/loadavg: 2.06 1.99 1.96 3/100 31298
/proc/meminfo: memFree=1123648/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815260 CPUtime=15.8
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 30086 0 1 0 1563 17 0 0 20 0 12 0 122869637 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203815 25968 1384 9 0 201177 0
[pid=31286/tid=31288] ppid=31284 vsize=815260 CPUtime=12.98
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 18934 0 1 0 1286 12 0 0 25 0 12 0 122869639 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4109657530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815260 CPUtime=0.07
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 1722 0 0 0 7 0 0 0 17 0 12 0 122869639 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815260 CPUtime=0.07
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 1575 0 0 0 7 0 0 0 17 0 12 0 122869640 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 122869641 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815260 CPUtime=1.05
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30873 0 -1 64 1849 0 0 0 104 1 0 0 15 0 12 0 122869646 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815260 CPUtime=1.57
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5079 0 0 0 155 2 0 0 15 0 12 0 122869646 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 834826240 25968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 815260

[startup+19.1014 s]
/proc/loadavg: 2.14 2.00 1.96 3/100 31298
/proc/meminfo: memFree=1121728/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815260 CPUtime=18.98
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 30361 0 1 0 1881 17 0 0 20 0 12 0 122869637 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203815 26240 1384 9 0 201177 0
[pid=31286/tid=31288] ppid=31284 vsize=815260 CPUtime=15.84
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 18940 0 1 0 1572 12 0 0 25 0 12 0 122869639 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4110127577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815260 CPUtime=0.08
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 1817 0 0 0 8 0 0 0 17 0 12 0 122869639 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815260 CPUtime=0.08
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 1734 0 0 0 8 0 0 0 17 0 12 0 122869640 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 122869641 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 122869642 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815260 CPUtime=1.31
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30873 0 -1 64 1864 0 0 0 130 1 0 0 16 0 12 0 122869646 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815260 CPUtime=1.62
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5079 0 0 0 160 2 0 0 15 0 12 0 122869646 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122869646 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815260 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122869646 834826240 26240 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 815260

[startup+19.9015 s]
/proc/loadavg: 2.14 2.00 1.96 5/101 31299
/proc/meminfo: memFree=1107192/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815584 CPUtime=19.87
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 34393 0 1 0 1968 19 0 0 20 0 13 0 122869637 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203896 29851 1392 9 0 201258 0
[pid=31286/tid=31288] ppid=31284 vsize=815584 CPUtime=16.12
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 18953 0 1 0 1600 12 0 0 25 0 13 0 122869639 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815584 CPUtime=0.17
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 3626 0 0 0 16 1 0 0 17 0 13 0 122869639 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815584 CPUtime=0.19
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 3911 0 0 0 18 1 0 0 18 0 13 0 122869640 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 122869641 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122869642 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122869642 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122869646 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815584 CPUtime=1.59
/proc/31286/task/31295/stat : 31295 (java) R 31284 31286 30873 0 -1 64 1877 0 0 0 158 1 0 0 16 0 13 0 122869646 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 105841193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815584 CPUtime=1.75
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5093 0 0 0 173 2 0 0 16 0 13 0 122869646 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122869646 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122869646 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31299] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31299/stat : 31299 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 122871591 835158016 29851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 815584

[startup+20.3065 s]
/proc/loadavg: 2.14 2.00 1.96 5/101 31299
/proc/meminfo: memFree=1107192/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=815584 CPUtime=20.27
/proc/31286/stat : 31286 (java) S 31284 31286 30873 0 -1 0 34410 0 1 0 2008 19 0 0 20 0 13 0 122869637 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 203896 29868 1394 9 0 201258 0
[pid=31286/tid=31288] ppid=31284 vsize=815584 CPUtime=16.3
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30873 0 -1 64 18954 0 1 0 1618 12 0 0 25 0 13 0 122869639 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31289] ppid=31284 vsize=815584 CPUtime=0.17
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30873 0 -1 64 3626 0 0 0 16 1 0 0 17 0 13 0 122869639 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31290] ppid=31284 vsize=815584 CPUtime=0.19
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30873 0 -1 64 3911 0 0 0 18 1 0 0 18 0 13 0 122869640 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31291] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30873 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 122869641 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30873 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 122869642 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31293] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122869642 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31294] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30873 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122869646 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31295] ppid=31284 vsize=815584 CPUtime=1.7
/proc/31286/task/31295/stat : 31295 (java) R 31284 31286 30873 0 -1 64 1885 0 0 0 169 1 0 0 16 0 13 0 122869646 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 106096164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31296] ppid=31284 vsize=815584 CPUtime=1.85
/proc/31286/task/31296/stat : 31296 (java) S 31284 31286 30873 0 -1 64 5101 0 0 0 183 2 0 0 15 0 13 0 122869646 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31297] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31297/stat : 31297 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122869646 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31298] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31298/stat : 31298 (java) S 31284 31286 30873 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122869646 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31286/tid=31299] ppid=31284 vsize=815584 CPUtime=0
/proc/31286/task/31299/stat : 31299 (java) S 31284 31286 30873 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 122871591 835158016 29868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 815584

[startup+20.7029 s]
/proc/loadavg: 2.14 2.00 1.96 5/101 31299
/proc/meminfo: memFree=1107192/2055920 swapFree=4179080/4192956
[pid=31286] ppid=31284 vsize=0 CPUtime=20.62
/proc/31286/stat : 31286 (java) Z 31284 31286 30873 0 -1 12 34422 0 1 0 2042 20 0 0 16 0 2 0 122869637 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31286/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.7127
CPU time (s): 20.6359
CPU user time (s): 20.4239
CPU system time (s): 0.211967
CPU usage (%): 99.6292
Max. virtual memory (cumulated for all children) (KiB): 815656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4239
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34422
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= 1565
involuntary context switches= 2137

runsolver used 0.021996 second user time and 0.089986 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 21:04:50
IDJOB=1057958
IDBENCH=54098
IDSOLVER=344
FILE ID=node76/1057958-1215111890
PBS_JOBID= 7877055
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-7.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-1057958-1215111890/watcher-1057958-1215111890 -o /tmp/evaluation-result-1057958-1215111890/solver-1057958-1215111890 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057958-1215111890.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 21e1efd837826f67c36950f4f3fb41e3
RANDOM SEED=1762018695

node76.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.222
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.222
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:       1222520 kB
Buffers:         69208 kB
Cached:         636184 kB
SwapCached:       7656 kB
Active:         313688 kB
Inactive:       446156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1222520 kB
SwapTotal:     4192956 kB
SwapFree:      4179080 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          70924 kB
Slab:            58316 kB
Committed_AS:  1065716 kB
PageTables:       2208 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= 66548 MiB
End job on node76 at 2008-07-03 21:05:11