Trace number 1832252

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.03 1200.71

General information on the benchmark

Namecrafted/Hard/contest05/others/
mod2c-rand3bip-sat-220-1.sat05-2488.reshuffled-07.cnf
MD5SUM0d50014415a697c0ee7e2c67c987b500
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark36.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of clauses2216
Sum of the clauses size9872
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41384
Number of clauses of size 5656
Number of clauses of size over 5176

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 |    2216     9872 |     664       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 311   #clauses: 2216   #literals: 9872
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 311          
0.00/0.01	c Number of clauses     : 2216         
0.00/0.01	c Parsing time: 0.00         s
1200.00/1200.71	HOME/SatELiteGTI: line 36:  5891 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-1832252-1242770950/watcher-1832252-1242770950 -o /tmp/evaluation-result-1832252-1242770950/solver-1832252-1242770950 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832252-1242770950.cnf -random-seed=1490069933 

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.11 1.15 1.04 3/64 5885
/proc/meminfo: memFree=1970160/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305129708 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 237 197 169 0 50 0

[startup+0.0127591 s]
/proc/loadavg: 1.11 1.15 1.04 3/64 5885
/proc/meminfo: memFree=1970160/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 310 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563355516 0 0 17 0 0 0
/proc/5885/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101778 s]
/proc/loadavg: 1.11 1.15 1.04 3/64 5885
/proc/meminfo: memFree=1970160/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301818 s]
/proc/loadavg: 1.11 1.15 1.04 3/64 5885
/proc/meminfo: memFree=1970160/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701898 s]
/proc/loadavg: 1.11 1.15 1.04 3/64 5885
/proc/meminfo: memFree=1970160/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50105 s]
/proc/loadavg: 1.11 1.15 1.04 2/66 5891
/proc/meminfo: memFree=1968096/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=3880 CPUtime=1.48
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 631 0 0 0 148 0 0 0 25 0 1 0 305129709 3973120 617 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 970 617 76 170 0 797 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9236

[startup+3.10137 s]
/proc/loadavg: 1.11 1.15 1.04 2/66 5891
/proc/meminfo: memFree=1967008/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=4948 CPUtime=3.08
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 901 0 0 0 308 0 0 0 25 0 1 0 305129709 5066752 887 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 1237 887 76 170 0 1064 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10304

[startup+6.302 s]
/proc/loadavg: 1.10 1.15 1.04 2/66 5891
/proc/meminfo: memFree=1965280/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=6312 CPUtime=6.27
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 1219 0 0 0 627 0 0 0 25 0 1 0 305129709 6463488 1205 1992294400 134512640 135212243 4294956256 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 1578 1205 76 170 0 1405 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11668

[startup+12.7013 s]
/proc/loadavg: 1.09 1.15 1.04 2/66 5891
/proc/meminfo: memFree=1963872/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=7476 CPUtime=12.66
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 1489 0 0 0 1266 0 0 0 25 0 1 0 305129709 7655424 1475 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 1869 1475 76 170 0 1696 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12832

[startup+25.5018 s]
/proc/loadavg: 1.07 1.14 1.04 2/66 5891
/proc/meminfo: memFree=1963424/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=7944 CPUtime=25.46
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 1627 0 0 0 2545 1 0 0 25 0 1 0 305129709 8134656 1613 1992294400 134512640 135212243 4294956256 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 1986 1613 76 170 0 1813 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13300

[startup+51.1019 s]
/proc/loadavg: 1.04 1.13 1.04 2/66 5891
/proc/meminfo: memFree=1962656/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=8772 CPUtime=51.04
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 1828 0 0 0 5103 1 0 0 25 0 1 0 305129709 8982528 1814 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 2193 1814 76 170 0 2020 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14128

[startup+102.305 s]
/proc/loadavg: 1.02 1.10 1.03 2/66 5891
/proc/meminfo: memFree=1960800/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=10724 CPUtime=102.21
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 2255 0 0 0 10220 1 0 0 25 0 1 0 305129709 10981376 2241 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 2681 2241 76 170 0 2508 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 16080

[startup+162.302 s]
/proc/loadavg: 1.00 1.08 1.03 2/66 5891
/proc/meminfo: memFree=1959200/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=12184 CPUtime=162.19
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 2641 0 0 0 16217 2 0 0 25 0 1 0 305129709 12476416 2627 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 3046 2627 76 170 0 2873 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 17540

[startup+222.303 s]
/proc/loadavg: 1.00 1.07 1.02 2/66 5891
/proc/meminfo: memFree=1957920/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=13640 CPUtime=222.15
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 2970 0 0 0 22213 2 0 0 25 0 1 0 305129709 13967360 2956 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 3410 2956 76 170 0 3237 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 18996

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.01 2/66 5891
/proc/meminfo: memFree=1956960/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=14420 CPUtime=282.11
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 3194 0 0 0 28209 2 0 0 25 0 1 0 305129709 14766080 3180 1992294400 134512640 135212243 4294956256 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 3605 3180 76 170 0 3432 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 19776

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/66 5891
/proc/meminfo: memFree=1955872/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=15724 CPUtime=342.06
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 3455 0 0 0 34204 2 0 0 25 0 1 0 305129709 16101376 3441 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 3931 3441 76 170 0 3758 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 21080

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 5891
/proc/meminfo: memFree=1954400/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=17208 CPUtime=402.03
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 3807 0 0 0 40201 2 0 0 25 0 1 0 305129709 17620992 3793 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 4302 3793 76 170 0 4129 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 22564

