Trace number 1837527

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) 10000.1 10002.7

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3892.92
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.467928 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-1837527-1242876923/watcher-1837527-1242876923 -o /tmp/evaluation-result-1837527-1242876923/solver-1837527-1242876923 -C 10000 -W 12000 -M 1800 SatELiteGTI HOME/instance-1837527-1242876923.cnf -random-seed=400486021 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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 7576
/proc/meminfo: memFree=1591664/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 309 250 0 0 0 0 0 0 19 0 1 0 315718334 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7576/statm: 1339 237 197 169 0 50 0

[startup+0.0143761 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7576
/proc/meminfo: memFree=1591664/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 309 250 0 0 0 0 0 0 19 0 1 0 315718334 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7576/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101381 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7576
/proc/meminfo: memFree=1591664/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 309 250 0 0 0 0 0 0 19 0 1 0 315718334 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7576/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301396 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7576
/proc/meminfo: memFree=1591664/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 309 250 0 0 0 0 0 0 19 0 1 0 315718334 5484544 237 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7576/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701437 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7576
/proc/meminfo: memFree=1591664/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 5356

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1584792/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=5876 CPUtime=0.92
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 1345 0 0 0 92 0 0 0 25 0 1 0 315718391 6017024 1331 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 1469 1331 76 170 0 1296 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11232

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1584472/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=6008 CPUtime=2.52
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 1371 0 0 0 252 0 0 0 25 0 1 0 315718391 6152192 1357 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 1502 1357 76 170 0 1329 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11364

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1584088/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=6540 CPUtime=5.72
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 1502 0 0 0 572 0 0 0 25 0 1 0 315718391 6696960 1488 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 1635 1488 76 170 0 1462 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11896

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1582624/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=7772 CPUtime=12.12
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 1814 0 0 0 1212 0 0 0 25 0 1 0 315718391 7958528 1800 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 1943 1800 76 170 0 1770 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13128

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1581344/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=9024 CPUtime=24.91
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 2118 0 0 0 2491 0 0 0 25 0 1 0 315718391 9240576 2104 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 2256 2104 76 170 0 2083 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14380

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1579552/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=10872 CPUtime=50.51
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 2569 0 0 0 5050 1 0 0 25 0 1 0 315718391 11132928 2555 1992294400 134512640 135212243 4294956240 18446744073709551615 134532828 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 2718 2555 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 7582
/proc/meminfo: memFree=1577312/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=13288 CPUtime=101.69
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 3133 0 0 0 10168 1 0 0 25 0 1 0 315718391 13606912 3119 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 3322 3119 76 170 0 3149 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18644

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1574688/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=16068 CPUtime=161.68
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 3774 0 0 0 16165 3 0 0 25 0 1 0 315718391 16453632 3760 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 4017 3760 76 170 0 3844 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 21424

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1573088/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=17688 CPUtime=221.66
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 4169 0 0 0 22163 3 0 0 25 0 1 0 315718391 18112512 4155 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 4422 4155 76 170 0 4249 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 23044

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1571744/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=19144 CPUtime=281.65
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 4492 0 0 0 28161 4 0 0 25 0 1 0 315718391 19603456 4478 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 4786 4478 76 170 0 4613 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 24500

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1570656/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=20100 CPUtime=341.63
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 4760 0 0 0 34159 4 0 0 25 0 1 0 315718391 20582400 4746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 5025 4746 76 170 0 4852 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 25456

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7582
/proc/meminfo: memFree=1570592/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=20220 CPUtime=401.61
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 4771 0 0 0 40157 4 0 0 25 0 1 0 315718391 20705280 4757 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 5055 4757 76 170 0 4882 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 25576

[startup+462.302 s]

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

/proc/7582/statm: 24552 23248 76 170 0 24379 0
Current children cumulated CPU time (s) 9399.82
Current children cumulated vsize (KiB) 103564

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1493984/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=98208 CPUtime=9459.25
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23279 0 0 0 945880 45 0 0 25 0 1 0 315718391 100564992 23248 1992294400 134512640 135212243 4294956240 18446744073709551615 134533014 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24552 23248 76 170 0 24379 0
Current children cumulated CPU time (s) 9459.8
Current children cumulated vsize (KiB) 103564

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1493984/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=98208 CPUtime=9519.24
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23279 0 0 0 951878 46 0 0 25 0 1 0 315718391 100564992 23248 1992294400 134512640 135212243 4294956240 18446744073709551615 134526141 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24552 23248 76 170 0 24379 0
Current children cumulated CPU time (s) 9519.79
Current children cumulated vsize (KiB) 103564

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1493728/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=98452 CPUtime=9579.22
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23335 0 0 0 957876 46 0 0 25 0 1 0 315718391 100814848 23304 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24613 23304 76 170 0 24440 0
Current children cumulated CPU time (s) 9579.77
Current children cumulated vsize (KiB) 103808

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1493728/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=98452 CPUtime=9639.2
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23335 0 0 0 963874 46 0 0 25 0 1 0 315718391 100814848 23304 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24613 23304 76 170 0 24440 0
Current children cumulated CPU time (s) 9639.75
Current children cumulated vsize (KiB) 103808

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1493728/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=98452 CPUtime=9699.19
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23337 0 0 0 969873 46 0 0 25 0 1 0 315718391 100814848 23306 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24613 23306 76 170 0 24440 0
Current children cumulated CPU time (s) 9699.74
Current children cumulated vsize (KiB) 103808

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1492832/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=99472 CPUtime=9759.18
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23557 0 0 0 975871 47 0 0 25 0 1 0 315718391 101859328 23526 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24868 23526 76 170 0 24695 0
Current children cumulated CPU time (s) 9759.73
Current children cumulated vsize (KiB) 104828

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1492768/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=99472 CPUtime=9819.16
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23560 0 0 0 981869 47 0 0 25 0 1 0 315718391 101859328 23529 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24868 23529 76 170 0 24695 0
Current children cumulated CPU time (s) 9819.71
Current children cumulated vsize (KiB) 104828

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7606
/proc/meminfo: memFree=1492704/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=99472 CPUtime=9879.15
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23570 0 0 0 987868 47 0 0 25 0 1 0 315718391 101859328 23539 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24868 23539 76 170 0 24695 0
Current children cumulated CPU time (s) 9879.7
Current children cumulated vsize (KiB) 104828

[startup+9942.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 7606
/proc/meminfo: memFree=1492640/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=99632 CPUtime=9939.13
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23586 0 0 0 993866 47 0 0 25 0 1 0 315718391 102023168 23555 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 24908 23555 76 170 0 24735 0
Current children cumulated CPU time (s) 9939.68
Current children cumulated vsize (KiB) 104988

[startup+10002.3 s]
/proc/loadavg: 1.14 1.05 1.01 2/66 7606
/proc/meminfo: memFree=1492256/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=100200 CPUtime=9999.11
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23674 0 0 0 999864 47 0 0 25 0 1 0 315718391 102604800 23643 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 25050 23643 76 170 0 24877 0
Current children cumulated CPU time (s) 9999.66
Current children cumulated vsize (KiB) 105556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.7 s]
/proc/loadavg: 1.14 1.05 1.01 2/66 7606
/proc/meminfo: memFree=1492256/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=100200 CPUtime=9999.51
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23674 0 0 0 999904 47 0 0 25 0 1 0 315718391 102604800 23643 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 25050 23643 76 170 0 24877 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 105556

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

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

[startup+10002.7 s]
/proc/loadavg: 1.14 1.05 1.01 2/66 7606
/proc/meminfo: memFree=1492256/2055920 swapFree=4180368/4192956
[pid=7576] ppid=7574 vsize=5356 CPUtime=0.55
/proc/7576/stat : 7576 (SatELiteGTI) S 7574 7576 7497 0 -1 4194304 333 2084 0 0 0 0 54 1 16 0 1 0 315718334 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7576/statm: 1339 239 197 169 0 50 0
[pid=7582] ppid=7576 vsize=100200 CPUtime=9999.51
/proc/7582/stat : 7582 (minisat_static) R 7576 7576 7497 0 -1 4194304 23674 0 0 0 999904 47 0 0 25 0 1 0 315718391 102604800 23643 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 1 0 0
/proc/7582/statm: 25050 23643 76 170 0 24877 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 105556

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10002.7
CPU time (s): 10000.1
CPU user time (s): 9999.58
CPU system time (s): 0.48
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 105556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.548916
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2417
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= 9

runsolver used 11.4023 second user time and 24.8622 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-21 05:35:23
IDJOB=1837527
IDBENCH=71078
IDSOLVER=675
FILE ID=node69/1837527-1242876923
PBS_JOBID= 9328605
Free space on /tmp= 66040 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-1837527-1242876923/watcher-1837527-1242876923 -o /tmp/evaluation-result-1837527-1242876923/solver-1837527-1242876923 -C 10000 -W 12000 -M 1800  SatELiteGTI HOME/instance-1837527-1242876923.cnf -random-seed=400486021

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=400486021

node69.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.231
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.231
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:       1592216 kB
Buffers:         48068 kB
Cached:         363624 kB
SwapCached:       6848 kB
Active:         177664 kB
Inactive:       242992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592216 kB
SwapTotal:     4192956 kB
SwapFree:      4180368 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            28988 kB
Committed_AS:   984200 kB
PageTables:       1480 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= 66036 MiB
End job on node69 at 2009-05-21 08:22:08