Trace number 313972

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) 521.671 520.594

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-13-u.cnf
MD5SUMc10a1a201bfe26fc1d15892100d7fabd
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables180608
Number of clauses815261
Sum of the clauses size1862226
Maximum clause length10
Minimum clause length1
Number of clauses of size 115232
Number of clauses of size 2655753
Number of clauses of size 3110056
Number of clauses of size 43800
Number of clauses of size 515200
Number of clauses of size over 515220

Solver Data (download as text)

0.11/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.48	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.48	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.49	c version SAT COMPETITION 2007
0.11/0.49	c sun.arch.data.model	32
0.11/0.49	c java.version	1.6.0
0.11/0.49	c os.name	Linux
0.11/0.49	c os.version	2.6.9-22.EL.rootsmp
0.11/0.49	c os.arch	i386
0.11/0.49	c Free memory 1703279312
0.11/0.49	c Max memory 1706164224
0.11/0.49	c Total memory 1706164224
0.11/0.49	c Number of processors 2
0.17/0.55	c --- Begin Solver configuration ---
0.17/0.55	c Stops conflict analysis at the first Unique Implication Point
0.17/0.55	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.55	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.55	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.55	c Expensive reason simplification
0.17/0.55	c --- End Solver configuration ---
0.17/0.55	c timeout: 2147483s
0.17/0.55	c solving /tmp/evaluation/313972-1176894170/instance-313972-1176894170.cnf
0.17/0.55	c reading problem ... 
2.48/2.70	c ... done. Wall clock time 2.148s.
2.48/2.70	c CPU time (experimental) 2.25s.
2.48/2.70	c #vars     180608
2.48/2.70	c #constraints  800029
521.52/520.54	c starts		: 15
521.52/520.54	c conflicts		: 84133
521.52/520.54	c decisions		: 125219
521.52/520.54	c propagations		: 187530669
521.52/520.54	c inspects		: 1085630918
521.52/520.54	c learnt literals	: 298
521.52/520.54	c learnt binary clauses	: 505
521.52/520.54	c learnt ternary clauses	: 564
521.52/520.54	c learnt clauses	: 83835
521.52/520.54	c root simplifications	: 0
521.52/520.54	c removed literals (reason simplification)	: 3581294
521.52/520.54	c reason swapping (by a shorter reason)	: 0
521.52/520.54	c Calls to reduceDB	: 0
521.52/520.54	c speed (decisions/second)	: 241.83729832246001
521.52/520.54	c non guided choices	1017
521.52/520.54	s UNKNOWN
521.52/520.54	c Total wall clock time (in seconds) : 519.988
521.52/520.54	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/node52/watcher-313972-1176894170 -o ROOT/results/node52/solver-313972-1176894170 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313972-1176894170/sat4j-sat2007.jar /tmp/evaluation/313972-1176894170/instance-313972-1176894170.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.91 0.97 0.98 2/64 1958
/proc/meminfo: memFree=1767252/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=18568 CPUtime=0
/proc/1958/stat : 1958 (runsolver) D 1956 1958 1312 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 44262098 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1958/statm: 4642 292 257 24 0 2626 0

[startup+0.0855559 s]
/proc/loadavg: 0.91 0.97 0.98 2/64 1958
/proc/meminfo: memFree=1767252/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=12056 CPUtime=0
/proc/1958/stat : 1958 (java) D 1956 1958 1312 0 -1 0 343 0 14 0 0 0 0 0 18 0 1 0 44262098 12345344 165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4314119 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1958/statm: 3014 165 127 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102299 s]
/proc/loadavg: 0.91 0.97 0.98 2/64 1958
/proc/meminfo: memFree=1767252/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=12056 CPUtime=0.01
/proc/1958/stat : 1958 (java) D 1956 1958 1312 0 -1 0 355 0 19 0 0 1 0 0 18 0 1 0 44262098 12345344 181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4281130 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1958/statm: 3014 181 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301299 s]
/proc/loadavg: 0.91 0.97 0.98 2/64 1958
/proc/meminfo: memFree=1767252/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1828448 CPUtime=0.06
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 3500 0 57 0 2 4 0 0 18 0 5 0 44262098 1872330752 3300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 457112 3300 1043 9 0 454748 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1828448

