Trace number 1773833

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-20UNSAT 5683.92 5685.71

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark834.519
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   12561    29309 |    3768       0        0     nan |  0.000 % |
0.03/0.09	c |         0 |    9499    28877 |      --       0       --      -- |     --   | -3060/-427
0.03/0.09	c ==============================================================================
0.03/0.09	c Result  :   #vars: 2111   #clauses: 9499   #literals: 28877
0.03/0.09	c CPU time:   0.087986 s
0.03/0.09	c ==============================================================================
0.09/0.10	c lySAT 0.1
0.09/0.10	c minisat core +  additionnal features
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Number of variables:  2111                                                 |
0.09/0.10	c |  Number of clauses:    9499                                                 |
0.09/0.11	c |  Parsing time:         0.01         s                                       |
5683.79/5685.67	c restarts              : 2328
5683.79/5685.67	c conflicts             : 4723750        (831 /sec)
5683.79/5685.67	c decisions             : 5568501        (1.57 % random) (980 /sec)
5683.79/5685.67	c euip                  : 176772      
5683.79/5685.68	c propagations          : 369532709      (65022 /sec)
5683.79/5685.68	c conflict literals     : 92645887       (51.71 % deleted)
5683.79/5685.68	c Memory used           : 145.20 MB
5683.79/5685.68	c CPU time              : 5683.19 s
5683.79/5685.68	c 
5683.89/5685.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773833-1241236820/watcher-1773833-1241236820 -o /tmp/evaluation-result-1773833-1241236820/solver-1773833-1241236820 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773833-1241236820.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.99 0.98 0.99 3/65 29458
/proc/meminfo: memFree=1657016/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0
/proc/29458/stat : 29458 (lysat.sh) R 29456 29458 29269 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151715130 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29458/statm: 1339 234 194 169 0 50 0
[pid=29459] ppid=29458 vsize=960 CPUtime=0
/proc/29459/stat : 29459 (SatElite) R 29458 29458 29269 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 151715130 983040 139 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29459/statm: 240 140 50 127 0 110 0

