Trace number 363248

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 24.4693 18.9733

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-momentum2.opb
MD5SUM321e9d4e6ed80bc00fdeca5e2a9625ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.52701
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25930
Total number of constraints22640
Number of constraints which are clauses10362
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints12175
Minimum length of a constraint1
Maximum length of a constraint913
Number of terms in the objective function 24130
Biggest coefficient in the objective function 94430
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 544308
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 371834
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 544308
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/363248-1177024765/instance-363248-1177024765.opb
0.08/0.19	c reading problem ... 
23.63/18.42	c ... done. Wall clock time 18.233s.
23.63/18.42	c CPU time (experimental) 14.08s.
23.63/18.42	c #vars     25930
23.63/18.42	c #constraints  21620
24.30/18.86	c starts		: 0
24.30/18.86	c conflicts		: 0
24.30/18.86	c decisions		: 0
24.30/18.86	c propagations		: 11069
24.30/18.86	c inspects		: 20095
24.30/18.86	c learnt literals	: 0
24.30/18.86	c learnt binary clauses	: 0
24.30/18.86	c learnt ternary clauses	: 0
24.30/18.86	c learnt clauses	: 0
24.30/18.86	c root simplifications	: 0
24.30/18.86	c removed literals (reason simplification)	: 0
24.30/18.86	c reason swapping (by a shorter reason)	: 0
24.30/18.86	c Calls to reduceDB	: 0
24.30/18.86	c speed (decisions/second)	: 0.0
24.30/18.86	c non guided choices	0
24.30/18.86	s UNSATISFIABLE
24.30/18.86	c Total wall clock time (ms): 18.672

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-363248-1177024765 -o ROOT/results/node18/solver-363248-1177024765 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363248-1177024765/sat4jPseudoCPClause.jar /tmp/evaluation/363248-1177024765/instance-363248-1177024765.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.97 0.96 0.98 2/77 17754
/proc/meminfo: memFree=1668360/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=152 CPUtime=0
/proc/17754/stat : 17754 (java) R 17752 17754 17169 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 150393862 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7861028 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17754/statm: 38 26 19 9 0 4 0

[startup+0.0323259 s]
/proc/loadavg: 0.97 0.96 0.98 2/77 17754
/proc/meminfo: memFree=1668360/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1774248 CPUtime=0.01
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 2681 0 1 0 0 1 0 0 18 0 4 0 150393862 1816829952 2429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 443562 2429 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.102328 s]
/proc/loadavg: 0.97 0.96 0.98 2/77 17754
/proc/meminfo: memFree=1668360/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1780112 CPUtime=0.08
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 150393862 1822834688 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301335 s]
/proc/loadavg: 0.97 0.96 0.98 2/77 17754
/proc/meminfo: memFree=1668360/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1782228 CPUtime=0.35
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 5329 0 1 0 32 3 0 0 18 0 12 0 150393862 1825001472 5068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 445557 5068 1267 9 0 443168 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782228

[startup+0.701374 s]
/proc/loadavg: 0.97 0.96 0.98 2/77 17754
/proc/meminfo: memFree=1668360/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1783708 CPUtime=0.93
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 8733 0 1 0 88 5 0 0 18 0 12 0 150393862 1826516992 8080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 445927 8080 1297 9 0 443538 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1783708

[startup+1.50146 s]
/proc/loadavg: 0.97 0.96 0.98 4/89 17766
/proc/meminfo: memFree=1631144/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1785652 CPUtime=2.25
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 19731 0 1 0 214 11 0 0 18 0 12 0 150393862 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 446413 16755 1307 9 0 444024 0
[pid=17754/tid=17756] ppid=17752 vsize=1785652 CPUtime=0.98
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 14796 0 1 0 89 9 0 0 18 0 12 0 150393864 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109196989 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 150393865 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 150393865 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 4 0 0 0 0 0 0 0 15 0 12 0 150393867 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 150393868 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 150393868 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1785652 CPUtime=0.55
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2309 0 0 0 55 0 0 0 17 0 12 0 150393872 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1785652 CPUtime=0.69
/proc/17754/task/17764/stat : 17764 (java) R 17752 17754 17169 0 -1 64 1904 0 0 0 68 1 0 0 18 0 12 0 150393872 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103323470 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1785652 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1828507648 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1785652

[startup+3.10161 s]
/proc/loadavg: 1.13 1.00 0.99 2/89 17766
/proc/meminfo: memFree=1545576/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792040 CPUtime=4.79
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 51381 0 1 0 451 28 0 0 18 0 12 0 150393862 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448010 45094 1324 9 0 445621 0
[pid=17754/tid=17756] ppid=17752 vsize=1792040 CPUtime=2.34
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 37732 0 1 0 213 21 0 0 19 0 12 0 150393864 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792040 CPUtime=0.08
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 2007 0 0 0 8 0 0 0 16 0 12 0 150393865 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792040 CPUtime=0.08
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 1824 0 0 0 8 0 0 0 16 0 12 0 150393865 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 150393867 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792040 CPUtime=0.73
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2564 0 0 0 72 1 0 0 16 0 12 0 150393872 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792040 CPUtime=1.51
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 148 3 0 0 16 0 12 0 150393872 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792040 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835048960 45094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1792040

