Trace number 1832256

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MiniSAT 09z 2009-03-22? (TO) 1200.04 1200.32

General information on the benchmark

Namecrafted/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
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 variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     802     3204 |     240       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     798     3190 |      --       0       --      -- |     --   | -4/-14
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 160   #clauses: 798   #literals: 3190
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Number of variables   : 160          
0.00/0.00	c Number of clauses     : 798          
0.00/0.01	c Parsing time: 0.00         s
1200.02/1200.31	HOME/SatELiteGTI: line 36: 10700 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1832256-1242771217/watcher-1832256-1242771217 -o /tmp/evaluation-result-1832256-1242771217/solver-1832256-1242771217 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832256-1242771217.cnf -random-seed=1061832887 

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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10694
/proc/meminfo: memFree=1863856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305154376 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 237 197 169 0 50 0

[startup+0.026834 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10694
/proc/meminfo: memFree=1863856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10694
/proc/meminfo: memFree=1863856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301853 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10694
/proc/meminfo: memFree=1863856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701881 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10694
/proc/meminfo: memFree=1863856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1860576/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=5232 CPUtime=1.48
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 966 0 0 0 148 0 0 0 25 0 1 0 305154377 5357568 952 1992294400 134512640 135212243 4294956240 18446744073709551615 134526245 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 1308 952 75 170 0 1135 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10588

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1859104/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=6848 CPUtime=3.08
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 1356 0 0 0 308 0 0 0 25 0 1 0 305154377 7012352 1342 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 1712 1342 75 170 0 1539 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12204

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1856736/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=8704 CPUtime=6.28
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 1837 0 0 0 627 1 0 0 25 0 1 0 305154377 8912896 1823 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 2176 1823 75 170 0 2003 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14060

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1853856/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=11440 CPUtime=12.68
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 2489 0 0 0 1266 2 0 0 25 0 1 0 305154377 11714560 2475 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 2860 2475 75 170 0 2687 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16796

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1852896/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=12100 CPUtime=25.47
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 2665 0 0 0 2545 2 0 0 25 0 1 0 305154377 12390400 2651 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 3025 2651 75 170 0 2852 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17456

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1851552/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=13672 CPUtime=51.07
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 3039 0 0 0 5104 3 0 0 25 0 1 0 305154377 14000128 3025 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 3418 3025 75 170 0 3245 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19028

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1848800/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=16204 CPUtime=102.26
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 3687 0 0 0 10222 4 0 0 25 0 1 0 305154377 16592896 3673 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 4051 3673 75 170 0 3878 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21560

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1846496/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=18808 CPUtime=162.25
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 4283 0 0 0 16220 5 0 0 25 0 1 0 305154377 19259392 4269 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 4702 4269 75 170 0 4529 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 24164

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1843936/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=21072 CPUtime=222.23
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 4873 0 0 0 22218 5 0 0 25 0 1 0 305154377 21577728 4859 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 5268 4859 75 170 0 5095 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26428

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1842784/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=22416 CPUtime=282.22
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 5195 0 0 0 28216 6 0 0 25 0 1 0 305154377 22953984 5181 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 5604 5181 75 170 0 5431 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 27772

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1841504/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=23480 CPUtime=342.21
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 5477 0 0 0 34215 6 0 0 25 0 1 0 305154377 24043520 5463 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 5870 5463 75 170 0 5697 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 28836

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1839584/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=25344 CPUtime=402.19
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 5935 0 0 0 40213 6 0 0 25 0 1 0 305154377 25952256 5921 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 6336 5921 75 170 0 6163 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 30700

[startup+462.301 s]

################
# More data... #
################

[pid=10700] ppid=10694 vsize=28180 CPUtime=522.17
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 6585 0 0 0 52210 7 0 0 25 0 1 0 305154377 28856320 6571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 7045 6571 75 170 0 6872 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 33536

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1836832/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=28344 CPUtime=582.15
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 6649 0 0 0 58208 7 0 0 25 0 1 0 305154377 29024256 6635 1992294400 134512640 135212243 4294956240 18446744073709551615 134526044 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 7086 6635 75 170 0 6913 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 33700

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1834400/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=30656 CPUtime=642.14
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 7233 0 0 0 64206 8 0 0 25 0 1 0 305154377 31391744 7219 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 7664 7219 75 170 0 7491 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 36012

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1834208/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=30804 CPUtime=702.13
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 7243 0 0 0 70204 9 0 0 25 0 1 0 305154377 31543296 7229 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 7701 7229 75 170 0 7528 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 36160

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1832672/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=32320 CPUtime=762.12
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 7633 0 0 0 76202 10 0 0 25 0 1 0 305154377 33095680 7619 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 8080 7619 75 170 0 7907 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 37676

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1831392/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=33572 CPUtime=822.1
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 7937 0 0 0 82200 10 0 0 25 0 1 0 305154377 34377728 7923 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 8393 7923 75 170 0 8220 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 38928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1831264/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=33712 CPUtime=882.09
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 7966 0 0 0 88199 10 0 0 25 0 1 0 305154377 34521088 7952 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 8428 7952 75 170 0 8255 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 39068

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1830560/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=34456 CPUtime=942.07
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 8162 0 0 0 94197 10 0 0 25 0 1 0 305154377 35282944 8148 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 8614 8148 75 170 0 8441 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 39812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1827744/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=37084 CPUtime=1002.06
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 8839 0 0 0 100195 11 0 0 25 0 1 0 305154377 37974016 8825 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9271 8825 75 170 0 9098 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 42440

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1827744/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=37084 CPUtime=1062.04
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 8840 0 0 0 106193 11 0 0 25 0 1 0 305154377 37974016 8826 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9271 8826 75 170 0 9098 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 42440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10700
/proc/meminfo: memFree=1827616/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=37216 CPUtime=1122.03
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 8868 0 0 0 112192 11 0 0 25 0 1 0 305154377 38109184 8854 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9304 8854 75 170 0 9131 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 42572

[startup+1182.3 s]
/proc/loadavg: 1.18 1.04 1.01 2/66 10700
/proc/meminfo: memFree=1826848/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=38080 CPUtime=1182.01
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 9082 0 0 0 118190 11 0 0 25 0 1 0 305154377 38993920 9068 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9520 9068 75 170 0 9347 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 43436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 10700
/proc/meminfo: memFree=1825376/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=39496 CPUtime=1200.02
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 9425 0 0 0 119990 12 0 0 25 0 1 0 305154377 40443904 9411 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9874 9411 75 170 0 9701 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 44852

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

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

[startup+1200.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 10700
/proc/meminfo: memFree=1825376/2055920 swapFree=4180964/4192956
[pid=10694] ppid=10692 vsize=5356 CPUtime=0
/proc/10694/stat : 10694 (SatELiteGTI) S 10692 10694 10340 0 -1 4194304 335 379 0 0 0 0 0 0 18 0 1 0 305154376 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10694/statm: 1339 239 197 169 0 50 0
[pid=10700] ppid=10694 vsize=39496 CPUtime=1200.02
/proc/10700/stat : 10700 (minisat_static) R 10694 10694 10340 0 -1 4194304 9425 0 0 0 119990 12 0 0 25 0 1 0 305154377 40443904 9411 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10700/statm: 9874 9411 75 170 0 9701 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 44852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.04
CPU user time (s): 1199.91
CPU system time (s): 0.132979
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 44852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 1597

runsolver used 1.41578 second user time and 2.95155 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-20 00:13:37
IDJOB=1832256
IDBENCH=24666
IDSOLVER=672
FILE ID=node34/1832256-1242771217
PBS_JOBID= 9322264
Free space on /tmp= 66432 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832256-1242771217/watcher-1832256-1242771217 -o /tmp/evaluation-result-1832256-1242771217/solver-1832256-1242771217 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832256-1242771217.cnf -random-seed=1061832887

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cc16a72221b8e1efdfd6127b2f238bcd
RANDOM SEED=1061832887

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1864336 kB
Buffers:         12464 kB
Cached:         142032 kB
SwapCached:       6052 kB
Active:          61220 kB
Inactive:       101484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864336 kB
SwapTotal:     4192956 kB
SwapFree:      4180964 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            14916 kB
Committed_AS:  1054228 kB
PageTables:       1412 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= 66428 MiB
End job on node34 at 2009-05-20 00:33:40