Trace number 1834238

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.1 1200.61

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-127-100.cnf
MD5SUMdec8fe955e0593e4d06e90539beb035d
Bench CategoryCRAFTED (crafted 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 variables129
Number of clauses268
Sum of the clauses size804
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3268
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 |     268      804 |      80       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 129   #clauses: 268   #literals: 804
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Number of variables   : 129          
0.00/0.00	c Number of clauses     : 268          
0.00/0.00	c Parsing time: 0.00         s
1200.08/1200.61	HOME/SatELiteGTI: line 36: 28705 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-1834238-1242828857/watcher-1834238-1242828857 -o /tmp/evaluation-result-1834238-1242828857/solver-1834238-1242828857 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1834238-1242828857.cnf -random-seed=959579445 

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.98 0.99 3/65 28700
/proc/meminfo: memFree=1874928/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) R 28698 28700 28348 0 -1 4194304 316 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0

[startup+0.030243 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 28700
/proc/meminfo: memFree=1874928/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10125 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 28700
/proc/meminfo: memFree=1874928/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30127 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 28700
/proc/meminfo: memFree=1874928/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701308 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 28700
/proc/meminfo: memFree=1874928/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50139 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1872288/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=4540 CPUtime=1.49
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 787 0 0 0 149 0 0 0 25 0 1 0 310913408 4648960 773 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 1135 773 76 170 0 962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9896

[startup+3.10154 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1871136/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=5904 CPUtime=3.08
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 1099 0 0 0 308 0 0 0 25 0 1 0 310913408 6045696 1085 1992294400 134512640 135212243 4294956240 18446744073709551615 134535603 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 1476 1085 76 170 0 1303 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11260

[startup+6.30185 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1869152/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=7436 CPUtime=6.29
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 1500 0 0 0 628 1 0 0 25 0 1 0 310913408 7614464 1486 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 1859 1486 76 170 0 1686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12792

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1867040/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=9336 CPUtime=12.68
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 1991 0 0 0 1267 1 0 0 25 0 1 0 310913408 9560064 1977 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 2334 1977 76 170 0 2161 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14692

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1864288/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=12148 CPUtime=25.48
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 2667 0 0 0 2546 2 0 0 25 0 1 0 310913408 12439552 2653 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 3037 2653 76 170 0 2864 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17504

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1860576/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=16016 CPUtime=51.07
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 3594 0 0 0 5104 3 0 0 25 0 1 0 310913408 16400384 3580 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 4004 3580 76 170 0 3831 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21372

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1856096/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=20596 CPUtime=102.24
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 4673 0 0 0 10220 4 0 0 25 0 1 0 310913408 21090304 4659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 5149 4659 76 170 0 4976 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25952

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1855456/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=21332 CPUtime=162.21
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 4813 0 0 0 16217 4 0 0 25 0 1 0 310913408 21843968 4799 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 5333 4799 76 170 0 5160 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26688

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1853856/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=22884 CPUtime=222.18
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 5222 0 0 0 22214 4 0 0 25 0 1 0 310913408 23433216 5208 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 5721 5208 76 170 0 5548 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 28240

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1853664/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=23044 CPUtime=282.17
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 5272 0 0 0 28212 5 0 0 25 0 1 0 310913408 23597056 5258 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 5761 5258 76 170 0 5588 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 28400

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1851808/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=25096 CPUtime=342.13
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 5749 0 0 0 34208 5 0 0 25 0 1 0 310913408 25698304 5735 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6274 5735 76 170 0 6101 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 30452

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1851680/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=25096 CPUtime=402.11
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 5762 0 0 0 40206 5 0 0 25 0 1 0 310913408 25698304 5748 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6274 5748 76 170 0 6101 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 30452

[startup+462.301 s]

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

[pid=28705] ppid=28700 vsize=25420 CPUtime=462.09
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 5830 0 0 0 46204 5 0 0 25 0 1 0 310913408 26030080 5816 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6355 5816 76 170 0 6182 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 30776

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1849184/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=27384 CPUtime=522.06
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6364 0 0 0 52200 6 0 0 25 0 1 0 310913408 28041216 6350 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6846 6350 76 170 0 6673 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 32740

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1849184/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=27384 CPUtime=582.04
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6364 0 0 0 58198 6 0 0 25 0 1 0 310913408 28041216 6350 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6846 6350 76 170 0 6673 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 32740

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1848992/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=27672 CPUtime=642.02
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6424 0 0 0 64196 6 0 0 25 0 1 0 310913408 28336128 6410 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 6918 6410 76 170 0 6745 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 33028

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1848288/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=28432 CPUtime=701.99
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6604 0 0 0 70193 6 0 0 25 0 1 0 310913408 29114368 6590 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 7108 6590 76 170 0 6935 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 33788

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1847008/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=29940 CPUtime=761.97
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6901 0 0 0 76190 7 0 0 25 0 1 0 310913408 30658560 6887 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 7485 6887 76 170 0 7312 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 35296

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1847008/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=30084 CPUtime=821.94
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6907 0 0 0 82187 7 0 0 25 0 1 0 310913408 30806016 6893 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 7521 6893 76 170 0 7348 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 35440

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1846816/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=30320 CPUtime=881.91
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 6964 0 0 0 88184 7 0 0 25 0 1 0 310913408 31047680 6950 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 7580 6950 76 170 0 7407 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 35676

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1846176/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=30944 CPUtime=941.89
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7119 0 0 0 94182 7 0 0 25 0 1 0 310913408 31686656 7105 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 7736 7105 76 170 0 7563 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 36300

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1844256/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=32916 CPUtime=1001.86
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7601 0 0 0 100179 7 0 0 25 0 1 0 310913408 33705984 7587 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 8229 7587 76 170 0 8056 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 38272

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1844256/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=32916 CPUtime=1061.84
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7601 0 0 0 106176 8 0 0 25 0 1 0 310913408 33705984 7587 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 8229 7587 76 170 0 8056 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 38272

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1844192/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=33116 CPUtime=1121.81
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7627 0 0 0 112173 8 0 0 25 0 1 0 310913408 33910784 7613 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 8279 7613 76 170 0 8106 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 38472

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1843936/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=33308 CPUtime=1181.78
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7669 0 0 0 118170 8 0 0 25 0 1 0 310913408 34107392 7655 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 8327 7655 76 170 0 8154 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 38664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 28706
/proc/meminfo: memFree=1843872/2055920 swapFree=4180004/4192956
[pid=28700] ppid=28698 vsize=5356 CPUtime=0
/proc/28700/stat : 28700 (SatELiteGTI) S 28698 28700 28348 0 -1 4194304 335 365 0 0 0 0 0 0 19 0 1 0 310913407 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28700/statm: 1339 239 197 169 0 50 0
[pid=28705] ppid=28700 vsize=33308 CPUtime=1200.08
/proc/28705/stat : 28705 (minisat_static) R 28700 28700 28348 0 -1 4194304 7692 0 0 0 120000 8 0 0 25 0 1 0 310913408 34107392 7678 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/28705/statm: 8327 7678 76 170 0 8154 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 38664

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.1
CPU user time (s): 1200
CPU system time (s): 0.097985
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 38664

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

runsolver used 1.05684 second user time and 3.31949 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-20 16:14:17
IDJOB=1834238
IDBENCH=71785
IDSOLVER=672
FILE ID=node56/1834238-1242828857
PBS_JOBID= 9322552
Free space on /tmp= 103036 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-127-100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1834238-1242828857/watcher-1834238-1242828857 -o /tmp/evaluation-result-1834238-1242828857/solver-1834238-1242828857 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1834238-1242828857.cnf -random-seed=959579445

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

MD5SUM BENCH= dec8fe955e0593e4d06e90539beb035d
RANDOM SEED=959579445

node56.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.218
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.218
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:       1875408 kB
Buffers:         50660 kB
Cached:          80524 kB
SwapCached:       7060 kB
Active:          31908 kB
Inactive:       109040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875408 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            25544 kB
Committed_AS:   965284 kB
PageTables:       1472 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= 103036 MiB
End job on node56 at 2009-05-20 16:34:19