Trace number 331286

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) 11.9522 9.79144

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug10.cnf
MD5SUMb96b75461795057ef2d559ebb6ae2ba1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.176
Satisfiable
(Un)Satisfiability was proved
Number of variables521182
Number of clauses13378625
Sum of the clauses size39204931
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209401
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413723

Solver Data (download as text)

0.07/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.26	c version SAT COMPETITION 2007
0.07/0.26	c sun.arch.data.model	32
0.07/0.26	c java.version	1.6.0
0.07/0.26	c os.name	Linux
0.07/0.27	c os.version	2.6.9-22.EL.rootsmp
0.07/0.27	c os.arch	i386
0.07/0.27	c Free memory 1703279312
0.07/0.27	c Max memory 1706164224
0.07/0.27	c Total memory 1706164224
0.07/0.27	c Number of processors 2
0.18/0.32	c --- Begin Solver configuration ---
0.18/0.32	c Stops conflict analysis at the first Unique Implication Point
0.18/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.32	c Expensive reason simplification
0.18/0.32	c --- End Solver configuration ---
0.18/0.32	c timeout: 2147483s
0.18/0.32	c solving /tmp/evaluation/331286-1173183006/instance-331286-1173183006.cnf
0.18/0.32	c reading problem ... 
11.72/9.70	c starts		: 0
11.72/9.70	c conflicts		: 0
11.72/9.70	c decisions		: 0
11.72/9.70	c propagations		: 0
11.72/9.70	c inspects		: 0
11.72/9.70	c learnt literals	: 0
11.72/9.70	c learnt binary clauses	: 0
11.72/9.70	c learnt ternary clauses	: 0
11.72/9.70	c learnt clauses	: 0
11.72/9.70	c root simplifications	: 0
11.72/9.70	c removed literals (reason simplification)	: 0
11.72/9.70	c reason swapping (by a shorter reason)	: 0
11.72/9.70	c Calls to reduceDB	: 0
11.72/9.70	c speed (decisions/second)	: 0.0
11.72/9.70	c non guided choices	0
11.72/9.70	s UNKNOWN
11.72/9.70	c Total wall clock time (in seconds) : 9.376
11.72/9.70	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/node67/watcher-331286-1173183006 -o ROOT/results/node67/solver-331286-1173183006 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331286-1173183006/sat4j-sat2007.jar /tmp/evaluation/331286-1173183006/instance-331286-1173183006.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.36 1.12 1.06 3/64 23530
/proc/meminfo: memFree=1225888/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=18568 CPUtime=0
/proc/23530/stat : 23530 (runsolver) D 23528 23530 22243 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 338260075 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 271638392103 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23530/statm: 4642 293 258 24 0 2626 0

[startup+0.057085 s]
/proc/loadavg: 1.36 1.12 1.06 3/64 23530
/proc/meminfo: memFree=1225888/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=12424 CPUtime=0
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 767 0 0 0 0 0 0 0 18 0 2 0 338260075 12722176 550 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 3106 550 239 9 0 1242 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12424

[startup+0.101092 s]
/proc/loadavg: 1.36 1.12 1.06 3/64 23530
/proc/meminfo: memFree=1225888/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1824340 CPUtime=0.01
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 1084 0 1 0 0 1 0 0 18 0 2 0 338260075 1868124160 833 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 456085 833 381 9 0 454099 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1824340

[startup+0.30111 s]
/proc/loadavg: 1.36 1.12 1.06 3/64 23530
/proc/meminfo: memFree=1225888/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1833452 CPUtime=0.18
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 4839 0 1 0 15 3 0 0 18 0 12 0 338260075 1877454848 4577 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 458363 4577 1252 9 0 455975 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1833452

[startup+0.701158 s]
/proc/loadavg: 1.36 1.12 1.06 3/64 23530
/proc/meminfo: memFree=1225888/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1834504 CPUtime=0.73
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 24536 0 1 0 60 13 0 0 18 0 12 0 338260075 1878532096 23865 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 458626 23865 1289 9 0 456238 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1834504