[startup+0.045813 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29458
/proc/meminfo: memFree=1657016/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151715130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29458/statm: 1339 235 195 169 0 50 0
[pid=29459] ppid=29458 vsize=3312 CPUtime=0.03
/proc/29459/stat : 29459 (SatElite) R 29458 29458 29269 0 -1 4194304 678 0 0 0 3 0 0 0 19 0 1 0 151715130 3391488 662 1992294400 134512640 135034092 4294956112 18446744073709551615 134566368 0 0 4096 3 0 0 0 17 0 0 0
/proc/29459/statm: 828 662 68 127 0 698 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8668

[startup+0.101819 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29458
/proc/meminfo: memFree=1657016/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151715130 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29458/statm: 1339 235 195 169 0 50 0
[pid=29459] ppid=29458 vsize=3316 CPUtime=0.09
/proc/29459/stat : 29459 (SatElite) R 29458 29458 29269 0 -1 4194304 693 0 0 0 9 0 0 0 19 0 1 0 151715130 3395584 677 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/29459/statm: 829 677 69 127 0 699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8672

[startup+0.301846 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29458
/proc/meminfo: memFree=1657016/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.701892 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 29458
/proc/meminfo: memFree=1657016/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.50198 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29461
/proc/meminfo: memFree=1654440/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=4148 CPUtime=1.38
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 709 0 0 0 138 0 0 0 25 0 1 0 151715141 4247552 694 1992294400 134512640 135226915 4294956224 18446744073709551615 134543007 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 1037 694 81 174 0 860 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9504

[startup+3.10116 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29461
/proc/meminfo: memFree=1652776/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=5596 CPUtime=2.98
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 1070 0 0 0 298 0 0 0 25 0 1 0 151715141 5730304 1055 1992294400 134512640 135226915 4294956224 18446744073709551615 134736175 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 1399 1055 81 174 0 1222 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10952

[startup+6.30152 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29461
/proc/meminfo: memFree=1650600/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=7236 CPUtime=6.17
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 1475 0 0 0 617 0 0 0 25 0 1 0 151715141 7409664 1460 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 1809 1460 81 174 0 1632 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12592

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29461
/proc/meminfo: memFree=1648168/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=10300 CPUtime=12.57
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 2213 0 0 0 1256 1 0 0 25 0 1 0 151715141 10547200 2198 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 2575 2198 81 174 0 2398 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 15656

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29461
/proc/meminfo: memFree=1645480/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=12432 CPUtime=25.37
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 2751 0 0 0 2535 2 0 0 25 0 1 0 151715141 12730368 2736 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 3108 2736 81 174 0 2931 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17788

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1639592/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=18552 CPUtime=50.96
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 4166 0 0 0 5093 3 0 0 25 0 1 0 151715141 18997248 4151 1992294400 134512640 135226915 4294956224 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 4638 4151 81 174 0 4461 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23908

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1634344/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=24344 CPUtime=102.13
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 5547 0 0 0 10209 4 0 0 25 0 1 0 151715141 24928256 5532 1992294400 134512640 135226915 4294956224 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 6086 5532 81 174 0 5909 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 29700

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1629736/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=28944 CPUtime=162.1
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 6678 0 0 0 16205 5 0 0 25 0 1 0 151715141 29638656 6663 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 7236 6663 81 174 0 7059 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34300

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1624360/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=34528 CPUtime=222.09
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 8005 0 0 0 22202 7 0 0 25 0 1 0 151715141 35356672 7990 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 8632 7990 81 174 0 8455 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 39884

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1617576/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=42380 CPUtime=282.06
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 9765 0 0 0 28196 10 0 0 25 0 1 0 151715141 43397120 9750 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 10595 9750 81 174 0 10418 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 47736

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1616680/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=42948 CPUtime=342.04
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 9919 0 0 0 34194 10 0 0 25 0 1 0 151715141 43978752 9904 1992294400 134512640 135226915 4294956224 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/29461/statm: 10737 9904 81 174 0 10560 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 48304

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 29467
/proc/meminfo: memFree=1615272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09

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


[startup+5142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1520232/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=147100 CPUtime=5140.56
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 33765 0 0 0 514000 56 0 0 25 0 1 0 151715141 150630400 33750 1992294400 134512640 135226915 4294956224 18446744073709551615 134543585 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 36775 33750 81 174 0 36598 0
Current children cumulated CPU time (s) 5140.65
Current children cumulated vsize (KiB) 152456

[startup+5202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1520168/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=147100 CPUtime=5200.55
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 33780 0 0 0 519998 57 0 0 25 0 1 0 151715141 150630400 33765 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 36775 33765 81 174 0 36598 0
Current children cumulated CPU time (s) 5200.64
Current children cumulated vsize (KiB) 152456

[startup+5262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519976/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=147100 CPUtime=5260.53
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 33824 0 0 0 525996 57 0 0 25 0 1 0 151715141 150630400 33809 1992294400 134512640 135226915 4294956224 18446744073709551615 134543551 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 36775 33809 81 174 0 36598 0
Current children cumulated CPU time (s) 5260.62
Current children cumulated vsize (KiB) 152456

[startup+5322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5320.5
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 33985 0 0 0 531993 57 0 0 25 0 1 0 151715141 152244224 33970 1992294400 134512640 135226915 4294956224 18446744073709551615 134536969 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33970 81 174 0 36992 0
Current children cumulated CPU time (s) 5320.59
Current children cumulated vsize (KiB) 154032

[startup+5382.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519208/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5380.5
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 537992 58 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5380.59
Current children cumulated vsize (KiB) 154032

[startup+5442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519208/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5440.47
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 543989 58 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134526899 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5440.56
Current children cumulated vsize (KiB) 154032

[startup+5502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5500.45
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 549987 58 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134527216 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5500.54
Current children cumulated vsize (KiB) 154032

[startup+5562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519208/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5560.43
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 555985 58 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5560.52
Current children cumulated vsize (KiB) 154032

[startup+5622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519208/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5620.42
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 561983 59 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5620.51
Current children cumulated vsize (KiB) 154032

[startup+5682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5680.4
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 567981 59 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5680.49
Current children cumulated vsize (KiB) 154032

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

[startup+5683.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5681.2
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 568061 59 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5681.29
Current children cumulated vsize (KiB) 154032

[startup+5684.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5682.8
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 568221 59 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134537071 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5682.89
Current children cumulated vsize (KiB) 154032

[startup+5685.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=148676 CPUtime=5683.6
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194304 34002 0 0 0 568301 59 0 0 25 0 1 0 151715141 152244224 33987 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 37169 33987 81 174 0 36992 0
Current children cumulated CPU time (s) 5683.69
Current children cumulated vsize (KiB) 154032

[startup+5685.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29475
/proc/meminfo: memFree=1519272/2055920 swapFree=4178560/4192956
[pid=29458] ppid=29456 vsize=5356 CPUtime=0.09
/proc/29458/stat : 29458 (lysat.sh) S 29456 29458 29269 0 -1 4194304 310 696 0 0 0 0 9 0 16 0 1 0 151715130 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29458/statm: 1339 237 195 169 0 50 0
[pid=29461] ppid=29458 vsize=0 CPUtime=5683.8
/proc/29461/stat : 29461 (LySATi) R 29458 29458 29269 0 -1 4194308 34009 0 0 0 568319 61 0 0 25 0 1 0 151715141 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29461/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5683.89
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 5685.71
CPU time (s): 5683.92
CPU user time (s): 5683.29
CPU system time (s): 0.628904
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 154032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5683.29
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35170
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= 38
involuntary context switches= 10331

runsolver used 4.96425 second user time and 15.7196 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-02 06:00:20
IDJOB=1773833
IDBENCH=70811
IDSOLVER=609
FILE ID=node32/1773833-1241236820
PBS_JOBID= 9224828
Free space on /tmp= 66496 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray02_32.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773833-1241236820/watcher-1773833-1241236820 -o /tmp/evaluation-result-1773833-1241236820/solver-1773833-1241236820 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773833-1241236820.cnf i

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED=415253532

node32.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:       1657560 kB
Buffers:         66808 kB
Cached:         240972 kB
SwapCached:       7332 kB
Active:          43024 kB
Inactive:       273540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657560 kB
SwapTotal:     4192956 kB
SwapFree:      4178560 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            67652 kB
Committed_AS:   688588 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node32 at 2009-05-02 07:35:06