Trace number 334778

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) 6.91995 5.98428

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
MD5SUM58af3687ccec42ccd800f9557db434fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16489
Number of clauses2248381
Sum of the clauses size4509197
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22246354
Number of clauses of size 30
Number of clauses of size 44
Number of clauses of size 58
Number of clauses of size over 52015

Solver Data (download as text)

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

[startup+0.044469 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 29294
/proc/meminfo: memFree=1488920/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1825636 CPUtime=0.01
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 2729 0 1 0 1 0 0 0 18 0 4 0 379212415 1869451264 2476 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 456409 2476 483 9 0 454423 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1825636

[startup+0.101483 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 29294
/proc/meminfo: memFree=1488920/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1829232 CPUtime=0.06
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 3867 0 1 0 5 1 0 0 18 0 7 0 379212415 1873133568 3609 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 457308 3609 1090 9 0 454944 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829232

[startup+0.30152 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 29294
/proc/meminfo: memFree=1488920/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1833992 CPUtime=0.31
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 7629 0 1 0 28 3 0 0 18 0 12 0 379212415 1878007808 7367 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 458498 7367 1279 9 0 456110 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1833992

[startup+0.701589 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 29294
/proc/meminfo: memFree=1488920/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1834432 CPUtime=0.78
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 10637 0 1 0 73 5 0 0 18 0 12 0 379212415 1878458368 10375 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 458608 10375 1290 9 0 456220 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1834432

[startup+1.50274 s]
/proc/loadavg: 1.00 0.97 0.97 2/89 29306
/proc/meminfo: memFree=1443384/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1834432 CPUtime=1.57
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 16327 0 1 0 150 7 0 0 18 0 12 0 379212415 1878458368 16064 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 458608 16065 1290 9 0 456220 0
[pid=29294/tid=29296] ppid=29292 vsize=1834432 CPUtime=1.38
/proc/29294/task/29296/stat : 29296 (java) R 29292 29294 28812 0 -1 64 15019 0 1 0 131 7 0 0 20 0 12 0 379212416 1878458368 16065 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109507888 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 379212418 1878458368 16065 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 379212418 1878458368 16065 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379212421 1878458368 16065 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1878458368 16066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1878458368 16066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 379212426 1878458368 16066 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1834432 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1878458368 16067 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1834432 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1878458368 16067 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1878458368 16067 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1878458368 16067 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1834432

[startup+3.10105 s]
/proc/loadavg: 1.00 0.97 0.97 2/89 29306
/proc/meminfo: memFree=1410360/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1834432 CPUtime=3.17
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 28154 0 1 0 304 13 0 0 18 0 12 0 379212415 1878458368 27891 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 458608 27891 1290 9 0 456220 0
[pid=29294/tid=29296] ppid=29292 vsize=1834432 CPUtime=2.97
/proc/29294/task/29296/stat : 29296 (java) R 29292 29294 28812 0 -1 64 26845 0 1 0 284 13 0 0 25 0 12 0 379212416 1878458368 27891 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109507109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29297/stat : 29297 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 379212418 1878458368 27892 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29298/stat : 29298 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 379212418 1878458368 27892 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379212421 1878458368 27894 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1878458368 27894 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1878458368 27894 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 379212426 1878458368 27895 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1834432 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1878458368 27896 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1834432 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1878458368 27896 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1878458368 27896 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1834432 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1878458368 27897 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1834432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+5.20247 s]
/proc/loadavg: 1.08 0.99 0.98 3/89 29306
/proc/meminfo: memFree=1299640/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1844840 CPUtime=5.44
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 51339 0 1 0 519 25 0 0 18 0 12 0 379212415 1889116160 48538 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29294/statm: 461210 48539 1295 9 0 458822 0
[pid=29294/tid=29296] ppid=29292 vsize=1844840 CPUtime=4.92
/proc/29294/task/29296/stat : 29296 (java) S 29292 29294 28812 0 -1 64 38809 0 1 0 473 19 0 0 22 0 12 0 379212416 1889116160 48542 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1844840 CPUtime=0.14
/proc/29294/task/29297/stat : 29297 (java) R 29292 29294 28812 0 -1 64 2802 0 0 0 13 1 0 0 18 0 12 0 379212418 1889116160 48544 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1844840 CPUtime=0.15
/proc/29294/task/29298/stat : 29298 (java) R 29292 29294 28812 0 -1 64 8429 0 0 0 12 3 0 0 18 0 12 0 379212418 1889116160 48545 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379212421 1889116160 48547 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1889116160 48548 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1889116160 48549 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 379212426 1889116160 48551 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1844840 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1889116160 48552 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1844840 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1889116160 48554 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1889116160 48555 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1844840 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1889116160 48556 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 1844840

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

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

[startup+5.40251 s]
/proc/loadavg: 1.08 0.99 0.98 3/90 29307
/proc/meminfo: memFree=1268080/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1844132 CPUtime=5.83
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 60231 0 1 0 554 29 0 0 16 0 12 0 379212415 1888391168 56373 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29294/statm: 461033 56374 1295 9 0 458645 0
[pid=29294/tid=29296] ppid=29292 vsize=1844132 CPUtime=4.92
/proc/29294/task/29296/stat : 29296 (java) S 29292 29294 28812 0 -1 64 38809 0 1 0 473 19 0 0 22 0 12 0 379212416 1888391168 56377 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1844132 CPUtime=0.34
/proc/29294/task/29297/stat : 29297 (java) R 29292 29294 28812 0 -1 64 5274 0 0 0 32 2 0 0 20 0 12 0 379212418 1888391168 56378 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1844132 CPUtime=0.36
/proc/29294/task/29298/stat : 29298 (java) R 29292 29294 28812 0 -1 64 14848 0 0 0 29 7 0 0 18 0 12 0 379212418 1888391168 56380 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379212421 1888391168 56381 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1888391168 56382 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1888391168 56384 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379212426 1888391168 56385 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 56386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 56388 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1888391168 56389 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1888391168 56391 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1844132

[startup+5.80258 s]
/proc/loadavg: 1.08 0.99 0.98 3/90 29307
/proc/meminfo: memFree=1268080/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1844132 CPUtime=6.62
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 76138 0 1 0 626 36 0 0 16 0 12 0 379212415 1888391168 70612 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29294/statm: 461033 70613 1295 9 0 458645 0
[pid=29294/tid=29296] ppid=29292 vsize=1844132 CPUtime=4.92
/proc/29294/task/29296/stat : 29296 (java) S 29292 29294 28812 0 -1 64 38809 0 1 0 473 19 0 0 22 0 12 0 379212416 1888391168 70613 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1844132 CPUtime=0.73
/proc/29294/task/29297/stat : 29297 (java) R 29292 29294 28812 0 -1 64 10376 0 0 0 69 4 0 0 23 0 12 0 379212418 1888391168 70614 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1844132 CPUtime=0.75
/proc/29294/task/29298/stat : 29298 (java) R 29292 29294 28812 0 -1 64 25648 0 0 0 63 12 0 0 22 0 12 0 379212418 1888391168 70615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379212421 1888391168 70615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1888391168 70616 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1888391168 70617 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379212426 1888391168 70617 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 70618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 70618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1888391168 70619 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1888391168 70619 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 1844132

[startup+5.9026 s]
/proc/loadavg: 1.08 0.99 0.98 3/90 29307
/proc/meminfo: memFree=1268080/2055920 swapFree=4152240/4192956
[pid=29294] ppid=29292 vsize=1844132 CPUtime=6.82
/proc/29294/stat : 29294 (java) S 29292 29294 28812 0 -1 0 78350 0 1 0 644 38 0 0 16 0 12 0 379212415 1888391168 72703 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29294/statm: 461033 72703 1295 9 0 458645 0
[pid=29294/tid=29296] ppid=29292 vsize=1844132 CPUtime=4.92
/proc/29294/task/29296/stat : 29296 (java) S 29292 29294 28812 0 -1 64 38809 0 1 0 473 19 0 0 22 0 12 0 379212416 1888391168 72704 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29297] ppid=29292 vsize=1844132 CPUtime=0.84
/proc/29294/task/29297/stat : 29297 (java) R 29292 29294 28812 0 -1 64 11506 0 0 0 79 5 0 0 24 0 12 0 379212418 1888391168 72704 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29298] ppid=29292 vsize=1844132 CPUtime=0.85
/proc/29294/task/29298/stat : 29298 (java) R 29292 29294 28812 0 -1 64 26730 0 0 0 72 13 0 0 22 0 12 0 379212418 1888391168 72705 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29299] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29299/stat : 29299 (java) S 29292 29294 28812 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379212421 1888391168 72705 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29300] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29300/stat : 29300 (java) S 29292 29294 28812 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 379212422 1888391168 72705 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29301] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29301/stat : 29301 (java) S 29292 29294 28812 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 379212422 1888391168 72706 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29302] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29302/stat : 29302 (java) S 29292 29294 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379212426 1888391168 72706 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29303] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29303/stat : 29303 (java) S 29292 29294 28812 0 -1 64 396 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 72707 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29294/tid=29304] ppid=29292 vsize=1844132 CPUtime=0.09
/proc/29294/task/29304/stat : 29304 (java) S 29292 29294 28812 0 -1 64 191 0 0 0 9 0 0 0 16 0 12 0 379212426 1888391168 72707 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29305] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29305/stat : 29305 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379212426 1888391168 72708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29294/tid=29306] ppid=29292 vsize=1844132 CPUtime=0
/proc/29294/task/29306/stat : 29306 (java) S 29292 29294 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 379212426 1888391168 72708 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1844132

