Trace number 1834010

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

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c Parsing...
0.00/0.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  139590  1667160 |   41876       0        0     nan |  0.000 % |
0.00/0.24	c ==============================================================================
0.00/0.24	c Result  :   #vars: 55   #clauses: 139590   #literals: 1667160
0.00/0.24	c CPU time:   0.221966 s
0.00/0.24	c ==============================================================================
0.00/0.65	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.65	c Number of variables   : 55           
0.00/0.65	c Number of clauses     : 139590       
0.64/0.80	c Parsing time: 0.13         s
1200.01/1200.41	HOME/SatELiteGTI: line 36: 28219 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-1834010-1242827251/watcher-1834010-1242827251 -o /tmp/evaluation-result-1834010-1242827251/solver-1834010-1242827251 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1834010-1242827251.cnf -random-seed=1935774378 

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/65 28213
/proc/meminfo: memFree=1877456/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0
/proc/28213/stat : 28213 (SatELiteGTI) R 28211 28213 27964 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 310757471 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210723635282 0 0 4100 65536 0 0 0 17 0 0 0
/proc/28213/statm: 1339 235 195 169 0 50 0
[pid=28214] ppid=28213 vsize=5356 CPUtime=0
/proc/28214/stat : 28214 (SatELiteGTI) R 28213 28213 27964 0 -1 4194368 56 188 0 0 0 0 0 0 20 0 1 0 310757471 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210723345827 0 0 4096 65538 0 0 0 17 0 0 0
/proc/28214/statm: 0 0 0 0 0 0 0

