Trace number 1772573

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 4616.12 4617.48

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark905.473
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

0.00/0.00	c Parsing...
0.89/0.94	c ==============================================================================
0.89/0.94	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.94	c ==============================================================================
0.89/0.94	c |         0 | 1002109  2313554 |  300632       0        0     nan |  0.000 % |
7.28/7.39	c |         0 |  363891   939019 |      --       0       --      -- |     --   | -364511/-752771
7.28/7.40	c ==============================================================================
7.28/7.40	c Result  :   #vars: 61601   #clauses: 363891   #literals: 939019
7.28/7.40	c CPU time:   7.14191 s
7.28/7.40	c ==============================================================================
7.88/7.91	c lySAT 0.1
7.88/7.91	c minisat core +  additionnal features
7.88/7.91	c ============================[ Problem Statistics ]=============================
7.88/7.91	c |                                                                             |
7.88/7.91	c |  Number of variables:  61601                                                |
7.88/7.91	c |  Number of clauses:    363891                                               |
7.89/8.16	c |  Parsing time:         0.21         s                                       |
4616.01/4617.43	c restarts              : 2110
4616.01/4617.44	c conflicts             : 1533798        (333 /sec)
4616.01/4617.44	c decisions             : 3053231        (1.24 % random) (663 /sec)
4616.01/4617.44	c euip                  : 26619       
4616.01/4617.44	c propagations          : 3183258068     (690876 /sec)
4616.01/4617.44	c conflict literals     : 179465614      (60.44 % deleted)
4616.01/4617.44	c Memory used           : 175.34 MB
4616.01/4617.44	c CPU time              : 4607.57 s
4616.01/4617.44	c 
4616.01/4617.46	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-1772573-1241174907/watcher-1772573-1241174907 -o /tmp/evaluation-result-1772573-1241174907/solver-1772573-1241174907 -C 10000 -W 6000 -M 1800 lysat.sh HOME/instance-1772573-1241174907.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): 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: 0.08 0.02 0.01 3/65 28247
/proc/meminfo: memFree=882488/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=2608 CPUtime=0
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 459 0 0 0 0 0 0 0 18 0 1 0 145524003 2670592 443 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 652 443 50 127 0 522 0

