Trace number 1773903

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 4704.27 4705.61

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1761.72
Satisfiable
(Un)Satisfiability was proved
Number of variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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.18/0.22	c ==============================================================================
0.18/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.22	c ==============================================================================
0.18/0.22	c |         0 |  225975   585632 |   67792       0        0     nan |  0.000 % |
1.10/1.10	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
1.10/1.11	c ==============================================================================
1.10/1.11	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
1.10/1.11	c CPU time:   1.03484 s
1.10/1.11	c ==============================================================================
1.29/1.36	c lySAT 0.1
1.29/1.36	c minisat core +  additionnal features
1.29/1.36	c ============================[ Problem Statistics ]=============================
1.29/1.36	c |                                                                             |
1.29/1.37	c |  Number of variables:  28506                                                |
1.29/1.37	c |  Number of clauses:    163265                                               |
1.36/1.48	c |  Parsing time:         0.10         s                                       |
4704.16/4705.57	c restarts              : 849
4704.16/4705.57	c conflicts             : 544964         (116 /sec)
4704.16/4705.57	c decisions             : 866313         (13.36 % random) (184 /sec)
4704.16/4705.57	c euip                  : 17527       
4704.16/4705.57	c propagations          : 3135233761     (666711 /sec)
4704.16/4705.57	c conflict literals     : 34334163       (62.83 % deleted)
4704.16/4705.57	c Memory used           : 75.95 MB
4704.16/4705.57	c CPU time              : 4702.54 s
4704.16/4705.57	c 
4704.16/4705.58	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-1773903-1241237377/watcher-1773903-1241237377 -o /tmp/evaluation-result-1773903-1241237377/solver-1773903-1241237377 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773903-1241237377.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.85 0.97 0.99 3/64 29488
/proc/meminfo: memFree=1872024/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=0
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151766299 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1339 235 195 169 0 50 0
[pid=29489] ppid=29488 vsize=2900 CPUtime=0
/proc/29489/stat : 29489 (SatElite) R 29488 29488 29451 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 0 151766299 2969600 554 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29489/statm: 725 561 51 127 0 595 0