[startup+6.30291 s]
/proc/loadavg: 1.13 1.00 0.99 2/89 17766
/proc/meminfo: memFree=1448232/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1791328 CPUtime=8.58
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 68019 0 1 0 818 40 0 0 18 0 12 0 150393862 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 447832 59742 1324 9 0 445443 0
[pid=17754/tid=17756] ppid=17752 vsize=1791328 CPUtime=4.95
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 37736 0 1 0 472 23 0 0 18 0 12 0 150393864 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1791328 CPUtime=0.65
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 11755 0 0 0 60 5 0 0 16 0 12 0 150393865 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1791328 CPUtime=0.66
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 8677 0 0 0 61 5 0 0 16 0 12 0 150393865 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 150393867 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1791328 CPUtime=0.75
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2594 0 0 0 74 1 0 0 16 0 12 0 150393872 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1791328 CPUtime=1.51
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 148 3 0 0 16 0 12 0 150393872 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1791328 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1834319872 59742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 1791328

[startup+12.7025 s]
/proc/loadavg: 1.11 1.00 0.99 3/89 17766
/proc/meminfo: memFree=1352296/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792600 CPUtime=16.84
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 102837 0 1 0 1626 58 0 0 18 0 12 0 150393862 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448150 86244 1324 9 0 445761 0
[pid=17754/tid=17756] ppid=17752 vsize=1792600 CPUtime=9.46
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 37746 0 1 0 921 25 0 0 17 0 12 0 150393864 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792600 CPUtime=2.52
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 30884 0 0 0 238 14 0 0 16 0 12 0 150393865 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792600 CPUtime=2.53
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 24356 0 0 0 241 12 0 0 16 0 12 0 150393865 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 150393867 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792600 CPUtime=0.75
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2594 0 0 0 74 1 0 0 17 0 12 0 150393872 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792600 CPUtime=1.52
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 149 3 0 0 16 0 12 0 150393872 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835622400 86244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.84
Current children cumulated vsize (KiB) 1792600

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

[startup+15.9028 s]
/proc/loadavg: 1.11 1.00 0.99 2/89 17766
/proc/meminfo: memFree=1301160/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792600 CPUtime=20.58
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 114459 0 1 0 1995 63 0 0 18 0 12 0 150393862 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448150 94670 1324 9 0 445761 0
[pid=17754/tid=17756] ppid=17752 vsize=1792600 CPUtime=12.11
/proc/17754/task/17756/stat : 17756 (java) S 17752 17754 17169 0 -1 64 37751 0 1 0 1185 26 0 0 19 0 12 0 150393864 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792600 CPUtime=3.07
/proc/17754/task/17757/stat : 17757 (java) R 17752 17754 17169 0 -1 64 38062 0 0 0 290 17 0 0 16 0 12 0 150393865 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370430 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792600 CPUtime=3.08
/proc/17754/task/17758/stat : 17758 (java) R 17752 17754 17169 0 -1 64 28794 0 0 0 294 14 0 0 17 0 12 0 150393865 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361244 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 150393867 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792600 CPUtime=0.75
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2594 0 0 0 74 1 0 0 17 0 12 0 150393872 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792600 CPUtime=1.52
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 149 3 0 0 16 0 12 0 150393872 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835622400 94670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 1792600

[startup+17.502 s]
/proc/loadavg: 1.10 1.00 0.99 2/89 17766
/proc/meminfo: memFree=1274536/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792600 CPUtime=22.49
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 121513 0 1 0 2183 66 0 0 18 0 12 0 150393862 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448150 99586 1324 9 0 445761 0
[pid=17754/tid=17756] ppid=17752 vsize=1792600 CPUtime=13.4
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 37754 0 1 0 1314 26 0 0 19 0 12 0 150393864 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792600 CPUtime=3.37
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 42455 0 0 0 319 18 0 0 16 0 12 0 150393865 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792600 CPUtime=3.39
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 31452 0 0 0 324 15 0 0 16 0 12 0 150393865 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 150393867 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792600 CPUtime=0.75
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2594 0 0 0 74 1 0 0 16 0 12 0 150393872 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792600 CPUtime=1.52
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 149 3 0 0 16 0 12 0 150393872 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835622400 99586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 1792600

