Trace number 1824992

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) 5000.07 5002.11

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
Bench CategoryCRAFTED (crafted 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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3500    10500 |    1049       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    3493    10536 |      --       0       --      -- |     --   | -7/36
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 693   #clauses: 3493   #literals: 10536
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	c ==============================================================================
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  693                                                  |
0.00/0.01	|  Number of clauses:    3493                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
5000.05/5002.10	HOME/lysat.sh: line 55: 31360 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

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-1824992-1242478423/watcher-1824992-1242478423 -o /tmp/evaluation-result-1824992-1242478423/solver-1824992-1242478423 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824992-1242478423.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 31357
/proc/meminfo: memFree=990392/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275876269 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 235 195 169 0 50 0
[pid=31358] ppid=31357 vsize=692 CPUtime=0
/proc/31358/stat : 31358 (SatElite) R 31357 31357 31241 0 -1 4194304 84 0 0 0 0 0 0 0 20 0 1 0 275876270 708608 68 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31358/statm: 173 76 50 127 0 43 0

[startup+0.0358839 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 31357
/proc/meminfo: memFree=990392/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.10189 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 31357
/proc/meminfo: memFree=990392/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301908 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 31357
/proc/meminfo: memFree=990392/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701947 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 31357
/proc/meminfo: memFree=990392/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=989096/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=2684 CPUtime=1.48
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 334 0 0 0 148 0 0 0 25 0 1 0 275876271 2748416 319 1992294400 134512640 135214827 4294956224 18446744073709551615 134537510 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 671 319 77 171 0 498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8040

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=988776/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=2948 CPUtime=3.08
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 402 0 0 0 308 0 0 0 25 0 1 0 275876271 3018752 387 1992294400 134512640 135214827 4294956224 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 737 387 77 171 0 564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8304

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=988520/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=3212 CPUtime=6.27
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 462 0 0 0 627 0 0 0 25 0 1 0 275876271 3289088 447 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 803 447 77 171 0 630 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8568

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=988080/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=3476 CPUtime=12.67
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 535 0 0 0 1267 0 0 0 25 0 1 0 275876271 3559424 520 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 869 520 77 171 0 696 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8832

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=987696/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=4012 CPUtime=25.46
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 672 0 0 0 2546 0 0 0 25 0 1 0 275876271 4108288 657 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1003 657 77 171 0 830 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9368

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=987184/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=4540 CPUtime=51.05
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 787 0 0 0 5105 0 0 0 25 0 1 0 275876271 4648960 772 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1135 772 77 171 0 962 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9896

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=986224/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=5336 CPUtime=102.24
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1002 0 0 0 10224 0 0 0 25 0 1 0 275876271 5464064 987 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1334 987 77 171 0 1161 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10692

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=985584/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=6008 CPUtime=162.22
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1175 0 0 0 16221 1 0 0 25 0 1 0 275876271 6152192 1160 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1502 1160 77 171 0 1329 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 11364

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=985072/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=6544 CPUtime=222.18
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1305 0 0 0 22217 1 0 0 25 0 1 0 275876271 6701056 1290 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1636 1290 77 171 0 1463 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11900

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=984688/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=6952 CPUtime=282.16
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1402 0 0 0 28215 1 0 0 25 0 1 0 275876271 7118848 1387 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1738 1387 77 171 0 1565 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 12308

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=984240/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=7480 CPUtime=342.13
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1519 0 0 0 34212 1 0 0 25 0 1 0 275876271 7659520 1504 1992294400 134512640 135214827 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1870 1504 77 171 0 1697 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 12836

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 31360
/proc/meminfo: memFree=983920/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=7744 CPUtime=402.1
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 1598 0 0 0 40209 1 0 0 25 0 1 0 275876271 7929856 1583 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 1936 1583 77 171 0 1763 0
Current children cumulated CPU time (s) 402.11

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

[pid=31360] ppid=31357 vsize=15308 CPUtime=4300.51
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3421 0 0 0 430046 5 0 0 25 0 1 0 275876271 15675392 3406 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3827 3406 77 171 0 3654 0
Current children cumulated CPU time (s) 4300.52
Current children cumulated vsize (KiB) 20664

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976496/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15444 CPUtime=4360.49
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3437 0 0 0 436044 5 0 0 25 0 1 0 275876271 15814656 3422 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3861 3422 77 171 0 3688 0
Current children cumulated CPU time (s) 4360.5
Current children cumulated vsize (KiB) 20800

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976496/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15444 CPUtime=4420.47
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3443 0 0 0 442042 5 0 0 25 0 1 0 275876271 15814656 3428 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3861 3428 77 171 0 3688 0
Current children cumulated CPU time (s) 4420.48
Current children cumulated vsize (KiB) 20800

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976368/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15444 CPUtime=4480.44
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3461 0 0 0 448039 5 0 0 25 0 1 0 275876271 15814656 3446 1992294400 134512640 135214827 4294956224 18446744073709551615 134535340 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3861 3446 77 171 0 3688 0
Current children cumulated CPU time (s) 4480.45
Current children cumulated vsize (KiB) 20800

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976368/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15444 CPUtime=4540.41
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3466 0 0 0 454036 5 0 0 25 0 1 0 275876271 15814656 3451 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3861 3451 77 171 0 3688 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 20800

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15584 CPUtime=4600.4
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3485 0 0 0 460035 5 0 0 25 0 1 0 275876271 15958016 3470 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3896 3470 77 171 0 3723 0
Current children cumulated CPU time (s) 4600.41
Current children cumulated vsize (KiB) 20940

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15584 CPUtime=4660.38
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3490 0 0 0 466032 6 0 0 25 0 1 0 275876271 15958016 3475 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3896 3475 77 171 0 3723 0
Current children cumulated CPU time (s) 4660.39
Current children cumulated vsize (KiB) 20940

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15584 CPUtime=4720.35
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3495 0 0 0 472029 6 0 0 25 0 1 0 275876271 15958016 3480 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3896 3480 77 171 0 3723 0
Current children cumulated CPU time (s) 4720.36
Current children cumulated vsize (KiB) 20940

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15584 CPUtime=4780.33
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3500 0 0 0 478027 6 0 0 25 0 1 0 275876271 15958016 3485 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3896 3485 77 171 0 3723 0
Current children cumulated CPU time (s) 4780.34
Current children cumulated vsize (KiB) 20940

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15584 CPUtime=4840.31
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3500 0 0 0 484025 6 0 0 25 0 1 0 275876271 15958016 3485 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3896 3485 77 171 0 3723 0
Current children cumulated CPU time (s) 4840.32
Current children cumulated vsize (KiB) 20940

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15732 CPUtime=4900.28
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3505 0 0 0 490022 6 0 0 25 0 1 0 275876271 16109568 3490 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3933 3490 77 171 0 3760 0
Current children cumulated CPU time (s) 4900.29
Current children cumulated vsize (KiB) 21088

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976112/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15732 CPUtime=4960.25
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3512 0 0 0 496019 6 0 0 25 0 1 0 275876271 16109568 3497 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3933 3497 77 171 0 3760 0
Current children cumulated CPU time (s) 4960.26
Current children cumulated vsize (KiB) 21088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976048/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15732 CPUtime=5000.04
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3520 0 0 0 499998 6 0 0 25 0 1 0 275876271 16109568 3505 1992294400 134512640 135214827 4294956224 18446744073709551615 134529729 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3933 3505 77 171 0 3760 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 21088

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 31374
/proc/meminfo: memFree=976048/2055920 swapFree=4181340/4192956
[pid=31357] ppid=31355 vsize=5356 CPUtime=0.01
/proc/31357/stat : 31357 (lysat.sh) S 31355 31357 31241 0 -1 4194304 310 193 0 0 0 0 1 0 18 0 1 0 275876269 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31357/statm: 1339 237 195 169 0 50 0
[pid=31360] ppid=31357 vsize=15732 CPUtime=5000.04
/proc/31360/stat : 31360 (LySATc) R 31357 31357 31241 0 -1 4194304 3520 0 0 0 499998 6 0 0 25 0 1 0 275876271 16109568 3505 1992294400 134512640 135214827 4294956224 18446744073709551615 134529729 0 0 4096 3 0 0 0 17 0 0 0
/proc/31360/statm: 3933 3505 77 171 0 3760 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 21088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.07
CPU user time (s): 5000
CPU system time (s): 0.071989
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 21088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4034
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= 19
involuntary context switches= 12852

runsolver used 4.10837 second user time and 14.0909 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-16 14:53:43
IDJOB=1824992
IDBENCH=24706
IDSOLVER=667
FILE ID=node12/1824992-1242478423
PBS_JOBID= 9306822
Free space on /tmp= 66156 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824992-1242478423/watcher-1824992-1242478423 -o /tmp/evaluation-result-1824992-1242478423/solver-1824992-1242478423 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824992-1242478423.cnf c

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=620584926

node12.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.213
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.213
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:        990808 kB
Buffers:         94488 kB
Cached:         870832 kB
SwapCached:       5448 kB
Active:          67760 kB
Inactive:       905520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        990808 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            77840 kB
Committed_AS:  1118976 kB
PageTables:       1376 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= 66152 MiB
End job on node12 at 2009-05-16 16:17:07