Trace number 1715745

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
LySAT c/2009-03-20? (TO) 1200.01 1200.61

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark693.225
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

0.00/0.00	c Parsing...
0.99/1.04	c ==============================================================================
0.99/1.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.04	c ==============================================================================
0.99/1.04	c |         0 | 1169811  2731363 |  350943       0        0     nan |  0.000 % |
7.99/8.08	c |         0 |  742042  2048362 |      --       0       --      -- |     --   | -220822/-216972
7.99/8.09	c ==============================================================================
7.99/8.09	c Result  :   #vars: 129041   #clauses: 742042   #literals: 2048362
7.99/8.09	c CPU time:   7.79382 s
7.99/8.09	c ==============================================================================
8.99/9.03	This is MiniSat 2.0 beta
8.99/9.03	WARNING: for repeatability, setting FPU to use double precision
8.99/9.03	============================[ Problem Statistics ]=============================
8.99/9.03	|                                                                             |
8.99/9.03	|  Number of variables:  129041                                               |
8.99/9.03	|  Number of clauses:    742042                                               |
9.02/9.50	|  Parsing time:         0.41         s                                       |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1715745-1240606941/watcher-1715745-1240606941 -o /tmp/evaluation-result-1715745-1240606941/solver-1715745-1240606941 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1715745-1240606941.cnf c 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 10201
/proc/meminfo: memFree=1089336/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) R 10199 10201 10128 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10201/statm: 1339 234 194 169 0 50 0
[pid=10202] ppid=10201 vsize=1140 CPUtime=0
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 88726875 1167360 196 1992294400 134512640 135034092 4294956112 18446744073709551615 134544920 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 285 196 50 127 0 155 0

