Trace number 331412

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.9482 9.64304

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug7.cnf
MD5SUM6dcc1a7a687db45349fbaf9870c73e4b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.631
Satisfiable
(Un)Satisfiability was proved
Number of variables521147
Number of clauses13378010
Sum of the clauses size39203144
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714054
Number of clauses of size 34209318
Number of clauses of size 425258
Number of clauses of size 515651
Number of clauses of size over 5413728

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 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.21/0.20	c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c Expensive reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c timeout: 2147483s
0.21/0.20	c solving /tmp/evaluation/331412-1173184038/instance-331412-1173184038.cnf
0.21/0.20	c reading problem ... 
11.80/9.56	c starts		: 0
11.80/9.56	c conflicts		: 0
11.80/9.56	c decisions		: 0
11.80/9.56	c propagations		: 0
11.80/9.56	c inspects		: 0
11.80/9.56	c learnt literals	: 0
11.80/9.56	c learnt binary clauses	: 0
11.80/9.56	c learnt ternary clauses	: 0
11.80/9.56	c learnt clauses	: 0
11.80/9.56	c root simplifications	: 0
11.80/9.56	c removed literals (reason simplification)	: 0
11.80/9.56	c reason swapping (by a shorter reason)	: 0
11.80/9.56	c Calls to reduceDB	: 0
11.80/9.56	c speed (decisions/second)	: 0.0
11.80/9.56	c non guided choices	0
11.80/9.56	s UNKNOWN
11.80/9.56	c Total wall clock time (in seconds) : 9.357
11.80/9.56	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/node6/watcher-331412-1173184038 -o ROOT/results/node6/solver-331412-1173184038 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331412-1173184038/sat4j-sat2007.jar /tmp/evaluation/331412-1173184038/instance-331412-1173184038.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.32 1.07 1.02 3/77 19230
/proc/meminfo: memFree=1118712/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=152 CPUtime=0
/proc/19230/stat : 19230 (java) R 19228 19230 17758 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 338360409 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/19230/statm: 38 26 19 9 0 4 0

[startup+0.037878 s]
/proc/loadavg: 1.32 1.07 1.02 3/77 19230
/proc/meminfo: memFree=1118712/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1827476 CPUtime=0.02
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 3225 0 1 0 1 1 0 0 18 0 4 0 338360409 1871335424 2972 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 456869 2972 887 9 0 454505 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1827476

[startup+0.101895 s]
/proc/loadavg: 1.32 1.07 1.02 3/77 19230
/proc/meminfo: memFree=1118712/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1831496 CPUtime=0.08
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 4014 0 1 0 6 2 0 0 18 0 12 0 338360409 1875451904 3755 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 457874 3755 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.30194 s]
/proc/loadavg: 1.32 1.07 1.02 3/77 19230
/proc/meminfo: memFree=1118712/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1832832 CPUtime=0.31
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 21912 0 1 0 21 10 0 0 18 0 12 0 338360409 1876819968 21650 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 458208 21650 1255 9 0 455820 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1832832

[startup+0.702011 s]
/proc/loadavg: 1.32 1.07 1.02 3/77 19230
/proc/meminfo: memFree=1118712/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1834596 CPUtime=0.85
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 25750 0 1 0 73 12 0 0 18 0 12 0 338360409 1878626304 25166 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 458649 25166 1289 9 0 456261 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1834596

[startup+1.50216 s]
/proc/loadavg: 1.53 1.11 1.04 2/89 19242
/proc/meminfo: memFree=1011672/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1834596 CPUtime=1.66
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 32241 0 1 0 151 15 0 0 18 0 12 0 338360409 1878626304 31656 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 458649 31656 1304 9 0 456261 0
[pid=19230/tid=19232] ppid=19228 vsize=1834596 CPUtime=1.36
/proc/19230/task/19232/stat : 19232 (java) R 19228 19230 17758 0 -1 64 30322 0 1 0 122 14 0 0 20 0 12 0 338360410 1878626304 31657 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109514317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19233/stat : 19233 (java) S 19228 19230 17758 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 338360412 1878626304 31657 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19234/stat : 19234 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 338360412 1878626304 31657 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338360414 1878626304 31658 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 338360414 1878626304 31658 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 338360414 1878626304 31659 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 338360418 1878626304 31659 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1834596 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1878626304 31660 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1834596 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1878626304 31660 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1878626304 31660 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1834596 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1878626304 31660 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1834596

