Trace number 1721652

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.03 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
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.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
2.89/2.91	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
2.89/2.91	c ==============================================================================
2.89/2.91	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
2.89/2.91	c CPU time:   2.88256 s
2.89/2.91	c ==============================================================================
3.19/3.24	c lySAT 0.1
3.19/3.24	c minisat core +  additionnal features
3.19/3.24	c ============================[ Problem Statistics ]=============================
3.19/3.24	c |                                                                             |
3.19/3.24	c |  Number of variables:  1435                                                 |
3.19/3.24	c |  Number of clauses:    215680                                               |
3.23/3.37	c |  Parsing time:         0.11         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-1721652-1240668047/watcher-1721652-1240668047 -o /tmp/evaluation-result-1721652-1240668047/solver-1721652-1240668047 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721652-1240668047.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: 1.04 1.05 1.00 3/65 17330
/proc/meminfo: memFree=1742192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=1560 CPUtime=0
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 94833713 1597440 269 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 390 269 50 127 0 260 0

[startup+0.016268 s]
/proc/loadavg: 1.04 1.05 1.00 3/65 17330
/proc/meminfo: memFree=1742192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=2296 CPUtime=0.01
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 449 0 0 0 1 0 0 0 18 0 1 0 94833713 2351104 433 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 574 433 50 127 0 444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7652

[startup+0.102286 s]
/proc/loadavg: 1.04 1.05 1.00 3/65 17330
/proc/meminfo: memFree=1742192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=9400 CPUtime=0.09
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 2156 0 0 0 8 1 0 0 18 0 1 0 94833713 9625600 2140 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 2350 2141 50 127 0 2220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14756

[startup+0.302326 s]
/proc/loadavg: 1.04 1.05 1.00 3/65 17330
/proc/meminfo: memFree=1742192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=17048 CPUtime=0.29
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 4109 0 0 0 27 2 0 0 19 0 1 0 94833713 17457152 4093 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 4262 4094 68 127 0 4132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22404

[startup+0.701408 s]
/proc/loadavg: 1.04 1.05 1.00 3/65 17330
/proc/meminfo: memFree=1742192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=19888 CPUtime=0.68
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 4607 0 0 0 66 2 0 0 23 0 1 0 94833713 20365312 4591 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 4972 4591 68 127 0 4842 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25244

[startup+1.50157 s]
/proc/loadavg: 1.04 1.05 1.00 2/67 17332
/proc/meminfo: memFree=1719392/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=23716 CPUtime=1.48
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 5402 0 0 0 146 2 0 0 25 0 1 0 94833713 24285184 5386 1992294400 134512640 135034092 4294956112 18446744073709551615 134569520 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 5929 5386 68 127 0 5799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29072

[startup+3.1019 s]
/proc/loadavg: 1.04 1.05 1.00 2/67 17332
/proc/meminfo: memFree=1719264/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=0
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 94833712 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17330/statm: 1339 235 195 169 0 50 0
[pid=17331] ppid=17330 vsize=21320 CPUtime=3.08
/proc/17331/stat : 17331 (SatElite) R 17330 17330 17060 0 -1 4194304 5403 0 0 0 305 3 0 0 25 0 1 0 94833713 21831680 4959 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/17331/statm: 5330 4959 68 127 0 5200 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26676

[startup+6.30155 s]
/proc/loadavg: 1.04 1.05 1.00 2/67 17333
/proc/meminfo: memFree=1719136/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=17948 CPUtime=3.04
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 4306 0 0 0 303 1 0 0 25 0 1 0 94834037 18378752 4291 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 4487 4291 82 174 0 4310 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23304

[startup+12.7018 s]
/proc/loadavg: 1.03 1.05 1.00 2/67 17333
/proc/meminfo: memFree=1717160/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=20216 CPUtime=9.44
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 4840 0 0 0 942 2 0 0 25 0 1 0 94834037 20701184 4825 1992294400 134512640 135226915 4294956224 18446744073709551615 134732855 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 5054 4825 82 174 0 4877 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25572