[startup+0.0832529 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 28247
/proc/meminfo: memFree=882488/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=13588 CPUtime=0.07
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 3247 0 0 0 6 1 0 0 18 0 1 0 145524003 13914112 3231 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 3397 3233 50 127 0 3267 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18944

[startup+0.102255 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 28247
/proc/meminfo: memFree=882488/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=21140 CPUtime=0.09
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 4192 0 0 0 7 2 0 0 18 0 1 0 145524003 21647360 4176 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 5285 4178 50 127 0 5155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26496

[startup+0.301278 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 28247
/proc/meminfo: memFree=882488/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=51600 CPUtime=0.28
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 11341 0 0 0 23 5 0 0 19 0 1 0 145524003 52838400 11325 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 12900 11325 50 127 0 12770 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56956

[startup+0.701322 s]
/proc/loadavg: 0.08 0.02 0.01 3/65 28247
/proc/meminfo: memFree=882488/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=79000 CPUtime=0.69
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 18711 0 0 0 58 11 0 0 22 0 1 0 145524003 80896000 18695 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 19750 18696 51 127 0 19620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84356

[startup+1.50141 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 28249
/proc/meminfo: memFree=786920/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=110820 CPUtime=1.49
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 28033 0 0 0 133 16 0 0 25 0 1 0 145524003 113479680 25401 1992294400 134512640 135034092 4294956112 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 27705 25401 68 127 0 27575 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116176

[startup+3.1016 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 28249
/proc/meminfo: memFree=775080/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=116116 CPUtime=3.09
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 29558 0 0 0 292 17 0 0 25 0 1 0 145524003 118902784 26731 1992294400 134512640 135034092 4294956112 18446744073709551615 134566484 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 29029 26731 68 127 0 28899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121472

[startup+6.30195 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 28249
/proc/meminfo: memFree=769384/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=0
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524003 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28247/statm: 1339 235 195 169 0 50 0
[pid=28248] ppid=28247 vsize=117380 CPUtime=6.29
/proc/28248/stat : 28248 (SatElite) R 28247 28247 28210 0 -1 4194304 35303 0 0 0 608 21 0 0 25 0 1 0 145524003 120197120 27044 1992294400 134512640 135034092 4294956112 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 1 0 0
/proc/28248/statm: 29345 27044 68 127 0 29215 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122736

[startup+12.7017 s]
/proc/loadavg: 0.22 0.05 0.02 2/67 28250
/proc/meminfo: memFree=844776/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=27040 CPUtime=4.78
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 6251 0 0 0 474 4 0 0 25 0 1 0 145524794 27688960 6236 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 6760 6236 81 174 0 6583 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32396

[startup+25.5021 s]
/proc/loadavg: 0.39 0.09 0.03 2/67 28250
/proc/meminfo: memFree=842664/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=29288 CPUtime=17.57
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 6794 0 0 0 1753 4 0 0 25 0 1 0 145524794 29990912 6779 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 7322 6779 81 174 0 7145 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34644

[startup+51.103 s]
/proc/loadavg: 0.60 0.17 0.05 2/67 28250
/proc/meminfo: memFree=838504/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=33352 CPUtime=43.17
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 7830 0 0 0 4311 6 0 0 25 0 1 0 145524794 34152448 7815 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 8338 7815 81 174 0 8161 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 38708

[startup+102.307 s]
/proc/loadavg: 0.82 0.29 0.10 2/67 28250
/proc/meminfo: memFree=836328/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=35708 CPUtime=94.36
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 8403 0 0 0 9429 7 0 0 25 0 1 0 145524794 36564992 8388 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 8927 8388 81 174 0 8750 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41064

[startup+162.303 s]
/proc/loadavg: 0.93 0.42 0.15 2/67 28250
/proc/meminfo: memFree=831336/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=40540 CPUtime=154.34
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 9631 0 0 0 15425 9 0 0 25 0 1 0 145524794 41512960 9616 1992294400 134512640 135226915 4294956224 18446744073709551615 134537062 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 10135 9616 81 174 0 9958 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 45896

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/67 28250
/proc/meminfo: memFree=820712/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=51260 CPUtime=214.31
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 12275 0 0 0 21420 11 0 0 25 0 1 0 145524794 52490240 12260 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 12815 12260 81 174 0 12638 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 56616

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/67 28250
/proc/meminfo: memFree=813800/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=58444 CPUtime=274.29
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 14033 0 0 0 27416 13 0 0 25 0 1 0 145524794 59846656 14018 1992294400 134512640 135226915 4294956224 18446744073709551615 134537038 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 14611 14018 81 174 0 14434 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 63800

[startup+342.303 s]
/proc/loadavg: 0.99 0.67 0.30 2/67 28250
/proc/meminfo: memFree=813160/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=58912 CPUtime=334.28
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 14158 0 0 0 33414 14 0 0 25 0 1 0 145524794 60325888 14143 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 14728 14143 81 174 0 14551 0
Current children cumulated CPU time (s) 342.17

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


[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28258
/proc/meminfo: memFree=696104/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=178660 CPUtime=4233.14
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43272 0 0 0 423256 58 0 0 25 0 1 0 145524794 182947840 43257 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44665 43257 81 174 0 44488 0
Current children cumulated CPU time (s) 4241.03
Current children cumulated vsize (KiB) 184016

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28258
/proc/meminfo: memFree=696104/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=178732 CPUtime=4293.12
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43287 0 0 0 429254 58 0 0 25 0 1 0 145524794 183021568 43272 1992294400 134512640 135226915 4294956224 18446744073709551615 134538810 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44683 43272 81 174 0 44506 0
Current children cumulated CPU time (s) 4301.01
Current children cumulated vsize (KiB) 184088

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695336/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179396 CPUtime=4353.1
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43410 0 0 0 435251 59 0 0 25 0 1 0 145524794 183701504 43395 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44849 43395 81 174 0 44672 0
Current children cumulated CPU time (s) 4360.99
Current children cumulated vsize (KiB) 184752

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695336/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4413.08
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 441249 59 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134531946 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4420.97
Current children cumulated vsize (KiB) 184896

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4473.07
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 447247 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134538591 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4480.96
Current children cumulated vsize (KiB) 184896

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4533.05
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 453245 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134539645 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4540.94
Current children cumulated vsize (KiB) 184896

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4593.04
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 459244 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134543486 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4600.93
Current children cumulated vsize (KiB) 184896

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

[startup+4607.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4598.63
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 459803 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4606.52
Current children cumulated vsize (KiB) 184896

[startup+4614.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4605.03
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460443 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4612.92
Current children cumulated vsize (KiB) 184896

[startup+4615.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4606.62
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460602 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4614.51
Current children cumulated vsize (KiB) 184896

[startup+4616.71 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4607.43
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460683 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4615.32
Current children cumulated vsize (KiB) 184896

[startup+4617.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4607.82
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460722 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134525912 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4615.71
Current children cumulated vsize (KiB) 184896

[startup+4617.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4608.02
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460742 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4615.91
Current children cumulated vsize (KiB) 184896

[startup+4617.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28264
/proc/meminfo: memFree=695400/2055920 swapFree=4178432/4192956
[pid=28247] ppid=28245 vsize=5356 CPUtime=7.89
/proc/28247/stat : 28247 (lysat.sh) S 28245 28247 28210 0 -1 4194304 310 44696 0 0 0 0 760 29 16 0 1 0 145524003 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28247/statm: 1339 237 195 169 0 50 0
[pid=28250] ppid=28247 vsize=179540 CPUtime=4608.12
/proc/28250/stat : 28250 (LySATi) R 28247 28247 28210 0 -1 4194304 43455 0 0 0 460752 60 0 0 25 0 1 0 145524794 183848960 43440 1992294400 134512640 135226915 4294956224 18446744073709551615 134527041 0 0 4096 3 0 0 0 17 1 0 0
/proc/28250/statm: 44885 43440 81 174 0 44708 0
Current children cumulated CPU time (s) 4616.01
Current children cumulated vsize (KiB) 184896

Child status: 20
Real time (s): 4617.48
CPU time (s): 4616.12
CPU user time (s): 4615.18
CPU system time (s): 0.942856
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 184896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4615.18
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88623
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= 40
involuntary context switches= 6029

runsolver used 4.80927 second user time and 11.9872 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-01 12:48:28
IDJOB=1772573
IDBENCH=20342
IDSOLVER=609
FILE ID=node32/1772573-1241174907
PBS_JOBID= 9224526
Free space on /tmp= 66388 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772573-1241174907/watcher-1772573-1241174907 -o /tmp/evaluation-result-1772573-1241174907/solver-1772573-1241174907 -C 10000 -W 6000 -M 1800  lysat.sh HOME/instance-1772573-1241174907.cnf i

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED=132316478

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:        882904 kB
Buffers:         78264 kB
Cached:         995320 kB
SwapCached:       8024 kB
Active:          85840 kB
Inactive:       997080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        882904 kB
SwapTotal:     4192956 kB
SwapFree:      4178432 kB
Dirty:           20536 kB
Writeback:           0 kB
Mapped:          14104 kB
Slab:            75856 kB
Committed_AS:   682092 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= 66388 MiB
End job on node32 at 2009-05-01 14:05:26