[startup+0.0353641 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 10201
/proc/meminfo: memFree=1089336/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=6500 CPUtime=0.02
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 1496 0 0 0 2 0 0 0 19 0 1 0 88726875 6656000 1480 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 1625 1481 50 127 0 1495 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11856

[startup+0.10137 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 10201
/proc/meminfo: memFree=1089336/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=21832 CPUtime=0.09
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 4405 0 0 0 7 2 0 0 19 0 1 0 88726875 22355968 4389 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 5458 4390 50 127 0 5328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27188

[startup+0.301393 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 10201
/proc/meminfo: memFree=1089336/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=53612 CPUtime=0.29
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 12295 0 0 0 23 6 0 0 21 0 1 0 88726875 54898688 12280 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 13403 12280 50 127 0 13273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58968

[startup+0.701441 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 10201
/proc/meminfo: memFree=1089336/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=82372 CPUtime=0.69
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 20180 0 0 0 58 11 0 0 25 0 1 0 88726875 84348928 20164 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 20593 20164 51 127 0 20463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87728

[startup+1.50153 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10203
/proc/meminfo: memFree=983784/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=124856 CPUtime=1.49
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 31461 0 0 0 131 18 0 0 25 0 1 0 88726875 127852544 28678 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 31214 28678 68 127 0 31084 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130212

[startup+3.10172 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10203
/proc/meminfo: memFree=965352/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=139140 CPUtime=3.09
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 34181 0 0 0 289 20 0 0 25 0 1 0 88726875 142479360 31398 1992294400 134512640 135034092 4294956112 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 34785 31398 68 127 0 34655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144496

[startup+6.3011 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10203
/proc/meminfo: memFree=957928/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=0
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 88726875 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10201/statm: 1339 235 195 169 0 50 0
[pid=10202] ppid=10201 vsize=141152 CPUtime=6.28
/proc/10202/stat : 10202 (SatElite) R 10201 10201 10128 0 -1 4194304 38519 0 0 0 605 23 0 0 25 0 1 0 88726875 144539648 32042 1992294400 134512640 135034092 4294956112 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/10202/statm: 35288 32042 68 127 0 35158 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 146508

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10204
/proc/meminfo: memFree=1025136/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=43604 CPUtime=3.64
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 10291 0 0 0 358 6 0 0 25 0 1 0 88727779 44650496 10264 1992294400 134512640 135214827 4294956224 18446744073709551615 134529189 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 10901 10264 77 171 0 10728 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48960

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10204
/proc/meminfo: memFree=1022768/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=46508 CPUtime=16.44
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 11007 0 0 0 1637 7 0 0 25 0 1 0 88727779 47624192 10980 1992294400 134512640 135214827 4294956224 18446744073709551615 134529709 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 11627 10980 77 171 0 11454 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 51864

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.71 2/66 10204
/proc/meminfo: memFree=1014768/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=54884 CPUtime=42.01
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 13089 0 0 0 4192 9 0 0 25 0 1 0 88727779 56201216 13062 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10204/statm: 13721 13062 77 171 0 13548 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 60240

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.72 2/66 10204
/proc/meminfo: memFree=994160/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=75336 CPUtime=93.18
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 18205 0 0 0 9304 14 0 0 25 0 1 0 88727779 77144064 18178 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 18834 18178 77 171 0 18661 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 80692

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/66 10204
/proc/meminfo: memFree=958192/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=111684 CPUtime=153.14
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 27283 0 0 0 15293 21 0 0 25 0 1 0 88727779 114364416 27256 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 27921 27256 77 171 0 27748 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 117040

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 10204
/proc/meminfo: memFree=909872/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=159524 CPUtime=213.12
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 39246 0 0 0 21279 33 0 0 25 0 1 0 88727779 163352576 39219 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 39881 39219 77 171 0 39708 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 164880

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 10204
/proc/meminfo: memFree=883632/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=186148 CPUtime=273.1
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 45892 0 0 0 27270 40 0 0 25 0 1 0 88727779 190615552 45865 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 46537 45865 77 171 0 46364 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 191504

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 10204
/proc/meminfo: memFree=855024/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=214340 CPUtime=333.07
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 52937 0 0 0 33261 46 0 0 25 0 1 0 88727779 219484160 52910 1992294400 134512640 135214827 4294956224 18446744073709551615 134538176 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 53585 52910 77 171 0 53412 0

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

/proc/10204/statm: 75856 75146 77 171 0 75683 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 308780

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 10204
/proc/meminfo: memFree=727280/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=342088 CPUtime=572.96
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 84866 0 0 0 57223 73 0 0 25 0 1 0 88727779 350298112 84839 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 85522 84839 77 171 0 85349 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 347444

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 10204
/proc/meminfo: memFree=685744/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=383116 CPUtime=632.95
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 95146 0 0 0 63213 82 0 0 25 0 1 0 88727779 392310784 95119 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 95779 95119 77 171 0 95606 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 388472

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 10204
/proc/meminfo: memFree=663152/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=406020 CPUtime=692.91
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 100875 0 0 0 69205 86 0 0 25 0 1 0 88727779 415764480 100848 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 101505 100848 77 171 0 101332 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 411376

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 10204
/proc/meminfo: memFree=630576/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=438064 CPUtime=752.89
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 108903 0 0 0 75195 94 0 0 25 0 1 0 88727779 448577536 108876 1992294400 134512640 135214827 4294956224 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 109516 108876 77 171 0 109343 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 443420

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 10204
/proc/meminfo: memFree=604912/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=464428 CPUtime=812.86
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 115397 0 0 0 81187 99 0 0 25 0 1 0 88727779 475574272 115370 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 116107 115370 77 171 0 115934 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 469784

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 10204
/proc/meminfo: memFree=575408/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=493692 CPUtime=872.85
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 122713 0 0 0 87178 107 0 0 25 0 1 0 88727779 505540608 122686 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 123423 122686 77 171 0 123250 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 499048

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 10204
/proc/meminfo: memFree=544176/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=525116 CPUtime=932.81
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 130591 0 0 0 93166 115 0 0 25 0 1 0 88727779 537718784 130564 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 131279 130564 77 171 0 131106 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 530472

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 10204
/proc/meminfo: memFree=510576/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=558376 CPUtime=992.77
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 138910 0 0 0 99154 123 0 0 25 0 1 0 88727779 571777024 138883 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/10204/statm: 139594 138883 77 171 0 139421 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 563732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 10204
/proc/meminfo: memFree=479984/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=589232 CPUtime=1052.76
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 146639 0 0 0 105145 131 0 0 25 0 1 0 88727779 603373568 146612 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 147308 146612 77 171 0 147135 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 594588

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 10204
/proc/meminfo: memFree=438064/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=630732 CPUtime=1112.72
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 157015 0 0 0 111133 139 0 0 25 0 1 0 88727779 645869568 156988 1992294400 134512640 135214827 4294956224 18446744073709551615 134527338 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 157683 156988 77 171 0 157510 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 636088

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 10204
/proc/meminfo: memFree=398640/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=670524 CPUtime=1172.69
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 166966 0 0 0 117122 147 0 0 25 0 1 0 88727779 686616576 166939 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 167631 166939 77 171 0 167458 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 675880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 10204
/proc/meminfo: memFree=385584/2055920 swapFree=4192956/4192956
[pid=10201] ppid=10199 vsize=5356 CPUtime=9.02
/proc/10201/stat : 10201 (lysat.sh) S 10199 10201 10128 0 -1 4194304 310 49860 0 0 0 0 866 36 16 0 1 0 88726875 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10201/statm: 1339 237 195 169 0 50 0
[pid=10204] ppid=10201 vsize=682820 CPUtime=1190.99
/proc/10204/stat : 10204 (LySATc) R 10201 10201 10128 0 -1 4194304 170050 0 0 0 118950 149 0 0 25 0 1 0 88727779 699207680 170023 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/10204/statm: 170705 170023 77 171 0 170532 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 688176

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10201 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=668682
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=363944
# CPU time returned by wait4() is 9.03263
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.01
CPU user time (s): 1198.16
CPU system time (s): 1.85
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 688176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.66868
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50170
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= 5
involuntary context switches= 23

runsolver used 1.14982 second user time and 3.22451 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-24 23:02:22
IDJOB=1715745
IDBENCH=20348
IDSOLVER=512
FILE ID=node33/1715745-1240606941
PBS_JOBID= 9186281
Free space on /tmp= 66360 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-5-17-s.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715745-1240606941/watcher-1715745-1240606941 -o /tmp/evaluation-result-1715745-1240606941/solver-1715745-1240606941 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1715745-1240606941.cnf c

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

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED=902872994

node33.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:       1089752 kB
Buffers:         82312 kB
Cached:         780676 kB
SwapCached:          0 kB
Active:         106068 kB
Inactive:       770804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23712 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            75312 kB
Committed_AS:   248696 kB
PageTables:       1388 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= 66336 MiB
End job on node33 at 2009-04-24 23:22:25