Trace number 1774663

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 4466.78 4466.37

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p0.cnf
MD5SUM5588dd996576f939b8ae497437078705
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1432.19
Satisfiable
(Un)Satisfiability was proved
Number of variables225296
Number of clauses1192799
Sum of the clauses size2872868
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2852883
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.29/1.38	c ==============================================================================
1.29/1.38	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.38	c ==============================================================================
1.29/1.38	c |         0 | 1180646  2859965 |  354193       0        0     nan |  0.000 % |
8.19/8.26	c |         0 |  824850  2310027 |      --       0       --      -- |     --   | -102154/25520
8.19/8.26	c ==============================================================================
8.19/8.26	c Result  :   #vars: 121563   #clauses: 824850   #literals: 2310027
8.19/8.26	c CPU time:   7.99179 s
8.19/8.26	c ==============================================================================
9.29/9.39	c lySAT 0.1
9.29/9.39	c minisat core +  additionnal features
9.29/9.39	c ============================[ Problem Statistics ]=============================
9.29/9.39	c |                                                                             |
9.29/9.39	c |  Number of variables:  121563                                               |
9.29/9.39	c |  Number of clauses:    824850                                               |
9.88/9.98	c |  Parsing time:         0.52         s                                       |
4466.59/4466.29	c restarts              : 6074
4466.59/4466.29	c conflicts             : 1772994        (398 /sec)
4466.59/4466.29	c decisions             : 8376406        (2.10 % random) (1880 /sec)
4466.59/4466.29	c euip                  : 84377       
4466.59/4466.29	c propagations          : 3354598511     (752756 /sec)
4466.59/4466.29	c conflict literals     : 329759385      (42.43 % deleted)
4466.59/4466.29	c Memory used           : 354.88 MB
4466.59/4466.29	c CPU time              : 4456.42 s
4466.59/4466.29	c 
4466.69/4466.34	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-1774663-1241243592/watcher-1774663-1241243592 -o /tmp/evaluation-result-1774663-1241243592/solver-1774663-1241243592 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774663-1241243592.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: 1.09 1.03 1.01 3/64 25883
/proc/meminfo: memFree=1281664/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=2864 CPUtime=0
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 152392761 2932736 526 1992294400 134512640 135034092 4294956112 18446744073709551615 134673546 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 716 534 50 127 0 586 0

