Trace number 1716836

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 447.204 447.357

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.08/0.17	c ==============================================================================
0.08/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.17	c ==============================================================================
0.08/0.17	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.39/1.42	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.39/1.42	c ==============================================================================
1.39/1.42	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.39/1.42	c CPU time:   1.36479 s
1.39/1.42	c ==============================================================================
1.49/1.57	c lySAT 0.1
1.49/1.57	c minisat core +  additionnal features
1.49/1.57	c ============================[ Problem Statistics ]=============================
1.49/1.57	c |                                                                             |
1.49/1.57	c |  Number of variables:  17506                                                |
1.49/1.57	c |  Number of clauses:    98030                                                |
1.56/1.64	c |  Parsing time:         0.06         s                                       |
447.13/447.34	c restarts              : 688
447.13/447.34	c conflicts             : 475253         (1067 /sec)
447.13/447.34	c decisions             : 663620         (5.47 % random) (1490 /sec)
447.13/447.34	c euip                  : 11793       
447.13/447.34	c propagations          : 297457229      (667673 /sec)
447.13/447.34	c conflict literals     : 25402193       (69.77 % deleted)
447.13/447.34	c Memory used           : 44.10 MB
447.13/447.34	c CPU time              : 445.513 s
447.13/447.34	c 
447.13/447.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-1716836-1240620867/watcher-1716836-1240620867 -o /tmp/evaluation-result-1716836-1240620867/solver-1716836-1240620867 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1716836-1240620867.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16126
/proc/meminfo: memFree=1024224/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=2644 CPUtime=0
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 536 0 0 0 0 0 0 0 18 0 1 0 90119960 2707456 520 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 661 527 50 127 0 531 0

