Trace number 1562310

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.02 1200.41

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark496.332
Satisfiable
(Un)Satisfiability was proved
Number of variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

0.00/0.00	c Parsing...
0.19/0.28	c ==============================================================================
0.19/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.28	c ==============================================================================
0.19/0.28	c |         0 |  347216  1043884 |  104164       0        0     nan |  0.000 % |
4.19/4.22	c |         0 |  347216  1043900 |      --       0       --      -- |     --   | 0/16
4.19/4.22	c ==============================================================================
4.19/4.22	c Result  :   #vars: 24352   #clauses: 347216   #literals: 1043900
4.19/4.22	c CPU time:   4.18736 s
4.19/4.22	c ==============================================================================
4.59/4.67	c lySAT 0.1
4.59/4.67	c minisat core +  additionnal features
4.59/4.67	c ============================[ Problem Statistics ]=============================
4.59/4.67	c |                                                                             |
4.59/4.68	c |  Number of variables:  24352                                                |
4.59/4.68	c |  Number of clauses:    347216                                               |
4.67/4.89	c |  Parsing time:         0.19         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-1562310-1238773393/watcher-1562310-1238773393 -o /tmp/evaluation-result-1562310-1238773393/solver-1562310-1238773393 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1562310-1238773393.cnf i 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12902
/proc/meminfo: memFree=1678632/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=1572 CPUtime=0
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 306 0 0 0 0 0 0 0 18 0 1 0 1150001910 1609728 290 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 393 292 50 127 0 263 0

