Trace number 1719384

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-20? (exit code) 118.171 118.212

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug8.cnf
MD5SUM5fe5b52b05e512edbe82e7d139ac7362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.72
Satisfiable
(Un)Satisfiability was proved
Number of variables521179
Number of clauses13378617
Sum of the clauses size39204907
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209393
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413723

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 13378617, num vars = 521179
0.00/0.00	c Exiting...too many clauses
0.00/0.00	c lySAT 0.1
0.00/0.00	c minisat core +  additionnal features
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  521179                                               |
0.00/0.00	c |  Number of clauses:    13378617                                             |
8.89/8.95	c |  Parsing time:         7.82         s                                       |
117.74/117.90	c restarts              : 346
117.74/117.90	c conflicts             : 8432           (72 /sec)
117.74/117.90	c decisions             : 1946944        (10.45 % random) (16686 /sec)
117.74/117.90	c euip                  : 367         
117.74/117.90	c propagations          : 233314119      (1999637 /sec)
117.74/117.90	c conflict literals     : 490527         (15.90 % deleted)
117.74/117.90	c Memory used           : 758.09 MB
117.74/117.90	c CPU time              : 116.678 s
117.74/117.90	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719384-1240646205/watcher-1719384-1240646205 -o /tmp/evaluation-result-1719384-1240646205/solver-1719384-1240646205 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719384-1240646205.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: 1.52 1.29 1.22 3/65 15738
/proc/meminfo: memFree=1543928/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) R 15736 15738 15096 0 -1 4194304 292 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=1896 CPUtime=0
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 194 0 0 0 0 0 0 0 19 0 1 0 92655361 1941504 180 1992294400 134512640 135226915 4294956240 18446744073709551615 134754862 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 474 187 48 174 0 297 0

[startup+0.059594 s]
/proc/loadavg: 1.52 1.29 1.22 3/65 15738
/proc/meminfo: memFree=1543928/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=7088 CPUtime=0.04
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 1599 0 0 0 4 0 0 0 21 0 1 0 92655361 7258112 1585 1992294400 134512640 135226915 4294956240 18446744073709551615 134515762 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 1772 1585 62 174 0 1595 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12444

[startup+0.101601 s]
/proc/loadavg: 1.52 1.29 1.22 3/65 15738
/proc/meminfo: memFree=1543928/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=11048 CPUtime=0.09
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 2480 0 0 0 8 1 0 0 21 0 1 0 92655361 11313152 2466 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 2762 2467 62 174 0 2585 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16404

[startup+0.301634 s]
/proc/loadavg: 1.52 1.29 1.22 3/65 15738
/proc/meminfo: memFree=1543928/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=27716 CPUtime=0.29
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 6606 0 0 0 26 3 0 0 22 0 1 0 92655361 28381184 6593 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 6929 6593 62 174 0 6752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33072

[startup+0.701703 s]
/proc/loadavg: 1.52 1.29 1.22 3/65 15738
/proc/meminfo: memFree=1543928/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=60508 CPUtime=0.69
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 14744 0 0 0 61 8 0 0 25 0 1 0 92655361 61960192 14730 1992294400 134512640 135226915 4294956240 18446744073709551615 134732855 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 15127 14732 62 174 0 14950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65864

[startup+1.50184 s]
/proc/loadavg: 1.52 1.29 1.22 2/67 15741
/proc/meminfo: memFree=1461800/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=125516 CPUtime=1.48
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 30344 0 0 0 130 18 0 0 25 0 1 0 92655361 128528384 30330 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 31379 30330 62 174 0 31202 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 130872

[startup+3.10111 s]
/proc/loadavg: 1.52 1.29 1.22 2/67 15741
/proc/meminfo: memFree=1376680/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=254812 CPUtime=3.09
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 61479 0 0 0 269 40 0 0 25 0 1 0 92655361 260927488 61465 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 63703 61466 62 174 0 63526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 260168

[startup+6.30166 s]
/proc/loadavg: 1.55 1.30 1.23 2/66 15741
/proc/meminfo: memFree=1125296/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=517496 CPUtime=6.28
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 122936 0 0 0 548 80 0 0 25 0 1 0 92655361 529915904 122922 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 129374 122923 62 174 0 129197 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 522852

[startup+12.7018 s]
/proc/loadavg: 1.51 1.30 1.23 2/66 15741
/proc/meminfo: memFree=834864/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=745764 CPUtime=12.68
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 178203 0 0 0 1154 114 0 0 25 0 1 0 92655361 763662336 178189 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 186441 178189 81 174 0 186264 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 751120

