Trace number 1721402

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 i/2009-03-20? (TO) 1200.08 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
5.69/5.79	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
5.69/5.79	c ==============================================================================
5.69/5.79	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
5.69/5.79	c CPU time:   5.72313 s
5.69/5.79	c ==============================================================================
6.39/6.44	c lySAT 0.1
6.39/6.44	c minisat core +  additionnal features
6.39/6.44	c ============================[ Problem Statistics ]=============================
6.39/6.44	c |                                                                             |
6.39/6.44	c |  Number of variables:  2337                                                 |
6.39/6.44	c |  Number of clauses:    394633                                               |
6.58/6.68	c |  Parsing time:         0.21         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-1721402-1240666402/watcher-1721402-1240666402 -o /tmp/evaluation-result-1721402-1240666402/solver-1721402-1240666402 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721402-1240666402.cnf i 

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.92 0.98 0.99 3/64 20415
/proc/meminfo: memFree=1431280/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) R 20413 20415 20350 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20415/statm: 1339 234 194 169 0 50 0
[pid=20416] ppid=20415 vsize=972 CPUtime=0
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 94673792 995328 138 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 243 140 51 127 0 113 0

[startup+0.105354 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20415
/proc/meminfo: memFree=1431280/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=9140 CPUtime=0.09
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 2109 0 0 0 8 1 0 0 19 0 1 0 94673792 9359360 2093 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 2285 2094 51 127 0 2155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14496

[startup+0.20236 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20415
/proc/meminfo: memFree=1431280/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=16388 CPUtime=0.19
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 3839 0 0 0 16 3 0 0 20 0 1 0 94673792 16781312 3823 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 4097 3824 51 127 0 3967 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21744

[startup+0.302366 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20415
/proc/meminfo: memFree=1431280/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=26572 CPUtime=0.29
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 6437 0 0 0 25 4 0 0 21 0 1 0 94673792 27209728 6421 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 6643 6421 68 127 0 6513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31928

[startup+0.701391 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20415
/proc/meminfo: memFree=1431280/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=31552 CPUtime=0.69
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 7657 0 0 0 64 5 0 0 25 0 1 0 94673792 32309248 7641 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 7888 7641 68 127 0 7758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36908

[startup+1.50144 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 20417
/proc/meminfo: memFree=1397344/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=36832 CPUtime=1.48
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 8595 0 0 0 143 5 0 0 25 0 1 0 94673792 37715968 8579 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 9208 8579 68 127 0 9078 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42188

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 20417
/proc/meminfo: memFree=1391456/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=40960 CPUtime=3.09
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 9524 0 0 0 303 6 0 0 25 0 1 0 94673792 41943040 9508 1992294400 134512640 135034092 4294956112 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 10240 9508 68 127 0 10110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46316

[startup+6.30175 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 20417
/proc/meminfo: memFree=1391264/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=0
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94673791 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20415/statm: 1339 235 195 169 0 50 0
[pid=20416] ppid=20415 vsize=37444 CPUtime=6.29
/proc/20416/stat : 20416 (SatElite) R 20415 20415 20350 0 -1 4194304 9525 0 0 0 620 9 0 0 25 0 1 0 94673792 38342656 8732 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20416/statm: 9361 8732 68 127 0 9231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42800

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1389408/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=32480 CPUtime=6.24
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 7932 0 0 0 621 3 0 0 25 0 1 0 94674435 33259520 7917 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 8120 7917 81 174 0 7943 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37836

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1380768/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=40844 CPUtime=19.05
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 10034 0 0 0 1899 6 0 0 25 0 1 0 94674435 41824256 10019 1992294400 134512640 135226915 4294956224 18446744073709551615 134538656 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 10211 10019 81 174 0 10034 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46200

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1370528/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=51212 CPUtime=44.62
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 12605 0 0 0 4454 8 0 0 25 0 1 0 94674435 52441088 12590 1992294400 134512640 135226915 4294956224 18446744073709551615 134731966 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 12803 12590 81 174 0 12626 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56568

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1353760/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=68072 CPUtime=95.82
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 16813 0 0 0 9570 12 0 0 25 0 1 0 94674435 69705728 16798 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 17018 16798 81 174 0 16841 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 73428

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1350496/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=71468 CPUtime=155.8
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 17637 0 0 0 15567 13 0 0 25 0 1 0 94674435 73183232 17622 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 17867 17622 81 174 0 17690 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 76824

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20418
/proc/meminfo: memFree=1337440/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=84944 CPUtime=215.79
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 20858 0 0 0 21562 17 0 0 25 0 1 0 94674435 86982656 20843 1992294400 134512640 135226915 4294956224 18446744073709551615 134536917 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 21236 20843 81 174 0 21059 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 90300

[startup+282.303 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 20420
/proc/meminfo: memFree=1329056/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=93288 CPUtime=275.77
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 22942 0 0 0 27557 20 0 0 25 0 1 0 94674435 95526912 22927 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 23322 22927 81 174 0 23145 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 98644

[startup+342.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 20420
/proc/meminfo: memFree=1323552/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=98752 CPUtime=335.75
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 24283 0 0 0 33554 21 0 0 25 0 1 0 94674435 101122048 24268 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 24688 24268 81 174 0 24511 0

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

/proc/20418/statm: 28715 28057 81 174 0 28538 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 120216

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1298656/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=124880 CPUtime=635.68
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 30480 0 0 0 63540 28 0 0 25 0 1 0 94674435 127877120 30465 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 31220 30465 81 174 0 31043 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 130236

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1291936/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=132032 CPUtime=695.66
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32128 0 0 0 69536 30 0 0 25 0 1 0 94674435 135200768 32113 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33008 32113 81 174 0 32831 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 137388

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289888/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134112 CPUtime=755.65
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32617 0 0 0 75534 31 0 0 25 0 1 0 94674435 137330688 32602 1992294400 134512640 135226915 4294956224 18446744073709551615 134536847 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33528 32602 81 174 0 33351 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 139468

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289888/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134112 CPUtime=815.64
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32628 0 0 0 81533 31 0 0 25 0 1 0 94674435 137330688 32613 1992294400 134512640 135226915 4294956224 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33528 32613 81 174 0 33351 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 139468

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289824/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134112 CPUtime=875.62
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32631 0 0 0 87531 31 0 0 25 0 1 0 94674435 137330688 32616 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33528 32616 81 174 0 33351 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 139468

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289760/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134112 CPUtime=935.61
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32631 0 0 0 93530 31 0 0 25 0 1 0 94674435 137330688 32616 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33528 32616 81 174 0 33351 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 139468

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289696/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134112 CPUtime=995.59
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32635 0 0 0 99528 31 0 0 25 0 1 0 94674435 137330688 32620 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33528 32620 81 174 0 33351 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 139468

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1289632/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=134508 CPUtime=1055.58
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32726 0 0 0 105527 31 0 0 25 0 1 0 94674435 137736192 32711 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33627 32711 81 174 0 33450 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 139864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1288928/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=135012 CPUtime=1115.56
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 32823 0 0 0 111525 31 0 0 25 0 1 0 94674435 138252288 32808 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 33753 32808 81 174 0 33576 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 140368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1287712/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=136308 CPUtime=1175.55
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 33103 0 0 0 117524 31 0 0 25 0 1 0 94674435 139579392 33088 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34077 33088 81 174 0 33900 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 141664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1287584/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=136308 CPUtime=1193.65
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 33130 0 0 0 119334 31 0 0 25 0 1 0 94674435 139579392 33115 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34077 33115 81 174 0 33900 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 141664

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20420
/proc/meminfo: memFree=1287584/2055920 swapFree=4130580/4192956
[pid=20415] ppid=20413 vsize=5356 CPUtime=6.43
/proc/20415/stat : 20415 (lysat.sh) S 20413 20415 20350 0 -1 4194304 310 9528 0 0 0 0 633 10 16 0 1 0 94673791 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20415/statm: 1339 237 195 169 0 50 0
[pid=20418] ppid=20415 vsize=136308 CPUtime=1193.65
/proc/20418/stat : 20418 (LySATi) R 20415 20415 20350 0 -1 4194304 33130 0 0 0 119334 31 0 0 25 0 1 0 94674435 139579392 33115 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/20418/statm: 34077 33115 81 174 0 33900 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 141664

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20415 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=332037
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 6.43902
# 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.41
CPU time (s): 1200.08
CPU user time (s): 1199.67
CPU system time (s): 0.41
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 141664

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

runsolver used 1.44678 second user time and 2.92656 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-25 15:33:22
IDJOB=1721402
IDBENCH=71069
IDSOLVER=511
FILE ID=node22/1721402-1240666402
PBS_JOBID= 9186621
Free space on /tmp= 66128 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_17_UNKNOWN.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721402-1240666402/watcher-1721402-1240666402 -o /tmp/evaluation-result-1721402-1240666402/solver-1721402-1240666402 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1721402-1240666402.cnf i

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=1335021179

node22.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.232
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.232
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:       1431696 kB
Buffers:         21936 kB
Cached:         493676 kB
SwapCached:      56132 kB
Active:         276976 kB
Inactive:       297072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431696 kB
SwapTotal:     4192956 kB
SwapFree:      4130580 kB
Dirty:            8796 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            36196 kB
Committed_AS:   405260 kB
PageTables:       1368 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= 66116 MiB
End job on node22 at 2009-04-25 15:53:25