Trace number 1825030

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.04 5002.01

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
MD5SUM4bdea1a05617ff95eaeaf981037754e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2480.93
Satisfiable
(Un)Satisfiability was proved
Number of variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.01/0.02	c ==============================================================================
0.01/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.02	c ==============================================================================
0.01/0.02	c |         0 |   19612    74038 |    5883       0        0     nan |  0.000 % |
0.01/0.03	c |         0 |   17759    66584 |      --       0       --      -- |     --   | -1674/-6692
0.01/0.03	c ==============================================================================
0.01/0.03	c Result  :   #vars: 2844   #clauses: 17759   #literals: 66584
0.01/0.03	c CPU time:   0.032994 s
0.01/0.03	c ==============================================================================
0.01/0.06	This is MiniSat 2.0 beta
0.01/0.06	WARNING: for repeatability, setting FPU to use double precision
0.01/0.06	============================[ Problem Statistics ]=============================
0.01/0.06	|                                                                             |
0.01/0.06	|  Number of variables:  2844                                                 |
0.01/0.06	|  Number of clauses:    17759                                                |
0.01/0.07	|  Parsing time:         0.01         s                                       |
5000.01/5002.01	HOME/lysat.sh: line 55:  2453 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-1825030-1242490817/watcher-1825030-1242490817 -o /tmp/evaluation-result-1825030-1242490817/solver-1825030-1242490817 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825030-1242490817.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 1.00 3/64 2450
/proc/meminfo: memFree=1187208/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277108813 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 235 195 169 0 50 0
[pid=2451] ppid=2450 vsize=1172 CPUtime=0
/proc/2451/stat : 2451 (SatElite) R 2450 2450 2310 0 -1 4194304 200 0 0 0 0 0 0 0 19 0 1 0 277108813 1200128 184 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/2451/statm: 293 185 51 127 0 163 0

