Trace number 312452

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 SAT 2007? (MO) 286.497 284.974

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark987.377
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data (download as text)

0.11/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.25	c version SAT COMPETITION 2007
0.11/0.25	c sun.arch.data.model	32
0.11/0.25	c java.version	1.6.0
0.11/0.25	c os.name	Linux
0.11/0.25	c os.version	2.6.9-22.EL.rootsmp
0.11/0.25	c os.arch	i386
0.11/0.25	c Free memory 1703279312
0.11/0.25	c Max memory 1706164224
0.11/0.25	c Total memory 1706164224
0.11/0.25	c Number of processors 2
0.15/0.34	c --- Begin Solver configuration ---
0.15/0.34	c Stops conflict analysis at the first Unique Implication Point
0.15/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.34	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.34	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.34	c Expensive reason simplification
0.15/0.34	c --- End Solver configuration ---
0.15/0.34	c timeout: 2147483s
0.15/0.34	c solving /tmp/evaluation/312452-1176855234/instance-312452-1176855234.cnf
0.15/0.34	c reading problem ... 
2.95/3.00	c ... done. Wall clock time 2.655s.
2.95/3.00	c CPU time (experimental) 2.73s.
2.95/3.00	c #vars     226208
2.95/3.00	c #constraints  1002109
286.42/284.91	c starts		: 13
286.42/284.91	c conflicts		: 34122
286.42/284.91	c decisions		: 75473
286.42/284.91	c propagations		: 108822618
286.42/284.91	c inspects		: 519806416
286.42/284.91	c learnt literals	: 220
286.42/284.91	c learnt binary clauses	: 294
286.42/284.91	c learnt ternary clauses	: 208
286.42/284.91	c learnt clauses	: 33902
286.42/284.91	c root simplifications	: 0
286.42/284.91	c removed literals (reason simplification)	: 1403799
286.42/284.91	c reason swapping (by a shorter reason)	: 0
286.42/284.91	c Calls to reduceDB	: 0
286.42/284.91	c speed (decisions/second)	: 267.78478722120906
286.42/284.91	c non guided choices	1155
286.42/284.91	s UNKNOWN
286.42/284.91	c Total wall clock time (in seconds) : 284.565
286.42/284.91	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-312452-1176855234 -o ROOT/results/node35/solver-312452-1176855234 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312452-1176855234/sat4j-sat2007.jar /tmp/evaluation/312452-1176855234/instance-312452-1176855234.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: 1.00 0.99 0.96 2/77 7881
/proc/meminfo: memFree=1757136/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=18568 CPUtime=0
/proc/7881/stat : 7881 (runsolver) D 7879 7881 7173 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 133438822 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 266134416679 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/7881/statm: 4642 292 257 24 0 2626 0

[startup+0.0734121 s]
/proc/loadavg: 1.00 0.99 0.96 2/77 7881
/proc/meminfo: memFree=1757136/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=12916 CPUtime=0
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 133438822 13225984 661 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.101414 s]
/proc/loadavg: 1.00 0.99 0.96 2/77 7881
/proc/meminfo: memFree=1757136/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1827340 CPUtime=0.01
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 2861 0 1 0 0 1 0 0 18 0 4 0 133438822 1871196160 2609 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 456835 2609 597 9 0 454471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1827340

[startup+0.301438 s]
/proc/loadavg: 1.00 0.99 0.96 2/77 7881
/proc/meminfo: memFree=1757136/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1831816 CPUtime=0.15
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 4523 0 1 0 12 3 0 0 18 0 12 0 133438822 1875779584 4262 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 457954 4262 1242 9 0 455566 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1831816

[startup+0.701479 s]
/proc/loadavg: 1.00 0.99 0.96 2/77 7881
/proc/meminfo: memFree=1757136/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1833560 CPUtime=0.64
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 10705 0 1 0 58 6 0 0 18 0 12 0 133438822 1877565440 10430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 458390 10431 1290 9 0 456002 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1833560

