Trace number 332087

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.4298 37.128

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug2.cnf
MD5SUMde190892801b59cd9842bfb52b694299
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.4757
Satisfiable
(Un)Satisfiability was proved
Number of variables521158
Number of clauses13378532
Sum of the clauses size39204686
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714522
Number of clauses of size 34209353
Number of clauses of size 425253
Number of clauses of size 515680
Number of clauses of size over 5413723

Solver Data (download as text)

0.02/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c version SAT COMPETITION 2007
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c --- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.12/0.26	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c Expensive reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c timeout: 2147483s
0.12/0.26	c solving /tmp/evaluation/332087-1173367225/instance-332087-1173367225.cnf
0.12/0.26	c reading problem ... 
47.19/36.95	c starts		: 0
47.19/36.95	c conflicts		: 0
47.19/36.95	c decisions		: 0
47.19/36.95	c propagations		: 0
47.19/36.95	c inspects		: 0
47.19/36.95	c learnt literals	: 0
47.19/36.95	c learnt binary clauses	: 0
47.19/36.95	c learnt ternary clauses	: 0
47.19/36.95	c learnt clauses	: 0
47.19/36.95	c root simplifications	: 0
47.19/36.95	c removed literals (reason simplification)	: 0
47.19/36.95	c reason swapping (by a shorter reason)	: 0
47.19/36.95	c Calls to reduceDB	: 0
47.19/36.95	c speed (decisions/second)	: 0.0
47.19/36.95	c non guided choices	0
47.19/36.95	s UNKNOWN
47.19/36.95	c Total wall clock time (in seconds) : 36.692
47.19/36.95	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-332087-1173367225 -o ROOT/results/node18/solver-332087-1173367225 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332087-1173367225/sat4j-sat2007.jar /tmp/evaluation/332087-1173367225/instance-332087-1173367225.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.22 1.05 0.97 3/78 3933
/proc/meminfo: memFree=1317800/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=152 CPUtime=0
/proc/3933/stat : 3933 (java6) R 3931 3933 3212 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 356678849 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 1 0 0
/proc/3933/statm: 38 26 19 9 0 4 0

[startup+0.011754 s]
/proc/loadavg: 1.22 1.05 0.97 3/78 3933
/proc/meminfo: memFree=1317800/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=12056 CPUtime=0
/proc/3933/stat : 3933 (java) R 3931 3933 3212 0 -1 0 579 0 0 0 0 0 0 0 18 0 1 0 356678849 12345344 388 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 7832362 0 0 4096 0 0 0 0 17 1 0 0
/proc/3933/statm: 3014 396 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102769 s]
/proc/loadavg: 1.22 1.05 0.97 3/78 3933
/proc/meminfo: memFree=1317800/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1776088 CPUtime=0.02
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 3260 0 1 0 1 1 0 0 18 0 4 0 356678849 1818714112 3008 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 444022 3008 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.30281 s]
/proc/loadavg: 1.22 1.05 0.97 3/78 3933
/proc/meminfo: memFree=1317800/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1782480 CPUtime=0.24
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 10144 0 1 0 19 5 0 0 18 0 12 0 356678849 1825259520 9883 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 445620 9883 1255 9 0 443232 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1782480

[startup+0.701828 s]
/proc/loadavg: 1.22 1.05 0.97 3/78 3933
/proc/meminfo: memFree=1317800/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1783968 CPUtime=0.78
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 25106 0 1 0 67 11 0 0 18 0 12 0 356678849 1826783232 24515 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 445992 24515 1289 9 0 443604 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1783968