[startup+25.5024 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 17339
/proc/meminfo: memFree=1712992/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=24112 CPUtime=22.23
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 5788 0 0 0 2220 3 0 0 25 0 1 0 94834037 24690688 5773 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 6028 5773 82 174 0 5851 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29468

[startup+51.1027 s]
/proc/loadavg: 1.02 1.04 1.00 2/67 17339
/proc/meminfo: memFree=1708448/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=28984 CPUtime=47.81
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 6953 0 0 0 4776 5 0 0 25 0 1 0 94834037 29679616 6938 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 7246 6938 82 174 0 7069 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 34340

[startup+102.305 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 17339
/proc/meminfo: memFree=1702432/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=35536 CPUtime=99
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 8470 0 0 0 9894 6 0 0 25 0 1 0 94834037 36388864 8452 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 8884 8452 82 174 0 8707 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 40892

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17339
/proc/meminfo: memFree=1692256/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=45980 CPUtime=158.97
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 11013 0 0 0 15889 8 0 0 25 0 1 0 94834037 47083520 10995 1992294400 134512640 135226915 4294956224 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 11495 10995 82 174 0 11318 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 51336

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 17339
/proc/meminfo: memFree=1688480/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=49876 CPUtime=218.94
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 11937 0 0 0 21886 8 0 0 25 0 1 0 94834037 51073024 11900 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 12469 11900 82 174 0 12292 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 55232

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17339
/proc/meminfo: memFree=1688032/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=50524 CPUtime=278.92
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 12054 0 0 0 27884 8 0 0 25 0 1 0 94834037 51736576 12017 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 12631 12017 82 174 0 12454 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 55880

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 17339
/proc/meminfo: memFree=1684520/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=54532 CPUtime=338.91
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 12936 0 0 0 33882 9 0 0 25 0 1 0 94834037 55840768 12899 1992294400 134512640 135226915 4294956224 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 13633 12899 82 174 0 13456 0

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

/proc/17333/statm: 16286 15396 82 174 0 16109 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 70500

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1674344/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=65144 CPUtime=638.8
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 15442 0 0 0 63869 11 0 0 25 0 1 0 94834037 66707456 15405 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 16286 15405 82 174 0 16109 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 70500

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 17339
/proc/meminfo: memFree=1674280/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=65144 CPUtime=698.78
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 15451 0 0 0 69867 11 0 0 25 0 1 0 94834037 66707456 15414 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 16286 15414 82 174 0 16109 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 70500

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1673832/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=65544 CPUtime=758.76
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 15558 0 0 0 75865 11 0 0 25 0 1 0 94834037 67117056 15521 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 16386 15521 82 174 0 16209 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 70900

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1671144/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=68264 CPUtime=818.74
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 16245 0 0 0 81862 12 0 0 25 0 1 0 94834037 69902336 16208 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 17066 16208 82 174 0 16889 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 73620

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1668200/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=71416 CPUtime=878.72
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 16962 0 0 0 87859 13 0 0 25 0 1 0 94834037 73129984 16925 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 17854 16925 82 174 0 17677 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 76772

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1665192/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=74284 CPUtime=938.69
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 17713 0 0 0 93856 13 0 0 25 0 1 0 94834037 76066816 17676 1992294400 134512640 135226915 4294956224 18446744073709551615 134531201 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 18571 17676 82 174 0 18394 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 79640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1661672/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=78604 CPUtime=998.67
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 18588 0 0 0 99853 14 0 0 25 0 1 0 94834037 80490496 18551 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 19651 18551 82 174 0 19474 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 83960

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1657512/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=82808 CPUtime=1058.65
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 19617 0 0 0 105850 15 0 0 25 0 1 0 94834037 84795392 19580 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 20702 19580 82 174 0 20525 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 88164

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1657128/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=83328 CPUtime=1118.63
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 19709 0 0 0 111848 15 0 0 25 0 1 0 94834037 85327872 19672 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 20832 19672 82 174 0 20655 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 88684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1656488/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=84240 CPUtime=1178.6
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 19874 0 0 0 117845 15 0 0 25 0 1 0 94834037 86261760 19837 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 21060 19837 82 174 0 20883 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 89596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1656424/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=84240 CPUtime=1196.8
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 19875 0 0 0 119665 15 0 0 25 0 1 0 94834037 86261760 19838 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 21060 19838 82 174 0 20883 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 89596

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17339
/proc/meminfo: memFree=1656424/2055920 swapFree=4181392/4192956
[pid=17330] ppid=17328 vsize=5356 CPUtime=3.23
/proc/17330/stat : 17330 (lysat.sh) S 17328 17330 17060 0 -1 4194304 310 5406 0 0 0 0 319 4 16 0 1 0 94833712 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17330/statm: 1339 237 195 169 0 50 0
[pid=17333] ppid=17330 vsize=84240 CPUtime=1196.8
/proc/17333/stat : 17333 (LySATi) R 17330 17330 17060 0 -1 4194304 19875 0 0 0 119665 15 0 0 25 0 1 0 94834037 86261760 19838 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/17333/statm: 21060 19838 82 174 0 20883 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 89596

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17330 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=193514
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=47992
# CPU time returned by wait4() is 3.24151
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1199.84
CPU system time (s): 0.19
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 89596

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

runsolver used 1.17782 second user time and 3.19751 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 16:00:48
IDJOB=1721652
IDBENCH=71074
IDSOLVER=511
FILE ID=node80/1721652-1240668047
PBS_JOBID= 9186581
Free space on /tmp= 66152 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=1204885103

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742736 kB
Buffers:         40984 kB
Cached:         197520 kB
SwapCached:       5344 kB
Active:          63644 kB
Inactive:       182612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742736 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            5664 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            52932 kB
Committed_AS:   305568 kB
PageTables:       1392 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= 66144 MiB
End job on node80 at 2009-04-25 16:20:50