Trace number 331839

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 NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007UNSAT 56.9523 56.641

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11817.cnf
MD5SUMec98bb92b9928019088745bf76777cb6
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79273
Satisfiable
(Un)Satisfiability was proved
Number of variables240300
Number of clauses691064
Sum of the clauses size1797915
Maximum clause length3
Minimum clause length1
Number of clauses of size 128020
Number of clauses of size 2219237
Number of clauses of size 3443807
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.10/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.31	c version SAT COMPETITION 2007
0.15/0.31	c sun.arch.data.model	32
0.15/0.31	c java.version	1.6.0
0.15/0.31	c os.name	Linux
0.15/0.31	c os.version	2.6.9-22.EL.rootsmp
0.15/0.31	c os.arch	i386
0.15/0.31	c Free memory 1651659224
0.15/0.31	c Max memory 1654456320
0.15/0.31	c Total memory 1654456320
0.15/0.31	c Number of processors 2
0.15/0.36	c --- Begin Solver configuration ---
0.15/0.36	c Stops conflict analysis at the first Unique Implication Point
0.15/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.36	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.36	c Expensive reason simplification
0.15/0.36	c --- End Solver configuration ---
0.15/0.36	c timeout: 2147483s
0.15/0.36	c solving /tmp/evaluation/331839-1176323306/instance-331839-1176323306.cnf
0.15/0.36	c reading problem ... 
2.27/2.33	c ... done. Wall clock time 1.968s.
2.27/2.33	c CPU time (experimental) 2.05s.
2.27/2.33	c #vars     240349
2.27/2.33	c #constraints  662515
56.84/56.59	c starts		: 11
56.84/56.59	c conflicts		: 11784
56.84/56.59	c decisions		: 144233
56.84/56.59	c propagations		: 55343710
56.84/56.59	c inspects		: 137110724
56.84/56.59	c learnt literals	: 19
56.84/56.59	c learnt binary clauses	: 499
56.84/56.59	c learnt ternary clauses	: 2372
56.84/56.59	c learnt clauses	: 11764
56.84/56.59	c root simplifications	: 0
56.84/56.59	c removed literals (reason simplification)	: 28615
56.84/56.59	c reason swapping (by a shorter reason)	: 0
56.84/56.59	c Calls to reduceDB	: 0
56.84/56.59	c speed (decisions/second)	: 2661.6656517005295
56.84/56.59	c non guided choices	44571
56.84/56.59	s UNSATISFIABLE
56.84/56.59	c Total wall clock time (in seconds) : 56.226
56.84/56.59	c Total CPU time (experimental, in seconds) : 56.14

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-331839-1176323306 -o ROOT/results/node40/solver-331839-1176323306 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331839-1176323306/sat4j-sat2007.jar /tmp/evaluation/331839-1176323306/instance-331839-1176323306.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.89 0.97 0.99 2/64 1761
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=152 CPUtime=0
/proc/1761/stat : 1761 (java6) R 1759 1761 495 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 64495835 155648 26 18446744073709551615 134512640 134550740 4294956528 18446744073709551615 6910756 0 0 4096 0 0 0 0 17 1 0 0
/proc/1761/statm: 38 26 19 9 0 4 0

