Trace number 1078281

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 15.0227 15.2115

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-31_ext.xml
MD5SUM6932a0ef419b59e7a7cf8206b8767fc1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.0227
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	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.38	c solving HOME/instance-1078281-1215206259.xml
0.28/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.65	c reading variables done.
0.58/0.68	c reading relations done.
2.27/2.33	c reading constraints
2.86/2.99	c done with constraints.
2.86/2.99	c ... done. Wall clock time 2.613s.
2.86/2.99	c #vars     400
2.86/2.99	c #constraints  300193
2.86/2.99	c constraints type 
2.86/2.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300173
2.86/2.99	c org.sat4j.minisat.constraints.card.AtLeast => 20
14.96/15.14	c starts		: 13
14.96/15.14	c conflicts		: 31655
14.96/15.14	c decisions		: 62745
14.96/15.14	c propagations		: 1441849
14.96/15.14	c inspects		: 52402019
14.96/15.14	c learnt literals	: 0
14.96/15.14	c learnt binary clauses	: 2
14.96/15.14	c learnt ternary clauses	: 102
14.96/15.14	c learnt clauses	: 31655
14.96/15.14	c ignored clauses	: 0
14.96/15.14	c root simplifications	: 0
14.96/15.14	c removed literals (reason simplification)	: 391893
14.96/15.14	c reason swapping (by a shorter reason)	: 0
14.96/15.14	c Calls to reduceDB	: 0
14.96/15.14	c speed (assignments/second)	: 118739.10895165938
14.96/15.14	c non guided choices	136
14.96/15.14	s SATISFIABLE
14.96/15.14	v 12 16 4 10 3 9 9 19 16 0 11 19 19 5 14 10 2 4 4 12 
14.96/15.14	c Total wall clock time (in seconds) : 14.758

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078281-1215206259/watcher-1078281-1215206259 -o /tmp/evaluation-result-1078281-1215206259/solver-1078281-1215206259 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078281-1215206259.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: 2.10 2.04 2.01 4/74 20817
/proc/meminfo: memFree=1662792/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=1608 CPUtime=0
/proc/20817/stat : 20817 (java6) R 20815 20817 18051 0 -1 0 132 0 0 0 0 0 0 0 20 0 1 0 676353526 1646592 105 996147200 134512640 134550740 4294956176 18446744073709551615 11923551 0 0 4096 0 0 0 0 17 0 0 0
/proc/20817/statm: 402 105 81 9 0 44 0

[startup+0.0720299 s]
/proc/loadavg: 2.10 2.04 2.01 4/74 20817
/proc/meminfo: memFree=1662792/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=802236 CPUtime=0.05
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 2797 0 1 0 4 1 0 0 18 0 7 0 676353526 821489664 2532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 200559 2532 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101326 s]
/proc/loadavg: 2.10 2.04 2.01 4/74 20817
/proc/meminfo: memFree=1662792/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=804756 CPUtime=0.09
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 3153 0 1 0 7 2 0 0 18 0 12 0 676353526 824070144 2884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 201189 2884 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301352 s]
/proc/loadavg: 2.10 2.04 2.01 4/74 20817
/proc/meminfo: memFree=1662792/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=808308 CPUtime=0.28
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 5063 0 1 0 25 3 0 0 18 0 12 0 676353526 827707392 4390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202077 4390 1306 9 0 199446 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808308

[startup+0.701386 s]
/proc/loadavg: 2.10 2.04 2.01 4/74 20817
/proc/meminfo: memFree=1662792/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=808336 CPUtime=0.68
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 6431 0 1 0 63 5 0 0 18 0 12 0 676353526 827736064 5559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202084 5559 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808336

[startup+1.50147 s]
/proc/loadavg: 2.10 2.04 2.01 5/86 20829
/proc/meminfo: memFree=1643432/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811632 CPUtime=1.48
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 10882 0 1 0 141 7 0 0 18 0 12 0 676353526 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202908 8848 1349 9 0 200270 0
[pid=20817/tid=20819] ppid=20815 vsize=811632 CPUtime=0.67
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 6355 0 1 0 63 4 0 0 22 0 12 0 676353528 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 676353528 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 676353528 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 676353530 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 676353531 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 676353531 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 676353535 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811632 CPUtime=0.36
/proc/20817/task/20826/stat : 20826 (java) R 20815 20817 18051 0 -1 64 2233 0 0 0 36 0 0 0 16 0 12 0 676353535 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 105555543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811632 CPUtime=0.4
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 1532 0 0 0 40 0 0 0 16 0 12 0 676353535 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 676353535 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811632 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 676353535 831111168 8848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811632

[startup+3.10262 s]
/proc/loadavg: 2.10 2.04 2.01 6/86 20829
/proc/meminfo: memFree=1582760/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=3.06
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24680 0 1 0 294 12 0 0 18 0 13 0 676353526 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22308 1364 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=1.69
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16984 0 1 0 160 9 0 0 25 0 13 0 676353528 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 676353530 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.53
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2247 0 0 0 53 0 0 0 16 0 13 0 676353535 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=0.7
/proc/20817/task/20827/stat : 20827 (java) R 20815 20817 18051 0 -1 64 1983 0 0 0 70 0 0 0 16 0 13 0 676353535 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 105554367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811956

[startup+6.30295 s]
/proc/loadavg: 2.09 2.03 2.01 3/87 20830
/proc/meminfo: memFree=1577696/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=6.24
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24971 0 1 0 611 13 0 0 18 0 13 0 676353526 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22411 1383 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=4.3
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16990 0 1 0 421 9 0 0 25 0 13 0 676353528 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4109805802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 17 0 13 0 676353530 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.77
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2268 0 0 0 77 0 0 0 16 0 13 0 676353535 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=1.03
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 2243 0 0 0 103 0 0 0 16 0 13 0 676353535 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20830] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20830/stat : 20830 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 676353827 831442944 22411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 811956