[startup+3.10149 s]
/proc/loadavg: 1.53 1.11 1.04 2/89 19242
/proc/meminfo: memFree=979224/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1840364 CPUtime=3.75
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 71236 0 1 0 341 34 0 0 18 0 12 0 338360409 1884532736 68326 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 460091 68328 1309 9 0 457703 0
[pid=19230/tid=19232] ppid=19228 vsize=1840364 CPUtime=2.47
/proc/19230/task/19232/stat : 19232 (java) S 19228 19230 17758 0 -1 64 38797 0 1 0 228 19 0 0 25 0 12 0 338360410 1884532736 68329 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1840364 CPUtime=0.48
/proc/19230/task/19233/stat : 19233 (java) R 19228 19230 17758 0 -1 64 9660 0 0 0 44 4 0 0 19 0 12 0 338360412 1884532736 68331 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1840364 CPUtime=0.48
/proc/19230/task/19234/stat : 19234 (java) R 19228 19230 17758 0 -1 64 20868 0 0 0 39 9 0 0 20 0 12 0 338360412 1884532736 68332 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 338360414 1884532736 68334 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 338360414 1884532736 68335 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 338360414 1884532736 68336 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 338360418 1884532736 68338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1840364 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1884532736 68339 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1840364 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1884532736 68341 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1884532736 68342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1840364 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1884532736 68344 18446744073709551615 134512640 134550740 4294956480 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) 1840364

[startup+6.3021 s]
/proc/loadavg: 1.53 1.11 1.04 2/89 19242
/proc/meminfo: memFree=830936/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1839960 CPUtime=7.1
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 77268 0 1 0 672 38 0 0 18 0 12 0 338360409 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 459990 73566 1313 9 0 457602 0
[pid=19230/tid=19232] ppid=19228 vsize=1839960 CPUtime=5.5
/proc/19230/task/19232/stat : 19232 (java) R 19228 19230 17758 0 -1 64 38799 0 1 0 530 20 0 0 25 0 12 0 338360410 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109496273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1839960 CPUtime=0.63
/proc/19230/task/19233/stat : 19233 (java) S 19228 19230 17758 0 -1 64 11538 0 0 0 58 5 0 0 16 0 12 0 338360412 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1839960 CPUtime=0.64
/proc/19230/task/19234/stat : 19234 (java) S 19228 19230 17758 0 -1 64 25005 0 0 0 54 10 0 0 22 0 12 0 338360412 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338360414 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338360414 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338360414 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 338360418 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1839960 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1839960 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1839960 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1884119040 73566 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1839960



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+8.20149 s]
/proc/loadavg: 1.49 1.11 1.04 3/89 19242
/proc/meminfo: memFree=817048/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1849560 CPUtime=9.22
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 83093 0 1 0 881 41 0 0 18 0 12 0 338360409 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19230/statm: 462390 76987 1313 9 0 460002 0
[pid=19230/tid=19232] ppid=19228 vsize=1849560 CPUtime=7.18
/proc/19230/task/19232/stat : 19232 (java) S 19228 19230 17758 0 -1 64 38801 0 1 0 697 21 0 0 25 0 12 0 338360410 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1849560 CPUtime=0.86
/proc/19230/task/19233/stat : 19233 (java) R 19228 19230 17758 0 -1 64 14800 0 0 0 79 7 0 0 18 0 12 0 338360412 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105070797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1849560 CPUtime=0.86
/proc/19230/task/19234/stat : 19234 (java) R 19228 19230 17758 0 -1 64 27566 0 0 0 75 11 0 0 18 0 12 0 338360412 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 338360418 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1849560 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1849560 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1893949440 76987 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 1849560

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

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

[startup+8.60157 s]
/proc/loadavg: 1.49 1.11 1.04 3/89 19242
/proc/meminfo: memFree=817048/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1849560 CPUtime=10.01
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 95786 0 1 0 955 46 0 0 16 0 12 0 338360409 1893949440 88249 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19230/statm: 462390 88250 1313 9 0 460002 0
[pid=19230/tid=19232] ppid=19228 vsize=1849560 CPUtime=7.18
/proc/19230/task/19232/stat : 19232 (java) S 19228 19230 17758 0 -1 64 38801 0 1 0 697 21 0 0 25 0 12 0 338360410 1893949440 88251 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1849560 CPUtime=1.26
/proc/19230/task/19233/stat : 19233 (java) R 19228 19230 17758 0 -1 64 23133 0 0 0 115 11 0 0 21 0 12 0 338360412 1893949440 88253 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1849560 CPUtime=1.26
/proc/19230/task/19234/stat : 19234 (java) R 19228 19230 17758 0 -1 64 31931 0 0 0 113 13 0 0 21 0 12 0 338360412 1893949440 88254 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 88255 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 88256 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 88257 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338360418 1893949440 88259 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1849560 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1893949440 88260 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1849560 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1893949440 88261 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1893949440 88262 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1893949440 88263 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 1849560

