Trace number 334904

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) 7.38188 6.12909

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
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 variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1703279312
0.09/0.15	c Max memory 1706164224
0.09/0.15	c Total memory 1706164224
0.09/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/334904-1173599228/instance-334904-1173599228.cnf
0.20/0.20	c reading problem ... 
7.21/6.04	c starts		: 0
7.21/6.04	c conflicts		: 0
7.21/6.04	c decisions		: 0
7.21/6.04	c propagations		: 0
7.21/6.04	c inspects		: 0
7.21/6.04	c learnt literals	: 0
7.21/6.04	c learnt binary clauses	: 0
7.21/6.04	c learnt ternary clauses	: 0
7.21/6.04	c learnt clauses	: 0
7.21/6.04	c root simplifications	: 0
7.21/6.04	c removed literals (reason simplification)	: 0
7.21/6.04	c reason swapping (by a shorter reason)	: 0
7.21/6.04	c Calls to reduceDB	: 0
7.21/6.04	c speed (decisions/second)	: 0.0
7.21/6.04	c non guided choices	0
7.21/6.04	s UNKNOWN
7.21/6.04	c Total wall clock time (in seconds) : 5.842
7.21/6.04	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/node3/watcher-334904-1173599228 -o ROOT/results/node3/solver-334904-1173599228 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/334904-1173599228/sat4j-sat2007.jar /tmp/evaluation/334904-1173599228/instance-334904-1173599228.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: 0.89 0.95 0.98 3/77 6064
/proc/meminfo: memFree=1340136/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=152 CPUtime=0
/proc/6064/stat : 6064 (java) R 6062 6064 6005 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 379878517 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 1 0 0
/proc/6064/statm: 38 26 19 9 0 4 0

[startup+0.0780399 s]
/proc/loadavg: 0.89 0.95 0.98 3/77 6064
/proc/meminfo: memFree=1340136/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1829096 CPUtime=0.06
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 3808 0 1 0 4 2 0 0 18 0 7 0 379878517 1872994304 3550 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7369 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 457274 3550 1085 9 0 454910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829096

[startup+0.10104 s]
/proc/loadavg: 0.89 0.95 0.98 3/77 6064
/proc/meminfo: memFree=1340136/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1831496 CPUtime=0.09
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 4014 0 1 0 6 3 0 0 18 0 12 0 379878517 1875451904 3755 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 457874 3755 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831496

[startup+0.301057 s]
/proc/loadavg: 0.89 0.95 0.98 3/77 6064
/proc/meminfo: memFree=1340136/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1833824 CPUtime=0.32
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 9292 0 1 0 27 5 0 0 18 0 12 0 379878517 1877835776 9030 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 458456 9030 1281 9 0 456068 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1833824

[startup+0.701082 s]
/proc/loadavg: 0.89 0.95 0.98 3/77 6064
/proc/meminfo: memFree=1340136/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1833824 CPUtime=0.8
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 12827 0 1 0 73 7 0 0 18 0 12 0 379878517 1877835776 12515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 458456 12515 1290 9 0 456068 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1833824

[startup+1.50215 s]
/proc/loadavg: 0.89 0.95 0.98 2/89 6076
/proc/meminfo: memFree=1286024/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1833824 CPUtime=1.6
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 18490 0 1 0 150 10 0 0 18 0 12 0 379878517 1877835776 18177 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 458456 18177 1290 9 0 456068 0
[pid=6064/tid=6066] ppid=6062 vsize=1833824 CPUtime=1.39
/proc/6064/task/6066/stat : 6066 (java) R 6062 6064 6005 0 -1 64 17241 0 1 0 130 9 0 0 20 0 12 0 379878519 1877835776 18178 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109515885 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6067/stat : 6067 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 379878520 1877835776 18178 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6068/stat : 6068 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 379878520 1877835776 18178 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379878522 1877835776 18179 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1877835776 18179 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1877835776 18179 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379878527 1877835776 18179 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1833824 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1877835776 18180 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1833824 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1877835776 18180 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1877835776 18181 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1877835776 18181 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1833824