[startup+0.701325 s]
/proc/loadavg: 0.91 0.97 0.98 2/64 1958
/proc/meminfo: memFree=1767252/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1833568 CPUtime=0.44
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 8379 0 57 0 36 8 0 0 18 0 12 0 44262098 1877573632 8161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 458392 8162 1287 9 0 456004 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1833568

[startup+1.50237 s]
/proc/loadavg: 0.91 0.97 0.98 2/76 1971
/proc/meminfo: memFree=1712756/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1833568 CPUtime=1.27
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 18294 0 57 0 114 13 0 0 18 0 12 0 44262098 1877573632 18074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 458392 18074 1290 9 0 456004 0
[pid=1958/tid=1960] ppid=1956 vsize=1833568 CPUtime=1.05
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 17043 0 18 0 94 11 0 0 18 0 12 0 44262112 1877573632 18074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515987 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 44262119 1877573632 18074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 44262119 1877573632 18074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 44262128 1877573632 18074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 44262129 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 44262129 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 44262139 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1833568 CPUtime=0.09
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 315 0 0 0 9 0 0 0 16 0 12 0 44262139 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1833568 CPUtime=0.1
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 253 0 0 0 10 0 0 0 16 0 12 0 44262139 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 44262139 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1833568 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44262139 1877573632 18075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1833568

[startup+3.10249 s]
/proc/loadavg: 0.91 0.97 0.98 2/76 1971
/proc/meminfo: memFree=1672500/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1837220 CPUtime=3
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 29447 0 57 0 282 18 0 0 18 0 13 0 44262098 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 459305 28814 1305 9 0 456917 0
[pid=1958/tid=1960] ppid=1956 vsize=1837220 CPUtime=2.55
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 27209 0 18 0 240 15 0 0 23 0 13 0 44262112 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103454512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44262119 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44262119 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262128 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 44262139 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1837220 CPUtime=0.2
/proc/1958/task/1967/stat : 1967 (java) R 1956 1958 1312 0 -1 64 454 0 0 0 20 0 0 0 16 0 13 0 44262139 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102580017 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1837220 CPUtime=0.21
/proc/1958/task/1969/stat : 1969 (java) R 1956 1958 1312 0 -1 64 1096 0 0 0 21 0 0 0 16 0 13 0 44262139 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104812767 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1837220 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1881313280 28814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1837220

[startup+6.3017 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 1972
/proc/meminfo: memFree=1644524/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1838180 CPUtime=6.53
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 30010 0 57 0 633 20 0 0 18 0 13 0 44262098 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 459545 29258 1313 9 0 457157 0
[pid=1958/tid=1960] ppid=1956 vsize=1838180 CPUtime=5.66
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 27282 0 18 0 550 16 0 0 25 0 13 0 44262112 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44262119 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44262119 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262128 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 44262139 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1838180 CPUtime=0.43
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 600 0 0 0 43 0 0 0 16 0 13 0 44262139 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1838180 CPUtime=0.4
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1440 0 0 0 39 1 0 0 17 0 13 0 44262139 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1838180 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1882296320 29258 18446744073709551615 134512640 134550740 4294956448 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) 1838180

[startup+12.7021 s]
/proc/loadavg: 0.93 0.97 0.98 2/77 1972
/proc/meminfo: memFree=1644020/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1838084 CPUtime=12.93
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 30115 0 57 0 1273 20 0 0 18 0 13 0 44262098 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 459521 29347 1313 9 0 457133 0
[pid=1958/tid=1960] ppid=1956 vsize=1838084 CPUtime=12.06
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 27387 0 18 0 1190 16 0 0 25 0 13 0 44262112 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559458 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44262119 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44262119 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262128 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 44262139 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1838084 CPUtime=0.43
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 600 0 0 0 43 0 0 0 16 0 13 0 44262139 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1838084 CPUtime=0.4
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1440 0 0 0 39 1 0 0 17 0 13 0 44262139 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1838084 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1882198016 29347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 1838084