[startup+9.40272 s]
/proc/loadavg: 1.49 1.11 1.04 3/90 19243
/proc/meminfo: memFree=760400/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=1849560 CPUtime=11.61
/proc/19230/stat : 19230 (java) S 19228 19230 17758 0 -1 0 120275 0 1 0 1105 56 0 0 16 0 12 0 338360409 1893949440 109744 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19230/statm: 462390 109745 1313 9 0 460002 0
[pid=19230/tid=19232] ppid=19228 vsize=1849560 CPUtime=7.18
/proc/19230/task/19232/stat : 19232 (java) S 19228 19230 17758 0 -1 64 38801 0 1 0 697 21 0 0 25 0 12 0 338360410 1893949440 109746 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19233] ppid=19228 vsize=1849560 CPUtime=2.05
/proc/19230/task/19233/stat : 19233 (java) R 19228 19230 17758 0 -1 64 35226 0 0 0 189 16 0 0 25 0 12 0 338360412 1893949440 109746 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19234] ppid=19228 vsize=1849560 CPUtime=2.06
/proc/19230/task/19234/stat : 19234 (java) R 19228 19230 17758 0 -1 64 44324 0 0 0 189 17 0 0 25 0 12 0 338360412 1893949440 109747 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19235] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19235/stat : 19235 (java) S 19228 19230 17758 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 109748 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19236] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19236/stat : 19236 (java) S 19228 19230 17758 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 109749 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19237] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19237/stat : 19237 (java) S 19228 19230 17758 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 338360414 1893949440 109749 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19238] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19238/stat : 19238 (java) S 19228 19230 17758 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338360418 1893949440 109750 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19239] ppid=19228 vsize=1849560 CPUtime=0.15
/proc/19230/task/19239/stat : 19239 (java) S 19228 19230 17758 0 -1 64 866 0 0 0 15 0 0 0 15 0 12 0 338360418 1893949440 109751 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19230/tid=19240] ppid=19228 vsize=1849560 CPUtime=0.13
/proc/19230/task/19240/stat : 19240 (java) S 19228 19230 17758 0 -1 64 332 0 0 0 13 0 0 0 16 0 12 0 338360418 1893949440 109751 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19241] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19241/stat : 19241 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 338360418 1893949440 109752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19230/tid=19242] ppid=19228 vsize=1849560 CPUtime=0
/proc/19230/task/19242/stat : 19242 (java) S 19228 19230 17758 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338360418 1893949440 109753 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 1849560

[startup+9.603 s]
/proc/loadavg: 1.49 1.11 1.04 3/90 19243
/proc/meminfo: memFree=760400/2055924 swapFree=4156956/4192956
[pid=19230] ppid=19228 vsize=0 CPUtime=11.9
/proc/19230/stat : 19230 (java) Z 19228 19230 17758 0 -1 1036 123536 0 1 0 1130 60 0 0 16 0 2 0 338360409 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19230/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 9.64304
CPU time (s): 11.9482
CPU user time (s): 11.3083
CPU system time (s): 0.639902
CPU usage (%): 123.905
Max. virtual memory (cumulated for all children) (KiB): 1849560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3083
system time used= 0.639902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123536
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= 456
involuntary context switches= 327

runsolver used 0.008998 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Mar  6 12:27:37 UTC 2007

IDJOB= 331412
IDBENCH= 20587
IDSOLVER= 96
FILE ID= node6/331412-1173184038

PBS_JOBID= 4015022

Free space on /tmp= 66041 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  6dcc1a7a687db45349fbaf9870c73e4b

RANDOM SEED= 829542306

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1119120 kB
Buffers:         40928 kB
Cached:         768872 kB
SwapCached:       2120 kB
Active:         589728 kB
Inactive:       280224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1119120 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:          221880 kB
Writeback:           0 kB
Mapped:          68232 kB
Slab:            52376 kB
Committed_AS:  1298036 kB
PageTables:       1832 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= 66041 MiB

End job on node6 on Tue Mar  6 12:27:47 UTC 2007