Trace number 1773263

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) 9362.38 9362.31

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 7170909, num vars = 371419
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:  371419                                               |
0.00/0.00	c |  Number of clauses:    7170909                                              |
4.48/4.57	c |  Parsing time:         3.99         s                                       |
9362.26/9362.22	c restarts              : 28565
9362.26/9362.22	c conflicts             : 2552983        (273 /sec)
9362.26/9362.22	c decisions             : 174503333      (1.22 % random) (18641 /sec)
9362.26/9362.22	c euip                  : 153780      
9362.26/9362.22	c propagations          : 12335874882    (1317778 /sec)
9362.26/9362.22	c conflict literals     : 215603622      (48.48 % deleted)
9362.26/9362.22	c Memory used           : 607.40 MB
9362.26/9362.22	c CPU time              : 9361.12 s
9362.26/9362.22	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-1773263-1241233792/watcher-1773263-1241233792 -o /tmp/evaluation-result-1773263-1241233792/solver-1773263-1241233792 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773263-1241233792.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.08 1.02 1.01 3/64 25683
/proc/meminfo: memFree=1149184/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) R 25681 25683 25610 0 -1 4194304 292 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0

[startup+0.053501 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 25683
/proc/meminfo: memFree=1149184/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101488 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 25683
/proc/meminfo: memFree=1149184/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301431 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 25683
/proc/meminfo: memFree=1149184/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701317 s]
/proc/loadavg: 1.08 1.02 1.01 3/64 25683
/proc/meminfo: memFree=1149184/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 25686
/proc/meminfo: memFree=1062000/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=138284 CPUtime=1.49
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 32397 0 0 0 130 19 0 0 25 0 1 0 151413545 141602816 32383 1992294400 134512640 135226915 4294956256 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 34571 32383 62 174 0 34394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143640

