Trace number 1717720

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.05 1200.21

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
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 variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

0.00/0.00	c Parsing...
1.48/1.52	c ==============================================================================
1.48/1.52	c |           |     ORIGINAL     |              LEARNT              |          |
1.48/1.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.48/1.52	c ==============================================================================
1.48/1.52	c |         0 | 1525052  3560301 |  457515       0        0     nan |  0.000 % |
24.16/24.27	c |         0 |  885495  3067928 |      --       0       --      -- |     --   | -639557/-492373
24.16/24.28	c ==============================================================================
24.16/24.28	c Result  :   #vars: 134938   #clauses: 885495   #literals: 3067928
24.16/24.28	c CPU time:   23.7224 s
24.16/24.28	c ==============================================================================
25.55/25.65	c lySAT 0.1
25.55/25.65	c minisat core +  additionnal features
25.55/25.65	c ============================[ Problem Statistics ]=============================
25.55/25.65	c |                                                                             |
25.55/25.66	c |  Number of variables:  134938                                               |
25.55/25.66	c |  Number of clauses:    885495                                               |
26.24/26.32	c |  Parsing time:         0.57         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-1717720-1240629825/watcher-1717720-1240629825 -o /tmp/evaluation-result-1717720-1240629825/solver-1717720-1240629825 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1717720-1240629825.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.00 1.00 1.00 3/64 16825
/proc/meminfo: memFree=1704520/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=1172 CPUtime=0
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 187 0 0 0 0 0 0 0 19 0 1 0 91016097 1200128 171 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16826/statm: 293 171 51 127 0 163 0