[startup+1.50223 s]
/proc/loadavg: 1.36 1.12 1.06 2/76 23542
/proc/meminfo: memFree=1126272/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1834504 CPUtime=1.53
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 31281 0 1 0 136 17 0 0 18 0 12 0 338260075 1878532096 30609 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 458626 30610 1304 9 0 456238 0
[pid=23530/tid=23532] ppid=23528 vsize=1834504 CPUtime=1.23
/proc/23530/task/23532/stat : 23532 (java) R 23528 23530 22243 0 -1 64 29357 0 1 0 108 15 0 0 19 0 12 0 338260081 1878532096 30610 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109513538 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23528 23530 22243 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 338260086 1878532096 30610 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23534/stat : 23534 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 338260086 1878532096 30611 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 338260088 1878532096 30611 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 338260089 1878532096 30611 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 338260089 1878532096 30612 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 338260095 1878532096 30612 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1834504 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1878532096 30612 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1834504 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1878532096 30613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1878532096 30613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1834504 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1878532096 30613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1834504

[startup+3.10241 s]
/proc/loadavg: 1.36 1.12 1.06 2/76 23542
/proc/meminfo: memFree=1092160/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1840272 CPUtime=3.48
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 67238 0 1 0 313 35 0 0 18 0 12 0 338260075 1884438528 64853 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 460068 64854 1309 9 0 457680 0
[pid=23530/tid=23532] ppid=23528 vsize=1840272 CPUtime=2.47
/proc/23530/task/23532/stat : 23532 (java) S 23528 23530 22243 0 -1 64 38810 0 1 0 227 20 0 0 25 0 12 0 338260081 1884438528 64855 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1840272 CPUtime=0.35
/proc/23530/task/23533/stat : 23533 (java) R 23528 23530 22243 0 -1 64 8411 0 0 0 31 4 0 0 18 0 12 0 338260086 1884438528 64857 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1840272 CPUtime=0.34
/proc/23530/task/23534/stat : 23534 (java) R 23528 23530 22243 0 -1 64 18100 0 0 0 26 8 0 0 19 0 12 0 338260086 1884438528 64858 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 338260088 1884438528 64859 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 338260089 1884438528 64861 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 338260089 1884438528 64862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 338260095 1884438528 64864 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1840272 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1884438528 64865 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1840272 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1884438528 64867 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1884438528 64868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1840272 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1884438528 64869 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1840272

[startup+6.30173 s]
/proc/loadavg: 1.49 1.16 1.07 2/76 23542
/proc/meminfo: memFree=938112/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1839616 CPUtime=6.97
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 77385 0 1 0 655 42 0 0 18 0 12 0 338260075 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 459904 73383 1313 9 0 457516 0
[pid=23530/tid=23532] ppid=23528 vsize=1839616 CPUtime=5.37
/proc/23530/task/23532/stat : 23532 (java) R 23528 23530 22243 0 -1 64 38812 0 1 0 516 21 0 0 25 0 12 0 338260081 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109495569 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1839616 CPUtime=0.63
/proc/23530/task/23533/stat : 23533 (java) S 23528 23530 22243 0 -1 64 11552 0 0 0 57 6 0 0 22 0 12 0 338260086 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1839616 CPUtime=0.64
/proc/23530/task/23534/stat : 23534 (java) S 23528 23530 22243 0 -1 64 25088 0 0 0 53 11 0 0 23 0 12 0 338260086 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338260088 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338260089 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338260089 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 338260095 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1839616 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1839616 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1839616 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1883766784 73383 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 1839616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+8.30195 s]
/proc/loadavg: 1.49 1.16 1.07 3/76 23542
/proc/meminfo: memFree=930240/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1844096 CPUtime=9.14
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 80647 0 1 0 870 44 0 0 18 0 12 0 338260075 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 461024 75522 1313 9 0 458636 0
[pid=23530/tid=23532] ppid=23528 vsize=1844096 CPUtime=7.2
/proc/23530/task/23532/stat : 23532 (java) S 23528 23530 22243 0 -1 64 38812 0 1 0 698 22 0 0 25 0 12 0 338260081 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1844096 CPUtime=0.8
/proc/23530/task/23533/stat : 23533 (java) R 23528 23530 22243 0 -1 64 13795 0 0 0 73 7 0 0 17 0 12 0 338260086 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370500 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1844096 CPUtime=0.81
/proc/23530/task/23534/stat : 23534 (java) R 23528 23530 22243 0 -1 64 26107 0 0 0 69 12 0 0 18 0 12 0 338260086 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105070820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338260088 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338260089 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338260089 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 338260095 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1844096 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1844096 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1844096 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1888354304 75522 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 1844096

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

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

