Trace number 332079

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007? (MO) 47.7807 37.5544

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug4.cnf
MD5SUMc9a9723a58c9cb8a0b55a82eb452ac90
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.7625
Satisfiable
(Un)Satisfiability was proved
Number of variables520721
Number of clauses13348117
Sum of the clauses size39114325
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28684529
Number of clauses of size 34209371
Number of clauses of size 425262
Number of clauses of size 515676
Number of clauses of size over 5413278

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/332079-1173367167/instance-332079-1173367167.cnf
0.20/0.20	c reading problem ... 
47.53/37.37	c starts		: 0
47.53/37.37	c conflicts		: 0
47.53/37.37	c decisions		: 0
47.53/37.37	c propagations		: 0
47.53/37.37	c inspects		: 0
47.53/37.37	c learnt literals	: 0
47.53/37.37	c learnt binary clauses	: 0
47.53/37.37	c learnt ternary clauses	: 0
47.53/37.37	c learnt clauses	: 0
47.53/37.37	c root simplifications	: 0
47.53/37.37	c removed literals (reason simplification)	: 0
47.53/37.37	c reason swapping (by a shorter reason)	: 0
47.53/37.37	c Calls to reduceDB	: 0
47.53/37.37	c speed (decisions/second)	: 0.0
47.53/37.37	c non guided choices	0
47.53/37.37	s UNKNOWN
47.53/37.37	c Total wall clock time (in seconds) : 37.173
47.53/37.37	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-332079-1173367167 -o ROOT/results/node18/solver-332079-1173367167 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332079-1173367167/sat4j-sat2007.jar /tmp/evaluation/332079-1173367167/instance-332079-1173367167.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.08 1.00 0.96 2/77 3877
/proc/meminfo: memFree=1354984/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=18568 CPUtime=0
/proc/3877/stat : 3877 (runsolver) R 3875 3877 3212 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 356673058 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3877/statm: 4642 293 258 24 0 2626 0

[startup+0.00936089 s]
/proc/loadavg: 1.08 1.00 0.96 2/77 3877
/proc/meminfo: memFree=1354984/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1800 CPUtime=0
/proc/3877/stat : 3877 (java6) D 3875 3877 3212 0 -1 0 176 0 0 0 0 0 0 0 20 0 1 0 356673058 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3877/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101291 s]
/proc/loadavg: 1.08 1.00 0.96 2/77 3877
/proc/meminfo: memFree=1354984/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1780108 CPUtime=0.08
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 3969 0 1 0 6 2 0 0 20 0 12 0 356673058 1822830592 3711 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301318 s]
/proc/loadavg: 1.08 1.00 0.96 2/77 3877
/proc/meminfo: memFree=1354984/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1782288 CPUtime=0.31
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 21574 0 1 0 21 10 0 0 20 0 12 0 356673058 1825062912 21313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 445572 21313 1255 9 0 443184 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782288

[startup+0.701342 s]
/proc/loadavg: 1.08 1.00 0.96 2/77 3877
/proc/meminfo: memFree=1354984/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1782784 CPUtime=0.88
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 25475 0 1 0 76 12 0 0 20 0 12 0 356673058 1825570816 24842 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 445696 24842 1289 9 0 443308 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782784

[startup+1.50142 s]
/proc/loadavg: 1.08 1.00 0.96 2/89 3889
/proc/meminfo: memFree=1251336/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1782784 CPUtime=1.69
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 31823 0 1 0 153 16 0 0 20 0 12 0 356673058 1825570816 31189 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 445696 31189 1304 9 0 443308 0
[pid=3877/tid=3879] ppid=3875 vsize=1782784 CPUtime=1.39
/proc/3877/task/3879/stat : 3879 (java) R 3875 3877 3212 0 -1 64 29999 0 1 0 125 14 0 0 20 0 12 0 356673060 1825570816 31189 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109514237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3880/stat : 3880 (java) S 3875 3877 3212 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 356673061 1825570816 31189 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3881/stat : 3881 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 356673061 1825570816 31190 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356673064 1825570816 31190 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 356673064 1825570816 31190 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356673064 1825570816 31190 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1825570816 31190 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1782784 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1825570816 31191 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1782784 CPUtime=0.15
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 15 0 0 0 15 0 12 0 356673068 1825570816 31191 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1825570816 31192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1782784 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1825570816 31192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 1782784

