Trace number 1773303

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.093 118.141

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 benchmark33.4719
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.79/8.85	c |  Parsing time:         7.74         s                                       |
117.74/117.82	c restarts              : 346
117.74/117.82	c conflicts             : 8432           (72 /sec)
117.74/117.82	c decisions             : 1946944        (10.45 % random) (16701 /sec)
117.74/117.82	c euip                  : 367         
117.74/117.82	c propagations          : 233314119      (2001437 /sec)
117.74/117.82	c conflict literals     : 490527         (15.90 % deleted)
117.74/117.82	c Memory used           : 758.09 MB
117.74/117.82	c CPU time              : 116.573 s
117.74/117.82	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-1773303-1241233940/watcher-1773303-1241233940 -o /tmp/evaluation-result-1773303-1241233940/solver-1773303-1241233940 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773303-1241233940.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.11 1.02 1.01 3/64 25627
/proc/meminfo: memFree=667848/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) R 25625 25627 25589 0 -1 4194304 266 0 0 0 0 0 0 0 19 0 1 0 151423656 5484544 233 1992294400 4194304 4889804 548682068816 18446744073709551615 208717146611 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25627/statm: 1339 233 194 169 0 50 0

[startup+0.0837239 s]
/proc/loadavg: 1.11 1.02 1.01 3/64 25627
/proc/meminfo: memFree=667848/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101723 s]
/proc/loadavg: 1.11 1.02 1.01 3/64 25627
/proc/meminfo: memFree=667848/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301744 s]
/proc/loadavg: 1.11 1.02 1.01 3/64 25627
/proc/meminfo: memFree=667848/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701788 s]
/proc/loadavg: 1.11 1.02 1.01 3/64 25627
/proc/meminfo: memFree=667848/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50187 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 25630
/proc/meminfo: memFree=584184/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=126188 CPUtime=1.49
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 30556 0 0 0 132 17 0 0 25 0 1 0 151423656 129216512 30542 1992294400 134512640 135226915 4294956256 18446744073709551615 134749631 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 31547 30543 62 174 0 31370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131544

[startup+3.10105 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 25630
/proc/meminfo: memFree=497528/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=255772 CPUtime=3.08
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 61769 0 0 0 271 37 0 0 25 0 1 0 151423656 261910528 61755 1992294400 134512640 135226915 4294956256 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 63943 61756 62 174 0 63766 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 261128

[startup+6.30139 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 25630
/proc/meminfo: memFree=242040/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=521856 CPUtime=6.29
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 124082 0 0 0 550 79 0 0 25 0 1 0 151423656 534380544 124068 1992294400 134512640 135226915 4294956256 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 130464 124069 64 174 0 130287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 527212

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 25630
/proc/meminfo: memFree=15608/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=745764 CPUtime=12.69
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 178203 0 0 0 1154 115 0 0 25 0 1 0 151423656 763662336 178189 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 186441 178189 81 174 0 186264 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 751120

[startup+25.5015 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15672/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=761972 CPUtime=25.48
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 182111 0 0 0 2431 117 0 0 25 0 1 0 151423656 780259328 182097 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 190493 182097 81 174 0 190316 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 767328

[startup+51.1012 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25630
/proc/meminfo: memFree=19768/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=770884 CPUtime=51.05
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 184246 0 0 0 4987 118 0 0 25 0 1 0 151423656 789385216 184232 1992294400 134512640 135226915 4294956256 18446744073709551615 134538161 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 192721 184232 81 174 0 192544 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 776240

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15096/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=775616 CPUtime=102.25
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185417 0 0 0 10106 119 0 0 25 0 1 0 151423656 794230784 185403 1992294400 134512640 135226915 4294956256 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/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.02 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15096/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=775616 CPUtime=108.64
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185428 0 0 0 10745 119 0 0 25 0 1 0 151423656 794230784 185414 1992294400 134512640 135226915 4294956256 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 193904 185414 81 174 0 193727 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 780972

[startup+115.101 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15032/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=775768 CPUtime=115.04
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185440 0 0 0 11385 119 0 0 25 0 1 0 151423656 794386432 185426 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 193942 185426 81 174 0 193765 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 781124

[startup+116.701 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15032/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=775768 CPUtime=116.64
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185441 0 0 0 11545 119 0 0 25 0 1 0 151423656 794386432 185427 1992294400 134512640 135226915 4294956256 18446744073709551615 134527739 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 193942 185427 81 174 0 193765 0
Current children cumulated CPU time (s) 116.64
Current children cumulated vsize (KiB) 781124

[startup+117.501 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15032/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=775768 CPUtime=117.44
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185442 0 0 0 11625 119 0 0 25 0 1 0 151423656 794386432 185428 1992294400 134512640 135226915 4294956256 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 193942 185428 81 174 0 193765 0
Current children cumulated CPU time (s) 117.44
Current children cumulated vsize (KiB) 781124

[startup+117.901 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15032/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=776284 CPUtime=117.84
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194304 185592 0 0 0 11664 120 0 0 25 0 1 0 151423656 794914816 185577 1992294400 134512640 135226915 4294956256 18446744073709551615 134754958 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 194071 185577 88 174 0 193894 0
Current children cumulated CPU time (s) 117.84
Current children cumulated vsize (KiB) 781640

[startup+118.101 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25630
/proc/meminfo: memFree=15032/2055920 swapFree=4181276/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (lysat.sh) S 25625 25627 25589 0 -1 4194304 309 79 0 0 0 0 0 0 16 0 1 0 151423656 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 237 195 169 0 50 0
[pid=25630] ppid=25627 vsize=0 CPUtime=118.04
/proc/25630/stat : 25630 (LySATi) R 25627 25627 25589 0 -1 4194308 185592 0 0 0 11675 129 0 0 25 0 1 0 151423656 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25630/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 118.04
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 118.141
CPU time (s): 118.093
CPU user time (s): 116.757
CPU system time (s): 1.3358
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 781640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.757
system time used= 1.3358
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= 8
involuntary context switches= 347

runsolver used 0.149977 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-02 05:12:39
IDJOB=1773303
IDBENCH=20591
IDSOLVER=609
FILE ID=node47/1773303-1241233940
PBS_JOBID= 9224830
Free space on /tmp= 66196 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-1773303-1241233940/watcher-1773303-1241233940 -o /tmp/evaluation-result-1773303-1241233940/solver-1773303-1241233940 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773303-1241233940.cnf i

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

MD5SUM BENCH= 5fe5b52b05e512edbe82e7d139ac7362
RANDOM SEED=1108148048

node47.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.212
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.212
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:        668328 kB
Buffers:         77780 kB
Cached:        1193772 kB
SwapCached:       5488 kB
Active:         376120 kB
Inactive:       903272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        668328 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:          235388 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            94248 kB
Committed_AS:   714140 kB
PageTables:       1444 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= 66188 MiB
End job on node47 at 2009-05-02 05:14:37