[startup+8.60298 s]
/proc/loadavg: 1.49 1.16 1.07 3/76 23542
/proc/meminfo: memFree=930240/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1849216 CPUtime=9.73
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 90079 0 1 0 924 49 0 0 16 0 12 0 338260075 1893597184 83390 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 462304 83392 1313 9 0 459916 0
[pid=23530/tid=23532] ppid=23528 vsize=1849216 CPUtime=7.2
/proc/23530/task/23532/stat : 23532 (java) S 23528 23530 22243 0 -1 64 38812 0 1 0 698 22 0 0 25 0 12 0 338260081 1893597184 83393 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1849216 CPUtime=1.09
/proc/23530/task/23533/stat : 23533 (java) R 23528 23530 22243 0 -1 64 17780 0 0 0 100 9 0 0 20 0 12 0 338260086 1893597184 83395 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1849216 CPUtime=1.11
/proc/23530/task/23534/stat : 23534 (java) R 23528 23530 22243 0 -1 64 31559 0 0 0 96 15 0 0 21 0 12 0 338260086 1893597184 83396 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338260088 1893597184 83397 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 83398 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 83399 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338260095 1893597184 83401 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1849216 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1893597184 83402 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1849216 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1893597184 83403 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1893597184 83405 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1893597184 83406 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 1849216

[startup+9.40206 s]
/proc/loadavg: 1.53 1.17 1.07 3/77 23543
/proc/meminfo: memFree=887096/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1849216 CPUtime=11.32
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 115215 0 1 0 1073 59 0 0 16 0 12 0 338260075 1893597184 105010 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 462304 105012 1313 9 0 459916 0
[pid=23530/tid=23532] ppid=23528 vsize=1849216 CPUtime=7.2
/proc/23530/task/23532/stat : 23532 (java) S 23528 23530 22243 0 -1 64 38812 0 1 0 698 22 0 0 25 0 12 0 338260081 1893597184 105012 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1849216 CPUtime=1.88
/proc/23530/task/23533/stat : 23533 (java) R 23528 23530 22243 0 -1 64 31106 0 0 0 174 14 0 0 25 0 12 0 338260086 1893597184 105014 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1849216 CPUtime=1.91
/proc/23530/task/23534/stat : 23534 (java) R 23528 23530 22243 0 -1 64 43368 0 0 0 171 20 0 0 25 0 12 0 338260086 1893597184 105015 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338260088 1893597184 105016 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 105017 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 105019 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338260095 1893597184 105020 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1849216 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1893597184 105021 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1849216 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1893597184 105023 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1893597184 105024 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1893597184 105026 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 1849216

[startup+9.60208 s]
/proc/loadavg: 1.53 1.17 1.07 3/77 23543
/proc/meminfo: memFree=887096/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1849216 CPUtime=11.72
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 121325 0 1 0 1110 62 0 0 16 0 12 0 338260075 1893597184 110530 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 462304 110532 1313 9 0 459916 0
[pid=23530/tid=23532] ppid=23528 vsize=1849216 CPUtime=7.2
/proc/23530/task/23532/stat : 23532 (java) S 23528 23530 22243 0 -1 64 38812 0 1 0 698 22 0 0 25 0 12 0 338260081 1893597184 110534 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1849216 CPUtime=2.09
/proc/23530/task/23533/stat : 23533 (java) R 23528 23530 22243 0 -1 64 34040 0 0 0 193 16 0 0 25 0 12 0 338260086 1893597184 110536 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105698253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1849216 CPUtime=2.11
/proc/23530/task/23534/stat : 23534 (java) R 23528 23530 22243 0 -1 64 46546 0 0 0 190 21 0 0 25 0 12 0 338260086 1893597184 110537 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338260088 1893597184 110539 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 110540 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338260089 1893597184 110542 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338260095 1893597184 110544 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1849216 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 12 0 338260095 1893597184 110545 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1849216 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 12 0 338260095 1893597184 110547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 338260095 1893597184 110549 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1849216 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338260095 1893597184 110550 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 1849216

