Trace number 1722153

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 1200.04 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.09/1.19	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.09/1.20	c ==============================================================================
1.09/1.20	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.09/1.20	c CPU time:   1.17082 s
1.09/1.20	c ==============================================================================
1.28/1.39	This is MiniSat 2.0 beta
1.28/1.39	WARNING: for repeatability, setting FPU to use double precision
1.28/1.39	============================[ Problem Statistics ]=============================
1.28/1.39	|                                                                             |
1.28/1.39	|  Number of variables:  1205                                                 |
1.28/1.39	|  Number of clauses:    127840                                               |
1.38/1.46	|  Parsing time:         0.06         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-1722153-1240673006/watcher-1722153-1240673006 -o /tmp/evaluation-result-1722153-1240673006/solver-1722153-1240673006 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722153-1240673006.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19859
/proc/meminfo: memFree=1831728/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19859/statm: 1339 235 195 169 0 50 0
[pid=19860] ppid=19859 vsize=5356 CPUtime=0
/proc/19860/stat : 19860 (lysat.sh) R 19859 19859 19578 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665530151 0 0 4096 0 0 0 0 17 1 0 0
/proc/19860/statm: 1339 235 195 169 0 50 0

[startup+0.088154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19859
/proc/meminfo: memFree=1831728/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19859/statm: 1339 235 195 169 0 50 0
[pid=19860] ppid=19859 vsize=8624 CPUtime=0.07
/proc/19860/stat : 19860 (SatElite) R 19859 19859 19578 0 -1 4194304 2104 0 0 0 6 1 0 0 21 0 1 0 95329914 8830976 2088 1992294400 134512640 135034092 4294956096 18446744073709551615 134540697 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 2156 2088 68 127 0 2026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13980

[startup+0.101155 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19859
/proc/meminfo: memFree=1831728/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19859/statm: 1339 235 195 169 0 50 0
[pid=19860] ppid=19859 vsize=9420 CPUtime=0.09
/proc/19860/stat : 19860 (SatElite) R 19859 19859 19578 0 -1 4194304 2282 0 0 0 8 1 0 0 21 0 1 0 95329914 9646080 2266 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 2355 2267 68 127 0 2225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14776

[startup+0.301192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19859
/proc/meminfo: memFree=1831728/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19859/statm: 1339 235 195 169 0 50 0
[pid=19860] ppid=19859 vsize=11808 CPUtime=0.29
/proc/19860/stat : 19860 (SatElite) R 19859 19859 19578 0 -1 4194304 2884 0 0 0 27 2 0 0 23 0 1 0 95329914 12091392 2868 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 2952 2868 68 127 0 2822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17164

[startup+0.701265 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19859
/proc/meminfo: memFree=1831728/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 95329914 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19859/statm: 1339 235 195 169 0 50 0
[pid=19860] ppid=19859 vsize=15088 CPUtime=0.69
/proc/19860/stat : 19860 (SatElite) R 19859 19859 19578 0 -1 4194304 3380 0 0 0 67 2 0 0 25 0 1 0 95329914 15450112 3364 1992294400 134512640 135034092 4294956096 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 3772 3364 68 127 0 3642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20444

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19861
/proc/meminfo: memFree=1817632/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 5356

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1819744/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=10356 CPUtime=1.7
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 2484 0 0 0 169 1 0 0 25 0 1 0 95330053 10604544 2469 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 2589 2469 78 171 0 2416 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15712

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1816736/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=12376 CPUtime=4.89
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 2968 0 0 0 488 1 0 0 25 0 1 0 95330053 12673024 2953 1992294400 134512640 135214827 4294956208 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 3094 2953 78 171 0 2921 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17732

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1814064/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=14816 CPUtime=11.29
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 3560 0 0 0 1127 2 0 0 25 0 1 0 95330053 15171584 3545 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 3704 3545 78 171 0 3531 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20172

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1812016/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=16848 CPUtime=24.08
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 4083 0 0 0 2406 2 0 0 25 0 1 0 95330053 17252352 4068 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 4212 4068 78 171 0 4039 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22204

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=21204 CPUtime=49.67
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 5122 0 0 0 4964 3 0 0 25 0 1 0 95330053 21712896 5107 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 5301 5107 78 171 0 5128 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26560

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1800688/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=28464 CPUtime=100.85
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 6900 0 0 0 10081 4 0 0 25 0 1 0 95330053 29147136 6885 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 7116 6885 78 171 0 6943 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1795568/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=33852 CPUtime=160.83
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 8190 0 0 0 16078 5 0 0 25 0 1 0 95330053 34664448 8175 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 8463 8175 78 171 0 8290 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 39208

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1792368/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=36932 CPUtime=220.81
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 8967 0 0 0 22074 7 0 0 25 0 1 0 95330053 37818368 8952 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 9233 8952 78 171 0 9060 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 42288

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1788656/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=40652 CPUtime=280.78
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 9893 0 0 0 28071 7 0 0 25 0 1 0 95330053 41627648 9878 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 10163 9878 78 171 0 9990 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 46008

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1784752/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=44892 CPUtime=340.77
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 10899 0 0 0 34068 9 0 0 25 0 1 0 95330053 45969408 10846 1992294400 134512640 135214827 4294956208 18446744073709551615 134529399 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 11223 10846 78 171 0 11050 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 50248


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

/proc/19862/statm: 12892 12493 78 171 0 12719 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 56924

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1775664/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=53716 CPUtime=640.67
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 13120 0 0 0 64054 13 0 0 25 0 1 0 95330053 55005184 13067 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 13429 13067 78 171 0 13256 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 59072

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1773552/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=55860 CPUtime=700.64
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 13642 0 0 0 70050 14 0 0 25 0 1 0 95330053 57200640 13589 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 13965 13589 78 171 0 13792 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 61216

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1771312/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=58208 CPUtime=760.62
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 14201 0 0 0 76048 14 0 0 25 0 1 0 95330053 59604992 14148 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 14552 14148 78 171 0 14379 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 63564

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1768816/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=60736 CPUtime=820.59
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 14807 0 0 0 82044 15 0 0 25 0 1 0 95330053 62193664 14754 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 15184 14754 78 171 0 15011 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 66092

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19862
/proc/meminfo: memFree=1767408/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=62216 CPUtime=880.57
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 15163 0 0 0 88042 15 0 0 25 0 1 0 95330053 63709184 15110 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 15554 15110 78 171 0 15381 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 67572

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1765744/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=64064 CPUtime=940.55
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 15532 0 0 0 94039 16 0 0 25 0 1 0 95330053 65601536 15479 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 16016 15479 78 171 0 15843 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 69420

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1763440/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=66372 CPUtime=1000.53
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 16110 0 0 0 100036 17 0 0 25 0 1 0 95330053 67964928 16048 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 16593 16048 78 171 0 16420 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 71728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1761904/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=68036 CPUtime=1060.5
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 16507 0 0 0 106033 17 0 0 25 0 1 0 95330053 69668864 16437 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 17009 16437 78 171 0 16836 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 73392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1760432/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=69452 CPUtime=1120.48
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 16863 0 0 0 112031 17 0 0 25 0 1 0 95330053 71118848 16793 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 17363 16793 78 171 0 17190 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 74808

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1758960/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=71256 CPUtime=1180.46
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 17235 0 0 0 118028 18 0 0 25 0 1 0 95330053 72966144 17165 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 17814 17165 78 171 0 17641 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 76612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19864
/proc/meminfo: memFree=1758512/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=71688 CPUtime=1198.66
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 17344 0 0 0 119848 18 0 0 25 0 1 0 95330053 73408512 17274 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 17922 17274 78 171 0 17749 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 77044

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 19864
/proc/meminfo: memFree=1758512/2055920 swapFree=4181396/4192956
[pid=19859] ppid=19857 vsize=5356 CPUtime=1.38
/proc/19859/stat : 19859 (lysat.sh) S 19857 19859 19578 0 -1 4194304 310 3384 0 0 0 0 135 3 16 0 1 0 95329914 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 237 195 169 0 50 0
[pid=19862] ppid=19859 vsize=71688 CPUtime=1198.66
/proc/19862/stat : 19862 (LySATc) R 19859 19859 19578 0 -1 4194304 17344 0 0 0 119848 18 0 0 25 0 1 0 95330053 73408512 17274 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/19862/statm: 17922 17274 78 171 0 17749 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 77044

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19859 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=353794
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=34994
# CPU time returned by wait4() is 1.38879
# while last known CPU time is 1200.04
#
# 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.04
CPU user time (s): 1199.83
CPU system time (s): 0.21
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 77044

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

runsolver used 1.03484 second user time and 3.34249 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-25 17:23:26
IDJOB=1722153
IDBENCH=71084
IDSOLVER=512
FILE ID=node84/1722153-1240673006
PBS_JOBID= 9186624
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=287506657

node84.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.259
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.259
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:       1832144 kB
Buffers:         13176 kB
Cached:         155736 kB
SwapCached:       5372 kB
Active:          19012 kB
Inactive:       157696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832144 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4200 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            32996 kB
Committed_AS:   320052 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= 66208 MiB
End job on node84 at 2009-04-25 17:43:29