[startup+1.5019 s]
/proc/loadavg: 1.22 1.05 0.97 3/90 3945
/proc/meminfo: memFree=1213704/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1783968 CPUtime=1.58
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 31756 0 1 0 145 13 0 0 18 0 12 0 356678849 1826783232 31164 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 445992 31164 1304 9 0 443604 0
[pid=3933/tid=3935] ppid=3931 vsize=1783968 CPUtime=1.29
/proc/3933/task/3935/stat : 3935 (java) R 3931 3933 3212 0 -1 64 29872 0 1 0 116 13 0 0 20 0 12 0 356678850 1826783232 31165 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109513523 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3936/stat : 3936 (java) S 3931 3933 3212 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356678857 1826783232 31165 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3937/stat : 3937 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 356678857 1826783232 31165 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356678860 1826783232 31166 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356678860 1826783232 31166 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1826783232 31166 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1826783232 31166 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1783968 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 15 0 12 0 356678864 1826783232 31167 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1783968 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1826783232 31167 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1826783232 31167 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1783968 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1826783232 31168 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1783968

[startup+3.10106 s]
/proc/loadavg: 1.22 1.05 0.97 2/89 3945
/proc/meminfo: memFree=1178000/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1790376 CPUtime=3.75
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 75162 0 1 0 339 36 0 0 18 0 12 0 356678849 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 447594 71723 1311 9 0 445206 0
[pid=3933/tid=3935] ppid=3931 vsize=1790376 CPUtime=2.31
/proc/3933/task/3935/stat : 3935 (java) R 3931 3933 3212 0 -1 64 37690 0 1 0 213 18 0 0 16 0 12 0 356678850 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109495569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1790376 CPUtime=0.57
/proc/3933/task/3936/stat : 3936 (java) S 3931 3933 3212 0 -1 64 25604 0 0 0 46 11 0 0 16 0 12 0 356678857 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1790376 CPUtime=0.56
/proc/3933/task/3937/stat : 3937 (java) S 3931 3933 3212 0 -1 64 9979 0 0 0 50 6 0 0 20 0 12 0 356678857 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 356678860 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1790376 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 15 0 12 0 356678864 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1790376 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1790376 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1833345024 71723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1790376

[startup+6.30236 s]
/proc/loadavg: 1.21 1.05 0.97 2/89 3945
/proc/meminfo: memFree=1036752/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1789868 CPUtime=6.95
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 75163 0 1 0 657 38 0 0 18 0 12 0 356678849 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 447467 71610 1311 9 0 445079 0
[pid=3933/tid=3935] ppid=3931 vsize=1789868 CPUtime=5.49
/proc/3933/task/3935/stat : 3935 (java) R 3931 3933 3212 0 -1 64 37691 0 1 0 530 19 0 0 25 0 12 0 356678850 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109344023 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1789868 CPUtime=0.57
/proc/3933/task/3936/stat : 3936 (java) S 3931 3933 3212 0 -1 64 25604 0 0 0 46 11 0 0 16 0 12 0 356678857 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1789868 CPUtime=0.56
/proc/3933/task/3937/stat : 3937 (java) S 3931 3933 3212 0 -1 64 9979 0 0 0 50 6 0 0 20 0 12 0 356678857 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1789868 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 15 0 12 0 356678864 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1789868 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1789868 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1832824832 71610 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1789868

[startup+12.702 s]
/proc/loadavg: 1.19 1.04 0.97 2/89 3945
/proc/meminfo: memFree=885456/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1798828 CPUtime=14.77
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 120138 0 1 0 1417 60 0 0 18 0 12 0 356678849 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 449707 109385 1311 9 0 447319 0
[pid=3933/tid=3935] ppid=3931 vsize=1798828 CPUtime=10.46
/proc/3933/task/3935/stat : 3935 (java) R 3931 3933 3212 0 -1 64 37692 0 1 0 1025 21 0 0 25 0 12 0 356678850 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1798828 CPUtime=2
/proc/3933/task/3936/stat : 3936 (java) S 3931 3933 3212 0 -1 64 49248 0 0 0 179 21 0 0 25 0 12 0 356678857 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1798828 CPUtime=2
/proc/3933/task/3937/stat : 3937 (java) S 3931 3933 3212 0 -1 64 31309 0 0 0 184 16 0 0 25 0 12 0 356678857 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1798828 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 15 0 12 0 356678864 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1798828 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1798828 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1841999872 109385 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1798828