[startup+18.3011 s]
/proc/loadavg: 1.10 1.00 0.99 2/89 17766
/proc/meminfo: memFree=1274536/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792600 CPUtime=23.44
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 124016 0 1 0 2277 67 0 0 18 0 12 0 150393862 1835622400 101139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448150 101142 1324 9 0 445761 0
[pid=17754/tid=17756] ppid=17752 vsize=1792600 CPUtime=14.03
/proc/17754/task/17756/stat : 17756 (java) S 17752 17754 17169 0 -1 64 37756 0 1 0 1377 26 0 0 20 0 12 0 150393864 1835622400 101143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792600 CPUtime=3.54
/proc/17754/task/17757/stat : 17757 (java) R 17752 17754 17169 0 -1 64 44008 0 0 0 335 19 0 0 16 0 12 0 150393865 1835622400 101145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370507 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792600 CPUtime=3.54
/proc/17754/task/17758/stat : 17758 (java) R 17752 17754 17169 0 -1 64 32408 0 0 0 339 15 0 0 16 0 12 0 150393865 1835622400 101147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 150393867 1835622400 101149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 101150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 101152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835622400 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792600 CPUtime=0.75
/proc/17754/task/17763/stat : 17763 (java) S 17752 17754 17169 0 -1 64 2594 0 0 0 74 1 0 0 16 0 12 0 150393872 1835622400 101156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792600 CPUtime=1.52
/proc/17754/task/17764/stat : 17764 (java) S 17752 17754 17169 0 -1 64 6527 0 0 0 149 3 0 0 16 0 12 0 150393872 1835622400 101158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835622400 101160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835622400 101161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 1792600

[startup+18.7061 s]
/proc/loadavg: 1.10 1.00 0.99 4/89 17766
/proc/meminfo: memFree=1257512/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=1792600 CPUtime=24.11
/proc/17754/stat : 17754 (java) S 17752 17754 17169 0 -1 0 127881 0 1 0 2342 69 0 0 18 0 12 0 150393862 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 448150 103861 1333 9 0 445761 0
[pid=17754/tid=17756] ppid=17752 vsize=1792600 CPUtime=14.26
/proc/17754/task/17756/stat : 17756 (java) R 17752 17754 17169 0 -1 64 37780 0 1 0 1400 26 0 0 18 0 12 0 150393864 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17757] ppid=17752 vsize=1792600 CPUtime=3.62
/proc/17754/task/17757/stat : 17757 (java) S 17752 17754 17169 0 -1 64 46009 0 0 0 342 20 0 0 16 0 12 0 150393865 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17758] ppid=17752 vsize=1792600 CPUtime=3.63
/proc/17754/task/17758/stat : 17758 (java) S 17752 17754 17169 0 -1 64 33520 0 0 0 347 16 0 0 17 0 12 0 150393865 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17759] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17759/stat : 17759 (java) S 17752 17754 17169 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 150393867 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17760] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17760/stat : 17760 (java) S 17752 17754 17169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17761] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17761/stat : 17761 (java) S 17752 17754 17169 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 150393868 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17762] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17762/stat : 17762 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 150393872 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17763] ppid=17752 vsize=1792600 CPUtime=0.9
/proc/17754/task/17763/stat : 17763 (java) R 17752 17754 17169 0 -1 64 3304 0 0 0 89 1 0 0 17 0 12 0 150393872 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105436088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17754/tid=17764] ppid=17752 vsize=1792600 CPUtime=1.64
/proc/17754/task/17764/stat : 17764 (java) R 17752 17754 17169 0 -1 64 6537 0 0 0 161 3 0 0 16 0 12 0 150393872 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104809891 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17765] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17765/stat : 17765 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 150393872 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17754/tid=17766] ppid=17752 vsize=1792600 CPUtime=0
/proc/17754/task/17766/stat : 17766 (java) S 17752 17754 17169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 150393872 1835622400 103861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 1792600

[startup+18.9014 s]
/proc/loadavg: 1.10 1.00 0.99 4/89 17766
/proc/meminfo: memFree=1257512/2055920 swapFree=4147132/4192956
[pid=17754] ppid=17752 vsize=0 CPUtime=24.42
/proc/17754/stat : 17754 (java) Z 17752 17754 17169 0 -1 1036 127926 0 1 0 2371 71 0 0 16 0 2 0 150393862 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17754/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 18.9733
CPU time (s): 24.4693
CPU user time (s): 23.7104
CPU system time (s): 0.758884
CPU usage (%): 128.967
Max. virtual memory (cumulated for all children) (KiB): 1795172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7104
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127926
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= 1305
involuntary context switches= 1052

runsolver used 0.031995 second user time and 0.053991 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Apr 19 23:19:25 UTC 2007

IDJOB= 363248
IDBENCH= 1775
IDSOLVER= 164
FILE ID= node18/363248-1177024765

PBS_JOBID= 4630602

Free space on /tmp= 66452 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-momentum2.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363248-1177024765/sat4jPseudoCPClause.jar /tmp/evaluation/363248-1177024765/instance-363248-1177024765.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-363248-1177024765 -o ROOT/results/node18/solver-363248-1177024765 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363248-1177024765/sat4jPseudoCPClause.jar /tmp/evaluation/363248-1177024765/instance-363248-1177024765.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  321e9d4e6ed80bc00fdeca5e2a9625ff

RANDOM SEED= 774868424

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1668832 kB
Buffers:         36928 kB
Cached:         264512 kB
SwapCached:      14284 kB
Active:         124568 kB
Inactive:       200116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668832 kB
SwapTotal:     4192956 kB
SwapFree:      4147132 kB
Dirty:           34552 kB
Writeback:           0 kB
Mapped:          30300 kB
Slab:            47972 kB
Committed_AS:  4435372 kB
PageTables:       1776 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 node18 on Thu Apr 19 23:19:44 UTC 2007