Trace number 1719072

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 479.309 479.578

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.907
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

0.00/0.00	c Parsing...
0.39/0.44	c ==============================================================================
0.39/0.44	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.44	c ==============================================================================
0.39/0.44	c |         0 |  542252  1554258 |  162675       0        0     nan |  0.000 % |
3.78/3.86	c |         0 |  518020  1616108 |      --       0       --      -- |     --   | -24095/63495
3.78/3.86	c ==============================================================================
3.78/3.86	c Result  :   #vars: 32773   #clauses: 518020   #literals: 1616108
3.78/3.86	c CPU time:   3.75943 s
3.78/3.86	c ==============================================================================
4.48/4.50	c lySAT 0.1
4.48/4.50	c minisat core +  additionnal features
4.48/4.50	c ============================[ Problem Statistics ]=============================
4.48/4.50	c |                                                                             |
4.48/4.51	c |  Number of variables:  32773                                                |
4.48/4.51	c |  Number of clauses:    518020                                               |
4.48/4.85	c |  Parsing time:         0.32         s                                       |
479.21/479.55	c restarts              : 10149
479.21/479.55	c conflicts             : 983909         (2073 /sec)
479.21/479.55	c decisions             : 21373715       (1.70 % random) (45033 /sec)
479.21/479.55	c euip                  : 51116       
479.21/479.55	c propagations          : 585631738      (1233891 /sec)
479.21/479.55	c conflict literals     : 38821223       (40.59 % deleted)
479.21/479.55	c Memory used           : 79.96 MB
479.21/479.55	c CPU time              : 474.622 s
479.21/479.55	c 
479.21/479.56	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-1719072-1240642995/watcher-1719072-1240642995 -o /tmp/evaluation-result-1719072-1240642995/solver-1719072-1240642995 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719072-1240642995.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.00 1.02 1.00 3/64 21463
/proc/meminfo: memFree=1836040/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) R 21461 21463 21109 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21463/statm: 1339 234 194 169 0 50 0
[pid=21464] ppid=21463 vsize=956 CPUtime=0
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 92333557 978944 128 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 239 129 51 127 0 109 0