[startup+0.0134419 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16126
/proc/meminfo: memFree=1024224/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=3924 CPUtime=0
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 896 0 0 0 0 0 0 0 18 0 1 0 90119960 4018176 880 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 981 882 50 127 0 851 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9280

[startup+0.101452 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16126
/proc/meminfo: memFree=1024224/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=14564 CPUtime=0.08
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 3326 0 0 0 7 1 0 0 18 0 1 0 90119960 14913536 3263 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 3641 3263 52 127 0 3511 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19920

[startup+0.301475 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16126
/proc/meminfo: memFree=1024224/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=26800 CPUtime=0.29
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 6259 0 0 0 26 3 0 0 19 0 1 0 90119960 27443200 6093 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 6700 6093 68 127 0 6570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32156

[startup+0.701522 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16126
/proc/meminfo: memFree=1024224/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=32012 CPUtime=0.68
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 7553 0 0 0 64 4 0 0 23 0 1 0 90119960 32780288 7336 1992294400 134512640 135034092 4294956112 18446744073709551615 134566406 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 8003 7336 68 127 0 7873 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37368

[startup+1.50162 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 16128
/proc/meminfo: memFree=992080/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=0
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90119960 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16126/statm: 1339 235 195 169 0 50 0
[pid=16127] ppid=16126 vsize=33548 CPUtime=1.49
/proc/16127/stat : 16127 (SatElite) R 16126 16126 16057 0 -1 4194304 8872 0 0 0 143 6 0 0 25 0 1 0 90119960 34353152 7647 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/16127/statm: 8387 7647 68 127 0 8257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38904

[startup+3.1018 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 16129
/proc/meminfo: memFree=1010832/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=9596 CPUtime=1.51
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 2230 0 0 0 150 1 0 0 25 0 1 0 90120118 9826304 2215 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 2399 2215 82 174 0 2222 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14952

[startup+6.30118 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 16129
/proc/meminfo: memFree=1009680/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=10404 CPUtime=4.71
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 2429 0 0 0 470 1 0 0 25 0 1 0 90120118 10653696 2414 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 2601 2414 82 174 0 2424 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15760

[startup+12.7029 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 16129
/proc/meminfo: memFree=1008984/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=11192 CPUtime=11.11
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 2621 0 0 0 1110 1 0 0 25 0 1 0 90120118 11460608 2606 1992294400 134512640 135226915 4294956224 18446744073709551615 134543604 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 2798 2606 82 174 0 2621 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16548

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 16129
/proc/meminfo: memFree=1006872/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=13240 CPUtime=23.9
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 3142 0 0 0 2389 1 0 0 25 0 1 0 90120118 13557760 3127 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 3310 3127 82 174 0 3133 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18596

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 16129
/proc/meminfo: memFree=1001752/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=18436 CPUtime=49.49
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 4432 0 0 0 4946 3 0 0 25 0 1 0 90120118 18878464 4417 1992294400 134512640 135226915 4294956224 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 4609 4417 82 174 0 4432 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23792

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 16129
/proc/meminfo: memFree=993560/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=26824 CPUtime=100.67
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 6460 0 0 0 10063 4 0 0 25 0 1 0 90120118 27467776 6445 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 6706 6445 82 174 0 6529 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32180

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16129
/proc/meminfo: memFree=986520/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=34020 CPUtime=160.65
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 8222 0 0 0 16059 6 0 0 25 0 1 0 90120118 34836480 8207 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 8505 8207 82 174 0 8328 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 39376

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16129
/proc/meminfo: memFree=984088/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=36468 CPUtime=220.64
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 8816 0 0 0 22057 7 0 0 25 0 1 0 90120118 37343232 8801 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 9117 8801 82 174 0 8940 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 41824

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16129
/proc/meminfo: memFree=982616/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=38052 CPUtime=280.62
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 9175 0 0 0 28055 7 0 0 25 0 1 0 90120118 38965248 9160 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 9513 9160 82 174 0 9336 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 43408

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16129
/proc/meminfo: memFree=979424/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=41164 CPUtime=340.61
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 9975 0 0 0 34052 9 0 0 25 0 1 0 90120118 42151936 9960 1992294400 134512640 135226915 4294956224 18446744073709551615 134540418 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 10291 9960 82 174 0 10114 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 46520

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=977888/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=43136 CPUtime=400.58
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10372 0 0 0 40049 9 0 0 25 0 1 0 90120118 44171264 10357 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 10784 10357 82 174 0 10607 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 48492

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=977568/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=43208 CPUtime=407.78
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10423 0 0 0 40769 9 0 0 25 0 1 0 90120118 44244992 10408 1992294400 134512640 135226915 4294956224 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 10802 10408 82 174 0 10625 0
Current children cumulated CPU time (s) 409.34
Current children cumulated vsize (KiB) 48564

[startup+422.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=976864/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=44356 CPUtime=420.57
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10592 0 0 0 42048 9 0 0 25 0 1 0 90120118 45420544 10577 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11089 10577 82 174 0 10912 0
Current children cumulated CPU time (s) 422.13
Current children cumulated vsize (KiB) 49712

[startup+435.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=433.37
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 43327 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134531802 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 434.93
Current children cumulated vsize (KiB) 50648

[startup+441.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975840/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=439.77
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 43967 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134540906 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 441.33
Current children cumulated vsize (KiB) 50648

[startup+444.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=442.97
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 44287 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134538588 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 444.53
Current children cumulated vsize (KiB) 50648

[startup+446.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=444.57
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 44447 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 446.13
Current children cumulated vsize (KiB) 50648

[startup+447.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=445.37
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 44527 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134527222 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 446.93
Current children cumulated vsize (KiB) 50648

[startup+447.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 16135
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=16126] ppid=16124 vsize=5356 CPUtime=1.56
/proc/16126/stat : 16126 (lysat.sh) S 16124 16126 16057 0 -1 4194304 310 8875 0 0 0 0 149 7 16 0 1 0 90119960 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16126/statm: 1339 237 195 169 0 50 0
[pid=16129] ppid=16126 vsize=45292 CPUtime=445.57
/proc/16129/stat : 16129 (LySATi) R 16126 16126 16057 0 -1 4194304 10834 0 0 0 44547 10 0 0 25 0 1 0 90120118 46379008 10819 1992294400 134512640 135226915 4294956224 18446744073709551615 134527209 0 0 4096 3 0 0 0 17 1 0 0
/proc/16129/statm: 11323 10819 82 174 0 11146 0
Current children cumulated CPU time (s) 447.13
Current children cumulated vsize (KiB) 50648

Child status: 20
Real time (s): 447.357
CPU time (s): 447.204
CPU user time (s): 447.016
CPU system time (s): 0.187971
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 50648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.016
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20180
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= 1037

runsolver used 0.539917 second user time and 1.07284 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 02:54:27
IDJOB=1716836
IDBENCH=20398
IDSOLVER=511
FILE ID=node20/1716836-1240620867
PBS_JOBID= 9186335
Free space on /tmp= 66244 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716836-1240620867/watcher-1716836-1240620867 -o /tmp/evaluation-result-1716836-1240620867/solver-1716836-1240620867 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1716836-1240620867.cnf i

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=1028776650

node20.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.214
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	: 5931.00
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.214
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:       1024776 kB
Buffers:         75316 kB
Cached:         857032 kB
SwapCached:          0 kB
Active:         121032 kB
Inactive:       825220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5376 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            70932 kB
Committed_AS:   315036 kB
PageTables:       1396 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= 66240 MiB
End job on node20 at 2009-04-25 03:01:55