[startup+25.5019 s]
/proc/loadavg: 1.40 1.28 1.22 2/66 15741
/proc/meminfo: memFree=818736/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=761972 CPUtime=25.48
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 182109 0 0 0 2432 116 0 0 25 0 1 0 92655361 780259328 182095 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 190493 182095 81 174 0 190316 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 767328

[startup+51.1013 s]
/proc/loadavg: 1.26 1.26 1.21 2/66 15741
/proc/meminfo: memFree=805488/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=770884 CPUtime=51.07
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 184246 0 0 0 4990 117 0 0 25 0 1 0 92655361 789385216 184232 1992294400 134512640 135226915 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 192721 184232 81 174 0 192544 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 776240

[startup+102.305 s]
/proc/loadavg: 1.11 1.21 1.20 2/66 15741
/proc/meminfo: memFree=805680/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=775616 CPUtime=102.25
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185417 0 0 0 10108 117 0 0 25 0 1 0 92655361 794230784 185403 1992294400 134512640 135226915 4294956240 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 193904 185403 81 174 0 193727 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 780972

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

[startup+108.701 s]
/proc/loadavg: 1.09 1.21 1.20 2/66 15741
/proc/meminfo: memFree=805680/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=775616 CPUtime=108.65
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185428 0 0 0 10748 117 0 0 25 0 1 0 92655361 794230784 185414 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 193904 185414 81 174 0 193727 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 780972

[startup+115.101 s]
/proc/loadavg: 1.09 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=775768 CPUtime=115.04
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185440 0 0 0 11387 117 0 0 25 0 1 0 92655361 794386432 185426 1992294400 134512640 135226915 4294956240 18446744073709551615 134548162 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 193942 185426 81 174 0 193765 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 781124

[startup+116.703 s]
/proc/loadavg: 1.09 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=775768 CPUtime=116.65
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185441 0 0 0 11548 117 0 0 25 0 1 0 92655361 794386432 185427 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 193942 185427 81 174 0 193765 0
Current children cumulated CPU time (s) 116.65
Current children cumulated vsize (KiB) 781124

[startup+117.502 s]
/proc/loadavg: 1.09 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=775768 CPUtime=117.44
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185442 0 0 0 11627 117 0 0 25 0 1 0 92655361 794386432 185428 1992294400 134512640 135226915 4294956240 18446744073709551615 134527763 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 193942 185428 81 174 0 193765 0
Current children cumulated CPU time (s) 117.44
Current children cumulated vsize (KiB) 781124

[startup+117.902 s]
/proc/loadavg: 1.08 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=776284 CPUtime=117.84
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194304 185592 0 0 0 11667 117 0 0 25 0 1 0 92655361 794914816 185577 1992294400 134512640 135226915 4294956240 18446744073709551615 134754958 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 194071 185577 88 174 0 193894 0
Current children cumulated CPU time (s) 117.84
Current children cumulated vsize (KiB) 781640

[startup+118.102 s]
/proc/loadavg: 1.08 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=0 CPUtime=118.04
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194308 185592 0 0 0 11685 119 0 0 25 0 1 0 92655361 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 118.04
Current children cumulated vsize (KiB) 5356

[startup+118.202 s]
/proc/loadavg: 1.08 1.20 1.19 2/66 15741
/proc/meminfo: memFree=805616/2055920 swapFree=4181396/4192956
[pid=15738] ppid=15736 vsize=5356 CPUtime=0
/proc/15738/stat : 15738 (lysat.sh) S 15736 15738 15096 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92655361 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15738/statm: 1339 237 195 169 0 50 0
[pid=15740] ppid=15738 vsize=0 CPUtime=118.14
/proc/15740/stat : 15740 (LySATi) R 15738 15738 15096 0 -1 4194308 185592 0 0 0 11685 129 0 0 25 0 1 0 92655361 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 118.14
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 118.212
CPU time (s): 118.171
CPU user time (s): 116.857
CPU system time (s): 1.3138
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 781640

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

runsolver used 0.13098 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 09:57:03
IDJOB=1719384
IDBENCH=20591
IDSOLVER=511
FILE ID=node25/1719384-1240646205
PBS_JOBID= 9186461
Free space on /tmp= 66080 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug8.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719384-1240646205/watcher-1719384-1240646205 -o /tmp/evaluation-result-1719384-1240646205/solver-1719384-1240646205 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1719384-1240646205.cnf i

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

MD5SUM BENCH= 5fe5b52b05e512edbe82e7d139ac7362
RANDOM SEED=1533423790

node25.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.259
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.259
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:       1544408 kB
Buffers:          5292 kB
Cached:         446588 kB
SwapCached:       5080 kB
Active:         389104 kB
Inactive:        70384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544408 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:          255716 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            37976 kB
Committed_AS:   334904 kB
PageTables:       1492 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= 66072 MiB
End job on node25 at 2009-04-25 09:59:02