[startup+0.0722661 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 1761
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=12420 CPUtime=0.02
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 743 0 25 0 0 2 0 0 18 0 2 0 64495835 12718080 551 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.10228 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 1761
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1772952 CPUtime=0.03
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 1814 0 26 0 0 3 0 0 18 0 2 0 64495835 1815502848 1589 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 443238 1589 379 9 0 441252 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1772952

[startup+0.301297 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 1761
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1780284 CPUtime=0.15
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 4218 0 33 0 9 6 0 0 18 0 12 0 64495835 1823010816 3992 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445071 3992 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1780284

[startup+0.702344 s]
/proc/loadavg: 0.89 0.97 0.99 2/64 1761
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1782664 CPUtime=0.68
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 9967 0 33 0 60 8 0 0 18 0 12 0 64495835 1825447936 9651 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445666 9651 1294 9 0 443278 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1782664

[startup+1.50244 s]
/proc/loadavg: 0.89 0.97 0.99 2/76 1777
/proc/meminfo: memFree=1385096/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1782664 CPUtime=1.48
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 18017 0 33 0 136 12 0 0 18 0 12 0 64495835 1825447936 17700 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445666 17700 1294 9 0 443278 0
[pid=1761/tid=1763] ppid=1759 vsize=1782664 CPUtime=1.21
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 16727 0 8 0 112 9 0 0 19 0 12 0 64495842 1825447936 17700 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109488559 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 64495846 1825447936 17701 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 64495846 1825447936 17701 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 64495850 1825447936 17701 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 64495851 1825447936 17702 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 64495851 1825447936 17702 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 64495857 1825447936 17703 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1782664 CPUtime=0.12
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 383 0 0 0 12 0 0 0 17 0 12 0 64495857 1825447936 17703 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1782664 CPUtime=0.1
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 214 0 0 0 10 0 0 0 17 0 12 0 64495857 1825447936 17703 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 64495857 1825447936 17704 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1782664 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 64495857 1825447936 17704 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1782664

[startup+3.10166 s]
/proc/loadavg: 0.89 0.97 0.99 2/76 1777
/proc/meminfo: memFree=1342216/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783692 CPUtime=3.33
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28245 0 33 0 316 17 0 0 18 0 13 0 64495835 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445923 27660 1315 9 0 443535 0
[pid=1761/tid=1763] ppid=1759 vsize=1783692 CPUtime=2.7
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 26454 0 8 0 256 14 0 0 25 0 13 0 64495842 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109511613 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783692 CPUtime=0.3
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 620 0 0 0 30 0 0 0 16 0 13 0 64495857 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783692 CPUtime=0.29
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 474 0 0 0 29 0 0 0 16 0 13 0 64495857 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783692 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826500608 27660 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 1783692

[startup+6.30206 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1324608/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=6.53
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28398 0 33 0 636 17 0 0 18 0 13 0 64495835 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 27803 1315 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=5.88
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 26604 0 8 0 574 14 0 0 25 0 13 0 64495842 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109575649 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.31
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 622 0 0 0 31 0 0 0 17 0 13 0 64495857 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.3
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 475 0 0 0 30 0 0 0 17 0 13 0 64495857 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 27803 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 1783660

[startup+12.7019 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1324160/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=12.97
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28507 0 33 0 1279 18 0 0 18 0 13 0 64495835 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 27911 1315 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=12.27
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 26710 0 8 0 1213 14 0 0 25 0 13 0 64495842 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109508307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.33
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 625 0 0 0 33 0 0 0 17 0 13 0 64495857 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.31
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 475 0 0 0 31 0 0 0 17 0 13 0 64495857 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 27911 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 1783660

[startup+25.5025 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1323840/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=25.76
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28624 0 33 0 2558 18 0 0 18 0 13 0 64495835 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28028 1316 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=25.06
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 26826 0 8 0 2492 14 0 0 25 0 13 0 64495842 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109594259 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 28028 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 28307 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 28307 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.43
Current children cumulated vsize (KiB) 1783660

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

[startup+54.3012 s]
/proc/loadavg: 0.95 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1322560/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=54.64
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28931 0 33 0 5445 19 0 0 18 0 13 0 64495835 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28335 1317 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=53.85
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 27123 0 8 0 5370 15 0 0 25 0 13 0 64495842 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109603862 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.37
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 631 0 0 0 37 0 0 0 17 0 13 0 64495857 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.36
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 480 0 0 0 36 0 0 0 17 0 13 0 64495857 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 28335 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.64
Current children cumulated vsize (KiB) 1783660

[startup+55.9014 s]
/proc/loadavg: 0.95 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1322560/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=56.24
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28938 0 33 0 5605 19 0 0 18 0 13 0 64495835 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28342 1317 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=55.45
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 27130 0 8 0 5530 15 0 0 25 0 13 0 64495842 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109594381 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.37
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 631 0 0 0 37 0 0 0 17 0 13 0 64495857 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.36
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 480 0 0 0 36 0 0 0 17 0 13 0 64495857 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 28342 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.24
Current children cumulated vsize (KiB) 1783660

[startup+56.3015 s]
/proc/loadavg: 0.95 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1322496/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=56.64
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28939 0 33 0 5645 19 0 0 18 0 13 0 64495835 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28343 1317 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=55.85
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 27131 0 8 0 5570 15 0 0 25 0 13 0 64495842 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109612556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.37
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 631 0 0 0 37 0 0 0 17 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.36
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 480 0 0 0 36 0 0 0 17 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.64
Current children cumulated vsize (KiB) 1783660

[startup+56.5015 s]
/proc/loadavg: 0.95 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1322496/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=56.84
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28939 0 33 0 5665 19 0 0 18 0 13 0 64495835 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28343 1317 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=56.05
/proc/1761/task/1763/stat : 1763 (java) R 1759 1761 495 0 -1 64 27131 0 8 0 5590 15 0 0 25 0 13 0 64495842 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109575864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 64495846 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 64495846 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) R 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 64495850 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 64495851 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 64495851 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.37
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 631 0 0 0 37 0 0 0 17 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.36
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 480 0 0 0 36 0 0 0 17 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 64495857 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1778] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1778/stat : 1778 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 64496081 1826467840 28343 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.84
Current children cumulated vsize (KiB) 1783660

[startup+56.6015 s]
/proc/loadavg: 0.95 0.97 0.99 2/77 1778
/proc/meminfo: memFree=1322496/2055920 swapFree=4192812/4192956
[pid=1761] ppid=1759 vsize=1783660 CPUtime=56.93
/proc/1761/stat : 1761 (java) S 1759 1761 495 0 -1 0 28956 0 33 0 5674 19 0 0 18 0 12 0 64495835 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1761/statm: 445915 28360 1318 9 0 443527 0
[pid=1761/tid=1763] ppid=1759 vsize=1783660 CPUtime=56.14
/proc/1761/task/1763/stat : 1763 (java) S 1759 1761 495 0 -1 64 27144 0 8 0 5599 15 0 0 24 0 12 0 64495842 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1764] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1764/stat : 1764 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 64495846 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1765] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1765/stat : 1765 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 64495846 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1761/tid=1766] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1766/stat : 1766 (java) S 1759 1761 495 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 64495850 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1767] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1767/stat : 1767 (java) S 1759 1761 495 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 64495851 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1768] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1768/stat : 1768 (java) S 1759 1761 495 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 64495851 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1773] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1773/stat : 1773 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 64495857 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1774] ppid=1759 vsize=1783660 CPUtime=0.37
/proc/1761/task/1774/stat : 1774 (java) S 1759 1761 495 0 -1 64 631 0 0 0 37 0 0 0 17 0 12 0 64495857 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1775] ppid=1759 vsize=1783660 CPUtime=0.36
/proc/1761/task/1775/stat : 1775 (java) S 1759 1761 495 0 -1 64 480 0 0 0 36 0 0 0 17 0 12 0 64495857 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1776] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1776/stat : 1776 (java) S 1759 1761 495 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 64495857 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1761/tid=1777] ppid=1759 vsize=1783660 CPUtime=0
/proc/1761/task/1777/stat : 1777 (java) S 1759 1761 495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 64495857 1826467840 28360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.93
Current children cumulated vsize (KiB) 1783660

