Trace number 1089298

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 16.2015 16.172

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-25.xml
MD5SUMb66a3d28516741bf7d0a0ded75e5fd1c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.300954
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

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.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1089298-1215267569.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.58/0.65	c reading variables done.
0.98/1.08	c reading predicates  done.
1.16/1.25	c reading constraints
11.26/11.27	c done with constraints.
11.26/11.28	c ... done. Wall clock time 10.887s.
11.26/11.28	c #vars     11250
11.26/11.28	c #constraints  413900
11.26/11.28	c constraints type 
11.26/11.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 413450
11.26/11.28	c org.sat4j.minisat.constraints.card.AtLeast => 450
16.15/16.10	c starts		: 6
16.15/16.10	c conflicts		: 1365
16.15/16.10	c decisions		: 27194
16.15/16.10	c propagations		: 120184
16.15/16.10	c inspects		: 15579302
16.15/16.10	c learnt literals	: 0
16.15/16.10	c learnt binary clauses	: 0
16.15/16.10	c learnt ternary clauses	: 0
16.15/16.10	c learnt clauses	: 1365
16.15/16.10	c ignored clauses	: 0
16.15/16.10	c root simplifications	: 0
16.15/16.10	c removed literals (reason simplification)	: 1111
16.15/16.10	c reason swapping (by a shorter reason)	: 0
16.15/16.10	c Calls to reduceDB	: 0
16.15/16.10	c speed (assignments/second)	: 25101.08604845447
16.15/16.10	c non guided choices	25200
16.15/16.10	s SATISFIABLE
16.15/16.11	v 23 7 11 4 17 16 11 14 18 8 1 9 16 21 13 15 0 22 12 8 18 4 9 3 9 18 19 16 11 10 9 20 21 5 5 14 22 16 14 23 15 19 5 24 1 24 17 1 9 23 13 22 24 11 22 5 4 18 1 1 24 19 2 3 1 11 6 17 12 16 11 1 1 0 17 22 17 6 2 14 5 6 20 18 21 9 17 20 10 13 2 11 8 0 12 19 1 6 7 9 0 21 6 0 7 16 24 14 4 24 8 23 18 19 17 20 5 19 14 13 3 19 10 11 11 0 12 22 9 18 21 5 12 18 11 13 21 20 20 18 3 16 10 10 23 20 23 2 9 5 23 21 16 10 22 8 24 14 14 14 0 8 5 13 4 2 9 1 4 15 4 21 1 18 22 24 16 1 8 23 5 12 18 3 20 0 2 7 8 19 11 5 3 15 3 16 22 0 11 22 13 6 18 16 14 10 2 18 9 17 12 9 6 20 17 2 10 23 18 15 10 19 6 7 12 5 7 4 10 12 13 10 21 7 16 9 7 4 12 11 17 15 2 11 21 3 8 8 0 18 13 10 12 13 20 20 4 8 16 22 3 9 14 1 2 18 4 21 21 18 2 23 3 7 20 13 24 12 8 24 15 12 10 18 4 22 9 3 7 24 16 11 12 10 20 11 24 20 15 16 14 8 12 15 13 8 2 9 10 0 7 3 20 15 17 19 3 15 6 14 19 6 16 19 12 8 16 7 0 1 6 23 17 13 21 23 19 6 5 2 6 8 17 10 2 12 13 20 16 4 7 24 1 0 21 19 2 21 18 14 6 9 6 13 10 21 20 19 3 9 20 0 4 19 1 6 21 24 11 18 7 22 15 22 5 8 16 7 3 3 17 15 6 21 24 23 19 4 8 16 5 2 0 13 1 24 13 1 23 14 8 0 11 20 1 0 2 11 14 15 17 24 3 0 24 3 13 23 22 21 7 21 17 0 22 21 1 2 23 12 3 4 5 10 12 1 12 13 12 12 
16.15/16.11	c Total wall clock time (in seconds) : 15.713

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-1089298-1215267569/watcher-1089298-1215267569 -o /tmp/evaluation-result-1089298-1215267569/solver-1089298-1215267569 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089298-1215267569.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.98 1.99 4/81 11687
/proc/meminfo: memFree=1789408/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=18572 CPUtime=0
/proc/11687/stat : 11687 (runsolver) R 11685 11687 11246 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2005724004 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11687/statm: 4643 292 257 25 0 2626 0