[startup+25.503 s]
/proc/loadavg: 0.94 0.97 0.98 2/77 1972
/proc/meminfo: memFree=1643700/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1837924 CPUtime=25.75
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 30247 0 57 0 2555 20 0 0 18 0 13 0 44262098 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 459481 29439 1316 9 0 457093 0
[pid=1958/tid=1960] ppid=1956 vsize=1837924 CPUtime=24.85
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 27510 0 18 0 2469 16 0 0 25 0 13 0 44262112 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44262119 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44262119 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262128 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1882034176 29439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1958] ppid=1956 vsize=1837924 CPUtime=462.5
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 40238 0 57 0 46219 31 0 0 18 0 13 0 44262098 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 459481 39427 1317 9 0 457093 0
[pid=1958/tid=1960] ppid=1956 vsize=1837924 CPUtime=461.46
/proc/1958/task/1960/stat : 1960 (java) R 1956 1958 1312 0 -1 64 37492 0 18 0 46119 27 0 0 25 0 13 0 44262112 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591629 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1961/stat : 1961 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44262119 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1962/stat : 1962 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44262119 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262128 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 44262139 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1837924 CPUtime=0.5
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 608 0 0 0 50 0 0 0 16 0 13 0 44262139 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1837924 CPUtime=0.5
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1450 0 0 0 49 1 0 0 17 0 13 0 44262139 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1837924 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1882034176 39427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.5
Current children cumulated vsize (KiB) 1837924



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+519.902 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 1974
/proc/meminfo: memFree=1531444/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1848176 CPUtime=520.34
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 60394 0 57 0 51994 40 0 0 18 0 13 0 44262098 1892532224 57512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 462044 57512 1322 9 0 459656 0
[pid=1958/tid=1960] ppid=1956 vsize=1848176 CPUtime=518.78
/proc/1958/task/1960/stat : 1960 (java) S 1956 1958 1312 0 -1 64 38801 0 18 0 51850 28 0 0 25 0 13 0 44262112 1892532224 57515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1848176 CPUtime=0.24
/proc/1958/task/1961/stat : 1961 (java) R 1956 1958 1312 0 -1 64 14648 0 0 0 19 5 0 0 18 0 13 0 44262119 1892532224 57516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103371428 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1848176 CPUtime=0.25
/proc/1958/task/1962/stat : 1962 (java) R 1956 1958 1312 0 -1 64 4207 0 0 0 23 2 0 0 18 0 13 0 44262119 1892532224 57517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44262128 1892532224 57518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1892532224 57519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1892532224 57520 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 44262139 1892532224 57521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1848176 CPUtime=0.5
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 608 0 0 0 50 0 0 0 16 0 13 0 44262139 1892532224 57522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1848176 CPUtime=0.5
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1450 0 0 0 49 1 0 0 17 0 13 0 44262139 1892532224 57523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1892532224 57524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1892532224 57526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1848176 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1892532224 57527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.34
Current children cumulated vsize (KiB) 1848176

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

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

