Trace number 1719332

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) 279.98 280.172

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.736
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 13380350, num vars = 520770
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:  520770                                               |
0.00/0.00	c |  Number of clauses:    13380350                                             |
8.28/8.34	c |  Parsing time:         7.29         s                                       |
279.59/279.88	c restarts              : 715
279.59/279.88	c conflicts             : 28333          (102 /sec)
279.59/279.88	c decisions             : 3513420        (9.92 % random) (12613 /sec)
279.59/279.88	c euip                  : 1379        
279.59/279.88	c propagations          : 580236412      (2082995 /sec)
279.59/279.88	c conflict literals     : 1717331        (17.44 % deleted)
279.59/279.88	c Memory used           : 763.10 MB
279.59/279.88	c CPU time              : 278.559 s
279.59/279.88	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-1719332-1240645959/watcher-1719332-1240645959 -o /tmp/evaluation-result-1719332-1240645959/solver-1719332-1240645959 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1719332-1240645959.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.15 1.03 1.01 3/64 26557
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) R 26555 26557 26245 0 -1 4194304 292 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=1908 CPUtime=0
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 92626133 1953792 335 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 477 336 62 174 0 300 0

[startup+0.015173 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 26557
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=2800 CPUtime=0
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 590 0 0 0 0 0 0 0 19 0 1 0 92626133 2867200 576 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 755 578 62 174 0 578 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8156

[startup+0.101185 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 26557
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=11444 CPUtime=0.09
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 2605 0 0 0 8 1 0 0 20 0 1 0 92626133 11718656 2591 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 2861 2591 62 174 0 2684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16800

[startup+0.301214 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 26557
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=30616 CPUtime=0.29
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 7057 0 0 0 26 3 0 0 22 0 1 0 92626133 31350784 7043 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 7654 7044 62 174 0 7477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35972

[startup+0.701273 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 26557
/proc/meminfo: memFree=680976/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=66364 CPUtime=0.69
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 15851 0 0 0 62 7 0 0 25 0 1 0 92626133 67956736 15837 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 16591 15838 62 174 0 16414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71720

[startup+1.50139 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 26560
/proc/meminfo: memFree=592824/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=138664 CPUtime=1.48
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 32765 0 0 0 131 17 0 0 25 0 1 0 92626133 141991936 32751 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 34666 32752 62 174 0 34489 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144020

[startup+3.10162 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 26560
/proc/meminfo: memFree=501176/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=270916 CPUtime=3.09
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 65944 0 0 0 270 39 0 0 25 0 1 0 92626133 277417984 65930 1992294400 134512640 135226915 4294956240 18446744073709551615 134749631 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 67729 65931 62 174 0 67552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276272

[startup+6.30109 s]
/proc/loadavg: 1.22 1.05 1.02 2/66 26560
/proc/meminfo: memFree=230264/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=549900 CPUtime=6.29
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 131727 0 0 0 549 80 0 0 25 0 1 0 92626133 563097600 131713 1992294400 134512640 135226915 4294956240 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 137475 131714 64 174 0 137298 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 555256

[startup+12.701 s]
/proc/loadavg: 1.20 1.05 1.01 2/66 26560
/proc/meminfo: memFree=15224/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=744308 CPUtime=12.67
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 177785 0 0 0 1160 107 0 0 25 0 1 0 92626133 762171392 177771 1992294400 134512640 135226915 4294956240 18446744073709551615 134537389 0 0 4096 3 0 0 0 17 1 0 0
/proc/26559/statm: 186077 177771 81 174 0 185900 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 749664

[startup+25.5019 s]
/proc/loadavg: 1.16 1.04 1.01 2/66 26560
/proc/meminfo: memFree=15352/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=766980 CPUtime=25.43
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 183287 0 0 0 2433 110 0 0 25 0 1 0 92626133 785387520 183273 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 191745 183273 81 174 0 191568 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 772336

[startup+51.1017 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 26560
/proc/meminfo: memFree=19128/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=770732 CPUtime=51.02
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 184038 0 0 0 4991 111 0 0 25 0 1 0 92626133 789229568 184024 1992294400 134512640 135226915 4294956240 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 192683 184024 81 174 0 192506 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 776088

[startup+102.305 s]
/proc/loadavg: 1.04 1.03 1.01 2/66 26560
/proc/meminfo: memFree=15544/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=775868 CPUtime=102.2
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 185333 0 0 0 10108 112 0 0 25 0 1 0 92626133 794488832 185319 1992294400 134512640 135226915 4294956240 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 193967 185319 81 174 0 193790 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 781224

[startup+162.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 26560
/proc/meminfo: memFree=16248/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=776676 CPUtime=162.15
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 185554 0 0 0 16103 112 0 0 25 0 1 0 92626133 795316224 185540 1992294400 134512640 135226915 4294956240 18446744073709551615 134537592 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 194169 185540 81 174 0 193992 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 782032

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26560
/proc/meminfo: memFree=15288/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=777860 CPUtime=222.12
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 185800 0 0 0 22100 112 0 0 25 0 1 0 92626133 796528640 185786 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 194465 185786 81 174 0 194288 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 783216

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

[startup+230.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 26560
/proc/meminfo: memFree=15096/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=777992 CPUtime=230.12
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 185848 0 0 0 22900 112 0 0 25 0 1 0 92626133 796663808 185834 1992294400 134512640 135226915 4294956240 18446744073709551615 134536863 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 194498 185834 81 174 0 194321 0
Current children cumulated CPU time (s) 230.12
Current children cumulated vsize (KiB) 783348

[startup+255.902 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 26560
/proc/meminfo: memFree=15608/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=779032 CPUtime=255.71
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186123 0 0 0 25459 112 0 0 25 0 1 0 92626133 797728768 186109 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 194758 186109 81 174 0 194581 0
Current children cumulated CPU time (s) 255.71
Current children cumulated vsize (KiB) 784388

[startup+268.703 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 26560
/proc/meminfo: memFree=15160/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=779568 CPUtime=268.5
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186244 0 0 0 26738 112 0 0 25 0 1 0 92626133 798277632 186230 1992294400 134512640 135226915 4294956240 18446744073709551615 134536975 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 194892 186230 81 174 0 194715 0
Current children cumulated CPU time (s) 268.5
Current children cumulated vsize (KiB) 784924

[startup+275.102 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 26560
/proc/meminfo: memFree=15736/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=780496 CPUtime=274.9
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186484 0 0 0 27378 112 0 0 25 0 1 0 92626133 799227904 186470 1992294400 134512640 135226915 4294956240 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 195124 186470 81 174 0 194947 0
Current children cumulated CPU time (s) 274.9
Current children cumulated vsize (KiB) 785852

[startup+278.307 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 26560
/proc/meminfo: memFree=15416/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=780896 CPUtime=278.1
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186564 0 0 0 27698 112 0 0 25 0 1 0 92626133 799637504 186550 1992294400 134512640 135226915 4294956240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 195224 186550 81 174 0 195047 0
Current children cumulated CPU time (s) 278.1
Current children cumulated vsize (KiB) 786252

[startup+279.102 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 26560
/proc/meminfo: memFree=15416/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=780896 CPUtime=278.89
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186565 0 0 0 27777 112 0 0 25 0 1 0 92626133 799637504 186551 1992294400 134512640 135226915 4294956240 18446744073709551615 134537389 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 195224 186551 81 174 0 195047 0
Current children cumulated CPU time (s) 278.89
Current children cumulated vsize (KiB) 786252

[startup+279.901 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 26560
/proc/meminfo: memFree=15416/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=781412 CPUtime=279.69
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194304 186703 0 0 0 27857 112 0 0 25 0 1 0 92626133 800165888 186688 1992294400 134512640 135226915 4294956240 18446744073709551615 134754958 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 195353 186688 88 174 0 195176 0
Current children cumulated CPU time (s) 279.69
Current children cumulated vsize (KiB) 786768

[startup+280.101 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 26560
/proc/meminfo: memFree=15416/2055920 swapFree=4192956/4192956
[pid=26557] ppid=26555 vsize=5356 CPUtime=0
/proc/26557/stat : 26557 (lysat.sh) S 26555 26557 26245 0 -1 4194304 309 79 0 0 0 0 0 0 19 0 1 0 92626132 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26557/statm: 1339 237 195 169 0 50 0
[pid=26559] ppid=26557 vsize=0 CPUtime=279.9
/proc/26559/stat : 26559 (LySATi) R 26557 26557 26245 0 -1 4194308 186703 0 0 0 27872 118 0 0 25 0 1 0 92626133 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/26559/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 280.172
CPU time (s): 279.98
CPU user time (s): 278.722
CPU system time (s): 1.25881
CPU usage (%): 99.9316
Max. virtual memory (cumulated for all children) (KiB): 786768

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

runsolver used 0.243962 second user time and 0.781881 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 09:52:57
IDJOB=1719332
IDBENCH=20582
IDSOLVER=511
FILE ID=node39/1719332-1240645959
PBS_JOBID= 9186456
Free space on /tmp= 65976 MiB

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

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

MD5SUM BENCH= c77a56af24208a6401c763e11a38de01
RANDOM SEED=568641824

node39.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.281
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.281
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:        681456 kB
Buffers:         99472 kB
Cached:        1154516 kB
SwapCached:          0 kB
Active:         404712 kB
Inactive:       863196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        681456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          227004 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            92564 kB
Committed_AS:   411924 kB
PageTables:       1380 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= 65972 MiB
End job on node39 at 2009-04-25 09:57:37