[startup+0.0845981 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11687
/proc/meminfo: memFree=1789408/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=802236 CPUtime=0.07
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 2865 0 1 0 5 2 0 0 20 0 7 0 2005724004 821489664 2600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 200559 2600 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101603 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11687
/proc/meminfo: memFree=1789408/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=804612 CPUtime=0.08
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 3009 0 1 0 6 2 0 0 20 0 12 0 2005724004 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301623 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11687
/proc/meminfo: memFree=1789408/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=808296 CPUtime=0.28
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 5027 0 1 0 26 2 0 0 20 0 12 0 2005724004 827695104 4356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 202074 4356 1306 9 0 199443 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808296

[startup+0.701669 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11687
/proc/meminfo: memFree=1789408/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=808324 CPUtime=0.68
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 6329 0 1 0 64 4 0 0 20 0 12 0 2005724004 827723776 5511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 202081 5511 1336 9 0 199443 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808324

[startup+1.50276 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 11699
/proc/meminfo: memFree=1770112/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=811352 CPUtime=1.47
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 9593 0 1 0 141 6 0 0 20 0 12 0 2005724004 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 202838 7681 1352 9 0 200200 0
[pid=11687/tid=11689] ppid=11685 vsize=811352 CPUtime=0.75
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 5324 0 1 0 71 4 0 0 25 0 12 0 2005724006 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 2005724007 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2005724007 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2005724008 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 2005724009 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2005724009 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005724013 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=811352 CPUtime=0.2
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 607 0 0 0 20 0 0 0 16 0 12 0 2005724013 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=811352 CPUtime=0.48
/proc/11687/task/11697/stat : 11697 (java) R 11685 11687 11246 0 -1 64 2896 0 0 0 48 0 0 0 17 0 12 0 2005724013 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 106087734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005724013 830824448 7681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=811352 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005724013 830824448 7681 996147200 134512640 134550740 4294956016 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) 811352

[startup+3.10294 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 11699
/proc/meminfo: memFree=1753984/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=811248 CPUtime=3.05
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 19552 0 1 0 295 10 0 0 20 0 12 0 2005724004 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 202812 16999 1368 9 0 200174 0
[pid=11687/tid=11689] ppid=11685 vsize=811248 CPUtime=1.69
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 14483 0 1 0 161 8 0 0 25 0 12 0 2005724006 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 2005724007 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2005724007 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2005724008 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 2005724009 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2005724009 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005724013 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=811248 CPUtime=0.54
/proc/11687/task/11696/stat : 11696 (java) R 11685 11687 11246 0 -1 64 660 0 0 0 54 0 0 0 16 0 12 0 2005724013 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 105562261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=811248 CPUtime=0.79
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 3643 0 0 0 79 0 0 0 16 0 12 0 2005724013 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005724013 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=811248 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005724013 830717952 16999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811248

[startup+6.3023 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 11699
/proc/meminfo: memFree=1686784/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=811152 CPUtime=6.27
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 32793 0 1 0 612 15 0 0 20 0 12 0 2005724004 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 202788 28707 1380 9 0 200150 0
[pid=11687/tid=11689] ppid=11685 vsize=811152 CPUtime=3.68
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17319 0 1 0 359 9 0 0 25 0 12 0 2005724006 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=811152 CPUtime=0.13
/proc/11687/task/11690/stat : 11690 (java) R 11685 11687 11246 0 -1 64 4916 0 0 0 12 1 0 0 17 0 12 0 2005724007 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=811152 CPUtime=0.14
/proc/11687/task/11691/stat : 11691 (java) R 11685 11687 11246 0 -1 64 4406 0 0 0 12 2 0 0 17 0 12 0 2005724007 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2005724008 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2005724009 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2005724009 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005724013 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=811152 CPUtime=0.83
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 676 0 0 0 83 0 0 0 15 0 12 0 2005724013 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=811152 CPUtime=1.45
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 4682 0 0 0 144 1 0 0 15 0 12 0 2005724013 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2005724013 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=811152 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2005724013 830619648 28707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 811152

[startup+12.702 s]
/proc/loadavg: 1.99 1.98 1.99 4/94 11700
/proc/meminfo: memFree=1630456/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=815572 CPUtime=12.79
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 47404 0 1 0 1257 22 0 0 20 0 13 0 2005724004 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 203893 40865 1397 9 0 201255 0
[pid=11687/tid=11689] ppid=11685 vsize=815572 CPUtime=7.96
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17341 0 1 0 786 10 0 0 25 0 13 0 2005724006 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4110414948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=815572 CPUtime=0.64
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 11049 0 0 0 60 4 0 0 16 0 13 0 2005724007 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=815572 CPUtime=0.6
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 10614 0 0 0 56 4 0 0 16 0 13 0 2005724007 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 2005724008 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=815572 CPUtime=1.51
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 1573 0 0 0 151 0 0 0 15 0 13 0 2005724013 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=815572 CPUtime=2.03
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 6028 0 0 0 201 2 0 0 15 0 13 0 2005724013 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005724013 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11700] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11700/stat : 11700 (java) S 11685 11687 11246 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2005725136 835145728 40865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 815572

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

[startup+14.3072 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 11700
/proc/meminfo: memFree=1612280/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=815572 CPUtime=14.37
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 51911 0 1 0 1413 24 0 0 20 0 13 0 2005724004 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 203893 45370 1399 9 0 201255 0
[pid=11687/tid=11689] ppid=11685 vsize=815572 CPUtime=9.31
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17343 0 1 0 921 10 0 0 25 0 13 0 2005724006 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4110385773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=815572 CPUtime=0.68
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 12896 0 0 0 63 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=815572 CPUtime=0.66
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 13258 0 0 0 61 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 2005724008 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=815572 CPUtime=1.6
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 1583 0 0 0 160 0 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=815572 CPUtime=2.07
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 6032 0 0 0 205 2 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11700] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11700/stat : 11700 (java) S 11685 11687 11246 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2005725136 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 815572

[startup+15.1023 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 11700
/proc/meminfo: memFree=1612280/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=815572 CPUtime=15.17
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 51912 0 1 0 1493 24 0 0 20 0 13 0 2005724004 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 203893 45370 1399 9 0 201255 0
[pid=11687/tid=11689] ppid=11685 vsize=815572 CPUtime=10.11
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17344 0 1 0 1001 10 0 0 25 0 13 0 2005724006 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4110385527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=815572 CPUtime=0.68
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 12896 0 0 0 63 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=815572 CPUtime=0.66
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 13258 0 0 0 61 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 2005724008 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=815572 CPUtime=1.6
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 1583 0 0 0 160 0 0 0 16 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=815572 CPUtime=2.07
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 6032 0 0 0 205 2 0 0 16 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11700] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11700/stat : 11700 (java) S 11685 11687 11246 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2005725136 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 815572

[startup+15.9014 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 11700
/proc/meminfo: memFree=1612280/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=815572 CPUtime=15.95
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 51913 0 1 0 1571 24 0 0 20 0 13 0 2005724004 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 203893 45370 1399 9 0 201255 0
[pid=11687/tid=11689] ppid=11685 vsize=815572 CPUtime=10.88
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17345 0 1 0 1078 10 0 0 25 0 13 0 2005724006 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4110385318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=815572 CPUtime=0.68
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 12896 0 0 0 63 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=815572 CPUtime=0.66
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 13258 0 0 0 61 5 0 0 17 0 13 0 2005724007 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 2005724008 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=815572 CPUtime=1.6
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 1583 0 0 0 160 0 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=815572 CPUtime=2.08
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 6032 0 0 0 206 2 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005724013 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11700] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11700/stat : 11700 (java) S 11685 11687 11246 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2005725136 835145728 45370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 815572

[startup+16.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 11700
/proc/meminfo: memFree=1612280/2055920 swapFree=4176360/4192956
[pid=11687] ppid=11685 vsize=815572 CPUtime=16.15
/proc/11687/stat : 11687 (java) S 11685 11687 11246 0 -1 0 51914 0 1 0 1591 24 0 0 20 0 13 0 2005724004 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11687/statm: 203893 45371 1399 9 0 201255 0
[pid=11687/tid=11689] ppid=11685 vsize=815572 CPUtime=11.07
/proc/11687/task/11689/stat : 11689 (java) R 11685 11687 11246 0 -1 64 17346 0 1 0 1097 10 0 0 25 0 13 0 2005724006 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4109148872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11690] ppid=11685 vsize=815572 CPUtime=0.68
/proc/11687/task/11690/stat : 11690 (java) S 11685 11687 11246 0 -1 64 12896 0 0 0 63 5 0 0 17 0 13 0 2005724007 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11691] ppid=11685 vsize=815572 CPUtime=0.66
/proc/11687/task/11691/stat : 11691 (java) S 11685 11687 11246 0 -1 64 13258 0 0 0 61 5 0 0 17 0 13 0 2005724007 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11692] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11692/stat : 11692 (java) S 11685 11687 11246 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 2005724008 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11693] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11693/stat : 11693 (java) S 11685 11687 11246 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11694] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11694/stat : 11694 (java) S 11685 11687 11246 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005724009 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11695] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11695/stat : 11695 (java) S 11685 11687 11246 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11696] ppid=11685 vsize=815572 CPUtime=1.6
/proc/11687/task/11696/stat : 11696 (java) S 11685 11687 11246 0 -1 64 1583 0 0 0 160 0 0 0 15 0 13 0 2005724013 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11697] ppid=11685 vsize=815572 CPUtime=2.09
/proc/11687/task/11697/stat : 11697 (java) S 11685 11687 11246 0 -1 64 6032 0 0 0 207 2 0 0 16 0 13 0 2005724013 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11698] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11698/stat : 11698 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2005724013 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11699] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11699/stat : 11699 (java) S 11685 11687 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2005724013 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11687/tid=11700] ppid=11685 vsize=815572 CPUtime=0
/proc/11687/task/11700/stat : 11700 (java) S 11685 11687 11246 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 2005725136 835145728 45371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.15
Current children cumulated vsize (KiB) 815572

Child status: 0
Real time (s): 16.172
CPU time (s): 16.2015
CPU user time (s): 15.9266
CPU system time (s): 0.274958
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 815572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9266
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51922
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= 1679
involuntary context switches= 1929

runsolver used 0.025996 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 16:19:29
IDJOB=1089298
IDBENCH=58250
IDSOLVER=344
FILE ID=node91/1089298-1215267569
PBS_JOBID= 7882164
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b66a3d28516741bf7d0a0ded75e5fd1c
RANDOM SEED=1890794747

node91.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.231
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.231
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:       1789888 kB
Buffers:         23380 kB
Cached:         184188 kB
SwapCached:       7788 kB
Active:         124412 kB
Inactive:        97436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789888 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          21712 kB
Slab:            28908 kB
Committed_AS: 12440124 kB
PageTables:       2188 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= 66452 MiB
End job on node91 at 2008-07-05 16:19:45