Trace number 1833970

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSAT 09z 2009-03-22? (TO) 1200.04 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  114011   339448 |   34203       0        0     nan |  0.000 % |
1.08/1.11	c |         0 |  113182   490657 |      --       0       --      -- |     --   | -829/151209
1.08/1.11	c ==============================================================================
1.08/1.11	c Result  :   #vars: 1091   #clauses: 113182   #literals: 490657
1.08/1.11	c CPU time:   1.08783 s
1.08/1.11	c ==============================================================================
1.19/1.25	c WARNING: for repeatability, setting FPU to use double precision
1.19/1.25	c Number of variables   : 1091         
1.19/1.25	c Number of clauses     : 113182       
1.24/1.31	c Parsing time: 0.05         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-1833970-1242826824/watcher-1833970-1242826824 -o /tmp/evaluation-result-1833970-1242826824/solver-1833970-1242826824 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833970-1242826824.cnf -random-seed=1085002738 

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 11028
/proc/meminfo: memFree=1808376/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=0
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310715916 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11028/statm: 1339 237 197 169 0 50 0

[startup+0.0951761 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11028
/proc/meminfo: memFree=1808376/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=0
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310715916 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11028/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101175 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11028
/proc/meminfo: memFree=1808376/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=0
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310715916 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11028/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301197 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11028
/proc/meminfo: memFree=1808376/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=0
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310715916 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11028/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701238 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11028
/proc/meminfo: memFree=1808376/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=0
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310715916 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11028/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11033
/proc/meminfo: memFree=1795816/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 5356

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1797672/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=8608 CPUtime=1.83
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 2036 0 0 0 182 1 0 0 25 0 1 0 310716041 8814592 2022 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 2152 2022 76 170 0 1979 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13964

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1796328/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=9540 CPUtime=5.03
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 2247 0 0 0 502 1 0 0 25 0 1 0 310716041 9768960 2233 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 2385 2233 76 170 0 2212 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14896

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1795240/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=10468 CPUtime=11.43
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 2483 0 0 0 1141 2 0 0 25 0 1 0 310716041 10719232 2469 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 2617 2469 76 170 0 2444 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15824

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1793576/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=12084 CPUtime=24.23
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 2898 0 0 0 2421 2 0 0 25 0 1 0 310716041 12374016 2884 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 3021 2884 76 170 0 2848 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17440

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1791400/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=14588 CPUtime=49.82
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 3479 0 0 0 4979 3 0 0 25 0 1 0 310716041 14938112 3465 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 3647 3465 76 170 0 3474 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19944

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11034
/proc/meminfo: memFree=1787816/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=18220 CPUtime=101.01
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 4367 0 0 0 10098 3 0 0 25 0 1 0 310716041 18657280 4353 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 4555 4353 76 170 0 4382 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23576

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1785000/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=21064 CPUtime=160.99
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 5068 0 0 0 16095 4 0 0 25 0 1 0 310716041 21569536 5054 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 5266 5054 76 170 0 5093 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 26420

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1780584/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=25452 CPUtime=220.97
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 6157 0 0 0 22091 6 0 0 25 0 1 0 310716041 26062848 6143 1992294400 134512640 135212243 4294956240 18446744073709551615 134526427 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 6363 6143 76 170 0 6190 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 30808

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1778536/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=27436 CPUtime=280.95
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 6666 0 0 0 28088 7 0 0 25 0 1 0 310716041 28094464 6652 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 6859 6652 76 170 0 6686 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 32792

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1773544/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=32460 CPUtime=340.94
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 7897 0 0 0 34086 8 0 0 25 0 1 0 310716041 33239040 7883 1992294400 134512640 135212243 4294956240 18446744073709551615 134526120 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 8115 7883 76 170 0 7942 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 37816

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1772008/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=33996 CPUtime=400.92
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 8284 0 0 0 40084 8 0 0 25 0 1 0 310716041 34811904 8270 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 8499 8270 76 170 0 8326 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 39352

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1771688/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24

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

/proc/11034/statm: 9407 9099 76 170 0 9234 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 42984

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1767848/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=38420 CPUtime=580.86
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 9294 0 0 0 58076 10 0 0 25 0 1 0 310716041 39342080 9280 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 9605 9280 76 170 0 9432 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 43776

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1767336/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=38972 CPUtime=640.85
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 9422 0 0 0 64075 10 0 0 25 0 1 0 310716041 39907328 9408 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 9743 9408 76 170 0 9570 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 44328

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1765736/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=40844 CPUtime=700.84
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 9802 0 0 0 70073 11 0 0 25 0 1 0 310716041 41824256 9788 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 10211 9788 76 170 0 10038 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 46200

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1764392/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=42032 CPUtime=760.82
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 10136 0 0 0 76071 11 0 0 25 0 1 0 310716041 43040768 10122 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 10508 10122 76 170 0 10335 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 47388

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1763880/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=42644 CPUtime=820.8
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 10260 0 0 0 82068 12 0 0 25 0 1 0 310716041 43667456 10246 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 10661 10246 76 170 0 10488 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 48000

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1763688/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=42860 CPUtime=880.78
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 10303 0 0 0 88066 12 0 0 25 0 1 0 310716041 43888640 10289 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 10715 10289 76 170 0 10542 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 48216

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1762344/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=44316 CPUtime=940.76
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 10632 0 0 0 94064 12 0 0 25 0 1 0 310716041 45379584 10618 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11079 10618 76 170 0 10906 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 49672

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1761704/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=44976 CPUtime=1000.74
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 10784 0 0 0 100062 12 0 0 25 0 1 0 310716041 46055424 10770 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11244 10770 76 170 0 11071 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 50332

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1760744/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=45960 CPUtime=1060.74
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 11020 0 0 0 106061 13 0 0 25 0 1 0 310716041 47063040 11006 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11490 11006 76 170 0 11317 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 51316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1760680/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=45960 CPUtime=1120.72
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 11028 0 0 0 112059 13 0 0 25 0 1 0 310716041 47063040 11014 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11490 11014 76 170 0 11317 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 51316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1760616/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=45960 CPUtime=1180.7
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 11029 0 0 0 118057 13 0 0 25 0 1 0 310716041 47063040 11015 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11490 11015 76 170 0 11317 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 51316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11036
/proc/meminfo: memFree=1760616/2055920 swapFree=4180484/4192956
[pid=11028] ppid=11026 vsize=5356 CPUtime=1.24
/proc/11028/stat : 11028 (SatELiteGTI) S 11026 11028 10851 0 -1 4194304 335 3262 0 0 0 0 122 2 16 0 1 0 310715916 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11028/statm: 1339 239 197 169 0 50 0
[pid=11034] ppid=11028 vsize=45960 CPUtime=1198.8
/proc/11034/stat : 11034 (minisat_static) R 11028 11028 10851 0 -1 4194304 11029 0 0 0 119867 13 0 0 25 0 1 0 310716041 47063040 11015 1992294400 134512640 135212243 4294956240 18446744073709551615 134526120 0 0 4096 3 0 0 0 17 1 0 0
/proc/11034/statm: 11490 11015 76 170 0 11317 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 51316

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 11028 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=225813
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 1.25581
# while last known CPU time is 1200.04
#
# 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.04
CPU user time (s): 1199.89
CPU system time (s): 0.15
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 51316

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

runsolver used 1.37679 second user time and 2.99954 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-20 15:40:24
IDJOB=1833970
IDBENCH=71103
IDSOLVER=672
FILE ID=node24/1833970-1242826824
PBS_JOBID= 9322546
Free space on /tmp= 66116 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=1085002738

node24.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.232
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.232
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:       1808856 kB
Buffers:         27912 kB
Cached:         169188 kB
SwapCached:       6356 kB
Active:          48880 kB
Inactive:       156664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808856 kB
SwapTotal:     4192956 kB
SwapFree:      4180484 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            27416 kB
Committed_AS:  1047720 kB
PageTables:       1444 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= 66112 MiB
End job on node24 at 2009-05-20 16:00:26