Trace number 1833930

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.39/1.42	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.39/1.42	c ==============================================================================
1.39/1.42	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.39/1.42	c CPU time:   1.39579 s
1.39/1.42	c ==============================================================================
1.59/1.60	c WARNING: for repeatability, setting FPU to use double precision
1.59/1.61	c Number of variables   : 1298         
1.59/1.61	c Number of clauses     : 143366       
1.59/1.69	c Parsing time: 0.07         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-1833930-1242826250/watcher-1833930-1242826250 -o /tmp/evaluation-result-1833930-1242826250/solver-1833930-1242826250 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833930-1242826250.cnf -random-seed=1695592324 

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 14597
/proc/meminfo: memFree=1848016/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0

[startup+0.0835139 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14597
/proc/meminfo: memFree=1848016/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102516 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14597
/proc/meminfo: memFree=1848016/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302538 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14597
/proc/meminfo: memFree=1848016/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701589 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14597
/proc/meminfo: memFree=1848016/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14602
/proc/meminfo: memFree=1832448/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=0
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310653187 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14597/statm: 1339 237 197 169 0 50 0
[pid=14601] ppid=14597 vsize=14884 CPUtime=1.49
/proc/14601/stat : 14601 (SatELite_releas) R 14597 14597 14419 0 -1 4194304 3736 0 0 0 146 3 0 0 25 0 1 0 310653188 15241216 3442 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/14601/statm: 3721 3442 76 173 0 3546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20240

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1835264/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=10360 CPUtime=1.47
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 2419 0 0 0 147 0 0 0 25 0 1 0 310653348 10608640 2405 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 2590 2405 76 170 0 2417 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 15716

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1833728/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=10888 CPUtime=4.68
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 2550 0 0 0 467 1 0 0 25 0 1 0 310653348 11149312 2536 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 2722 2536 76 170 0 2549 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16244

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1831816/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=13000 CPUtime=11.07
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 3093 0 0 0 1106 1 0 0 25 0 1 0 310653348 13312000 3079 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 3250 3079 76 170 0 3077 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18356

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1830024/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=14876 CPUtime=23.87
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 3535 0 0 0 2385 2 0 0 25 0 1 0 310653348 15233024 3521 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 3719 3521 76 170 0 3546 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20232

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1827592/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=17348 CPUtime=49.46
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 4146 0 0 0 4943 3 0 0 25 0 1 0 310653348 17764352 4132 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 4337 4132 76 170 0 4164 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22704

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1822984/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=22072 CPUtime=100.64
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 5315 0 0 0 10060 4 0 0 25 0 1 0 310653348 22601728 5301 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 5518 5301 76 170 0 5345 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 27428

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1819528/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=25664 CPUtime=160.63
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 6168 0 0 0 16058 5 0 0 25 0 1 0 310653348 26279936 6154 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 6416 6154 76 170 0 6243 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31020

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1818376/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=26912 CPUtime=220.62
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 6456 0 0 0 22056 6 0 0 25 0 1 0 310653348 27557888 6442 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 6728 6442 76 170 0 6555 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 32268

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 14603
/proc/meminfo: memFree=1816968/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=28308 CPUtime=280.6
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 6797 0 0 0 28054 6 0 0 25 0 1 0 310653348 28987392 6783 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 7077 6783 76 170 0 6904 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 33664

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1814984/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=30320 CPUtime=340.58
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 7298 0 0 0 34051 7 0 0 25 0 1 0 310653348 31047680 7284 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 7580 7284 76 170 0 7407 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 35676

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1813512/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=31884 CPUtime=400.56
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 7672 0 0 0 40049 7 0 0 25 0 1 0 310653348 32649216 7658 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 7971 7658 76 170 0 7798 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 37240

[startup+462.303 s]

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

/proc/14603/statm: 8491 8160 76 170 0 8318 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 39320

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1809032/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=36316 CPUtime=580.52
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 8758 0 0 0 58043 9 0 0 25 0 1 0 310653348 37187584 8744 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 9079 8744 76 170 0 8906 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 41672

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1809032/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=36316 CPUtime=640.51
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 8764 0 0 0 64042 9 0 0 25 0 1 0 310653348 37187584 8750 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 9079 8750 76 170 0 8906 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 41672

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1804040/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=41704 CPUtime=700.48
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 10001 0 0 0 70038 10 0 0 25 0 1 0 310653348 42704896 9987 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 10426 9987 76 170 0 10253 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 47060

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14603
/proc/meminfo: memFree=1798344/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=47448 CPUtime=760.48
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 11414 0 0 0 76036 12 0 0 25 0 1 0 310653348 48586752 11400 1992294400 134512640 135212243 4294956240 18446744073709551615 134526120 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 11862 11400 76 170 0 11689 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 52804

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1798344/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=47448 CPUtime=820.45
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 11420 0 0 0 82033 12 0 0 25 0 1 0 310653348 48586752 11406 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 11862 11406 76 170 0 11689 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 52804

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1796232/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=49628 CPUtime=880.44
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 11941 0 0 0 88032 12 0 0 25 0 1 0 310653348 50819072 11927 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 12407 11927 76 170 0 12234 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 54984

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1793480/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=52464 CPUtime=940.42
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 12623 0 0 0 94029 13 0 0 25 0 1 0 310653348 53723136 12609 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13116 12609 76 170 0 12943 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 57820

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1793416/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=52464 CPUtime=1000.41
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 12627 0 0 0 100027 14 0 0 25 0 1 0 310653348 53723136 12613 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13116 12613 76 170 0 12943 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 57820

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1793096/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=52860 CPUtime=1060.39
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 12729 0 0 0 106025 14 0 0 25 0 1 0 310653348 54128640 12715 1992294400 134512640 135212243 4294956240 18446744073709551615 134526126 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13215 12715 76 170 0 13042 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 58216

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1789896/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=55904 CPUtime=1120.38
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 13497 0 0 0 112023 15 0 0 25 0 1 0 310653348 57245696 13483 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13976 13483 76 170 0 13803 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 61260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1790600/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=54960 CPUtime=1180.36
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 13507 0 0 0 118021 15 0 0 25 0 1 0 310653348 56279040 13264 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13740 13264 76 170 0 13567 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 60316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14605
/proc/meminfo: memFree=1790600/2055920 swapFree=4178740/4192956
[pid=14597] ppid=14595 vsize=5356 CPUtime=1.59
/proc/14597/stat : 14597 (SatELiteGTI) S 14595 14597 14419 0 -1 4194304 335 3988 0 0 0 0 156 3 16 0 1 0 310653187 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14597/statm: 1339 239 197 169 0 50 0
[pid=14603] ppid=14597 vsize=54960 CPUtime=1198.46
/proc/14603/stat : 14603 (minisat_static) R 14597 14597 14419 0 -1 4194304 13508 0 0 0 119831 15 0 0 25 0 1 0 310653348 56279040 13265 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/14603/statm: 13740 13265 76 170 0 13567 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 60316

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 14597 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=568761
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=41993
# CPU time returned by wait4() is 1.61075
# while last known CPU time is 1200.05
#
# 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.05
CPU user time (s): 1199.87
CPU system time (s): 0.18
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 61260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.56876
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4323
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.3258 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-20 15:30:50
IDJOB=1833930
IDBENCH=71076
IDSOLVER=672
FILE ID=node42/1833930-1242826250
PBS_JOBID= 9322521
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=1695592324

node42.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:       1848496 kB
Buffers:         51508 kB
Cached:         106036 kB
SwapCached:       8852 kB
Active:          54524 kB
Inactive:       113672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848496 kB
SwapTotal:     4192956 kB
SwapFree:      4178740 kB
Dirty:            3884 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            25340 kB
Committed_AS:  1132104 kB
PageTables:       1396 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= 66360 MiB
End job on node42 at 2009-05-20 15:50:53