[startup+3.10258 s]
/proc/loadavg: 1.08 1.00 0.96 2/89 3889
/proc/meminfo: memFree=1219400/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1789192 CPUtime=3.87
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 74666 0 1 0 353 34 0 0 20 0 12 0 356673058 1832132608 70761 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 447298 70763 1309 9 0 444910 0
[pid=3877/tid=3879] ppid=3875 vsize=1789192 CPUtime=2.4
/proc/3877/task/3879/stat : 3879 (java) S 3875 3877 3212 0 -1 64 37690 0 1 0 223 17 0 0 25 0 12 0 356673060 1832132608 70764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1789192 CPUtime=0.57
/proc/3877/task/3880/stat : 3880 (java) R 3875 3877 3212 0 -1 64 10180 0 0 0 53 4 0 0 21 0 12 0 356673061 1832132608 70764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369147 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1789192 CPUtime=0.58
/proc/3877/task/3881/stat : 3881 (java) R 3875 3877 3212 0 -1 64 24979 0 0 0 47 11 0 0 21 0 12 0 356673061 1832132608 70765 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 356673064 1832132608 70767 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 356673064 1832132608 70768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356673064 1832132608 70769 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1832132608 70771 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1789192 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1832132608 70772 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1789192 CPUtime=0.15
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 15 0 0 0 15 0 12 0 356673068 1832132608 70773 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1832132608 70774 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1789192 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1832132608 70776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1789192

[startup+6.30288 s]
/proc/loadavg: 1.07 1.00 0.96 2/89 3889
/proc/meminfo: memFree=1076296/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1788664 CPUtime=7.09
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 75622 0 1 0 672 37 0 0 20 0 12 0 356673058 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 447166 71487 1313 9 0 444778 0
[pid=3877/tid=3879] ppid=3875 vsize=1788664 CPUtime=5.57
/proc/3877/task/3879/stat : 3879 (java) R 3875 3877 3212 0 -1 64 37692 0 1 0 538 19 0 0 25 0 12 0 356673060 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109493216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1788664 CPUtime=0.6
/proc/3877/task/3880/stat : 3880 (java) S 3875 3877 3212 0 -1 64 10518 0 0 0 55 5 0 0 16 0 12 0 356673061 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1788664 CPUtime=0.6
/proc/3877/task/3881/stat : 3881 (java) S 3875 3877 3212 0 -1 64 25582 0 0 0 49 11 0 0 22 0 12 0 356673061 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356673064 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1788664 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1788664 CPUtime=0.15
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 15 0 0 0 15 0 12 0 356673068 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1788664 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1831591936 71487 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1788664

[startup+12.7025 s]
/proc/loadavg: 1.07 1.00 0.96 2/89 3889
/proc/meminfo: memFree=925200/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1797624 CPUtime=14.95
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 120226 0 1 0 1433 62 0 0 20 0 12 0 356673058 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 449406 109254 1313 9 0 447018 0
[pid=3877/tid=3879] ppid=3875 vsize=1797624 CPUtime=10.47
/proc/3877/task/3879/stat : 3879 (java) R 3875 3877 3212 0 -1 64 37693 0 1 0 1024 23 0 0 25 0 12 0 356673060 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109493216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1797624 CPUtime=2.1
/proc/3877/task/3880/stat : 3880 (java) S 3875 3877 3212 0 -1 64 36218 0 0 0 194 16 0 0 25 0 12 0 356673061 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1797624 CPUtime=2.05
/proc/3877/task/3881/stat : 3881 (java) S 3875 3877 3212 0 -1 64 44485 0 0 0 185 20 0 0 22 0 12 0 356673061 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356673064 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1797624 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1797624 CPUtime=0.15
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 15 0 0 0 15 0 12 0 356673068 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1797624 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1840766976 109254 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 1797624