[startup+1.50157 s]
/proc/loadavg: 1.00 0.99 0.96 2/89 7893
/proc/meminfo: memFree=1696368/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1833560 CPUtime=1.45
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 21679 0 1 0 133 12 0 0 18 0 12 0 133438822 1877565440 21403 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 458390 21403 1290 9 0 456002 0
[pid=7881/tid=7883] ppid=7879 vsize=1833560 CPUtime=1.24
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 20389 0 1 0 113 11 0 0 19 0 12 0 133438827 1877565440 21403 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109515676 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 133438831 1877565440 21404 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 133438831 1877565440 21404 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 133438834 1877565440 21404 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 133438834 1877565440 21404 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133438834 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133438838 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1833560 CPUtime=0.09
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 327 0 0 0 9 0 0 0 16 0 12 0 133438838 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1833560 CPUtime=0.1
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 246 0 0 0 10 0 0 0 16 0 12 0 133438838 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 133438838 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133438838 1877565440 21405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1833560

[startup+3.10277 s]
/proc/loadavg: 1.00 0.99 0.96 2/89 7893
/proc/meminfo: memFree=1660656/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1833560 CPUtime=3.08
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 34131 0 1 0 291 17 0 0 18 0 12 0 133438822 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 458390 33855 1301 9 0 456002 0
[pid=7881/tid=7883] ppid=7879 vsize=1833560 CPUtime=2.81
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 32831 0 1 0 265 16 0 0 25 0 12 0 133438827 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109174820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 133438831 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 133438831 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 133438834 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 133438834 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133438834 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133438838 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1833560 CPUtime=0.12
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 330 0 0 0 12 0 0 0 16 0 12 0 133438838 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1833560 CPUtime=0.13
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 253 0 0 0 13 0 0 0 16 0 12 0 133438838 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 133438838 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1833560 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133438838 1877565440 33855 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1833560