[startup+12.7026 s]
/proc/loadavg: 2.08 2.03 2.01 3/87 20830
/proc/meminfo: memFree=1577648/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=12.58
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24976 0 1 0 1245 13 0 0 18 0 13 0 676353526 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22414 1383 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=10.61
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16992 0 1 0 1052 9 0 0 25 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4109819135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 676353530 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.77
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2268 0 0 0 77 0 0 0 17 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=1.05
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 2246 0 0 0 105 0 0 0 16 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20830] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20830/stat : 20830 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 676353827 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 811956

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

[startup+14.3077 s]
/proc/loadavg: 2.08 2.03 2.01 4/87 20830
/proc/meminfo: memFree=1577648/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=14.17
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24976 0 1 0 1404 13 0 0 18 0 13 0 676353526 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22414 1383 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=12.2
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16992 0 1 0 1211 9 0 0 25 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4109819135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 676353530 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.77
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2268 0 0 0 77 0 0 0 17 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=1.05
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 2246 0 0 0 105 0 0 0 16 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20830] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20830/stat : 20830 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 676353827 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 811956

[startup+14.7028 s]
/proc/loadavg: 2.08 2.03 2.01 4/87 20830
/proc/meminfo: memFree=1577648/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=14.56
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24976 0 1 0 1443 13 0 0 18 0 13 0 676353526 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22414 1383 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=12.59
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16992 0 1 0 1250 9 0 0 25 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4109819135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 676353530 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.77
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2268 0 0 0 77 0 0 0 17 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=1.05
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 2246 0 0 0 105 0 0 0 16 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20830] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20830/stat : 20830 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 676353827 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 811956

[startup+15.1028 s]
/proc/loadavg: 2.08 2.03 2.01 4/87 20830
/proc/meminfo: memFree=1577648/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=811956 CPUtime=14.96
/proc/20817/stat : 20817 (java) S 20815 20817 18051 0 -1 0 24976 0 1 0 1483 13 0 0 18 0 13 0 676353526 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 202989 22414 1383 9 0 200351 0
[pid=20817/tid=20819] ppid=20815 vsize=811956 CPUtime=12.99
/proc/20817/task/20819/stat : 20819 (java) R 20815 20817 18051 0 -1 64 16992 0 1 0 1290 9 0 0 25 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4109805802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20820] ppid=20815 vsize=811956 CPUtime=0.05
/proc/20817/task/20820/stat : 20820 (java) S 20815 20817 18051 0 -1 64 1277 0 0 0 5 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20821] ppid=20815 vsize=811956 CPUtime=0.03
/proc/20817/task/20821/stat : 20821 (java) S 20815 20817 18051 0 -1 64 1344 0 0 0 3 0 0 0 16 0 13 0 676353528 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20822] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20822/stat : 20822 (java) S 20815 20817 18051 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 676353530 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20823] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20823/stat : 20823 (java) S 20815 20817 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20824] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20824/stat : 20824 (java) S 20815 20817 18051 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 676353531 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20825] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20825/stat : 20825 (java) S 20815 20817 18051 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20826] ppid=20815 vsize=811956 CPUtime=0.77
/proc/20817/task/20826/stat : 20826 (java) S 20815 20817 18051 0 -1 64 2268 0 0 0 77 0 0 0 17 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20827] ppid=20815 vsize=811956 CPUtime=1.05
/proc/20817/task/20827/stat : 20827 (java) S 20815 20817 18051 0 -1 64 2246 0 0 0 105 0 0 0 16 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20828] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20828/stat : 20828 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20829] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20829/stat : 20829 (java) S 20815 20817 18051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 676353535 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20817/tid=20830] ppid=20815 vsize=811956 CPUtime=0
/proc/20817/task/20830/stat : 20830 (java) S 20815 20817 18051 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 676353827 831442944 22414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 811956

[startup+15.203 s]
/proc/loadavg: 2.08 2.03 2.01 4/87 20830
/proc/meminfo: memFree=1577648/2055920 swapFree=4179808/4192956
[pid=20817] ppid=20815 vsize=0 CPUtime=15
/proc/20817/stat : 20817 (java) Z 20815 20817 18051 0 -1 12 24983 0 1 0 1487 13 0 0 16 0 2 0 676353526 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20817/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 15.2115
CPU time (s): 15.0227
CPU user time (s): 14.8747
CPU system time (s): 0.147977
CPU usage (%): 98.7587
Max. virtual memory (cumulated for all children) (KiB): 812204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8747
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24983
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= 1014
involuntary context switches= 1345

runsolver used 0.021996 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 23:17:39
IDJOB=1078281
IDBENCH=56775
IDSOLVER=344
FILE ID=node89/1078281-1215206259
PBS_JOBID= 7881629
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-31_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-1078281-1215206259/watcher-1078281-1215206259 -o /tmp/evaluation-result-1078281-1215206259/solver-1078281-1215206259 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078281-1215206259.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6932a0ef419b59e7a7cf8206b8767fc1
RANDOM SEED=1881006040

node89.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.213
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.213
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:       1663272 kB
Buffers:         63976 kB
Cached:         238424 kB
SwapCached:       7136 kB
Active:         248464 kB
Inactive:        88896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663272 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:           24508 kB
Writeback:           0 kB
Mapped:          39636 kB
Slab:            40592 kB
Committed_AS:  1930280 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node89 at 2008-07-04 23:17:54