[startup+0.0224289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2450
/proc/meminfo: memFree=1187208/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 277108813 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 235 195 169 0 50 0
[pid=2451] ppid=2450 vsize=2316 CPUtime=0.01
/proc/2451/stat : 2451 (SatElite) R 2450 2450 2310 0 -1 4194304 475 0 0 0 1 0 0 0 19 0 1 0 277108813 2371584 459 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/2451/statm: 579 463 51 127 0 449 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7672

[startup+0.102444 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2450
/proc/meminfo: memFree=1187208/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.302463 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2450
/proc/meminfo: memFree=1187208/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.702511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2450
/proc/meminfo: memFree=1187208/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50157 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2453
/proc/meminfo: memFree=1183992/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=4344 CPUtime=1.43
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 831 0 0 0 143 0 0 0 25 0 1 0 277108819 4448256 816 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 1086 816 77 171 0 913 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9700

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2453
/proc/meminfo: memFree=1182968/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=5532 CPUtime=3.02
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 1125 0 0 0 302 0 0 0 25 0 1 0 277108819 5664768 1110 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 1383 1110 77 171 0 1210 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10888

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2453
/proc/meminfo: memFree=1180736/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=7020 CPUtime=6.22
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 1498 0 0 0 622 0 0 0 25 0 1 0 277108819 7188480 1483 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 1755 1483 77 171 0 1582 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12376

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2453
/proc/meminfo: memFree=1180608/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=7152 CPUtime=12.62
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 1508 0 0 0 1261 1 0 0 25 0 1 0 277108819 7323648 1493 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 1788 1493 77 171 0 1615 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12508

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2453
/proc/meminfo: memFree=1179840/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=8172 CPUtime=25.42
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 1771 0 0 0 2541 1 0 0 25 0 1 0 277108819 8368128 1756 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 2043 1756 77 171 0 1870 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13528

[startup+51.1023 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 2453
/proc/meminfo: memFree=1177088/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=10812 CPUtime=51
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 2446 0 0 0 5098 2 0 0 25 0 1 0 277108819 11071488 2431 1992294400 134512640 135214827 4294956224 18446744073709551615 134538196 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 2703 2431 77 171 0 2530 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16168

[startup+102.306 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 2453
/proc/meminfo: memFree=1176768/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=11240 CPUtime=102.18
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 2527 0 0 0 10216 2 0 0 25 0 1 0 277108819 11509760 2512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 2810 2512 77 171 0 2637 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16596

[startup+162.303 s]
/proc/loadavg: 1.05 1.04 1.01 2/66 2453
/proc/meminfo: memFree=1175616/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=12296 CPUtime=162.16
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 2793 0 0 0 16214 2 0 0 25 0 1 0 277108819 12591104 2778 1992294400 134512640 135214827 4294956224 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 3074 2778 77 171 0 2901 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17652

[startup+222.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 2453
/proc/meminfo: memFree=1174464/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=13508 CPUtime=222.12
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 3088 0 0 0 22210 2 0 0 25 0 1 0 277108819 13832192 3073 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 3377 3073 77 171 0 3204 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 18864

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2453
/proc/meminfo: memFree=1173760/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=14168 CPUtime=282.11
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 3276 0 0 0 28208 3 0 0 25 0 1 0 277108819 14508032 3261 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 3542 3261 77 171 0 3369 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 19524

[startup+342.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2453
/proc/meminfo: memFree=1168448/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=19464 CPUtime=342.08
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 4585 0 0 0 34204 4 0 0 25 0 1 0 277108819 19931136 4570 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 4866 4570 77 171 0 4693 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 24820

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2453
/proc/meminfo: memFree=1167808/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=20124 CPUtime=402.05

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

[pid=2453] ppid=2450 vsize=36812 CPUtime=4240.48
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8936 0 0 0 424035 13 0 0 25 0 1 0 277108819 37695488 8902 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9203 8902 77 171 0 9030 0
Current children cumulated CPU time (s) 4240.53
Current children cumulated vsize (KiB) 42168

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2461
/proc/meminfo: memFree=1150720/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36812 CPUtime=4300.47
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8946 0 0 0 430033 14 0 0 25 0 1 0 277108819 37695488 8912 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9203 8912 77 171 0 9030 0
Current children cumulated CPU time (s) 4300.52
Current children cumulated vsize (KiB) 42168

[startup+4362.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 2461
/proc/meminfo: memFree=1150720/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4360.45
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8960 0 0 0 436031 14 0 0 25 0 1 0 277108819 37879808 8926 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9248 8926 77 171 0 9075 0
Current children cumulated CPU time (s) 4360.5
Current children cumulated vsize (KiB) 42348

[startup+4422.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 2461
/proc/meminfo: memFree=1150656/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4420.44
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8960 0 0 0 442030 14 0 0 25 0 1 0 277108819 37879808 8926 1992294400 134512640 135214827 4294956224 18446744073709551615 134527633 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9248 8926 77 171 0 9075 0
Current children cumulated CPU time (s) 4420.49
Current children cumulated vsize (KiB) 42348

[startup+4482.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 2461
/proc/meminfo: memFree=1150592/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4480.42
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8960 0 0 0 448028 14 0 0 25 0 1 0 277108819 37879808 8926 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9248 8926 77 171 0 9075 0
Current children cumulated CPU time (s) 4480.47
Current children cumulated vsize (KiB) 42348

[startup+4542.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/66 2461
/proc/meminfo: memFree=1150528/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4540.4
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8960 0 0 0 454026 14 0 0 25 0 1 0 277108819 37879808 8926 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9248 8926 77 171 0 9075 0
Current children cumulated CPU time (s) 4540.45
Current children cumulated vsize (KiB) 42348

[startup+4602.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 2461
/proc/meminfo: memFree=1150400/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4600.39
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8962 0 0 0 460025 14 0 0 25 0 1 0 277108819 37879808 8928 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9248 8928 77 171 0 9075 0
Current children cumulated CPU time (s) 4600.44
Current children cumulated vsize (KiB) 42348

[startup+4662.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 2461
/proc/meminfo: memFree=1150336/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=36992 CPUtime=4660.36
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 8962 0 0 0 466022 14 0 0 25 0 1 0 277108819 37879808 8928 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/2453/statm: 9248 8928 77 171 0 9075 0
Current children cumulated CPU time (s) 4660.41
Current children cumulated vsize (KiB) 42348

[startup+4722.31 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 2461
/proc/meminfo: memFree=1150080/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4720.34
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 472020 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 4720.39
Current children cumulated vsize (KiB) 42612

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2461
/proc/meminfo: memFree=1150080/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4780.32
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 478018 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 4780.37
Current children cumulated vsize (KiB) 42612

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2461
/proc/meminfo: memFree=1150080/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4840.3
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 484016 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 4840.35
Current children cumulated vsize (KiB) 42612

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2461
/proc/meminfo: memFree=1150080/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4900.29
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 490015 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 4900.34
Current children cumulated vsize (KiB) 42612

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2463
/proc/meminfo: memFree=1149760/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4960.27
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 496013 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 4960.32
Current children cumulated vsize (KiB) 42612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2463
/proc/meminfo: memFree=1149824/2055920 swapFree=4176708/4192956
[pid=2450] ppid=2448 vsize=5356 CPUtime=0.05
/proc/2450/stat : 2450 (lysat.sh) S 2448 2450 2310 0 -1 4194304 310 733 0 0 0 0 5 0 17 0 1 0 277108813 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2450/statm: 1339 237 195 169 0 50 0
[pid=2453] ppid=2450 vsize=37256 CPUtime=4999.96
/proc/2453/stat : 2453 (LySATc) R 2450 2450 2310 0 -1 4194304 9060 0 0 0 499982 14 0 0 25 0 1 0 277108819 38150144 9026 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/2453/statm: 9314 9026 77 171 0 9141 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 42612

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)
Real time (s): 5002.01
CPU time (s): 5000.04
CPU user time (s): 4999.88
CPU system time (s): 0.160975
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 42612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.88
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10114
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= 17
involuntary context switches= 10948

runsolver used 4.55331 second user time and 13.6459 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-16 18:20:17
IDJOB=1825030
IDBENCH=24754
IDSOLVER=667
FILE ID=node61/1825030-1242490817
PBS_JOBID= 9306909
Free space on /tmp= 66264 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825030-1242490817/watcher-1825030-1242490817 -o /tmp/evaluation-result-1825030-1242490817/solver-1825030-1242490817 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825030-1242490817.cnf c

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

MD5SUM BENCH= 4bdea1a05617ff95eaeaf981037754e7
RANDOM SEED=263079298

node61.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:       1187688 kB
Buffers:         70264 kB
Cached:         708968 kB
SwapCached:      10452 kB
Active:         151288 kB
Inactive:       640828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187688 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:          13804 kB
Slab:            62264 kB
Committed_AS:   994700 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node61 at 2009-05-16 19:43:41