[startup+6.30213 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 7894
/proc/meminfo: memFree=1621352/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1835432 CPUtime=6.68
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 36589 0 1 0 650 18 0 0 18 0 13 0 133438822 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 458858 35014 1313 9 0 456470 0
[pid=7881/tid=7883] ppid=7879 vsize=1835432 CPUtime=5.87
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 33489 0 1 0 571 16 0 0 25 0 13 0 133438827 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109592269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 133438831 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 133438831 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438834 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133438838 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1835432 CPUtime=0.44
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1325 0 0 0 44 0 0 0 16 0 13 0 133438838 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1835432 CPUtime=0.34
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1054 0 0 0 34 0 0 0 16 0 13 0 133438838 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1879482368 35014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 1835432

[startup+12.7029 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 7894
/proc/meminfo: memFree=1620840/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1836456 CPUtime=13.12
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 36847 0 1 0 1294 18 0 0 18 0 13 0 133438822 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 459114 35199 1316 9 0 456726 0
[pid=7881/tid=7883] ppid=7879 vsize=1836456 CPUtime=12.26
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 33542 0 1 0 1210 16 0 0 25 0 13 0 133438827 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109561631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 133438831 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 133438831 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438834 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133438838 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1836456 CPUtime=0.45
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1325 0 0 0 45 0 0 0 17 0 13 0 133438838 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1836456 CPUtime=0.38
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1259 0 0 0 38 0 0 0 16 0 13 0 133438838 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1880530944 35199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 1836456

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 7894
/proc/meminfo: memFree=1620584/2055920 swapFree=4114452/4192956
[pid=7881] ppid=7879 vsize=1836456 CPUtime=25.91
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 36965 0 1 0 2573 18 0 0 18 0 13 0 133438822 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 459114 35316 1316 9 0 456726 0
[pid=7881/tid=7883] ppid=7879 vsize=1836456 CPUtime=25.05
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 33660 0 1 0 2489 16 0 0 25 0 13 0 133438827 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109592266 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 133438831 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 133438831 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438834 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1836456 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1880530944 35316 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7881] ppid=7879 vsize=1835432 CPUtime=282.72
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 42153 0 1 0 28247 25 0 0 18 0 13 0 133438822 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 458858 40294 1317 9 0 456470 0
[pid=7881/tid=7883] ppid=7879 vsize=1835432 CPUtime=281.78
/proc/7881/task/7883/stat : 7883 (java) R 7879 7881 7173 0 -1 64 38793 0 1 0 28155 23 0 0 25 0 13 0 133438827 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7884/stat : 7884 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 133438831 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7885/stat : 7885 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 133438831 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438834 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133438838 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1835432 CPUtime=0.49
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1330 0 0 0 49 0 0 0 17 0 13 0 133438838 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1835432 CPUtime=0.42
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1309 0 0 0 42 0 0 0 17 0 13 0 133438838 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1835432 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1879482368 40294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.72
Current children cumulated vsize (KiB) 1835432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+284.103 s]
/proc/loadavg: 1.00 0.99 0.96 3/90 7894
/proc/meminfo: memFree=1552680/2055920 swapFree=4114580/4192956
[pid=7881] ppid=7879 vsize=1846960 CPUtime=284.84
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 56532 0 1 0 28452 32 0 0 18 0 13 0 133438822 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 461740 52245 1322 9 0 459352 0
[pid=7881/tid=7883] ppid=7879 vsize=1846960 CPUtime=283.26
/proc/7881/task/7883/stat : 7883 (java) S 7879 7881 7173 0 -1 64 38823 0 1 0 28303 23 0 0 25 0 13 0 133438827 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1846960 CPUtime=0.3
/proc/7881/task/7884/stat : 7884 (java) R 7879 7881 7173 0 -1 64 4213 0 0 0 29 1 0 0 19 0 13 0 133438831 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370488 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1846960 CPUtime=0.31
/proc/7881/task/7885/stat : 7885 (java) R 7879 7881 7173 0 -1 64 10137 0 0 0 27 4 0 0 19 0 13 0 133438831 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 133438834 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133438838 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1846960 CPUtime=0.49
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1330 0 0 0 49 0 0 0 17 0 13 0 133438838 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1846960 CPUtime=0.42
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1309 0 0 0 42 0 0 0 17 0 13 0 133438838 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1891287040 52245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 1846960

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+284.603 s]
/proc/loadavg: 1.00 0.99 0.96 3/90 7894
/proc/meminfo: memFree=1552680/2055920 swapFree=4114580/4192956
[pid=7881] ppid=7879 vsize=1846960 CPUtime=285.83
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 73768 0 1 0 28542 41 0 0 16 0 13 0 133438822 1891287040 67318 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 461740 67320 1322 9 0 459352 0
[pid=7881/tid=7883] ppid=7879 vsize=1846960 CPUtime=283.26
/proc/7881/task/7883/stat : 7883 (java) S 7879 7881 7173 0 -1 64 38823 0 1 0 28303 23 0 0 25 0 13 0 133438827 1891287040 67320 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1846960 CPUtime=0.8
/proc/7881/task/7884/stat : 7884 (java) R 7879 7881 7173 0 -1 64 11696 0 0 0 75 5 0 0 23 0 13 0 133438831 1891287040 67321 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369143 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1846960 CPUtime=0.81
/proc/7881/task/7885/stat : 7885 (java) R 7879 7881 7173 0 -1 64 19893 0 0 0 71 10 0 0 24 0 13 0 133438831 1891287040 67322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 133438834 1891287040 67323 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1891287040 67325 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1891287040 67326 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438838 1891287040 67327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1846960 CPUtime=0.49
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1330 0 0 0 49 0 0 0 17 0 13 0 133438838 1891287040 67328 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1846960 CPUtime=0.42
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1309 0 0 0 42 0 0 0 17 0 13 0 133438838 1891287040 67329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1891287040 67330 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1891287040 67331 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1891287040 67332 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.83
Current children cumulated vsize (KiB) 1846960

[startup+284.803 s]
/proc/loadavg: 1.00 0.99 0.96 3/91 7895
/proc/meminfo: memFree=1474080/2055920 swapFree=4114580/4192956
[pid=7881] ppid=7879 vsize=1846960 CPUtime=286.23
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 78981 0 1 0 28580 43 0 0 16 0 13 0 133438822 1891287040 72010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 461740 72011 1322 9 0 459352 0
[pid=7881/tid=7883] ppid=7879 vsize=1846960 CPUtime=283.26
/proc/7881/task/7883/stat : 7883 (java) S 7879 7881 7173 0 -1 64 38823 0 1 0 28303 23 0 0 25 0 13 0 133438827 1891287040 72013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1846960 CPUtime=1
/proc/7881/task/7884/stat : 7884 (java) R 7879 7881 7173 0 -1 64 13476 0 0 0 94 6 0 0 25 0 13 0 133438831 1891287040 72014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105698253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1846960 CPUtime=1
/proc/7881/task/7885/stat : 7885 (java) R 7879 7881 7173 0 -1 64 23327 0 0 0 89 11 0 0 25 0 13 0 133438831 1891287040 72015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 133438834 1891287040 72016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1891287040 72018 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1891287040 72019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438838 1891287040 72020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1846960 CPUtime=0.49
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1330 0 0 0 49 0 0 0 17 0 13 0 133438838 1891287040 72021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1846960 CPUtime=0.42
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1309 0 0 0 42 0 0 0 17 0 13 0 133438838 1891287040 72022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1891287040 72023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1891287040 72024 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1891287040 72025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 286.23
Current children cumulated vsize (KiB) 1846960