[startup+0.106179 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 21463
/proc/meminfo: memFree=1836040/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=9764 CPUtime=0.09
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 2211 0 0 0 8 1 0 0 19 0 1 0 92333557 9998336 2195 1992294400 134512640 135034092 4294956096 18446744073709551615 134544963 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 2441 2196 51 127 0 2311 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15120

[startup+0.202194 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 21463
/proc/meminfo: memFree=1836040/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=18028 CPUtime=0.19
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 4092 0 0 0 17 2 0 0 20 0 1 0 92333557 18460672 4076 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 4507 4076 51 127 0 4377 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23384

[startup+0.302211 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 21463
/proc/meminfo: memFree=1836040/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=26996 CPUtime=0.29
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 5970 0 0 0 25 4 0 0 21 0 1 0 92333557 27643904 5954 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 6749 5954 51 127 0 6619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32352

[startup+0.702282 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 21463
/proc/meminfo: memFree=1836040/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=50968 CPUtime=0.69
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 11885 0 0 0 62 7 0 0 25 0 1 0 92333557 52191232 10690 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 12742 10690 68 127 0 12612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56324

[startup+1.50142 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21465
/proc/meminfo: memFree=1789496/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=54772 CPUtime=1.49
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 12754 0 0 0 141 8 0 0 25 0 1 0 92333557 56086528 11559 1992294400 134512640 135034092 4294956096 18446744073709551615 134566500 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 13693 11559 68 127 0 13563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60128

[startup+3.1017 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21465
/proc/meminfo: memFree=1788024/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=0
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92333557 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21463/statm: 1339 235 195 169 0 50 0
[pid=21464] ppid=21463 vsize=62016 CPUtime=3.08
/proc/21464/stat : 21464 (SatElite) R 21463 21463 21109 0 -1 4194304 13998 0 0 0 299 9 0 0 25 0 1 0 92333557 63504384 12711 1992294400 134512640 135034092 4294956096 18446744073709551615 134549028 0 0 4096 3 0 0 0 17 0 0 0
/proc/21464/statm: 15504 12711 68 127 0 15374 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67372

[startup+6.30126 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21466
/proc/meminfo: memFree=1792440/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=33376 CPUtime=1.78
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 7913 0 0 0 175 3 0 0 25 0 1 0 92334008 34177024 7898 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 8344 7898 81 174 0 8167 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38732

[startup+12.7014 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21466
/proc/meminfo: memFree=1789752/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=36456 CPUtime=8.17
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 8659 0 0 0 813 4 0 0 25 0 1 0 92334008 37330944 8644 1992294400 134512640 135226915 4294956208 18446744073709551615 134525881 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 9114 8644 81 174 0 8937 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 41812

[startup+25.5016 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21466
/proc/meminfo: memFree=1786488/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=39664 CPUtime=20.96
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 9436 0 0 0 2092 4 0 0 25 0 1 0 92334008 40615936 9421 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 9916 9421 81 174 0 9739 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 45020

[startup+51.1011 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21466
/proc/meminfo: memFree=1780856/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=45612 CPUtime=46.54
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 10891 0 0 0 4648 6 0 0 25 0 1 0 92334008 46706688 10876 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 11403 10876 81 174 0 11226 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 50968

[startup+102.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21466
/proc/meminfo: memFree=1773688/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=52644 CPUtime=97.72
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 12650 0 0 0 9764 8 0 0 25 0 1 0 92334008 53907456 12635 1992294400 134512640 135226915 4294956208 18446744073709551615 134525895 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 13161 12635 81 174 0 12984 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 58000

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1769272/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=56932 CPUtime=157.69
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 13731 0 0 0 15760 9 0 0 25 0 1 0 92334008 58298368 13716 1992294400 134512640 135226915 4294956208 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 14233 13716 81 174 0 14056 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 62288

[startup+222.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 21466
/proc/meminfo: memFree=1767160/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=59180 CPUtime=217.66
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 14241 0 0 0 21756 10 0 0 25 0 1 0 92334008 60600320 14226 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 14795 14226 81 174 0 14618 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 64536

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 21466
/proc/meminfo: memFree=1747256/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=79252 CPUtime=277.62
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19219 0 0 0 27747 15 0 0 25 0 1 0 92334008 81154048 19204 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 19813 19204 81 174 0 19636 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 84608

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1745784/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=80828 CPUtime=337.6
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19570 0 0 0 33744 16 0 0 25 0 1 0 92334008 82767872 19555 1992294400 134512640 135226915 4294956208 18446744073709551615 134536794 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20207 19555 81 174 0 20030 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 86184

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1745656/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81044 CPUtime=397.57
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19616 0 0 0 39741 16 0 0 25 0 1 0 92334008 82989056 19601 1992294400 134512640 135226915 4294956208 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20261 19601 81 174 0 20084 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 86400

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81584 CPUtime=457.53
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19730 0 0 0 45737 16 0 0 25 0 1 0 92334008 83542016 19715 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20396 19715 81 174 0 20219 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 86940

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

[startup+467.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81584 CPUtime=462.43
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19731 0 0 0 46227 16 0 0 25 0 1 0 92334008 83542016 19716 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20396 19716 81 174 0 20219 0
Current children cumulated CPU time (s) 466.91
Current children cumulated vsize (KiB) 86940

[startup+473.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744952/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81728 CPUtime=468.83
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19760 0 0 0 46867 16 0 0 25 0 1 0 92334008 83689472 19745 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20432 19745 81 174 0 20255 0
Current children cumulated CPU time (s) 473.31
Current children cumulated vsize (KiB) 87084

[startup+476.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744952/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81728 CPUtime=472.03
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19761 0 0 0 47187 16 0 0 25 0 1 0 92334008 83689472 19746 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20432 19746 81 174 0 20255 0
Current children cumulated CPU time (s) 476.51
Current children cumulated vsize (KiB) 87084

[startup+478.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744952/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81728 CPUtime=473.63
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19761 0 0 0 47347 16 0 0 25 0 1 0 92334008 83689472 19746 1992294400 134512640 135226915 4294956208 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20432 19746 81 174 0 20255 0
Current children cumulated CPU time (s) 478.11
Current children cumulated vsize (KiB) 87084

[startup+479.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744888/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81872 CPUtime=474.43
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19792 0 0 0 47427 16 0 0 25 0 1 0 92334008 83836928 19777 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 478.91
Current children cumulated vsize (KiB) 87228

[startup+479.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744888/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81872 CPUtime=474.63
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19792 0 0 0 47447 16 0 0 25 0 1 0 92334008 83836928 19777 1992294400 134512640 135226915 4294956208 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 479.11
Current children cumulated vsize (KiB) 87228

[startup+479.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21466
/proc/meminfo: memFree=1744888/2055920 swapFree=4192812/4192956
[pid=21463] ppid=21461 vsize=5356 CPUtime=4.48
/proc/21463/stat : 21463 (lysat.sh) S 21461 21463 21109 0 -1 4194304 310 15112 0 0 0 0 434 14 16 0 1 0 92333557 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21463/statm: 1339 237 195 169 0 50 0
[pid=21466] ppid=21463 vsize=81872 CPUtime=474.73
/proc/21466/stat : 21466 (LySATi) R 21463 21463 21109 0 -1 4194304 19792 0 0 0 47457 16 0 0 25 0 1 0 92334008 83836928 19777 1992294400 134512640 135226915 4294956208 18446744073709551615 134527027 0 0 4096 3 0 0 0 17 0 0 0
/proc/21466/statm: 20468 19777 81 174 0 20291 0
Current children cumulated CPU time (s) 479.21
Current children cumulated vsize (KiB) 87228

Child status: 20
Real time (s): 479.578
CPU time (s): 479.309
CPU user time (s): 478.973
CPU system time (s): 0.335948
CPU usage (%): 99.944
Max. virtual memory (cumulated for all children) (KiB): 87228

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

runsolver used 0.429934 second user time and 1.3238 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 09:03:16
IDJOB=1719072
IDBENCH=20577
IDSOLVER=511
FILE ID=node4/1719072-1240642995
PBS_JOBID= 9186453
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=2133967012

node4.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.265
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.265
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:       1836520 kB
Buffers:         14368 kB
Cached:         128968 kB
SwapCached:        144 kB
Active:          23012 kB
Inactive:       134424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12416 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            47888 kB
Committed_AS:   414600 kB
PageTables:       1468 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= 66196 MiB
End job on node4 at 2009-04-25 09:11:16