[startup+0.0809311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16825
/proc/meminfo: memFree=1704520/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=14296 CPUtime=0.07
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 2898 0 0 0 6 1 0 0 19 0 1 0 91016097 14639104 2882 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16826/statm: 3574 2883 51 127 0 3444 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19652

[startup+0.101922 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16825
/proc/meminfo: memFree=1704520/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=16144 CPUtime=0.09
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 3573 0 0 0 8 1 0 0 19 0 1 0 91016097 16531456 3557 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16826/statm: 4036 3558 51 127 0 3906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21500

[startup+0.301865 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16825
/proc/meminfo: memFree=1704520/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=41516 CPUtime=0.28
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 10145 0 0 0 24 4 0 0 21 0 1 0 91016097 42512384 10130 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16826/statm: 10379 10131 52 127 0 10249 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46872

[startup+0.701765 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16825
/proc/meminfo: memFree=1704520/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=112536 CPUtime=0.68
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 22250 0 0 0 56 12 0 0 25 0 1 0 91016097 115236864 22234 1992294400 134512640 135034092 4294956096 18446744073709551615 134547147 0 0 4096 3 0 0 0 17 1 0 0
/proc/16826/statm: 28134 22234 52 127 0 28004 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 117892

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16827
/proc/meminfo: memFree=1578872/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=185540 CPUtime=1.48
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 45344 0 0 0 122 26 0 0 25 0 1 0 91016097 189992960 45328 1992294400 134512640 135034092 4294956096 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16826/statm: 46385 45328 52 127 0 46255 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 190896

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16827
/proc/meminfo: memFree=1510200/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=206536 CPUtime=3.07
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 50194 0 0 0 278 29 0 0 25 0 1 0 91016097 211492864 48933 1992294400 134512640 135034092 4294956096 18446744073709551615 134540931 0 0 4096 3 0 0 0 17 1 0 0
/proc/16826/statm: 51634 48933 68 127 0 51504 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 211892

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16827
/proc/meminfo: memFree=1494584/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=215380 CPUtime=6.27
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 52289 0 0 0 594 33 0 0 25 0 1 0 91016097 220549120 51028 1992294400 134512640 135034092 4294956096 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 1 0 0
/proc/16826/statm: 53845 51028 68 127 0 53715 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 220736

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16827
/proc/meminfo: memFree=1463416/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=232888 CPUtime=12.66
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 56122 0 0 0 1224 42 0 0 25 0 1 0 91016097 238477312 54861 1992294400 134512640 135034092 4294956096 18446744073709551615 134540944 0 0 4096 3 0 0 0 17 1 0 0
/proc/16826/statm: 58222 54861 68 127 0 58092 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 238244

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16827
/proc/meminfo: memFree=1424504/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=0
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91016097 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 235 195 169 0 50 0
[pid=16826] ppid=16825 vsize=251892 CPUtime=25.46
/proc/16826/stat : 16826 (SatElite) R 16825 16825 16027 0 -1 4194304 65801 0 0 0 2486 60 0 0 25 0 1 0 91016097 257937408 58122 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/16826/statm: 62973 58122 69 127 0 62843 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 257248

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1581432/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=72204 CPUtime=25.42
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 17426 0 0 0 2531 11 0 0 25 0 1 0 91018663 73936896 17411 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 18051 17411 81 174 0 17874 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 77560

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1578296/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=75056 CPUtime=76.6
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 18144 0 0 0 7648 12 0 0 25 0 1 0 91018663 76857344 18129 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 18764 18129 81 174 0 18587 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 80412

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1577144/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=76444 CPUtime=136.59
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 18447 0 0 0 13647 12 0 0 25 0 1 0 91018663 78278656 18432 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 19111 18432 81 174 0 18934 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 81800

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1576056/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=77472 CPUtime=196.58
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 18722 0 0 0 19646 12 0 0 25 0 1 0 91018663 79331328 18707 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 19368 18707 81 174 0 19191 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 82828

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1573752/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=79704 CPUtime=256.58
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 19291 0 0 0 25646 12 0 0 25 0 1 0 91018663 81616896 19276 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 19926 19276 81 174 0 19749 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 85060

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1573752/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=79704 CPUtime=316.58
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 19292 0 0 0 31646 12 0 0 25 0 1 0 91018663 81616896 19277 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 19926 19277 81 174 0 19749 0

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

/proc/16828/statm: 20597 19938 81 174 0 20420 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 87744

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1569336/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=84076 CPUtime=556.58
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 20382 0 0 0 55644 14 0 0 25 0 1 0 91018663 86093824 20367 1992294400 134512640 135226915 4294956208 18446744073709551615 134537065 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 21019 20367 81 174 0 20842 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 89432

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1569336/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=84076 CPUtime=616.58
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 20387 0 0 0 61644 14 0 0 25 0 1 0 91018663 86093824 20372 1992294400 134512640 135226915 4294956208 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 21019 20372 81 174 0 20842 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 89432

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16828
/proc/meminfo: memFree=1566200/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=87260 CPUtime=676.57
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 21179 0 0 0 67642 15 0 0 25 0 1 0 91018663 89354240 21164 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 21815 21164 81 174 0 21638 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 92616

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562808/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90432 CPUtime=736.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 21977 0 0 0 73640 16 0 0 25 0 1 0 91018663 92602368 21962 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22608 21962 81 174 0 22431 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 95788

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=796.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22075 0 0 0 79640 16 0 0 25 0 1 0 91018663 93085696 22060 1992294400 134512640 135226915 4294956208 18446744073709551615 134547505 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22060 81 174 0 22549 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 96260

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=856.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22077 0 0 0 85640 16 0 0 25 0 1 0 91018663 93085696 22062 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22062 81 174 0 22549 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 96260

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=916.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22081 0 0 0 91640 16 0 0 25 0 1 0 91018663 93085696 22066 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22066 81 174 0 22549 0
Current children cumulated CPU time (s) 942.17
Current children cumulated vsize (KiB) 96260

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=976.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22086 0 0 0 97640 16 0 0 25 0 1 0 91018663 93085696 22071 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22071 81 174 0 22549 0
Current children cumulated CPU time (s) 1002.17
Current children cumulated vsize (KiB) 96260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=1036.56
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22086 0 0 0 103640 16 0 0 25 0 1 0 91018663 93085696 22071 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22071 81 174 0 22549 0
Current children cumulated CPU time (s) 1062.17
Current children cumulated vsize (KiB) 96260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=1096.55
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22087 0 0 0 109639 16 0 0 25 0 1 0 91018663 93085696 22072 1992294400 134512640 135226915 4294956208 18446744073709551615 134537162 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22072 81 174 0 22549 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 96260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=1156.55
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22087 0 0 0 115639 16 0 0 25 0 1 0 91018663 93085696 22072 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22072 81 174 0 22549 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 96260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16830
/proc/meminfo: memFree=1562424/2055920 swapFree=4181344/4192956
[pid=16825] ppid=16823 vsize=5356 CPUtime=25.61
/proc/16825/stat : 16825 (lysat.sh) S 16823 16825 16027 0 -1 4194304 310 65804 0 0 0 0 2497 64 19 0 1 0 91016097 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16825/statm: 1339 237 195 169 0 50 0
[pid=16828] ppid=16825 vsize=90904 CPUtime=1174.44
/proc/16828/stat : 16828 (LySATi) R 16825 16825 16027 0 -1 4194304 22090 0 0 0 117428 16 0 0 25 0 1 0 91018663 93085696 22075 1992294400 134512640 135226915 4294956208 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 22726 22075 81 174 0 22549 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 96260

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 16825 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=979202
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=643902
# CPU time returned by wait4() is 25.6231
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.21
CPU time (s): 1200.05
CPU user time (s): 1199.25
CPU system time (s): 0.8
CPU usage (%): 99.9865
Max. virtual memory (cumulated for all children) (KiB): 274412

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

runsolver used 1.08983 second user time and 3.2875 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 05:23:47
IDJOB=1717720
IDBENCH=20423
IDSOLVER=511
FILE ID=node16/1717720-1240629825
PBS_JOBID= 9186341
Free space on /tmp= 66292 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717720-1240629825/watcher-1717720-1240629825 -o /tmp/evaluation-result-1717720-1240629825/solver-1717720-1240629825 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1717720-1240629825.cnf i

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=120526895

node16.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.234
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.234
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:       1705064 kB
Buffers:         44704 kB
Cached:         254412 kB
SwapCached:       6408 kB
Active:         145064 kB
Inactive:       162992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705064 kB
SwapTotal:     4192956 kB
SwapFree:      4181344 kB
Dirty:           29708 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            28864 kB
Committed_AS:   290572 kB
PageTables:       1436 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= 66240 MiB
End job on node16 at 2009-04-25 05:43:49