Trace number 1581575

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
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.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.59/6.60	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.59/6.61	c ==============================================================================
6.59/6.61	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.59/6.61	c CPU time:   6.39803 s
6.59/6.61	c ==============================================================================
7.39/7.44	This is MiniSat 2.0 beta
7.39/7.44	WARNING: for repeatability, setting FPU to use double precision
7.39/7.44	============================[ Problem Statistics ]=============================
7.39/7.44	|                                                                             |
7.39/7.44	|  Number of variables:  101783                                               |
7.39/7.44	|  Number of clauses:    656617                                               |
7.77/7.86	|  Parsing time:         0.37         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-1581575-1238930545/watcher-1581575-1238930545 -o /tmp/evaluation-result-1581575-1238930545/solver-1581575-1238930545 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1581575-1238930545.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.07 1.00 1.00 3/64 10080
/proc/meminfo: memFree=1442856/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) R 10078 10080 9950 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10080/statm: 1339 234 194 169 0 50 0
[pid=10081] ppid=10080 vsize=1552 CPUtime=0
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 337255979 1589248 260 1992294400 134512640 135034092 4294956112 18446744073709551615 134545140 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 388 262 50 127 0 258 0

[startup+0.070274 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 10080
/proc/meminfo: memFree=1442856/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=26212 CPUtime=0.05
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 4551 0 0 0 4 1 0 0 19 0 1 0 337255979 26841088 4367 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 6553 4369 50 127 0 6423 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31568

[startup+0.101279 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 10080
/proc/meminfo: memFree=1442856/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=29760 CPUtime=0.09
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 5375 0 0 0 7 2 0 0 19 0 1 0 337255979 30474240 5191 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 7440 5192 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.3013 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 10080
/proc/meminfo: memFree=1442856/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=47664 CPUtime=0.29
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 9699 0 0 0 24 5 0 0 21 0 1 0 337255979 48807936 9515 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 11916 9515 50 127 0 11786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53020

[startup+0.701343 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 10080
/proc/meminfo: memFree=1442856/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=69248 CPUtime=0.69
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 15080 0 0 0 60 9 0 0 25 0 1 0 337255979 70909952 14896 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 17345 14897 51 127 0 17215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74604

[startup+1.50143 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 10082
/proc/meminfo: memFree=1357336/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=111236 CPUtime=1.49
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 24956 0 0 0 135 14 0 0 25 0 1 0 337255979 113905664 24674 1992294400 134512640 135034092 4294956112 18446744073709551615 134694833 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 27809 24674 573 127 0 27679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116592

[startup+3.10161 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 10082
/proc/meminfo: memFree=1336984/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=116268 CPUtime=3.09
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 29401 0 0 0 292 17 0 0 25 0 1 0 337255979 119058432 26585 1992294400 134512640 135034092 4294956112 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121624

[startup+6.30196 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 10082
/proc/meminfo: memFree=1330264/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=0
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 337255979 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10080/statm: 1339 235 195 169 0 50 0
[pid=10081] ppid=10080 vsize=116440 CPUtime=6.29
/proc/10081/stat : 10081 (SatElite) R 10080 10080 9950 0 -1 4194304 34464 0 0 0 610 19 0 0 25 0 1 0 337255979 119234560 26801 1992294400 134512640 135034092 4294956112 18446744073709551615 134566125 0 0 4096 3 0 0 0 17 0 0 0
/proc/10081/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121796

[startup+12.7017 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1387032/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=38356 CPUtime=5.24
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 9181 0 0 0 519 5 0 0 25 0 1 0 337256723 39276544 9160 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 9589 9160 77 171 0 9416 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43712

[startup+25.5011 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1382680/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=42996 CPUtime=18.03
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 10346 0 0 0 1797 6 0 0 25 0 1 0 337256723 44027904 10325 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 10749 10325 77 171 0 10576 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48352

[startup+51.1019 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1372696/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=53088 CPUtime=43.63
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 12880 0 0 0 4354 9 0 0 25 0 1 0 337256723 54362112 12859 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 13272 12859 77 171 0 13099 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58444

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1351832/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=73596 CPUtime=94.81
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 18010 0 0 0 9468 13 0 0 25 0 1 0 337256723 75362304 17989 1992294400 134512640 135214827 4294956224 18446744073709551615 134527645 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 18399 17989 77 171 0 18226 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 78952

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1334360/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=91240 CPUtime=154.77
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 22422 0 0 0 15459 18 0 0 25 0 1 0 337256723 93429760 22401 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 22810 22401 77 171 0 22637 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 96596

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1317400/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=108128 CPUtime=214.75
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 26611 0 0 0 21453 22 0 0 25 0 1 0 337256723 110723072 26590 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 27032 26590 77 171 0 26859 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 113484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1303704/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=121876 CPUtime=274.73
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 30064 0 0 0 27447 26 0 0 25 0 1 0 337256723 124801024 30043 1992294400 134512640 135214827 4294956224 18446744073709551615 134527625 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 30469 30043 77 171 0 30296 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 127232

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1289368/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=136184 CPUtime=334.7
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 33606 0 0 0 33441 29 0 0 25 0 1 0 337256723 139452416 33585 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 34046 33585 77 171 0 33873 0

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

/proc/10083/statm: 44423 43994 77 171 0 44250 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 183048

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1235160/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=190120 CPUtime=574.6
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 47118 0 0 0 57417 43 0 0 25 0 1 0 337256723 194682880 47097 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 47530 47097 77 171 0 47357 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 195476

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1219480/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=205848 CPUtime=634.59
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 51012 0 0 0 63412 47 0 0 25 0 1 0 337256723 210788352 50991 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 51462 50991 77 171 0 51289 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 211204

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1208280/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=217220 CPUtime=694.55
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 53830 0 0 0 69405 50 0 0 25 0 1 0 337256723 222433280 53809 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 54305 53809 77 171 0 54132 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 222576

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1193112/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=232168 CPUtime=754.53
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 57601 0 0 0 75400 53 0 0 25 0 1 0 337256723 237740032 57580 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 58042 57580 77 171 0 57869 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 237524

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1178520/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=246868 CPUtime=814.51
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 61287 0 0 0 81394 57 0 0 25 0 1 0 337256723 252792832 61266 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 61717 61266 77 171 0 61544 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 252224

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1162392/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=263012 CPUtime=874.48
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 65272 0 0 0 87387 61 0 0 25 0 1 0 337256723 269324288 65251 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 65753 65251 77 171 0 65580 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 268368

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1148312/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=277172 CPUtime=934.45
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 68808 0 0 0 93381 64 0 0 25 0 1 0 337256723 283824128 68787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 69293 68787 77 171 0 69120 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 282528

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1132888/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=292620 CPUtime=994.43
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 72636 0 0 0 99376 67 0 0 25 0 1 0 337256723 299642880 72615 1992294400 134512640 135214827 4294956224 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 73155 72615 77 171 0 72982 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 297976

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1119128/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=306972 CPUtime=1054.41
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 76086 0 0 0 105369 72 0 0 25 0 1 0 337256723 314339328 76065 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 76743 76065 77 171 0 76570 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 312328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1110168/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=315728 CPUtime=1114.37
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 78291 0 0 0 111363 74 0 0 25 0 1 0 337256723 323305472 78270 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 78932 78270 77 171 0 78759 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 321084

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10083
/proc/meminfo: memFree=1102296/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=323696 CPUtime=1174.35
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 80276 0 0 0 117359 76 0 0 25 0 1 0 337256723 331464704 80255 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 80924 80255 77 171 0 80751 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 329052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10085
/proc/meminfo: memFree=1098968/2055920 swapFree=4181692/4192956
[pid=10080] ppid=10078 vsize=5356 CPUtime=7.43
/proc/10080/stat : 10080 (lysat.sh) S 10078 10080 9950 0 -1 4194304 310 36489 0 0 0 0 716 27 16 0 1 0 337255979 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10080/statm: 1339 237 195 169 0 50 0
[pid=10083] ppid=10080 vsize=326812 CPUtime=1192.64
/proc/10083/stat : 10083 (LySATc) R 10080 10080 9950 0 -1 4194304 81028 0 0 0 119187 77 0 0 25 0 1 0 337256723 334655488 81007 1992294400 134512640 135214827 4294956224 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/10083/statm: 81703 81007 77 171 0 81530 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 332168

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 10080 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=170909
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 7.44487
# while last known CPU time is 1200.07
#
# 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.07
CPU user time (s): 1199.03
CPU system time (s): 1.04
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 332168

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

runsolver used 1.21281 second user time and 3.16352 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-05 13:22:26
IDJOB=1581575
IDBENCH=71039
IDSOLVER=512
FILE ID=node42/1581575-1238930545
PBS_JOBID= 9101456
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1725838136

node42.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.211
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.211
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:       1443336 kB
Buffers:         69568 kB
Cached:         452384 kB
SwapCached:       5184 kB
Active:         220908 kB
Inactive:       309564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443336 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:           21032 kB
Writeback:           0 kB
Mapped:          14224 kB
Slab:            68188 kB
Committed_AS:  1401428 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= 66516 MiB
End job on node42 at 2009-04-05 13:42:29