[startup+25.5022 s]
/proc/loadavg: 1.21 1.06 0.98 2/89 3945
/proc/meminfo: memFree=631376/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1814188 CPUtime=31.08
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 195442 0 1 0 3010 98 0 0 18 0 12 0 356678849 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 453547 172816 1311 9 0 451159 0
[pid=3933/tid=3935] ppid=3931 vsize=1814188 CPUtime=19.47
/proc/3933/task/3935/stat : 3935 (java) R 3931 3933 3212 0 -1 64 37694 0 1 0 1920 27 0 0 25 0 12 0 356678850 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109504154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1814188 CPUtime=5.66
/proc/3933/task/3936/stat : 3936 (java) S 3931 3933 3212 0 -1 64 91102 0 0 0 528 38 0 0 16 0 12 0 356678857 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1814188 CPUtime=5.62
/proc/3933/task/3937/stat : 3937 (java) S 3931 3933 3212 0 -1 64 64757 0 0 0 531 31 0 0 16 0 12 0 356678857 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1814188 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 15 0 12 0 356678864 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1814188 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1814188 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1857728512 172816 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 1814188



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+35.4012 s]
/proc/loadavg: 1.26 1.07 0.98 3/89 3945
/proc/meminfo: memFree=495248/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1865360 CPUtime=44.38
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 236560 0 1 0 4320 118 0 0 18 0 12 0 356678849 1910128640 207431 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3933/statm: 466340 207437 1311 9 0 463952 0
[pid=3933/tid=3935] ppid=3931 vsize=1865360 CPUtime=25.76
/proc/3933/task/3935/stat : 3935 (java) S 3931 3933 3212 0 -1 64 37695 0 1 0 2545 31 0 0 25 0 12 0 356678850 1910128640 207450 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1865360 CPUtime=9.05
/proc/3933/task/3936/stat : 3936 (java) R 3931 3933 3212 0 -1 64 108740 0 0 0 859 46 0 0 25 0 12 0 356678857 1910128640 207456 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105368724 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1865360 CPUtime=9.24
/proc/3933/task/3937/stat : 3937 (java) R 3931 3933 3212 0 -1 64 88268 0 0 0 885 39 0 0 25 0 12 0 356678857 1910128640 207463 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103371402 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1910128640 207470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1910128640 207476 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1910128640 207482 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 356678864 1910128640 207488 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1865360 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 356678864 1910128640 207495 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1865360 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1910128640 207501 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1910128640 207508 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1865360 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1910128640 207514 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 1865360

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

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

[startup+35.8012 s]
/proc/loadavg: 1.26 1.07 0.98 3/89 3945
/proc/meminfo: memFree=495248/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1844876 CPUtime=45.17
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 255615 0 1 0 4389 128 0 0 16 0 12 0 356678849 1889153024 220288 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3933/statm: 461219 220288 1311 9 0 458831 0
[pid=3933/tid=3935] ppid=3931 vsize=1844876 CPUtime=25.76
/proc/3933/task/3935/stat : 3935 (java) S 3931 3933 3212 0 -1 64 37695 0 1 0 2545 31 0 0 25 0 12 0 356678850 1889153024 220289 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1844876 CPUtime=9.45
/proc/3933/task/3936/stat : 3936 (java) R 3931 3933 3212 0 -1 64 115866 0 0 0 895 50 0 0 25 0 12 0 356678857 1889153024 220290 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1844876 CPUtime=9.63
/proc/3933/task/3937/stat : 3937 (java) R 3931 3933 3212 0 -1 64 100167 0 0 0 918 45 0 0 25 0 12 0 356678857 1889153024 220291 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1889153024 220293 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 356678864 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1844876 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 356678864 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1844876 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1889153024 220294 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.17
Current children cumulated vsize (KiB) 1844876