[startup+3.10228 s]
/proc/loadavg: 0.90 0.95 0.98 2/89 6076
/proc/meminfo: memFree=1255816/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1833824 CPUtime=3.2
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 28739 0 1 0 306 14 0 0 18 0 12 0 379878517 1877835776 28426 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 458456 28426 1290 9 0 456068 0
[pid=6064/tid=6066] ppid=6062 vsize=1833824 CPUtime=2.99
/proc/6064/task/6066/stat : 6066 (java) R 6062 6064 6005 0 -1 64 27489 0 1 0 286 13 0 0 25 0 12 0 379878519 1877835776 28426 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109516881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6067/stat : 6067 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 379878520 1877835776 28426 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6068/stat : 6068 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 379878520 1877835776 28427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379878522 1877835776 28427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1877835776 28427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1877835776 28428 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379878527 1877835776 28428 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1833824 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1877835776 28428 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1833824 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1877835776 28429 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1877835776 28429 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1833824 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1877835776 28429 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 1833824



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+5.10246 s]
/proc/loadavg: 0.90 0.95 0.98 3/89 6076
/proc/meminfo: memFree=1148680/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1849836 CPUtime=5.43
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 51437 0 1 0 518 25 0 0 18 0 12 0 379878517 1894232064 49756 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6064/statm: 462459 49761 1296 9 0 460071 0
[pid=6064/tid=6066] ppid=6062 vsize=1849836 CPUtime=4.78
/proc/6064/task/6066/stat : 6066 (java) S 6062 6064 6005 0 -1 64 38801 0 1 0 459 19 0 0 22 0 12 0 379878519 1894232064 49776 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1849836 CPUtime=0.2
/proc/6064/task/6067/stat : 6067 (java) R 6062 6064 6005 0 -1 64 2939 0 0 0 19 1 0 0 18 0 12 0 379878520 1894232064 49784 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1849836 CPUtime=0.21
/proc/6064/task/6068/stat : 6068 (java) R 6062 6064 6005 0 -1 64 8485 0 0 0 18 3 0 0 18 0 12 0 379878520 1894232064 49792 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103371428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379878522 1894232064 49800 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1894232064 49808 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1894232064 49815 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 379878527 1894232064 49823 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1849836 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1894232064 49831 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1849836 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1894232064 49838 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1894232064 49846 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1849836 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1894232064 49853 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1849836

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

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

[startup+5.40248 s]
/proc/loadavg: 0.90 0.95 0.98 3/90 6077
/proc/meminfo: memFree=1121024/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1844648 CPUtime=6.01
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 59943 0 1 0 572 29 0 0 16 0 12 0 379878517 1888919552 56021 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6064/statm: 461162 56023 1295 9 0 458774 0
[pid=6064/tid=6066] ppid=6062 vsize=1844648 CPUtime=4.78
/proc/6064/task/6066/stat : 6066 (java) S 6062 6064 6005 0 -1 64 38801 0 1 0 459 19 0 0 22 0 12 0 379878519 1888919552 56025 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1844648 CPUtime=0.49
/proc/6064/task/6067/stat : 6067 (java) R 6062 6064 6005 0 -1 64 6078 0 0 0 47 2 0 0 20 0 12 0 379878520 1888919552 56027 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1844648 CPUtime=0.51
/proc/6064/task/6068/stat : 6068 (java) R 6062 6064 6005 0 -1 64 13821 0 0 0 45 6 0 0 21 0 12 0 379878520 1888919552 56028 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379878522 1888919552 56030 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1888919552 56031 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1888919552 56033 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379878527 1888919552 56034 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1844648 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1888919552 56035 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1844648 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1888919552 56037 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1888919552 56038 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1888919552 56040 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1844648

[startup+5.80251 s]
/proc/loadavg: 0.90 0.95 0.98 3/90 6077
/proc/meminfo: memFree=1121024/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1844648 CPUtime=6.8
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 71534 0 1 0 646 34 0 0 16 0 12 0 379878517 1888919552 66401 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6064/statm: 461162 66403 1295 9 0 458774 0
[pid=6064/tid=6066] ppid=6062 vsize=1844648 CPUtime=4.78
/proc/6064/task/6066/stat : 6066 (java) S 6062 6064 6005 0 -1 64 38801 0 1 0 459 19 0 0 22 0 12 0 379878519 1888919552 66403 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1844648 CPUtime=0.89
/proc/6064/task/6067/stat : 6067 (java) R 6062 6064 6005 0 -1 64 9776 0 0 0 86 3 0 0 24 0 12 0 379878520 1888919552 66405 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1844648 CPUtime=0.9
/proc/6064/task/6068/stat : 6068 (java) R 6062 6064 6005 0 -1 64 21712 0 0 0 80 10 0 0 25 0 12 0 379878520 1888919552 66406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379878522 1888919552 66407 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1888919552 66409 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1888919552 66410 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379878527 1888919552 66411 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1844648 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1888919552 66412 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1844648 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1888919552 66413 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1888919552 66415 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1888919552 66416 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1844648