[startup+462.301 s]

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

[pid=5891] ppid=5885 vsize=18592 CPUtime=521.98
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4155 0 0 0 52195 3 0 0 25 0 1 0 305129709 19038208 4141 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 4648 4141 76 170 0 4475 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 23948

[startup+582.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 5891
/proc/meminfo: memFree=1952864/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=18752 CPUtime=581.94
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4203 0 0 0 58191 3 0 0 25 0 1 0 305129709 19202048 4189 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 4688 4189 76 170 0 4515 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 24108

[startup+642.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5891
/proc/meminfo: memFree=1951264/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=20480 CPUtime=641.91
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4589 0 0 0 64187 4 0 0 25 0 1 0 305129709 20971520 4575 1992294400 134512640 135212243 4294956256 18446744073709551615 134537018 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 5120 4575 76 170 0 4947 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 25836

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5891
/proc/meminfo: memFree=1951136/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=20480 CPUtime=701.88
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4595 0 0 0 70184 4 0 0 25 0 1 0 305129709 20971520 4581 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 5120 4581 76 170 0 4947 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 25836

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5891
/proc/meminfo: memFree=1950176/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=21592 CPUtime=761.85
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4810 0 0 0 76181 4 0 0 25 0 1 0 305129709 22110208 4796 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 5398 4796 76 170 0 5225 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 26948

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1949920/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=21912 CPUtime=821.81
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 4887 0 0 0 82177 4 0 0 25 0 1 0 305129709 22437888 4873 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 5478 4873 76 170 0 5305 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 27268

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1949344/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=22420 CPUtime=881.76
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5020 0 0 0 88172 4 0 0 25 0 1 0 305129709 22958080 5006 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 5605 5006 76 170 0 5432 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 27776

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1947488/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=24516 CPUtime=941.73
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5502 0 0 0 94168 5 0 0 25 0 1 0 305129709 25104384 5488 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6129 5488 76 170 0 5956 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 29872

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1947168/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=24824 CPUtime=1001.69
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5578 0 0 0 100164 5 0 0 25 0 1 0 305129709 25419776 5564 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6206 5564 76 170 0 6033 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 30180

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1946912/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=24988 CPUtime=1061.66
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5635 0 0 0 106161 5 0 0 25 0 1 0 305129709 25587712 5621 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6247 5621 76 170 0 6074 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 30344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1945568/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=26156 CPUtime=1121.64
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5956 0 0 0 112158 6 0 0 25 0 1 0 305129709 26783744 5942 1992294400 134512640 135212243 4294956256 18446744073709551615 134532816 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6539 5942 76 170 0 6366 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 31512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1945504/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=26156 CPUtime=1181.61
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5956 0 0 0 118155 6 0 0 25 0 1 0 305129709 26783744 5942 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6539 5942 76 170 0 6366 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 31512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1945504/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=26332 CPUtime=1200
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5965 0 0 0 119994 6 0 0 25 0 1 0 305129709 26963968 5951 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6583 5951 76 170 0 6410 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 31688

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5891
/proc/meminfo: memFree=1945504/2055920 swapFree=4180756/4192956
[pid=5885] ppid=5883 vsize=5356 CPUtime=0
/proc/5885/stat : 5885 (SatELiteGTI) S 5883 5885 5731 0 -1 4194304 335 410 0 0 0 0 0 0 19 0 1 0 305129708 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5885/statm: 1339 239 197 169 0 50 0
[pid=5891] ppid=5885 vsize=26332 CPUtime=1200
/proc/5891/stat : 5891 (minisat_static) R 5885 5885 5731 0 -1 4194304 5965 0 0 0 119994 6 0 0 25 0 1 0 305129709 26963968 5951 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/5891/statm: 6583 5951 76 170 0 6410 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 31688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.03
CPU user time (s): 1199.96
CPU system time (s): 0.072988
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 31688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6720
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= 28
involuntary context switches= 3118

runsolver used 1.08483 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-20 00:09:10
IDJOB=1832252
IDBENCH=24664
IDSOLVER=672
FILE ID=node1/1832252-1242770950
PBS_JOBID= 9322297
Free space on /tmp= 66312 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/others/mod2c-rand3bip-sat-220-1.sat05-2488.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832252-1242770950/watcher-1832252-1242770950 -o /tmp/evaluation-result-1832252-1242770950/solver-1832252-1242770950 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832252-1242770950.cnf -random-seed=1490069933

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

MD5SUM BENCH= 0d50014415a697c0ee7e2c67c987b500
RANDOM SEED=1490069933

node1.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.259
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	: 5931.00
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.259
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:       1970704 kB
Buffers:         11772 kB
Cached:          38672 kB
SwapCached:       6608 kB
Active:          25884 kB
Inactive:        33212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1970704 kB
SwapTotal:     4192956 kB
SwapFree:      4180756 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          13652 kB
Slab:            12148 kB
Committed_AS:  1071124 kB
PageTables:       1436 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= 66312 MiB
End job on node1 at 2009-05-20 00:29:13