Trace number 1580067

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark879.933
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 | 1008302  2419443 |  302490       0        0     nan |  0.000 % |
6.68/6.78	c |         0 |  667154  1853970 |      --       0       --      -- |     --   | -90102/8377
6.68/6.78	c ==============================================================================
6.68/6.78	c Result  :   #vars: 102501   #clauses: 667154   #literals: 1853970
6.68/6.78	c CPU time:   6.564 s
6.68/6.78	c ==============================================================================
7.59/7.63	This is MiniSat 2.0 beta
7.59/7.63	WARNING: for repeatability, setting FPU to use double precision
7.59/7.63	============================[ Problem Statistics ]=============================
7.59/7.63	|                                                                             |
7.59/7.63	|  Number of variables:  102501                                               |
7.59/7.63	|  Number of clauses:    667154                                               |
7.61/8.07	|  Parsing time:         0.40         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-1580067-1238914864/watcher-1580067-1238914864 -o /tmp/evaluation-result-1580067-1238914864/solver-1580067-1238914864 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580067-1238914864.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: 1.00 1.00 1.00 3/69 12114
/proc/meminfo: memFree=1488728/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=1552 CPUtime=0
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 298 0 0 0 0 0 0 0 19 0 1 0 1164148238 1589248 282 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 388 284 50 127 0 258 0