[startup+25.5017 s]
/proc/loadavg: 1.05 1.00 0.96 2/89 3889
/proc/meminfo: memFree=671120/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1812984 CPUtime=31.15
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 195027 0 1 0 3014 101 0 0 20 0 12 0 356673058 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 453246 172688 1313 9 0 450858 0
[pid=3877/tid=3879] ppid=3875 vsize=1812984 CPUtime=19.55
/proc/3877/task/3879/stat : 3879 (java) R 3875 3877 3212 0 -1 64 37695 0 1 0 1927 28 0 0 25 0 12 0 356673060 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109492218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1812984 CPUtime=5.69
/proc/3877/task/3880/stat : 3880 (java) S 3875 3877 3212 0 -1 64 77613 0 0 0 533 36 0 0 16 0 12 0 356673061 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1812984 CPUtime=5.59
/proc/3877/task/3881/stat : 3881 (java) S 3875 3877 3212 0 -1 64 77889 0 0 0 525 34 0 0 16 0 12 0 356673061 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356673064 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1812984 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1812984 CPUtime=0.15
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 15 0 0 0 15 0 12 0 356673068 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1812984 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1856495616 172688 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.15
Current children cumulated vsize (KiB) 1812984



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+35.9027 s]
/proc/loadavg: 1.12 1.02 0.96 3/89 3889
/proc/meminfo: memFree=526608/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1864188 CPUtime=44.89
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 237677 0 1 0 4363 126 0 0 20 0 12 0 356673058 1908928512 207762 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 466047 207763 1313 9 0 463659 0
[pid=3877/tid=3879] ppid=3875 vsize=1864188 CPUtime=26.35
/proc/3877/task/3879/stat : 3879 (java) S 3875 3877 3212 0 -1 64 37697 0 1 0 2602 33 0 0 25 0 12 0 356673060 1908928512 207765 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1864188 CPUtime=9.04
/proc/3877/task/3880/stat : 3880 (java) R 3875 3877 3212 0 -1 64 95463 0 0 0 861 43 0 0 25 0 12 0 356673061 1908928512 207767 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103371402 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1864188 CPUtime=9.18
/proc/3877/task/3881/stat : 3881 (java) R 3875 3877 3212 0 -1 64 102693 0 0 0 870 48 0 0 25 0 12 0 356673061 1908928512 207768 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 356673064 1908928512 207769 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1908928512 207771 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1908928512 207772 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 356673068 1908928512 207773 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1864188 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1908928512 207775 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1864188 CPUtime=0.16
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 16 0 0 0 16 0 12 0 356673068 1908928512 207776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1908928512 207777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1864188 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1908928512 207779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.89
Current children cumulated vsize (KiB) 1864188

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

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

[startup+36.6028 s]
/proc/loadavg: 1.12 1.02 0.96 3/90 3890
/proc/meminfo: memFree=481736/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1843704 CPUtime=46.28
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 264500 0 1 0 4489 139 0 0 16 0 12 0 356673058 1887952896 227497 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 460926 227498 1313 9 0 458538 0
[pid=3877/tid=3879] ppid=3875 vsize=1843704 CPUtime=26.35
/proc/3877/task/3879/stat : 3879 (java) S 3875 3877 3212 0 -1 64 37697 0 1 0 2602 33 0 0 25 0 12 0 356673060 1887952896 227500 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1843704 CPUtime=9.73
/proc/3877/task/3880/stat : 3880 (java) R 3875 3877 3212 0 -1 64 110186 0 0 0 922 51 0 0 25 0 12 0 356673061 1887952896 227501 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105367019 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1843704 CPUtime=9.87
/proc/3877/task/3881/stat : 3881 (java) R 3875 3877 3212 0 -1 64 114793 0 0 0 935 52 0 0 25 0 12 0 356673061 1887952896 227502 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 356673064 1887952896 227503 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1887952896 227505 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1887952896 227506 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 356673068 1887952896 227507 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1843704 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1887952896 227508 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1843704 CPUtime=0.16
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 16 0 0 0 16 0 12 0 356673068 1887952896 227510 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1887952896 227511 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1887952896 227513 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.28
Current children cumulated vsize (KiB) 1843704