Child status: 143
Real time (s): 5.98428
CPU time (s): 6.91995
CPU user time (s): 6.49301
CPU system time (s): 0.426935
CPU usage (%): 115.635
Max. virtual memory (cumulated for all children) (KiB): 1844840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.49301
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78555
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= 352
involuntary context switches= 203

runsolver used 0.004999 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 05:56:18 UTC 2007

IDJOB= 334778
IDBENCH= 24636
IDSOLVER= 96
FILE ID= node9/334778-1173592573

PBS_JOBID= 4101231

Free space on /tmp= 66426 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/334778-1173592573/sat4j-sat2007.jar /tmp/evaluation/334778-1173592573/instance-334778-1173592573.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-334778-1173592573 -o ROOT/results/node9/solver-334778-1173592573 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/334778-1173592573/sat4j-sat2007.jar /tmp/evaluation/334778-1173592573/instance-334778-1173592573.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  58af3687ccec42ccd800f9557db434fc

RANDOM SEED= 386997880

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1489328 kB
Buffers:         52576 kB
Cached:         419832 kB
SwapCached:       8828 kB
Active:         256976 kB
Inactive:       238164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489328 kB
SwapTotal:     4192956 kB
SwapFree:      4152240 kB
Dirty:           31424 kB
Writeback:           0 kB
Mapped:          29584 kB
Slab:            57092 kB
Committed_AS:  1525600 kB
PageTables:       1688 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= 66426 MiB

End job on node9 on Sun Mar 11 05:56:25 UTC 2007