Trace number 1833934

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.08 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications 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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.48	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.48	c ==============================================================================
0.00/0.48	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.48	c CPU time:   0.470928 s
0.00/0.48	c ==============================================================================
0.00/0.56	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.56	c Number of variables   : 763          
0.00/0.56	c Number of clauses     : 67183        
0.55/0.60	c Parsing time: 0.03         s

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-1833934-1242826293/watcher-1833934-1242826293 -o /tmp/evaluation-result-1833934-1242826293/solver-1833934-1242826293 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833934-1242826293.cnf -random-seed=1309221634 

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 14315
/proc/meminfo: memFree=1844296/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310662527 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14315/statm: 1339 237 197 169 0 50 0

[startup+0.0584169 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14315
/proc/meminfo: memFree=1844296/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310662527 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14315/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101422 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14315
/proc/meminfo: memFree=1844296/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310662527 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14315/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301438 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14315
/proc/meminfo: memFree=1844296/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310662527 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14315/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701482 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14315
/proc/meminfo: memFree=1844296/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 5356

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1837432/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=5876 CPUtime=0.92
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 1345 0 0 0 92 0 0 0 25 0 1 0 310662584 6017024 1331 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 1469 1331 76 170 0 1296 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11232

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1837112/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=6008 CPUtime=2.52
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 1373 0 0 0 252 0 0 0 25 0 1 0 310662584 6152192 1359 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 1502 1359 76 170 0 1329 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11364

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1836600/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=6672 CPUtime=5.72
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 1526 0 0 0 572 0 0 0 25 0 1 0 310662584 6832128 1512 1992294400 134512640 135212243 4294956240 18446744073709551615 134527868 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 1668 1512 76 170 0 1495 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12028

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1835064/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=7772 CPUtime=12.12
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 1822 0 0 0 1211 1 0 0 25 0 1 0 310662584 7958528 1808 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 1943 1808 76 170 0 1770 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13128

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1833784/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=9024 CPUtime=24.92
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 2128 0 0 0 2491 1 0 0 25 0 1 0 310662584 9240576 2114 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 2256 2114 76 170 0 2083 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14380

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1831992/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=10872 CPUtime=50.51
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 2574 0 0 0 5050 1 0 0 25 0 1 0 310662584 11132928 2560 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 2718 2560 76 170 0 2545 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16228

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1829752/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=13288 CPUtime=101.7
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 3133 0 0 0 10168 2 0 0 25 0 1 0 310662584 13606912 3119 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 3322 3119 76 170 0 3149 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18644

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1827192/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=16068 CPUtime=161.69
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 3781 0 0 0 16166 3 0 0 25 0 1 0 310662584 16453632 3767 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 4017 3767 76 170 0 3844 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 21424

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1825528/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=17688 CPUtime=221.67
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 4169 0 0 0 22164 3 0 0 25 0 1 0 310662584 18112512 4155 1992294400 134512640 135212243 4294956240 18446744073709551615 134526052 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 4422 4155 76 170 0 4249 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23044

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1824248/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=19144 CPUtime=281.66
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 4493 0 0 0 28162 4 0 0 25 0 1 0 310662584 19603456 4479 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 4786 4479 76 170 0 4613 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 24500

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1823096/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=20100 CPUtime=341.64
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 4760 0 0 0 34160 4 0 0 25 0 1 0 310662584 20582400 4746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 5025 4746 76 170 0 4852 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 25456

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1823032/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=20220 CPUtime=401.62
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 4771 0 0 0 40158 4 0 0 25 0 1 0 310662584 20705280 4757 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 5055 4757 76 170 0 4882 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 25576

[startup+462.301 s]

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

/proc/14321/statm: 6517 6163 76 170 0 6344 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 31424

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14321
/proc/meminfo: memFree=1815736/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=27664 CPUtime=581.59
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 6582 0 0 0 58152 7 0 0 25 0 1 0 310662584 28327936 6568 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 6916 6568 76 170 0 6743 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 33020

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1814264/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=29148 CPUtime=641.57
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 6937 0 0 0 64150 7 0 0 25 0 1 0 310662584 29847552 6923 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 7287 6923 76 170 0 7114 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 34504

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1814264/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=29148 CPUtime=701.55
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 6944 0 0 0 70148 7 0 0 25 0 1 0 310662584 29847552 6930 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 7287 6930 76 170 0 7114 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 34504

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1812792/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=30696 CPUtime=761.54
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 7304 0 0 0 76146 8 0 0 25 0 1 0 310662584 31432704 7290 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 7674 7290 76 170 0 7501 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 36052

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1810552/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=33112 CPUtime=821.52
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 7852 0 0 0 82143 9 0 0 25 0 1 0 310662584 33906688 7838 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8278 7838 76 170 0 8105 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 38468

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1809976/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=33808 CPUtime=881.51
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8005 0 0 0 88142 9 0 0 25 0 1 0 310662584 34619392 7991 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8452 7991 76 170 0 8279 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 39164

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1809272/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=34580 CPUtime=941.5
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8172 0 0 0 94140 10 0 0 25 0 1 0 310662584 35409920 8158 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8645 8158 76 170 0 8472 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 39936

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1808888/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=34904 CPUtime=1001.48
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8246 0 0 0 100138 10 0 0 25 0 1 0 310662584 35741696 8232 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8726 8232 76 170 0 8553 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 40260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1808824/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=34904 CPUtime=1061.47
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8270 0 0 0 106137 10 0 0 25 0 1 0 310662584 35741696 8256 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8726 8256 76 170 0 8553 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 40260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1808824/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=34904 CPUtime=1121.45
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8278 0 0 0 112135 10 0 0 25 0 1 0 310662584 35741696 8264 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 8726 8264 76 170 0 8553 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 40260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1807352/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=36260 CPUtime=1181.44
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8637 0 0 0 118133 11 0 0 25 0 1 0 310662584 37130240 8623 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 9065 8623 76 170 0 8892 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 41616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14323
/proc/meminfo: memFree=1806776/2055920 swapFree=4179344/4192956
[pid=14315] ppid=14313 vsize=5356 CPUtime=0.55
/proc/14315/stat : 14315 (SatELiteGTI) S 14313 14315 13936 0 -1 4194304 335 2084 0 0 0 0 53 2 16 0 1 0 310662527 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14315/statm: 1339 239 197 169 0 50 0
[pid=14321] ppid=14315 vsize=36952 CPUtime=1199.53
/proc/14321/stat : 14321 (minisat_static) R 14315 14315 13936 0 -1 4194304 8780 0 0 0 119942 11 0 0 25 0 1 0 310662584 37838848 8766 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14321/statm: 9238 8766 76 170 0 9065 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 42308

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14315 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=538918
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 0.564914
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1199.95
CPU system time (s): 0.13
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 42308

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

runsolver used 1.3048 second user time and 3.07153 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-20 15:31:33
IDJOB=1833934
IDBENCH=71078
IDSOLVER=672
FILE ID=node31/1833934-1242826293
PBS_JOBID= 9322500
Free space on /tmp= 66220 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833934-1242826293/watcher-1833934-1242826293 -o /tmp/evaluation-result-1833934-1242826293/solver-1833934-1242826293 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833934-1242826293.cnf -random-seed=1309221634

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1309221634

node31.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.213
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.213
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:       1844776 kB
Buffers:         52312 kB
Cached:         109220 kB
SwapCached:       7176 kB
Active:          58964 kB
Inactive:       112252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844776 kB
SwapTotal:     4192956 kB
SwapFree:      4179344 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:          14312 kB
Slab:            25756 kB
Committed_AS:  1022604 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node31 at 2009-05-20 15:51:36