[startup+3.10164 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 25686
/proc/meminfo: memFree=970416/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=269800 CPUtime=3.09
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 65806 0 0 0 270 39 0 0 25 0 1 0 151413545 276275200 65792 1992294400 134512640 135226915 4294956256 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 67450 65793 62 174 0 67273 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 275156

[startup+6.30173 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 25686
/proc/meminfo: memFree=761584/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=408000 CPUtime=6.29
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 98224 0 0 0 571 58 0 0 25 0 1 0 151413545 417792000 98210 1992294400 134512640 135226915 4294956256 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 102000 98210 80 174 0 101823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 413356

[startup+12.7019 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 25686
/proc/meminfo: memFree=758128/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=410520 CPUtime=12.69
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 98726 0 0 0 1211 58 0 0 25 0 1 0 151413545 420372480 98712 1992294400 134512640 135226915 4294956256 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 102630 98712 80 174 0 102453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 415876

[startup+25.5013 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 25686
/proc/meminfo: memFree=756976/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=411724 CPUtime=25.49
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 99071 0 0 0 2490 59 0 0 25 0 1 0 151413545 421605376 99057 1992294400 134512640 135226915 4294956256 18446744073709551615 134528192 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 102931 99057 80 174 0 102754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 417080

[startup+51.101 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 25686
/proc/meminfo: memFree=753776/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=415200 CPUtime=51.08
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 99899 0 0 0 5049 59 0 0 25 0 1 0 151413545 425164800 99885 1992294400 134512640 135226915 4294956256 18446744073709551615 134525821 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 103800 99885 80 174 0 103623 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 420556

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 25686
/proc/meminfo: memFree=749296/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=419704 CPUtime=102.3
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 101013 0 0 0 10169 61 0 0 25 0 1 0 151413545 429776896 100999 1992294400 134512640 135226915 4294956256 18446744073709551615 134537085 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 104926 100999 80 174 0 104749 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 425060

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 25686
/proc/meminfo: memFree=745328/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=423672 CPUtime=162.29
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 102013 0 0 0 16168 61 0 0 25 0 1 0 151413545 433840128 101999 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 105918 101999 80 174 0 105741 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 429028

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25686
/proc/meminfo: memFree=742832/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=426080 CPUtime=222.3
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 102611 0 0 0 22168 62 0 0 25 0 1 0 151413545 436305920 102597 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 106520 102597 80 174 0 106343 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 431436

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25686
/proc/meminfo: memFree=742448/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=426508 CPUtime=282.29
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 102700 0 0 0 28167 62 0 0 25 0 1 0 151413545 436744192 102686 1992294400 134512640 135226915 4294956256 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 106627 102686 80 174 0 106450 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 431864

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25686
/proc/meminfo: memFree=741872/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=427204 CPUtime=342.3
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 102846 0 0 0 34168 62 0 0 25 0 1 0 151413545 437456896 102832 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 106801 102832 80 174 0 106624 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 432560

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25686
/proc/meminfo: memFree=741808/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=427204 CPUtime=402.29
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 102850 0 0 0 40167 62 0 0 25 0 1 0 151413545 437456896 102836 1992294400 134512640 135226915 4294956256 18446744073709551615 134537021 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 106801 102836 80 174 0 106624 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 432560

[startup+462.301 s]

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


[startup+8982.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 25704
/proc/meminfo: memFree=547376/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=8982.34
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151211 0 0 0 898118 116 0 0 25 0 1 0 151413545 636903424 151197 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151197 80 174 0 155317 0
Current children cumulated CPU time (s) 8982.34
Current children cumulated vsize (KiB) 627332

[startup+9042.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25704
/proc/meminfo: memFree=547440/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9042.35
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151211 0 0 0 904119 116 0 0 25 0 1 0 151413545 636903424 151197 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151197 80 174 0 155317 0
Current children cumulated CPU time (s) 9042.35
Current children cumulated vsize (KiB) 627332

[startup+9102.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9102.35
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151211 0 0 0 910119 116 0 0 25 0 1 0 151413545 636903424 151197 1992294400 134512640 135226915 4294956256 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151197 80 174 0 155317 0
Current children cumulated CPU time (s) 9102.35
Current children cumulated vsize (KiB) 627332

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9162.35
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151211 0 0 0 916119 116 0 0 25 0 1 0 151413545 636903424 151197 1992294400 134512640 135226915 4294956256 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151197 80 174 0 155317 0
Current children cumulated CPU time (s) 9162.35
Current children cumulated vsize (KiB) 627332

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547312/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9222.36
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151219 0 0 0 922120 116 0 0 25 0 1 0 151413545 636903424 151205 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151205 80 174 0 155317 0
Current children cumulated CPU time (s) 9222.36
Current children cumulated vsize (KiB) 627332

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9282.35
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151219 0 0 0 928119 116 0 0 25 0 1 0 151413545 636903424 151205 1992294400 134512640 135226915 4294956256 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151205 80 174 0 155317 0
Current children cumulated CPU time (s) 9282.35
Current children cumulated vsize (KiB) 627332

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9342.37
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151222 0 0 0 934120 117 0 0 25 0 1 0 151413545 636903424 151208 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151208 80 174 0 155317 0
Current children cumulated CPU time (s) 9342.37
Current children cumulated vsize (KiB) 627332

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

[startup+9343.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9343.96
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151222 0 0 0 934279 117 0 0 25 0 1 0 151413545 636903424 151208 1992294400 134512640 135226915 4294956256 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151208 80 174 0 155317 0
Current children cumulated CPU time (s) 9343.96
Current children cumulated vsize (KiB) 627332

[startup+9350.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9350.36
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151222 0 0 0 934919 117 0 0 25 0 1 0 151413545 636903424 151208 1992294400 134512640 135226915 4294956256 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151208 80 174 0 155317 0
Current children cumulated CPU time (s) 9350.36
Current children cumulated vsize (KiB) 627332

[startup+9356.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9356.76
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151224 0 0 0 935559 117 0 0 25 0 1 0 151413545 636903424 151210 1992294400 134512640 135226915 4294956256 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151210 80 174 0 155317 0
Current children cumulated CPU time (s) 9356.76
Current children cumulated vsize (KiB) 627332

[startup+9359.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9359.97
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151224 0 0 0 935880 117 0 0 25 0 1 0 151413545 636903424 151210 1992294400 134512640 135226915 4294956256 18446744073709551615 134537372 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151210 80 174 0 155317 0
Current children cumulated CPU time (s) 9359.97
Current children cumulated vsize (KiB) 627332

[startup+9361.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9361.56
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151224 0 0 0 936039 117 0 0 25 0 1 0 151413545 636903424 151210 1992294400 134512640 135226915 4294956256 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151210 80 174 0 155317 0
Current children cumulated CPU time (s) 9361.56
Current children cumulated vsize (KiB) 627332

[startup+9361.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=621976 CPUtime=9361.96
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194304 151224 0 0 0 936079 117 0 0 25 0 1 0 151413545 636903424 151210 1992294400 134512640 135226915 4294956256 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 155494 151210 80 174 0 155317 0
Current children cumulated CPU time (s) 9361.96
Current children cumulated vsize (KiB) 627332

[startup+9362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25704
/proc/meminfo: memFree=547248/2055920 swapFree=4179172/4192956
[pid=25683] ppid=25681 vsize=5356 CPUtime=0
/proc/25683/stat : 25683 (lysat.sh) S 25681 25683 25610 0 -1 4194304 309 79 0 0 0 0 0 0 18 0 1 0 151413544 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25683/statm: 1339 237 195 169 0 50 0
[pid=25685] ppid=25683 vsize=0 CPUtime=9362.36
/proc/25685/stat : 25685 (LySATi) R 25683 25683 25610 0 -1 4194308 151232 0 0 0 936111 125 0 0 25 0 1 0 151413545 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/25685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9362.36
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 9362.31
CPU time (s): 9362.38
CPU user time (s): 9361.12
CPU system time (s): 1.26181
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 627332

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

runsolver used 8.02978 second user time and 26.021 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-02 05:10:02
IDJOB=1773263
IDBENCH=20579
IDSOLVER=609
FILE ID=node16/1773263-1241233792
PBS_JOBID= 9224812
Free space on /tmp= 66408 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773263-1241233792/watcher-1773263-1241233792 -o /tmp/evaluation-result-1773263-1241233792/solver-1773263-1241233792 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773263-1241233792.cnf i

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=2142573299

node16.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.234
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.234
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:       1149728 kB
Buffers:         75256 kB
Cached:         749188 kB
SwapCached:       8080 kB
Active:         270008 kB
Inactive:       563796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149728 kB
SwapTotal:     4192956 kB
SwapFree:      4179172 kB
Dirty:          158676 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            58464 kB
Committed_AS:   680752 kB
PageTables:       1436 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= 66408 MiB
End job on node16 at 2009-05-02 07:46:04