[startup+284.907 s]
/proc/loadavg: 1.00 0.99 0.96 3/91 7895
/proc/meminfo: memFree=1474080/2055920 swapFree=4114580/4192956
[pid=7881] ppid=7879 vsize=1846960 CPUtime=286.42
/proc/7881/stat : 7881 (java) S 7879 7881 7173 0 -1 0 81136 0 1 0 28598 44 0 0 16 0 13 0 133438822 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7881/statm: 461740 74007 1322 9 0 459352 0
[pid=7881/tid=7883] ppid=7879 vsize=1846960 CPUtime=283.26
/proc/7881/task/7883/stat : 7883 (java) S 7879 7881 7173 0 -1 64 38823 0 1 0 28303 23 0 0 25 0 13 0 133438827 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7884] ppid=7879 vsize=1846960 CPUtime=1.08
/proc/7881/task/7884/stat : 7884 (java) R 7879 7881 7173 0 -1 64 14399 0 0 0 102 6 0 0 25 0 13 0 133438831 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7885] ppid=7879 vsize=1846960 CPUtime=1.11
/proc/7881/task/7885/stat : 7885 (java) R 7879 7881 7173 0 -1 64 24554 0 0 0 99 12 0 0 25 0 13 0 133438831 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7881/tid=7886] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7886/stat : 7886 (java) S 7879 7881 7173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 133438834 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7887] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7887/stat : 7887 (java) S 7879 7881 7173 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133438834 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7888] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7888/stat : 7888 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133438834 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7889] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7889/stat : 7889 (java) S 7879 7881 7173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133438838 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7890] ppid=7879 vsize=1846960 CPUtime=0.49
/proc/7881/task/7890/stat : 7890 (java) S 7879 7881 7173 0 -1 64 1330 0 0 0 49 0 0 0 17 0 13 0 133438838 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7891] ppid=7879 vsize=1846960 CPUtime=0.42
/proc/7881/task/7891/stat : 7891 (java) S 7879 7881 7173 0 -1 64 1309 0 0 0 42 0 0 0 17 0 13 0 133438838 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7892] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7892/stat : 7892 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 133438838 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7893] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7893/stat : 7893 (java) S 7879 7881 7173 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133438838 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7881/tid=7894] ppid=7879 vsize=1846960 CPUtime=0
/proc/7881/task/7894/stat : 7894 (java) S 7879 7881 7173 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133439143 1891287040 74007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 286.42
Current children cumulated vsize (KiB) 1846960

Child status: 143
Real time (s): 284.974
CPU time (s): 286.497
CPU user time (s): 286.003
CPU system time (s): 0.494924
CPU usage (%): 100.535
Max. virtual memory (cumulated for all children) (KiB): 1846960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.003
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81165
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= 6216
involuntary context switches= 6169

runsolver used 0.32295 second user time and 0.736887 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Wed Apr 18 00:13:54 UTC 2007

IDJOB= 312452
IDBENCH= 20342
IDSOLVER= 96
FILE ID= node35/312452-1176855234

PBS_JOBID= 4590219

Free space on /tmp= 66459 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312452-1176855234/sat4j-sat2007.jar /tmp/evaluation/312452-1176855234/instance-312452-1176855234.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-312452-1176855234 -o ROOT/results/node35/solver-312452-1176855234 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312452-1176855234/sat4j-sat2007.jar /tmp/evaluation/312452-1176855234/instance-312452-1176855234.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  a443b9e3a7093c1d9a47b42016a65c52

RANDOM SEED= 949318576

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1757544 kB
Buffers:         33356 kB
Cached:         166868 kB
SwapCached:      24788 kB
Active:         167432 kB
Inactive:        95232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757544 kB
SwapTotal:     4192956 kB
SwapFree:      4114452 kB
Dirty:           19564 kB
Writeback:           0 kB
Mapped:          55972 kB
Slab:            20972 kB
Committed_AS:  2377948 kB
PageTables:       2036 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= 66459 MiB

End job on node35 on Wed Apr 18 00:18:40 UTC 2007