[startup+0.025884 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25883
/proc/meminfo: memFree=1281664/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=7056 CPUtime=0.01
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 1729 0 0 0 1 0 0 0 18 0 1 0 152392761 7225344 1673 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 1764 1675 50 127 0 1634 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.102864 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25883
/proc/meminfo: memFree=1281664/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=28448 CPUtime=0.08
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 5555 0 0 0 6 2 0 0 18 0 1 0 152392761 29130752 5371 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 7112 5372 50 127 0 6982 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33804

[startup+0.301806 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25883
/proc/meminfo: memFree=1281664/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=48588 CPUtime=0.29
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 10341 0 0 0 24 5 0 0 19 0 1 0 152392761 49754112 10157 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 12147 10158 50 127 0 12017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53944

[startup+0.702692 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25883
/proc/meminfo: memFree=1281664/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=69380 CPUtime=0.69
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 15417 0 0 0 60 9 0 0 22 0 1 0 152392761 71045120 15233 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 17345 15233 50 127 0 17215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74736

[startup+1.50247 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 25885
/proc/meminfo: memFree=1201648/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=114556 CPUtime=1.49
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 26186 0 0 0 134 15 0 0 25 0 1 0 152392761 117305344 26002 1992294400 134512640 135034092 4294956112 18446744073709551615 134540931 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 28639 26002 64 127 0 28509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119912

[startup+3.10101 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 25885
/proc/meminfo: memFree=1167216/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=135812 CPUtime=3.09
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 34043 0 0 0 288 21 0 0 25 0 1 0 152392761 139071488 30943 1992294400 134512640 135034092 4294956112 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 33953 30943 68 127 0 33823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141168

[startup+6.3011 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 25885
/proc/meminfo: memFree=1151344/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152392761 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 1339 235 195 169 0 50 0
[pid=25884] ppid=25883 vsize=136708 CPUtime=6.29
/proc/25884/stat : 25884 (SatElite) R 25883 25883 25726 0 -1 4194304 37504 0 0 0 604 25 0 0 25 0 1 0 152392761 139988992 31250 1992294400 134512640 135034092 4294956112 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 1 0 0
/proc/25884/statm: 34177 31250 68 127 0 34047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142064

[startup+12.7013 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 25886
/proc/meminfo: memFree=1202800/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=57060 CPUtime=3.3
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 13622 0 0 0 322 8 0 0 25 0 1 0 152393700 58429440 13583 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 14265 13583 81 174 0 14088 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62416

[startup+25.5017 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 25886
/proc/meminfo: memFree=1201008/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=59224 CPUtime=16.1
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 14113 0 0 0 1601 9 0 0 25 0 1 0 152393700 60645376 14074 1992294400 134512640 135226915 4294956224 18446744073709551615 134536663 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 14806 14074 81 174 0 14629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64580

[startup+51.1014 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 25886
/proc/meminfo: memFree=1199792/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=60400 CPUtime=41.67
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 14411 0 0 0 4158 9 0 0 25 0 1 0 152393700 61849600 14372 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 15100 14372 81 174 0 14923 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 65756

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 25886
/proc/meminfo: memFree=1196144/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=64116 CPUtime=92.87
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 15363 0 0 0 9277 10 0 0 25 0 1 0 152393700 65654784 15324 1992294400 134512640 135226915 4294956224 18446744073709551615 134538500 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 16029 15324 81 174 0 15852 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 69472

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25886
/proc/meminfo: memFree=1188144/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=72080 CPUtime=152.88
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 17349 0 0 0 15276 12 0 0 25 0 1 0 152393700 73809920 17310 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 18020 17310 81 174 0 17843 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 77436

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25886
/proc/meminfo: memFree=1180208/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=80080 CPUtime=212.88
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 19333 0 0 0 21274 14 0 0 25 0 1 0 152393700 82001920 19294 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 20020 19294 81 174 0 19843 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 85436

[startup+282.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25886
/proc/meminfo: memFree=1172720/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=87496 CPUtime=272.89
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 21203 0 0 0 27273 16 0 0 25 0 1 0 152393700 89595904 21164 1992294400 134512640 135226915 4294956224 18446744073709551615 134537162 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 21874 21164 81 174 0 21697 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 92852

[startup+342.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25886
/proc/meminfo: memFree=1171568/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=88648 CPUtime=332.9
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 21485 0 0 0 33274 16 0 0 25 0 1 0 152393700 90775552 21446 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 22162 21446 81 174 0 21985 0
Current children cumulated CPU time (s) 342.28

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


[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898736/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4113.27
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89497 0 0 0 411239 88 0 0 25 0 1 0 152393700 372109312 89458 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89458 81 174 0 90670 0
Current children cumulated CPU time (s) 4122.65
Current children cumulated vsize (KiB) 368744

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898736/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4173.28
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89497 0 0 0 417240 88 0 0 25 0 1 0 152393700 372109312 89458 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89458 81 174 0 90670 0
Current children cumulated CPU time (s) 4182.66
Current children cumulated vsize (KiB) 368744

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898672/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4233.29
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89500 0 0 0 423241 88 0 0 25 0 1 0 152393700 372109312 89461 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89461 81 174 0 90670 0
Current children cumulated CPU time (s) 4242.67
Current children cumulated vsize (KiB) 368744

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898672/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4293.29
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89500 0 0 0 429241 88 0 0 25 0 1 0 152393700 372109312 89461 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89461 81 174 0 90670 0
Current children cumulated CPU time (s) 4302.67
Current children cumulated vsize (KiB) 368744

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4353.3
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89508 0 0 0 435242 88 0 0 25 0 1 0 152393700 372109312 89469 1992294400 134512640 135226915 4294956224 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89469 81 174 0 90670 0
Current children cumulated CPU time (s) 4362.68
Current children cumulated vsize (KiB) 368744

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898672/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4413.3
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89514 0 0 0 441242 88 0 0 25 0 1 0 152393700 372109312 89475 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89475 81 174 0 90670 0
Current children cumulated CPU time (s) 4422.68
Current children cumulated vsize (KiB) 368744

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

[startup+4428.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4419.7
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89515 0 0 0 441882 88 0 0 25 0 1 0 152393700 372109312 89476 1992294400 134512640 135226915 4294956224 18446744073709551615 134537154 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89476 81 174 0 90670 0
Current children cumulated CPU time (s) 4429.08
Current children cumulated vsize (KiB) 368744

[startup+4441.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4432.5
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89516 0 0 0 443162 88 0 0 25 0 1 0 152393700 372109312 89477 1992294400 134512640 135226915 4294956224 18446744073709551615 134537380 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89477 81 174 0 90670 0
Current children cumulated CPU time (s) 4441.88
Current children cumulated vsize (KiB) 368744

[startup+4454.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4445.31
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89516 0 0 0 444443 88 0 0 25 0 1 0 152393700 372109312 89477 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89477 81 174 0 90670 0
Current children cumulated CPU time (s) 4454.69
Current children cumulated vsize (KiB) 368744

[startup+4460.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4451.71
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89516 0 0 0 445083 88 0 0 25 0 1 0 152393700 372109312 89477 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89477 81 174 0 90670 0
Current children cumulated CPU time (s) 4461.09
Current children cumulated vsize (KiB) 368744

[startup+4463.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4454.91
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89518 0 0 0 445403 88 0 0 25 0 1 0 152393700 372109312 89479 1992294400 134512640 135226915 4294956224 18446744073709551615 134525810 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89479 81 174 0 90670 0
Current children cumulated CPU time (s) 4464.29
Current children cumulated vsize (KiB) 368744

[startup+4465.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4456.51
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89518 0 0 0 445563 88 0 0 25 0 1 0 152393700 372109312 89479 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89479 81 174 0 90670 0
Current children cumulated CPU time (s) 4465.89
Current children cumulated vsize (KiB) 368744

[startup+4465.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=363388 CPUtime=4456.91
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194304 89522 0 0 0 445603 88 0 0 25 0 1 0 152393700 372109312 89483 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 90847 89483 81 174 0 90670 0
Current children cumulated CPU time (s) 4466.29
Current children cumulated vsize (KiB) 368744

[startup+4466.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25900
/proc/meminfo: memFree=898608/2055920 swapFree=4179172/4192956
[pid=25883] ppid=25881 vsize=5356 CPUtime=9.38
/proc/25883/stat : 25883 (lysat.sh) S 25881 25883 25726 0 -1 4194304 310 42679 0 0 0 0 902 36 16 0 1 0 152392761 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 237 195 169 0 50 0
[pid=25886] ppid=25883 vsize=0 CPUtime=4457.31
/proc/25886/stat : 25886 (LySATi) R 25883 25883 25726 0 -1 4194308 89529 0 0 0 445642 89 0 0 25 0 1 0 152393700 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25886/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4466.69
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 4466.37
CPU time (s): 4466.78
CPU user time (s): 4465.45
CPU system time (s): 1.3308
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 368744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4465.45
system time used= 1.3308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132673
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= 39
involuntary context switches= 9121

runsolver used 5.14722 second user time and 10.7594 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-02 07:53:14
IDJOB=1774663
IDBENCH=70985
IDSOLVER=609
FILE ID=node16/1774663-1241243592
PBS_JOBID= 9224864
Free space on /tmp= 66540 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774663-1241243592/watcher-1774663-1241243592 -o /tmp/evaluation-result-1774663-1241243592/solver-1774663-1241243592 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774663-1241243592.cnf i

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

MD5SUM BENCH= 5588dd996576f939b8ae497437078705
RANDOM SEED=123363738

node16.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.234
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.234
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:       1282216 kB
Buffers:         76228 kB
Cached:         622756 kB
SwapCached:       8080 kB
Active:         154256 kB
Inactive:       554192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282216 kB
SwapTotal:     4192956 kB
SwapFree:      4179172 kB
Dirty:           24720 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            51368 kB
Committed_AS:   686104 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= 66536 MiB
End job on node16 at 2009-05-02 09:07:40