Trace number 1833268

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.61

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/540/
unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
MD5SUM385aa4c60934b13e455a567c42e0ab0c
Bench CategoryRANDOM (random 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 variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2295     6885 |     688       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2283     6911 |      --       0       --      -- |     --   | -12/26
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 528   #clauses: 2283   #literals: 6911
0.00/0.01	c CPU time:   0.005999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 528          
0.00/0.01	c Number of clauses     : 2283         
0.00/0.01	c Parsing time: 0.00         s
1200.02/1200.61	HOME/SatELiteGTI: line 36: 17678 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1833268-1242803749/watcher-1833268-1242803749 -o /tmp/evaluation-result-1833268-1242803749/solver-1833268-1242803749 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833268-1242803749.cnf -random-seed=1077953811 

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: 0.99 0.97 0.98 3/64 17672
/proc/meminfo: memFree=1875632/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 308408832 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17672/statm: 1339 237 197 169 0 50 0

[startup+0.0625491 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17672
/proc/meminfo: memFree=1875632/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101549 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17672
/proc/meminfo: memFree=1875632/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301571 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17672
/proc/meminfo: memFree=1875632/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701617 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 17672
/proc/meminfo: memFree=1875632/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5017 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1873056/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=4396 CPUtime=1.48
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 739 0 0 0 148 0 0 0 25 0 1 0 308408834 4501504 725 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 1099 725 76 170 0 926 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9752

[startup+3.10288 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1871904/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=5488 CPUtime=3.08
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 1025 0 0 0 308 0 0 0 25 0 1 0 308408834 5619712 1011 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 1372 1011 76 170 0 1199 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10844

[startup+6.30124 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1870112/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=6976 CPUtime=6.27
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 1406 0 0 0 627 0 0 0 25 0 1 0 308408834 7143424 1392 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 1744 1392 76 170 0 1571 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12332

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1867808/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=9044 CPUtime=12.68
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 1907 0 0 0 1267 1 0 0 25 0 1 0 308408834 9261056 1893 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 2261 1893 76 170 0 2088 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14400

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1865440/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=11428 CPUtime=25.47
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 2498 0 0 0 2546 1 0 0 25 0 1 0 308408834 11702272 2484 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 2857 2484 76 170 0 2684 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16784

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1864800/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=12092 CPUtime=51.04
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 2669 0 0 0 5103 1 0 0 25 0 1 0 308408834 12382208 2655 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 3023 2655 76 170 0 2850 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 17448

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1863008/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=13684 CPUtime=102.23
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 3061 0 0 0 10221 2 0 0 25 0 1 0 308408834 14012416 3047 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 3421 3047 76 170 0 3248 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19040

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1861792/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=15064 CPUtime=162.2
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 3355 0 0 0 16218 2 0 0 25 0 1 0 308408834 15425536 3341 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 3766 3341 76 170 0 3593 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20420

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1860448/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=16264 CPUtime=222.17
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 3679 0 0 0 22215 2 0 0 25 0 1 0 308408834 16654336 3665 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 4066 3665 76 170 0 3893 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 21620

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1859040/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=17608 CPUtime=282.16
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 4028 0 0 0 28213 3 0 0 25 0 1 0 308408834 18030592 4014 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 4402 4014 76 170 0 4229 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 22964

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1857504/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=19204 CPUtime=342.12
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 4406 0 0 0 34209 3 0 0 25 0 1 0 308408834 19664896 4392 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 4801 4392 76 170 0 4628 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 24560

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1857312/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=19352 CPUtime=402.1
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 4441 0 0 0 40206 4 0 0 25 0 1 0 308408834 19816448 4427 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 4838 4427 76 170 0 4665 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 24708

[startup+462.301 s]

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

[pid=17678] ppid=17672 vsize=20804 CPUtime=462.05
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 4828 0 0 0 46201 4 0 0 25 0 1 0 308408834 21303296 4814 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 5201 4814 76 170 0 5028 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 26160

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1855584/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=20936 CPUtime=522.02
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 4857 0 0 0 52198 4 0 0 25 0 1 0 308408834 21438464 4843 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 5234 4843 76 170 0 5061 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 26292

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1853664/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=22948 CPUtime=581.97
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 5320 0 0 0 58192 5 0 0 25 0 1 0 308408834 23498752 5306 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 5737 5306 76 170 0 5564 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 28304

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1853664/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=23084 CPUtime=641.95
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 5331 0 0 0 64190 5 0 0 25 0 1 0 308408834 23638016 5317 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 5771 5317 76 170 0 5598 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 28440

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1851936/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=24668 CPUtime=701.93
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 5760 0 0 0 70187 6 0 0 25 0 1 0 308408834 25260032 5746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6167 5746 76 170 0 5994 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 30024

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1851680/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=24932 CPUtime=761.91
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 5810 0 0 0 76185 6 0 0 25 0 1 0 308408834 25530368 5796 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6233 5796 76 170 0 6060 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 30288

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1851488/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=25088 CPUtime=821.88
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 5837 0 0 0 82182 6 0 0 25 0 1 0 308408834 25690112 5823 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6272 5823 76 170 0 6099 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 30444

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1849440/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=27060 CPUtime=881.85
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 6359 0 0 0 88179 6 0 0 25 0 1 0 308408834 27709440 6345 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6765 6345 76 170 0 6592 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 32416

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1849248/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=27192 CPUtime=941.81
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 6384 0 0 0 94175 6 0 0 25 0 1 0 308408834 27844608 6370 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6798 6370 76 170 0 6625 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 32548

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1849184/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=27192 CPUtime=1001.79
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 6403 0 0 0 100173 6 0 0 25 0 1 0 308408834 27844608 6389 1992294400 134512640 135212243 4294956240 18446744073709551615 134526068 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6798 6389 76 170 0 6625 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 32548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1848928/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=27516 CPUtime=1061.77
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 6463 0 0 0 106170 7 0 0 25 0 1 0 308408834 28176384 6449 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 6879 6449 76 170 0 6706 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 32872

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1846624/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=29716 CPUtime=1121.74
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 7024 0 0 0 112166 8 0 0 25 0 1 0 308408834 30429184 7010 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 7429 7010 76 170 0 7256 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 35072

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1846560/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=29716 CPUtime=1181.72
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 7024 0 0 0 118164 8 0 0 25 0 1 0 308408834 30429184 7010 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 7429 7010 76 170 0 7256 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 35072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17678
/proc/meminfo: memFree=1846560/2055920 swapFree=4180796/4192956
[pid=17672] ppid=17670 vsize=5356 CPUtime=0
/proc/17672/stat : 17672 (SatELiteGTI) S 17670 17672 17483 0 -1 4194304 335 427 0 0 0 0 0 0 16 0 1 0 308408832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17672/statm: 1339 239 197 169 0 50 0
[pid=17678] ppid=17672 vsize=29716 CPUtime=1200.02
/proc/17678/stat : 17678 (minisat_static) R 17672 17672 17483 0 -1 4194304 7024 0 0 0 119994 8 0 0 25 0 1 0 308408834 30429184 7010 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/17678/statm: 7429 7010 76 170 0 7256 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 35072

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)
Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.95
CPU system time (s): 0.089986
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 35072

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

runsolver used 0.967852 second user time and 3.40948 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-20 09:15:49
IDJOB=1833268
IDBENCH=70597
IDSOLVER=672
FILE ID=node5/1833268-1242803749
PBS_JOBID= 9322457
Free space on /tmp= 66404 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/540/unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833268-1242803749/watcher-1833268-1242803749 -o /tmp/evaluation-result-1833268-1242803749/solver-1833268-1242803749 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833268-1242803749.cnf -random-seed=1077953811

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

MD5SUM BENCH= 385aa4c60934b13e455a567c42e0ab0c
RANDOM SEED=1077953811

node5.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.212
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.212
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:       1876112 kB
Buffers:         37632 kB
Cached:          96024 kB
SwapCached:       6832 kB
Active:          35580 kB
Inactive:       106856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876112 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            23512 kB
Committed_AS:  1107472 kB
PageTables:       1392 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= 66404 MiB
End job on node5 at 2009-05-20 09:35:52