[startup+36.6013 s]
/proc/loadavg: 1.26 1.07 0.98 3/90 3946
/proc/meminfo: memFree=405576/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=1844876 CPUtime=46.76
/proc/3933/stat : 3933 (java) S 3931 3933 3212 0 -1 0 275703 0 1 0 4539 137 0 0 16 0 12 0 356678849 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3933/statm: 461219 238548 1311 9 0 458831 0
[pid=3933/tid=3935] ppid=3931 vsize=1844876 CPUtime=25.76
/proc/3933/task/3935/stat : 3935 (java) S 3931 3933 3212 0 -1 64 37695 0 1 0 2545 31 0 0 25 0 12 0 356678850 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3936] ppid=3931 vsize=1844876 CPUtime=10.24
/proc/3933/task/3936/stat : 3936 (java) R 3931 3933 3212 0 -1 64 129399 0 0 0 968 56 0 0 25 0 12 0 356678857 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3937] ppid=3931 vsize=1844876 CPUtime=10.43
/proc/3933/task/3937/stat : 3937 (java) R 3931 3933 3212 0 -1 64 106719 0 0 0 994 49 0 0 25 0 12 0 356678857 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105366975 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3933/tid=3938] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3938/stat : 3938 (java) S 3931 3933 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 356678860 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3939] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3939/stat : 3939 (java) S 3931 3933 3212 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356678860 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3940] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3940/stat : 3940 (java) S 3931 3933 3212 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356678860 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3941] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3941/stat : 3941 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 356678864 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3942] ppid=3931 vsize=1844876 CPUtime=0.13
/proc/3933/task/3942/stat : 3942 (java) S 3931 3933 3212 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 356678864 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3943] ppid=3931 vsize=1844876 CPUtime=0.15
/proc/3933/task/3943/stat : 3943 (java) S 3931 3933 3212 0 -1 64 744 0 0 0 15 0 0 0 16 0 12 0 356678864 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3944] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3944/stat : 3944 (java) S 3931 3933 3212 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356678864 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3933/tid=3945] ppid=3931 vsize=1844876 CPUtime=0
/proc/3933/task/3945/stat : 3945 (java) S 3931 3933 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356678864 1889153024 238548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.76
Current children cumulated vsize (KiB) 1844876

[startup+37.0027 s]
/proc/loadavg: 1.26 1.07 0.98 3/90 3946
/proc/meminfo: memFree=405576/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=0 CPUtime=47.3
/proc/3933/stat : 3933 (java) Z 3931 3933 3212 0 -1 1036 279582 0 1 0 4590 140 0 0 16 0 2 0 356678849 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3933/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.3
Current children cumulated vsize (KiB) 0

[startup+37.1016 s]
/proc/loadavg: 1.26 1.07 0.98 3/90 3946
/proc/meminfo: memFree=405576/2055920 swapFree=4153284/4192956
[pid=3933] ppid=3931 vsize=0 CPUtime=47.4
/proc/3933/stat : 3933 (java) Z 3931 3933 3212 0 -1 1036 279582 0 1 0 4590 150 0 0 16 0 2 0 356678849 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3933/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 37.128
CPU time (s): 47.4298
CPU user time (s): 45.9
CPU system time (s): 1.52977
CPU usage (%): 127.747
Max. virtual memory (cumulated for all children) (KiB): 1865360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.9
system time used= 1.52977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279582
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= 1259
involuntary context switches= 1293

runsolver used 0.047992 second user time and 0.107983 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Mar  8 15:20:43 UTC 2007

IDJOB= 332087
IDBENCH= 20590
IDSOLVER= 141
FILE ID= node18/332087-1173367225

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_bug2.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332087-1173367225/sat4j-sat2007.jar /tmp/evaluation/332087-1173367225/instance-332087-1173367225.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-332087-1173367225 -o ROOT/results/node18/solver-332087-1173367225 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332087-1173367225/sat4j-sat2007.jar /tmp/evaluation/332087-1173367225/instance-332087-1173367225.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  de190892801b59cd9842bfb52b694299

RANDOM SEED= 919787905

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:       1318144 kB
Buffers:         39380 kB
Cached:         613692 kB
SwapCached:       2856 kB
Active:         411792 kB
Inactive:       265044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318144 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:          230032 kB
Writeback:           0 kB
Mapped:          30712 kB
Slab:            46508 kB
Committed_AS:  1207492 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:21:21 UTC 2007