[startup+9.70209 s]
/proc/loadavg: 1.53 1.17 1.07 3/77 23543
/proc/meminfo: memFree=887096/2055920 swapFree=4183972/4192956
[pid=23530] ppid=23528 vsize=1849864 CPUtime=11.85
/proc/23530/stat : 23530 (java) S 23528 23530 22243 0 -1 0 123479 0 1 0 1123 62 0 0 16 0 13 0 338260075 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 462466 112590 1314 9 0 460078 0
[pid=23530/tid=23532] ppid=23528 vsize=1849864 CPUtime=7.21
/proc/23530/task/23532/stat : 23532 (java) R 23528 23530 22243 0 -1 64 38812 0 1 0 699 22 0 0 16 0 13 0 338260081 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109495494 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23533] ppid=23528 vsize=1849864 CPUtime=2.12
/proc/23530/task/23533/stat : 23533 (java) S 23528 23530 22243 0 -1 64 34448 0 0 0 196 16 0 0 16 0 13 0 338260086 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23534] ppid=23528 vsize=1849864 CPUtime=2.2
/proc/23530/task/23534/stat : 23534 (java) S 23528 23530 22243 0 -1 64 48266 0 0 0 199 21 0 0 16 0 13 0 338260086 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23535] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23528 23530 22243 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 338260088 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23536/stat : 23536 (java) S 23528 23530 22243 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 338260089 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338260089 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23528 23530 22243 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 338260095 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23539] ppid=23528 vsize=1849864 CPUtime=0.13
/proc/23530/task/23539/stat : 23539 (java) S 23528 23530 22243 0 -1 64 440 0 0 0 13 0 0 0 16 0 13 0 338260095 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23530/tid=23540] ppid=23528 vsize=1849864 CPUtime=0.14
/proc/23530/task/23540/stat : 23540 (java) S 23528 23530 22243 0 -1 64 766 0 0 0 14 0 0 0 15 0 13 0 338260095 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23541] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23541/stat : 23541 (java) S 23528 23530 22243 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 338260095 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23542] ppid=23528 vsize=1849864 CPUtime=0
/proc/23530/task/23542/stat : 23542 (java) S 23528 23530 22243 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338260095 1894260736 112590 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 1849864

Child status: 143
Real time (s): 9.79144
CPU time (s): 11.9522
CPU user time (s): 11.2583
CPU system time (s): 0.693894
CPU usage (%): 122.068
Max. virtual memory (cumulated for all children) (KiB): 1849864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2583
system time used= 0.693894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123481
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= 522
involuntary context switches= 390

runsolver used 0.019996 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Tue Mar  6 12:10:24 UTC 2007

IDJOB= 331286
IDBENCH= 20584
IDSOLVER= 96
FILE ID= node67/331286-1173183006

PBS_JOBID= 4015265

Free space on /tmp= 66217 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug10.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331286-1173183006/sat4j-sat2007.jar /tmp/evaluation/331286-1173183006/instance-331286-1173183006.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-331286-1173183006 -o ROOT/results/node67/solver-331286-1173183006 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331286-1173183006/sat4j-sat2007.jar /tmp/evaluation/331286-1173183006/instance-331286-1173183006.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b96b75461795057ef2d559ebb6ae2ba1

RANDOM SEED= 827322744

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:       1226680 kB
Buffers:         17424 kB
Cached:         680724 kB
SwapCached:       3000 kB
Active:         365824 kB
Inactive:       379604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226680 kB
SwapTotal:     4192956 kB
SwapFree:      4183972 kB
Dirty:          221840 kB
Writeback:           0 kB
Mapped:          53200 kB
Slab:            69648 kB
Committed_AS:   937760 kB
PageTables:       1560 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= 66217 MiB

End job on node67 on Tue Mar  6 12:10:35 UTC 2007