[startup+0.0746559 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29488
/proc/meminfo: memFree=1872024/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=0
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151766299 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1339 235 195 169 0 50 0
[pid=29489] ppid=29488 vsize=20020 CPUtime=0.06
/proc/29489/stat : 29489 (SatElite) R 29488 29488 29451 0 -1 4194304 3698 0 0 0 5 1 0 0 18 0 1 0 151766299 20500480 3535 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29489/statm: 5005 3536 51 127 0 4875 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25376

[startup+0.101658 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29488
/proc/meminfo: memFree=1872024/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=0
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151766299 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1339 235 195 169 0 50 0
[pid=29489] ppid=29488 vsize=22520 CPUtime=0.08
/proc/29489/stat : 29489 (SatElite) R 29488 29488 29451 0 -1 4194304 4299 0 0 0 7 1 0 0 18 0 1 0 151766299 23060480 4136 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29489/statm: 5630 4137 51 127 0 5500 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27876

[startup+0.301677 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29488
/proc/meminfo: memFree=1872024/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=0
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151766299 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1339 235 195 169 0 50 0
[pid=29489] ppid=29488 vsize=35348 CPUtime=0.29
/proc/29489/stat : 29489 (SatElite) R 29488 29488 29451 0 -1 4194304 7600 0 0 0 24 5 0 0 19 0 1 0 151766299 36196352 7267 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29489/statm: 8837 7267 68 127 0 8707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40704

[startup+0.701716 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 29488
/proc/meminfo: memFree=1872024/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=0
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151766299 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1339 235 195 169 0 50 0
[pid=29489] ppid=29488 vsize=41528 CPUtime=0.68
/proc/29489/stat : 29489 (SatElite) R 29488 29488 29451 0 -1 4194304 9165 0 0 0 62 6 0 0 23 0 1 0 151766299 42524672 8832 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29489/statm: 10382 8833 68 127 0 10252 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46884

[startup+1.50281 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 29490
/proc/meminfo: memFree=1832136/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 5356

[startup+3.10295 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 29491
/proc/meminfo: memFree=1850120/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=16040 CPUtime=1.72
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 3737 0 0 0 170 2 0 0 25 0 1 0 151766435 16424960 3722 1992294400 134512640 135226915 4294956224 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 4010 3722 82 174 0 3833 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21396

[startup+6.30127 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1848712/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=16516 CPUtime=4.92
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 3861 0 0 0 489 3 0 0 25 0 1 0 151766435 16912384 3846 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 4129 3846 82 174 0 3952 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21872

[startup+12.7019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1848336/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=17184 CPUtime=11.32
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 4017 0 0 0 1129 3 0 0 25 0 1 0 151766435 17596416 4002 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 4296 4002 82 174 0 4119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22540

[startup+25.5012 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1847440/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=18224 CPUtime=24.11
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 4274 0 0 0 2408 3 0 0 25 0 1 0 151766435 18661376 4259 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 4556 4259 82 174 0 4379 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23580

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1846352/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=19496 CPUtime=49.7
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 4561 0 0 0 4966 4 0 0 25 0 1 0 151766435 19963904 4546 1992294400 134512640 135226915 4294956224 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 4874 4546 82 174 0 4697 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24852

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1844880/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=20804 CPUtime=100.89
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 4923 0 0 0 10085 4 0 0 25 0 1 0 151766435 21303296 4908 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 5201 4908 82 174 0 5024 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 26160

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1842704/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=23072 CPUtime=160.87
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 5469 0 0 0 16082 5 0 0 25 0 1 0 151766435 23625728 5454 1992294400 134512640 135226915 4294956224 18446744073709551615 134539374 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 5768 5454 82 174 0 5591 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 28428

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1841168/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=24504 CPUtime=220.85
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 5835 0 0 0 22080 5 0 0 25 0 1 0 151766435 25092096 5820 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 6126 5820 82 174 0 5949 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 29860

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1838800/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=26752 CPUtime=280.83
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 6407 0 0 0 28077 6 0 0 25 0 1 0 151766435 27394048 6392 1992294400 134512640 135226915 4294956224 18446744073709551615 134538743 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 6688 6392 82 174 0 6511 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 32108

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29491
/proc/meminfo: memFree=1836816/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=28972 CPUtime=340.81
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 6906 0 0 0 34074 7 0 0 25 0 1 0 151766435 29667328 6891 1992294400 134512640 135226915 4294956224 18446744073709551615 134539759 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 7243 6891 82 174 0 7066 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34328

[startup+402.302 s]

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

/proc/29491/statm: 19118 18262 82 174 0 18941 0
Current children cumulated CPU time (s) 4301.08
Current children cumulated vsize (KiB) 81828

[startup+4362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1789008/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=76760 CPUtime=4359.7
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18301 0 0 0 435937 33 0 0 25 0 1 0 151766435 78602240 18286 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19190 18286 82 174 0 19013 0
Current children cumulated CPU time (s) 4361.06
Current children cumulated vsize (KiB) 82116

[startup+4422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1788688/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77084 CPUtime=4419.68
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18370 0 0 0 441935 33 0 0 25 0 1 0 151766435 78934016 18355 1992294400 134512640 135226915 4294956224 18446744073709551615 134540978 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19271 18355 82 174 0 19094 0
Current children cumulated CPU time (s) 4421.04
Current children cumulated vsize (KiB) 82440

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1788368/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77336 CPUtime=4479.66
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18440 0 0 0 447933 33 0 0 25 0 1 0 151766435 79192064 18425 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19334 18425 82 174 0 19157 0
Current children cumulated CPU time (s) 4481.02
Current children cumulated vsize (KiB) 82692

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1788304/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77444 CPUtime=4539.65
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18471 0 0 0 453931 34 0 0 25 0 1 0 151766435 79302656 18456 1992294400 134512640 135226915 4294956224 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19361 18456 82 174 0 19184 0
Current children cumulated CPU time (s) 4541.01
Current children cumulated vsize (KiB) 82800

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1788240/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77444 CPUtime=4599.64
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18478 0 0 0 459930 34 0 0 25 0 1 0 151766435 79302656 18463 1992294400 134512640 135226915 4294956224 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19361 18463 82 174 0 19184 0
Current children cumulated CPU time (s) 4601
Current children cumulated vsize (KiB) 82800

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787984/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77660 CPUtime=4659.61
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18522 0 0 0 465927 34 0 0 25 0 1 0 151766435 79523840 18507 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19415 18507 82 174 0 19238 0
Current children cumulated CPU time (s) 4660.97
Current children cumulated vsize (KiB) 83016

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

[startup+4684.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787984/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77660 CPUtime=4682.01
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18522 0 0 0 468167 34 0 0 25 0 1 0 151766435 79523840 18507 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19415 18507 82 174 0 19238 0
Current children cumulated CPU time (s) 4683.37
Current children cumulated vsize (KiB) 83016

[startup+4697.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4694.8
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 469446 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134545493 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4696.16
Current children cumulated vsize (KiB) 83124

[startup+4700.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4698
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 469766 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4699.36
Current children cumulated vsize (KiB) 83124

[startup+4703.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4701.2
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 470086 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134536969 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4702.56
Current children cumulated vsize (KiB) 83124

[startup+4704.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4702.01
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 470167 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4703.37
Current children cumulated vsize (KiB) 83124

[startup+4705.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4702.4
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 470206 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134527288 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4703.76
Current children cumulated vsize (KiB) 83124

[startup+4705.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5356 CPUtime=1.36
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 310 9818 0 0 0 0 127 9 16 0 1 0 151766299 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29488/statm: 1339 237 195 169 0 50 0
[pid=29491] ppid=29488 vsize=77768 CPUtime=4702.8
/proc/29491/stat : 29491 (LySATi) R 29488 29488 29451 0 -1 4194304 18525 0 0 0 470246 34 0 0 25 0 1 0 151766435 79634432 18510 1992294400 134512640 135226915 4294956224 18446744073709551615 134544392 0 0 4096 3 0 0 0 17 1 0 0
/proc/29491/statm: 19442 18510 82 174 0 19265 0
Current children cumulated CPU time (s) 4704.16
Current children cumulated vsize (KiB) 83124

[startup+4705.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29499
/proc/meminfo: memFree=1787920/2055920 swapFree=4181336/4192956
[pid=29488] ppid=29486 vsize=5360 CPUtime=4704.24
/proc/29488/stat : 29488 (lysat.sh) S 29486 29488 29451 0 -1 4194304 338 28349 0 0 0 0 470380 44 18 0 1 0 151766299 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29488/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 4704.24
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 4705.61
CPU time (s): 4704.27
CPU user time (s): 4703.81
CPU system time (s): 0.45793
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 83124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4703.81
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28814
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= 41
involuntary context switches= 11148

runsolver used 5.48517 second user time and 11.6162 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-02 06:09:37
IDJOB=1773903
IDBENCH=70821
IDSOLVER=609
FILE ID=node36/1773903-1241237377
PBS_JOBID= 9224843
Free space on /tmp= 66488 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773903-1241237377/watcher-1773903-1241237377 -o /tmp/evaluation-result-1773903-1241237377/solver-1773903-1241237377 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773903-1241237377.cnf i

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1649262460

node36.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.232
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.232
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:       1872568 kB
Buffers:         28948 kB
Cached:         101592 kB
SwapCached:       5800 kB
Active:          29104 kB
Inactive:       109620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872568 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            6376 kB
Writeback:           0 kB
Mapped:          13328 kB
Slab:            30768 kB
Committed_AS:   645236 kB
PageTables:       1356 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= 66488 MiB
End job on node36 at 2009-05-02 07:28:03