[startup+0.0246789 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12902
/proc/meminfo: memFree=1678632/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=4536 CPUtime=0.01
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 903 0 0 0 1 0 0 0 18 0 1 0 1150001910 4644864 887 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 1134 888 51 127 0 1004 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9892

[startup+0.101686 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12902
/proc/meminfo: memFree=1678632/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=9668 CPUtime=0.08
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 2177 0 0 0 8 0 0 0 18 0 1 0 1150001910 9900032 2161 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 2417 2161 51 127 0 2287 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15024

[startup+0.301707 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12902
/proc/meminfo: memFree=1678632/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=28312 CPUtime=0.29
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 6385 0 0 0 26 3 0 0 19 0 1 0 1150001910 28991488 6321 1992294400 134512640 135034092 4294956096 18446744073709551615 134566260 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 7078 6321 68 127 0 6948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33668

[startup+0.701749 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12902
/proc/meminfo: memFree=1678632/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=28312 CPUtime=0.69
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 6385 0 0 0 66 3 0 0 23 0 1 0 1150001910 28991488 6321 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 7078 6321 68 127 0 6948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33668

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12904
/proc/meminfo: memFree=1653272/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=28312 CPUtime=1.49
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 6385 0 0 0 146 3 0 0 25 0 1 0 1150001910 28991488 6321 1992294400 134512640 135034092 4294956096 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 7078 6321 68 127 0 6948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33668

[startup+3.10201 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12904
/proc/meminfo: memFree=1653144/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=0
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1150001909 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12902/statm: 1339 235 195 169 0 50 0
[pid=12903] ppid=12902 vsize=28312 CPUtime=3.09
/proc/12903/stat : 12903 (SatElite) R 12902 12902 12625 0 -1 4194304 6385 0 0 0 306 3 0 0 25 0 1 0 1150001910 28991488 6321 1992294400 134512640 135034092 4294956096 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 1 0 0
/proc/12903/statm: 7078 6321 68 127 0 6948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33668

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12905
/proc/meminfo: memFree=1649112/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=23244 CPUtime=1.61
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 5528 0 0 0 159 2 0 0 25 0 1 0 1150002377 23801856 5513 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 5811 5513 81 174 0 5634 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28600

[startup+12.701 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12905
/proc/meminfo: memFree=1640480/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=33136 CPUtime=8
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 7999 0 0 0 796 4 0 0 25 0 1 0 1150002377 33931264 7984 1992294400 134512640 135226915 4294956208 18446744073709551615 134527826 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 8284 7984 81 174 0 8107 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38492

[startup+25.5014 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12905
/proc/meminfo: memFree=1629024/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=43228 CPUtime=20.81
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 10520 0 0 0 2074 7 0 0 25 0 1 0 1150002377 44265472 10505 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 10807 10505 81 174 0 10630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48584

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12905
/proc/meminfo: memFree=1599264/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=74048 CPUtime=46.38
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 18211 0 0 0 4625 13 0 0 25 0 1 0 1150002377 75825152 18196 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 18512 18196 81 174 0 18335 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 79404

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1563104/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=108964 CPUtime=97.57
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 26961 0 0 0 9739 18 0 0 25 0 1 0 1150002377 111579136 26946 1992294400 134512640 135226915 4294956208 18446744073709551615 134538535 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 27241 26946 81 174 0 27064 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 114320

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1482848/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=189540 CPUtime=157.54
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 47069 0 0 0 15723 31 0 0 25 0 1 0 1150002377 194088960 47054 1992294400 134512640 135226915 4294956208 18446744073709551615 134527745 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 47385 47054 81 174 0 47208 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 194896

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1408224/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=263572 CPUtime=217.53
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 65606 0 0 0 21710 43 0 0 25 0 1 0 1150002377 269897728 65591 1992294400 134512640 135226915 4294956208 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 65893 65591 81 174 0 65716 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 268928

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1353120/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=319076 CPUtime=277.52
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 79449 0 0 0 27699 53 0 0 25 0 1 0 1150002377 326733824 79434 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 79769 79434 81 174 0 79592 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 324432

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1290016/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=381616 CPUtime=337.49
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 95099 0 0 0 33688 61 0 0 25 0 1 0 1150002377 390774784 95084 1992294400 134512640 135226915 4294956208 18446744073709551615 134527736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 95404 95084 81 174 0 95227 0

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

/proc/12905/statm: 130799 130409 81 174 0 130622 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 528552

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1105952/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=565964 CPUtime=577.43
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 141125 0 0 0 57652 91 0 0 25 0 1 0 1150002377 579547136 141110 1992294400 134512640 135226915 4294956208 18446744073709551615 134527761 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 141491 141110 81 174 0 141314 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 571320

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1048096/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=623196 CPUtime=637.41
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 155422 0 0 0 63642 99 0 0 25 0 1 0 1150002377 638152704 155407 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 155799 155407 81 174 0 155622 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 628552

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=1009376/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=661988 CPUtime=697.4
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 165125 0 0 0 69635 105 0 0 25 0 1 0 1150002377 677875712 165110 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 165497 165110 81 174 0 165320 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 667344

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995808/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=757.38
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 75631 107 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134537375 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 680592

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995872/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=817.36
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 81629 107 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 680592

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995808/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=877.34
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 87627 107 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 680592

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995872/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=937.32
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 93625 107 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 680592

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995872/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=997.3
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 99623 107 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 680592

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12907
/proc/meminfo: memFree=995808/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=1057.29
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 105621 108 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 680592

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12913
/proc/meminfo: memFree=995608/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=1117.27
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 111619 108 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 680592

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12913
/proc/meminfo: memFree=995672/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=1177.25
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 117617 108 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 680592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12913
/proc/meminfo: memFree=995672/2055920 swapFree=4178912/4192956
[pid=12902] ppid=12900 vsize=5356 CPUtime=4.67
/proc/12902/stat : 12902 (lysat.sh) S 12900 12902 12625 0 -1 4194304 310 6389 0 0 0 0 461 6 16 0 1 0 1150001909 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12902/statm: 1339 237 195 169 0 50 0
[pid=12905] ppid=12902 vsize=675236 CPUtime=1195.35
/proc/12905/stat : 12905 (LySATi) R 12902 12902 12625 0 -1 4194304 168436 0 0 0 119427 108 0 0 25 0 1 0 1150002377 691441664 168421 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/12905/statm: 168809 168421 81 174 0 168632 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 680592

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 12902 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=612298
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=64990
# CPU time returned by wait4() is 4.67729
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1198.88
CPU system time (s): 1.14
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 680592

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

runsolver used 1.36679 second user time and 3.01054 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-03 17:43:14
IDJOB=1562310
IDBENCH=70932
IDSOLVER=511
FILE ID=node47/1562310-1238773393
PBS_JOBID= 9085530
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=1982878330

node47.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.216
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.216
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:       1679184 kB
Buffers:         62244 kB
Cached:         224476 kB
SwapCached:       7856 kB
Active:         119128 kB
Inactive:       178088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679184 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            9324 kB
Writeback:           0 kB
Mapped:          16168 kB
Slab:            65612 kB
Committed_AS:  3371324 kB
PageTables:       1452 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= 66532 MiB
End job on node47 at 2009-04-03 18:03:16