[startup+520.203 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 1975
/proc/meminfo: memFree=1498604/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1845612 CPUtime=520.94
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 70050 0 57 0 52048 46 0 0 16 0 13 0 44262098 1889906688 65700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 461403 65700 1322 9 0 459015 0
[pid=1958/tid=1960] ppid=1956 vsize=1845612 CPUtime=518.78
/proc/1958/task/1960/stat : 1960 (java) S 1956 1958 1312 0 -1 64 38801 0 18 0 51850 28 0 0 25 0 13 0 44262112 1889906688 65700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1845612 CPUtime=0.54
/proc/1958/task/1961/stat : 1961 (java) R 1956 1958 1312 0 -1 64 21230 0 0 0 45 9 0 0 21 0 13 0 44262119 1889906688 65701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1845612 CPUtime=0.55
/proc/1958/task/1962/stat : 1962 (java) R 1956 1958 1312 0 -1 64 7277 0 0 0 52 3 0 0 20 0 13 0 44262119 1889906688 65702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44262128 1889906688 65703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1889906688 65704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1889906688 65705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262139 1889906688 65705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 608 0 0 0 50 0 0 0 16 0 13 0 44262139 1889906688 65706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1450 0 0 0 49 1 0 0 17 0 13 0 44262139 1889906688 65707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1889906688 65707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1889906688 65708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1889906688 65709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.94
Current children cumulated vsize (KiB) 1845612

[startup+520.403 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 1975
/proc/meminfo: memFree=1498604/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1845612 CPUtime=521.33
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 76065 0 57 0 52084 49 0 0 16 0 13 0 44262098 1889906688 71059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 461403 71060 1322 9 0 459015 0
[pid=1958/tid=1960] ppid=1956 vsize=1845612 CPUtime=518.78
/proc/1958/task/1960/stat : 1960 (java) S 1956 1958 1312 0 -1 64 38801 0 18 0 51850 28 0 0 25 0 13 0 44262112 1889906688 71061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1845612 CPUtime=0.74
/proc/1958/task/1961/stat : 1961 (java) R 1956 1958 1312 0 -1 64 24806 0 0 0 63 11 0 0 23 0 13 0 44262119 1889906688 71062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1845612 CPUtime=0.74
/proc/1958/task/1962/stat : 1962 (java) R 1956 1958 1312 0 -1 64 9717 0 0 0 70 4 0 0 22 0 13 0 44262119 1889906688 71063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44262128 1889906688 71063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1889906688 71064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1889906688 71065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262139 1889906688 71066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 608 0 0 0 50 0 0 0 16 0 13 0 44262139 1889906688 71067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1450 0 0 0 49 1 0 0 17 0 13 0 44262139 1889906688 71068 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1889906688 71069 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1889906688 71070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1889906688 71071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.33
Current children cumulated vsize (KiB) 1845612

[startup+520.503 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 1975
/proc/meminfo: memFree=1498604/2055920 swapFree=4182956/4192956
[pid=1958] ppid=1956 vsize=1845612 CPUtime=521.52
/proc/1958/stat : 1958 (java) S 1956 1958 1312 0 -1 0 78376 0 57 0 52103 49 0 0 16 0 13 0 44262098 1889906688 73094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1958/statm: 461403 73095 1322 9 0 459015 0
[pid=1958/tid=1960] ppid=1956 vsize=1845612 CPUtime=518.78
/proc/1958/task/1960/stat : 1960 (java) S 1956 1958 1312 0 -1 64 38801 0 18 0 51850 28 0 0 25 0 13 0 44262112 1889906688 73096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1961] ppid=1956 vsize=1845612 CPUtime=0.83
/proc/1958/task/1961/stat : 1961 (java) R 1956 1958 1312 0 -1 64 25594 0 0 0 72 11 0 0 24 0 13 0 44262119 1889906688 73097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105378203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1962] ppid=1956 vsize=1845612 CPUtime=0.85
/proc/1958/task/1962/stat : 1962 (java) R 1956 1958 1312 0 -1 64 11240 0 0 0 80 5 0 0 23 0 13 0 44262119 1889906688 73097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1963] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1963/stat : 1963 (java) S 1956 1958 1312 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44262128 1889906688 73098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1964] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1964/stat : 1964 (java) S 1956 1958 1312 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 44262129 1889906688 73099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1965] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1965/stat : 1965 (java) S 1956 1958 1312 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 44262129 1889906688 73100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1966] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1966/stat : 1966 (java) S 1956 1958 1312 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44262139 1889906688 73101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1967] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1967/stat : 1967 (java) S 1956 1958 1312 0 -1 64 608 0 0 0 50 0 0 0 16 0 13 0 44262139 1889906688 73102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1969] ppid=1956 vsize=1845612 CPUtime=0.5
/proc/1958/task/1969/stat : 1969 (java) S 1956 1958 1312 0 -1 64 1450 0 0 0 49 1 0 0 17 0 13 0 44262139 1889906688 73103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1958/tid=1970] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1970/stat : 1970 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 44262139 1889906688 73104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1971] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1971/stat : 1971 (java) S 1956 1958 1312 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44262139 1889906688 73105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1958/tid=1972] ppid=1956 vsize=1845612 CPUtime=0
/proc/1958/task/1972/stat : 1972 (java) S 1956 1958 1312 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 44262386 1889906688 73106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.52
Current children cumulated vsize (KiB) 1845612

Child status: 143
Real time (s): 520.594
CPU time (s): 521.671
CPU user time (s): 521.12
CPU system time (s): 0.550916
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 1848176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.12
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79378
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11381
involuntary context switches= 1295

runsolver used 0.637903 second user time and 1.27081 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Wed Apr 18 11:02:50 UTC 2007

IDJOB= 313972
IDBENCH= 20380
IDSOLVER= 96
FILE ID= node52/313972-1176894170

PBS_JOBID= 4595161

Free space on /tmp= 66312 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c10a1a201bfe26fc1d15892100d7fabd

RANDOM SEED= 909372027

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1767724 kB
Buffers:          2748 kB
Cached:         237332 kB
SwapCached:       3700 kB
Active:          39900 kB
Inactive:       209560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767724 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:           15504 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            24740 kB
Committed_AS:  1543852 kB
PageTables:       1484 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= 66312 MiB

End job on node52 on Wed Apr 18 11:11:32 UTC 2007