[startup+37.0028 s]
/proc/loadavg: 1.12 1.02 0.96 3/90 3890
/proc/meminfo: memFree=481736/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=1843704 CPUtime=47.07
/proc/3877/stat : 3877 (java) S 3875 3877 3212 0 -1 0 276417 0 1 0 4562 145 0 0 16 0 12 0 356673058 1887952896 238016 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3877/statm: 460926 238018 1313 9 0 458538 0
[pid=3877/tid=3879] ppid=3875 vsize=1843704 CPUtime=26.35
/proc/3877/task/3879/stat : 3879 (java) S 3875 3877 3212 0 -1 64 37697 0 1 0 2602 33 0 0 25 0 12 0 356673060 1887952896 238019 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3880] ppid=3875 vsize=1843704 CPUtime=10.13
/proc/3877/task/3880/stat : 3880 (java) R 3875 3877 3212 0 -1 64 115044 0 0 0 959 54 0 0 25 0 12 0 356673061 1887952896 238020 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3881] ppid=3875 vsize=1843704 CPUtime=10.27
/proc/3877/task/3881/stat : 3881 (java) R 3875 3877 3212 0 -1 64 121852 0 0 0 971 56 0 0 25 0 12 0 356673061 1887952896 238022 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3877/tid=3882] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3882/stat : 3882 (java) S 3875 3877 3212 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 356673064 1887952896 238023 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3883] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3883/stat : 3883 (java) S 3875 3877 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356673064 1887952896 238024 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3884] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3884/stat : 3884 (java) S 3875 3877 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356673064 1887952896 238026 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3885] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3885/stat : 3885 (java) S 3875 3877 3212 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 356673068 1887952896 238027 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3886] ppid=3875 vsize=1843704 CPUtime=0.12
/proc/3877/task/3886/stat : 3886 (java) S 3875 3877 3212 0 -1 64 460 0 0 0 12 0 0 0 16 0 12 0 356673068 1887952896 238028 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3887] ppid=3875 vsize=1843704 CPUtime=0.16
/proc/3877/task/3887/stat : 3887 (java) S 3875 3877 3212 0 -1 64 643 0 0 0 16 0 0 0 16 0 12 0 356673068 1887952896 238029 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3888] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3888/stat : 3888 (java) S 3875 3877 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356673068 1887952896 238031 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3877/tid=3889] ppid=3875 vsize=1843704 CPUtime=0
/proc/3877/task/3889/stat : 3889 (java) S 3875 3877 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356673068 1887952896 238032 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.07
Current children cumulated vsize (KiB) 1843704

[startup+37.4069 s]
/proc/loadavg: 1.12 1.02 0.96 2/90 3890
/proc/meminfo: memFree=393416/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=0 CPUtime=47.62
/proc/3877/stat : 3877 (java) Z 3875 3877 3212 0 -1 1036 280561 0 1 0 4614 148 0 0 16 0 2 0 356673058 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3877/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.62
Current children cumulated vsize (KiB) 0

[startup+37.5019 s]
/proc/loadavg: 1.12 1.02 0.96 2/90 3890
/proc/meminfo: memFree=393416/2055920 swapFree=4153284/4192956
[pid=3877] ppid=3875 vsize=0 CPUtime=47.72
/proc/3877/stat : 3877 (java) Z 3875 3877 3212 0 -1 1036 280561 0 1 0 4614 158 0 0 16 0 2 0 356673058 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3877/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.72
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 37.5544
CPU time (s): 47.7807
CPU user time (s): 46.148
CPU system time (s): 1.63275
CPU usage (%): 127.231
Max. virtual memory (cumulated for all children) (KiB): 1864188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.148
system time used= 1.63275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280561
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= 1321
involuntary context switches= 1793

runsolver used 0.043993 second user time and 0.113982 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Mar  8 15:19:45 UTC 2007

IDJOB= 332079
IDBENCH= 20586
IDSOLVER= 141
FILE ID= node18/332079-1173367167

PBS_JOBID= 4045333

Free space on /tmp= 66207 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug4.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332079-1173367167/sat4j-sat2007.jar /tmp/evaluation/332079-1173367167/instance-332079-1173367167.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-332079-1173367167 -o ROOT/results/node18/solver-332079-1173367167 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332079-1173367167/sat4j-sat2007.jar /tmp/evaluation/332079-1173367167/instance-332079-1173367167.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c9a9723a58c9cb8a0b55a82eb452ac90

RANDOM SEED= 359696482

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1355328 kB
Buffers:         38980 kB
Cached:         574788 kB
SwapCached:       2856 kB
Active:         410788 kB
Inactive:       226696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355328 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:          221188 kB
Writeback:           0 kB
Mapped:          30712 kB
Slab:            48700 kB
Committed_AS:  1207072 kB
PageTables:       1672 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= 66207 MiB

End job on node18 on Thu Mar  8 15:20:23 UTC 2007