[startup+0.033497 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 12114
/proc/meminfo: memFree=1488728/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=13204 CPUtime=0.02
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 2434 0 0 0 2 0 0 0 19 0 1 0 1164148238 13520896 2314 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 3301 2317 50 127 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18560

[startup+0.1015 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 12114
/proc/meminfo: memFree=1488728/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=29760 CPUtime=0.09
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 5391 0 0 0 7 2 0 0 19 0 1 0 1164148238 30474240 5207 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 7440 5207 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.301517 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 12114
/proc/meminfo: memFree=1488728/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=47796 CPUtime=0.28
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 9722 0 0 0 24 4 0 0 21 0 1 0 1164148238 48943104 9538 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 11949 9538 50 127 0 11819 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53152

[startup+0.701553 s]
/proc/loadavg: 1.00 1.00 1.00 3/69 12114
/proc/meminfo: memFree=1488728/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=69380 CPUtime=0.69
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 15121 0 0 0 60 9 0 0 25 0 1 0 1164148238 71045120 14937 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 17345 14938 51 127 0 17215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74736

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12116
/proc/meminfo: memFree=1402248/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=112340 CPUtime=1.49
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 25266 0 0 0 135 14 0 0 25 0 1 0 1164148238 115036160 25066 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 28085 25066 67 127 0 27955 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117696

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12116
/proc/meminfo: memFree=1382088/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=117484 CPUtime=3.09
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 29648 0 0 0 292 17 0 0 25 0 1 0 1164148238 120303616 26788 1992294400 134512640 135034092 4294956112 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 29371 26788 68 127 0 29241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122840

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12116
/proc/meminfo: memFree=1375568/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=0
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164148238 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 235 195 169 0 50 0
[pid=12115] ppid=12114 vsize=117508 CPUtime=6.29
/proc/12115/stat : 12115 (SatElite) R 12114 12114 11952 0 -1 4194304 34696 0 0 0 609 20 0 0 25 0 1 0 1164148238 120328192 26954 1992294400 134512640 135034092 4294956112 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 0 0 0
/proc/12115/statm: 29377 26954 68 127 0 29247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122864

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1432464/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=38560 CPUtime=5.06
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 9291 0 0 0 501 5 0 0 25 0 1 0 1164149001 39485440 9261 1992294400 134512640 135214827 4294956224 18446744073709551615 134538196 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 9640 9261 77 171 0 9467 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43916

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1427984/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=42964 CPUtime=17.85
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 10391 0 0 0 1779 6 0 0 25 0 1 0 1164149001 43995136 10361 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 10741 10361 77 171 0 10568 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48320

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1417680/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=53268 CPUtime=43.44
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 12966 0 0 0 4335 9 0 0 25 0 1 0 1164149001 54546432 12936 1992294400 134512640 135214827 4294956224 18446744073709551615 134540665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 13317 12936 77 171 0 13144 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58624

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1401168/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=69696 CPUtime=94.63
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 17069 0 0 0 9450 13 0 0 25 0 1 0 1164149001 71368704 17039 1992294400 134512640 135214827 4294956224 18446744073709551615 134529773 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 17424 17039 77 171 0 17251 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 75052

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1381584/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=89584 CPUtime=154.59
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 22010 0 0 0 15440 19 0 0 25 0 1 0 1164149001 91734016 21980 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 22396 21980 77 171 0 22223 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 94940

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1362512/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=108340 CPUtime=214.57
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 26704 0 0 0 21433 24 0 0 25 0 1 0 1164149001 110940160 26674 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 27085 26674 77 171 0 26912 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 113696

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1342672/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=128420 CPUtime=274.54
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 31740 0 0 0 27425 29 0 0 25 0 1 0 1164149001 131502080 31710 1992294400 134512640 135214827 4294956224 18446744073709551615 134527396 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 32105 31710 77 171 0 31932 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 133776

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1320784/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=150132 CPUtime=334.52
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 37130 0 0 0 33417 35 0 0 25 0 1 0 1164149001 153735168 37100 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 37533 37100 77 171 0 37360 0

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

/proc/12117/statm: 50562 50139 77 171 0 50389 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 207604

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1253584/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=217196 CPUtime=574.42
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 53904 0 0 0 57387 55 0 0 25 0 1 0 1164149001 222408704 53874 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 54299 53874 77 171 0 54126 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 222552

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1242768/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=228052 CPUtime=634.4
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 56558 0 0 0 63382 58 0 0 25 0 1 0 1164149001 233525248 56528 1992294400 134512640 135214827 4294956224 18446744073709551615 134529785 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 57013 56528 77 171 0 56840 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 233408

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1239056/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=231616 CPUtime=694.37
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 57476 0 0 0 69377 60 0 0 25 0 1 0 1164149001 237174784 57446 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 57904 57446 77 171 0 57731 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 236972

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1239056/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=231616 CPUtime=754.35
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 57479 0 0 0 75375 60 0 0 25 0 1 0 1164149001 237174784 57449 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 57904 57449 77 171 0 57731 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 236972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1238928/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=231780 CPUtime=814.33
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 57509 0 0 0 81373 60 0 0 25 0 1 0 1164149001 237342720 57479 1992294400 134512640 135214827 4294956224 18446744073709551615 134540665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 57945 57479 77 171 0 57772 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 237136

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1227472/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=243288 CPUtime=874.3
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 60383 0 0 0 87367 63 0 0 25 0 1 0 1164149001 249126912 60353 1992294400 134512640 135214827 4294956224 18446744073709551615 134527376 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 60822 60353 77 171 0 60649 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 248644

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1213584/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=257308 CPUtime=934.28
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 63895 0 0 0 93361 67 0 0 25 0 1 0 1164149001 263483392 63865 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 64327 63865 77 171 0 64154 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 262664

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1200848/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=269872 CPUtime=994.25
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 67035 0 0 0 99354 71 0 0 25 0 1 0 1164149001 276348928 67005 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 67468 67005 77 171 0 67295 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 275228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1187408/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=283344 CPUtime=1054.22
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 70408 0 0 0 105348 74 0 0 25 0 1 0 1164149001 290144256 70378 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 70836 70378 77 171 0 70663 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 288700

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1172752/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=297896 CPUtime=1114.2
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 74061 0 0 0 111343 77 0 0 25 0 1 0 1164149001 305045504 74031 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 74474 74031 77 171 0 74301 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 303252

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1156944/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=313832 CPUtime=1174.17
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 78045 0 0 0 117337 80 0 0 25 0 1 0 1164149001 321363968 78015 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 78458 78015 77 171 0 78285 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 319188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12117
/proc/meminfo: memFree=1151056/2055920 swapFree=4172412/4192956
[pid=12114] ppid=12112 vsize=5356 CPUtime=7.61
/proc/12114/stat : 12114 (lysat.sh) S 12112 12114 11952 0 -1 4194304 310 38355 0 0 0 0 734 27 19 0 1 0 1164148238 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12114/statm: 1339 237 195 169 0 50 0
[pid=12117] ppid=12114 vsize=319384 CPUtime=1192.47
/proc/12117/stat : 12117 (LySATc) R 12114 12114 11952 0 -1 4194304 79438 0 0 0 119165 82 0 0 25 0 1 0 1164149001 327049216 79408 1992294400 134512640 135214827 4294956224 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/12117/statm: 79846 79408 77 171 0 79673 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 324740

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 12114 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=349882
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=279957
# CPU time returned by wait4() is 7.62984
# while last known CPU time is 1200.08
#
# 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.08
CPU user time (s): 1198.99
CPU system time (s): 1.09
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 324740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.34988
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38665
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.3108 second user time and 3.09853 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-05 09:01:05
IDJOB=1580067
IDBENCH=71010
IDSOLVER=512
FILE ID=node58/1580067-1238914864
PBS_JOBID= 9101378
Free space on /tmp= 66544 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p1.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580067-1238914864/watcher-1580067-1238914864 -o /tmp/evaluation-result-1580067-1238914864/solver-1580067-1238914864 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1580067-1238914864.cnf c

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=1057420577

node58.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.222
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.222
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:       1489208 kB
Buffers:         56972 kB
Cached:         420148 kB
SwapCached:      10236 kB
Active:         178216 kB
Inactive:       310628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489208 kB
SwapTotal:     4192956 kB
SwapFree:      4172412 kB
Dirty:           21332 kB
Writeback:           0 kB
Mapped:          17372 kB
Slab:            63364 kB
Committed_AS:  2969456 kB
PageTables:       1764 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= 66520 MiB
End job on node58 at 2009-04-05 09:21:08