[startup+0.034377 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28213
/proc/meminfo: memFree=1877456/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310757471 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28213/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101383 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28213
/proc/meminfo: memFree=1877456/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310757471 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28213/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301405 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28213
/proc/meminfo: memFree=1877456/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310757471 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28213/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701461 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28213
/proc/meminfo: memFree=1877456/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 5356

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1859520/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=14424 CPUtime=0.84
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 3327 0 0 0 82 2 0 0 24 0 1 0 310757536 14770176 3313 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 3606 3313 75 170 0 3433 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19780

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1858624/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=15424 CPUtime=2.43
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 3534 0 0 0 241 2 0 0 25 0 1 0 310757536 15794176 3520 1992294400 134512640 135212243 4294956240 18446744073709551615 134526070 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 3856 3520 75 170 0 3683 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20780

[startup+6.30211 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1857664/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=15956 CPUtime=5.63
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 3639 0 0 0 561 2 0 0 25 0 1 0 310757536 16338944 3625 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 3989 3625 75 170 0 3816 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21312

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1857088/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=16656 CPUtime=12.03
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 3808 0 0 0 1201 2 0 0 25 0 1 0 310757536 17055744 3794 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 4164 3794 75 170 0 3991 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22012

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1856384/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=17488 CPUtime=24.83
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 4015 0 0 0 2480 3 0 0 25 0 1 0 310757536 17907712 4001 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 4372 4001 75 170 0 4199 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22844

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1855168/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=18780 CPUtime=50.41
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 4300 0 0 0 5038 3 0 0 25 0 1 0 310757536 19230720 4286 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 4695 4286 75 170 0 4522 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 24136

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1853248/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=20752 CPUtime=101.6
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 4782 0 0 0 10156 4 0 0 25 0 1 0 310757536 21250048 4768 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 5188 4768 75 170 0 5015 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1852352/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=21832 CPUtime=161.58
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 5023 0 0 0 16154 4 0 0 25 0 1 0 310757536 22355968 5009 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 5458 5009 75 170 0 5285 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 27188

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1850944/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=23216 CPUtime=221.57
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 5344 0 0 0 22152 5 0 0 25 0 1 0 310757536 23773184 5330 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 5804 5330 75 170 0 5631 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 28572

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1849792/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=24348 CPUtime=281.55
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 5621 0 0 0 28150 5 0 0 25 0 1 0 310757536 24932352 5607 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 6087 5607 75 170 0 5914 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 29704

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1848960/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=25092 CPUtime=341.52
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 5815 0 0 0 34147 5 0 0 25 0 1 0 310757536 25694208 5801 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 6273 5801 75 170 0 6100 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 30448

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1848640/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=25544 CPUtime=401.5
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 5893 0 0 0 40145 5 0 0 25 0 1 0 310757536 26157056 5879 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 6386 5879 75 170 0 6213 0
Current children cumulated CPU time (s) 402.14

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

[pid=28219] ppid=28213 vsize=27388 CPUtime=461.49
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 6303 0 0 0 46143 6 0 0 25 0 1 0 310757536 28045312 6289 1992294400 134512640 135212243 4294956240 18446744073709551615 134533032 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 6847 6289 75 170 0 6674 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 32744

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1846208/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=28168 CPUtime=521.47
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 6493 0 0 0 52140 7 0 0 25 0 1 0 310757536 28844032 6479 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 7042 6479 75 170 0 6869 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 33524

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1845440/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=28956 CPUtime=581.45
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 6665 0 0 0 58138 7 0 0 25 0 1 0 310757536 29650944 6651 1992294400 134512640 135212243 4294956240 18446744073709551615 134526159 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 7239 6651 75 170 0 7066 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 34312

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1844608/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=29780 CPUtime=641.44
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 6862 0 0 0 64137 7 0 0 25 0 1 0 310757536 30494720 6848 1992294400 134512640 135212243 4294956240 18446744073709551615 134526172 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 7445 6848 75 170 0 7272 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 35136

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1843136/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=31292 CPUtime=701.42
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 7235 0 0 0 70134 8 0 0 25 0 1 0 310757536 32043008 7221 1992294400 134512640 135212243 4294956240 18446744073709551615 134533675 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 7823 7221 75 170 0 7650 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 36648

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28219
/proc/meminfo: memFree=1842944/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=31456 CPUtime=761.4
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 7274 0 0 0 76132 8 0 0 25 0 1 0 310757536 32210944 7260 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 7864 7260 75 170 0 7691 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 36812

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1841216/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=33252 CPUtime=821.38
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 7647 0 0 0 82129 9 0 0 25 0 1 0 310757536 34050048 7633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526245 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 8313 7633 75 170 0 8140 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 38608

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1841152/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=33252 CPUtime=881.36
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 7656 0 0 0 88127 9 0 0 25 0 1 0 310757536 34050048 7642 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 8313 7642 75 170 0 8140 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 38608

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1839616/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=35088 CPUtime=941.35
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8042 0 0 0 94125 10 0 0 25 0 1 0 310757536 35930112 8028 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 8772 8028 75 170 0 8599 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 40444

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1839552/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=35088 CPUtime=1001.33
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8042 0 0 0 100123 10 0 0 25 0 1 0 310757536 35930112 8028 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 8772 8028 75 170 0 8599 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 40444

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1838976/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=35628 CPUtime=1061.31
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8194 0 0 0 106121 10 0 0 25 0 1 0 310757536 36483072 8180 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 8907 8180 75 170 0 8734 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 40984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1837632/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=36816 CPUtime=1121.29
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8507 0 0 0 112118 11 0 0 25 0 1 0 310757536 37699584 8493 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 9204 8493 75 170 0 9031 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 42172

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1837632/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=36816 CPUtime=1181.28
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8514 0 0 0 118117 11 0 0 25 0 1 0 310757536 37699584 8500 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 9204 8500 75 170 0 9031 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 42172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 28225
/proc/meminfo: memFree=1837312/2055920 swapFree=4179804/4192956
[pid=28213] ppid=28211 vsize=5356 CPUtime=0.64
/proc/28213/stat : 28213 (SatELiteGTI) S 28211 28213 27964 0 -1 4194304 335 4861 0 0 0 0 60 4 16 0 1 0 310757471 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28213/statm: 1339 239 197 169 0 50 0
[pid=28219] ppid=28213 vsize=37220 CPUtime=1199.37
/proc/28219/stat : 28219 (minisat_static) R 28213 28213 27964 0 -1 4194304 8594 0 0 0 119926 11 0 0 25 0 1 0 310757536 38113280 8580 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/28219/statm: 9305 8580 75 170 0 9132 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 42576

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.42
CPU time (s): 1200.04
CPU user time (s): 1199.87
CPU system time (s): 0.166974
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 42576

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

runsolver used 0.989849 second user time and 3.38648 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-20 15:47:31
IDJOB=1834010
IDBENCH=71128
IDSOLVER=672
FILE ID=node73/1834010-1242827251
PBS_JOBID= 9322498
Free space on /tmp= 66028 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1834010-1242827251/watcher-1834010-1242827251 -o /tmp/evaluation-result-1834010-1242827251/solver-1834010-1242827251 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1834010-1242827251.cnf -random-seed=1935774378

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1935774378

node73.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.214
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.214
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:       1878000 kB
Buffers:         23252 kB
Cached:         115188 kB
SwapCached:       7624 kB
Active:          65660 kB
Inactive:        81916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878000 kB
SwapTotal:     4192956 kB
SwapFree:      4179804 kB
Dirty:            6468 kB
Writeback:           0 kB
Mapped:          13896 kB
Slab:            16420 kB
Committed_AS:  1099616 kB
PageTables:       1400 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= 66020 MiB
End job on node73 at 2009-05-20 16:07:34