Child status: 20
Real time (s): 56.641
CPU time (s): 56.9523
CPU user time (s): 56.7434
CPU system time (s): 0.208968
CPU usage (%): 100.55
Max. virtual memory (cumulated for all children) (KiB): 1783692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.7434
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28960
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1889
involuntary context switches= 438

runsolver used 0.066989 second user time and 0.149977 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 11 20:28:27 UTC 2007

IDJOB= 331839
IDBENCH= 20466
IDSOLVER= 141
FILE ID= node40/331839-1176323306

PBS_JOBID= 4516694

Free space on /tmp= 66550 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11817.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331839-1176323306/sat4j-sat2007.jar /tmp/evaluation/331839-1176323306/instance-331839-1176323306.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-331839-1176323306 -o ROOT/results/node40/solver-331839-1176323306 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331839-1176323306/sat4j-sat2007.jar /tmp/evaluation/331839-1176323306/instance-331839-1176323306.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ec98bb92b9928019088745bf76777cb6

RANDOM SEED= 868137946

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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:       1440512 kB
Buffers:         35248 kB
Cached:         437488 kB
SwapCached:          0 kB
Active:         224096 kB
Inactive:       264180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14940 kB
Writeback:           0 kB
Mapped:          25672 kB
Slab:           113176 kB
Committed_AS:   117284 kB
PageTables:       1412 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= 66550 MiB

End job on node40 on Wed Apr 11 20:29:24 UTC 2007