[startup+6.00253 s]
/proc/loadavg: 0.90 0.95 0.98 3/90 6077
/proc/meminfo: memFree=1121024/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=1844648 CPUtime=7.21
/proc/6064/stat : 6064 (java) S 6062 6064 6005 0 -1 0 77063 0 1 0 684 37 0 0 16 0 12 0 379878517 1888919552 71442 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6064/statm: 461162 71443 1296 9 0 458774 0
[pid=6064/tid=6066] ppid=6062 vsize=1844648 CPUtime=4.78
/proc/6064/task/6066/stat : 6066 (java) S 6062 6064 6005 0 -1 64 38801 0 1 0 459 19 0 0 22 0 12 0 379878519 1888919552 71443 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6067] ppid=6062 vsize=1844648 CPUtime=1.09
/proc/6064/task/6067/stat : 6067 (java) R 6062 6064 6005 0 -1 64 12314 0 0 0 105 4 0 0 25 0 12 0 379878520 1888919552 71443 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6068] ppid=6062 vsize=1844648 CPUtime=1.1
/proc/6064/task/6068/stat : 6068 (java) R 6062 6064 6005 0 -1 64 24700 0 0 0 99 11 0 0 25 0 12 0 379878520 1888919552 71444 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6069] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6069/stat : 6069 (java) S 6062 6064 6005 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 379878522 1888919552 71445 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6070] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6070/stat : 6070 (java) S 6062 6064 6005 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 379878523 1888919552 71445 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6071] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6071/stat : 6071 (java) S 6062 6064 6005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 379878523 1888919552 71445 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6072] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6072/stat : 6072 (java) S 6062 6064 6005 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 379878527 1888919552 71446 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6073] ppid=6062 vsize=1844648 CPUtime=0.09
/proc/6064/task/6073/stat : 6073 (java) S 6062 6064 6005 0 -1 64 293 0 0 0 9 0 0 0 16 0 12 0 379878527 1888919552 71447 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6064/tid=6074] ppid=6062 vsize=1844648 CPUtime=0.1
/proc/6064/task/6074/stat : 6074 (java) S 6062 6064 6005 0 -1 64 239 0 0 0 10 0 0 0 17 0 12 0 379878527 1888919552 71447 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6075] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6075/stat : 6075 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 379878527 1888919552 71447 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6064/tid=6076] ppid=6062 vsize=1844648 CPUtime=0
/proc/6064/task/6076/stat : 6076 (java) S 6062 6064 6005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 379878527 1888919552 71448 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 1844648

[startup+6.10267 s]
/proc/loadavg: 0.90 0.95 0.98 3/90 6077
/proc/meminfo: memFree=1121024/2055920 swapFree=4158660/4192956
[pid=6064] ppid=6062 vsize=0 CPUtime=7.34
/proc/6064/stat : 6064 (java) Z 6062 6064 6005 0 -1 1036 78019 0 1 0 696 38 0 0 16 0 2 0 379878517 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6064/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 6.12909
CPU time (s): 7.38188
CPU user time (s): 6.96794
CPU system time (s): 0.413937
CPU usage (%): 120.44
Max. virtual memory (cumulated for all children) (KiB): 1849836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.96794
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78019
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= 356
involuntary context switches= 393

runsolver used 0.011998 second user time and 0.024996 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Mar 11 07:47:17 UTC 2007

IDJOB= 334904
IDBENCH= 24639
IDSOLVER= 96
FILE ID= node3/334904-1173599228

PBS_JOBID= 4101244

Free space on /tmp= 66445 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  41f1c0479c607ce4a810d6cbab59e2f9

RANDOM SEED= 10612473

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1340736 kB
Buffers:         52812 kB
Cached:         566956 kB
SwapCached:       2636 kB
Active:         397564 kB
Inactive:       245176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340736 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           53640 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            58144 kB
Committed_AS:  1546104 kB
PageTables:       1656 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= 66445 MiB

End job on node3 on Sun Mar 11 07:47:24 UTC 2007