Trace number 1773289

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
Rsat 2009-03-22? (TO) 10000.1 10002.6

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark435.504
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

0.00/0.00	c Parsing...
0.79/0.81	c ==============================================================================
0.79/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.81	c ==============================================================================
0.79/0.81	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
6.78/6.87	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
6.78/6.87	c ==============================================================================
6.78/6.87	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
6.78/6.87	c CPU time:   6.65299 s
6.78/6.87	c ==============================================================================
7.98/8.00	c Rsat version 3.02
7.98/8.61	c Base unit clause learned: 0

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-1773289-1241331460/watcher-1773289-1241331460 -o /tmp/evaluation-result-1773289-1241331460/solver-1773289-1241331460 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773289-1241331460.cnf HOME 

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: 0.92 1.00 0.99 3/64 32688
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) R 32686 32688 32651 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 246406507167 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/32688/statm: 1339 238 198 169 0 50 0
[pid=32689] ppid=32688 vsize=1252 CPUtime=0
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 161173207 1282048 149 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 313 150 65 186 0 123 0

[startup+0.067612 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 32688
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=11864 CPUtime=0.06
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 2626 0 0 0 5 1 0 0 19 0 1 0 161173207 12148736 2609 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 2966 2610 65 186 0 2776 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17220

[startup+0.102614 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 32688
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=16992 CPUtime=0.09
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 3821 0 0 0 7 2 0 0 19 0 1 0 161173207 17399808 3804 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 4248 3805 65 186 0 4058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22348

[startup+0.302633 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 32688
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=47412 CPUtime=0.29
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 10749 0 0 0 23 6 0 0 21 0 1 0 161173207 48549888 10732 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 11853 10733 65 186 0 11663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52768

[startup+0.701672 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 32688
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=113852 CPUtime=0.69
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 25681 0 0 0 54 15 0 0 24 0 1 0 161173207 116584448 25664 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 28496 25668 67 186 0 28306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119208

[startup+1.50175 s]
/proc/loadavg: 0.92 1.00 0.99 2/66 32690
/proc/meminfo: memFree=1608864/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=143352 CPUtime=1.48
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 34593 0 0 0 130 18 0 0 25 0 1 0 161173207 146792448 32649 1992294400 4194304 4959918 548682068688 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 35838 32649 92 186 0 35648 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 148708

[startup+3.1019 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 32690
/proc/meminfo: memFree=1592288/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=152088 CPUtime=3.08
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 36487 0 0 0 288 20 0 0 25 0 1 0 161173207 155738112 34543 1992294400 4194304 4959918 548682068688 18446744073709551615 4270452 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 38022 34543 92 186 0 37832 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 157444

[startup+6.3012 s]
/proc/loadavg: 0.93 1.00 0.99 2/66 32690
/proc/meminfo: memFree=1577760/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=0
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161173207 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32688/statm: 1339 239 199 169 0 50 0
[pid=32689] ppid=32688 vsize=161864 CPUtime=6.28
/proc/32689/stat : 32689 (SatElite) R 32688 32688 32651 0 -1 4194304 39654 0 0 0 607 21 0 0 25 0 1 0 161173207 165748736 36723 1992294400 4194304 4959918 548682068688 18446744073709551615 4269954 0 0 4096 3 0 0 0 17 1 0 0
/proc/32689/statm: 40466 36723 92 186 0 40276 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 167220

[startup+12.7018 s]
/proc/loadavg: 0.94 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1637032/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=75348 CPUtime=4.69
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 18577 0 0 0 459 10 0 0 25 0 1 0 161174007 77156352 18073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 18837 18073 116 309 0 18524 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 80704

[startup+25.502 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1633392/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=79284 CPUtime=17.48
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 19584 0 0 0 1738 10 0 0 25 0 1 0 161174007 81186816 19006 1992294400 4194304 5460562 548682068800 18446744073709551615 4227014 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 19821 19006 118 309 0 19508 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 84640

[startup+51.1025 s]
/proc/loadavg: 0.97 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1627184/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=86168 CPUtime=43.05
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 21415 0 0 0 4294 11 0 0 25 0 1 0 161174007 88236032 20649 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 21542 20649 118 309 0 21229 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 91524

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1609392/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=103888 CPUtime=94.24
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 26147 0 0 0 9409 15 0 0 25 0 1 0 161174007 106381312 25036 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 25972 25036 118 309 0 25659 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 109244

[startup+162.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1592880/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=120056 CPUtime=154.23
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 30332 0 0 0 15404 19 0 0 25 0 1 0 161174007 122937344 29168 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 30014 29168 118 309 0 29701 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 125412

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1577520/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=136716 CPUtime=214.22
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 34750 0 0 0 21400 22 0 0 25 0 1 0 161174007 139997184 32996 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 34179 32996 118 309 0 33866 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 142072

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1556656/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=157260 CPUtime=274.2
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 40042 0 0 0 27393 27 0 0 25 0 1 0 161174007 161034240 38220 1992294400 4194304 5460562 548682068800 18446744073709551615 4205062 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 39315 38220 118 309 0 39002 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 162616

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 32691
/proc/meminfo: memFree=1538416/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=179612 CPUtime=334.19
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 45634 0 0 0 33388 31 0 0 25 0 1 0 161174007 183922688 42763 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 44903 42763 118 309 0 44590 0
Current children cumulated CPU time (s) 342.17

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

/proc/32691/statm: 72125 69504 118 309 0 71812 0
Current children cumulated CPU time (s) 9339.93
Current children cumulated vsize (KiB) 293856

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1425392/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=293284 CPUtime=9391.93
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 165100 0 0 0 939079 114 0 0 25 0 1 0 161174007 300322816 70479 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 73321 70479 118 309 0 73008 0
Current children cumulated CPU time (s) 9399.91
Current children cumulated vsize (KiB) 298640

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413360/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9451.92
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176292 0 0 0 945073 119 0 0 25 0 1 0 161174007 313880576 73445 1992294400 4194304 5460562 548682068800 18446744073709551615 4211552 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73445 118 309 0 76318 0
Current children cumulated CPU time (s) 9459.9
Current children cumulated vsize (KiB) 311880

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413104/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9511.9
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 951071 119 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9519.88
Current children cumulated vsize (KiB) 311880

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413104/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9571.89
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 957070 119 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9579.87
Current children cumulated vsize (KiB) 311880

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413104/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9631.87
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 963068 119 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9639.85
Current children cumulated vsize (KiB) 311880

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413104/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9691.86
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 969067 119 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9699.84
Current children cumulated vsize (KiB) 311880

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32709
/proc/meminfo: memFree=1413104/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9751.84
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 975065 119 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9759.82
Current children cumulated vsize (KiB) 311880

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32715
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9811.83
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 981063 120 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9819.81
Current children cumulated vsize (KiB) 311880

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32715
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9871.82
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 987062 120 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4796254 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9879.8
Current children cumulated vsize (KiB) 311880

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32715
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9931.79
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 993059 120 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9939.77
Current children cumulated vsize (KiB) 311880

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32715
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9991.78
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 999058 120 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 9999.76
Current children cumulated vsize (KiB) 311880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32715
/proc/meminfo: memFree=1412848/2055920 swapFree=4192812/4192956
[pid=32688] ppid=32686 vsize=5356 CPUtime=7.98
/proc/32688/stat : 32688 (rsat.sh) S 32686 32688 32651 0 -1 4194304 312 40267 0 0 0 0 768 30 16 0 1 0 161173207 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32688/statm: 1339 241 199 169 0 50 0
[pid=32691] ppid=32688 vsize=306524 CPUtime=9992.08
/proc/32691/stat : 32691 (rsat) R 32688 32688 32651 0 -1 4194304 176347 0 0 0 999088 120 0 0 25 0 1 0 161174007 313880576 73500 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32691/statm: 76631 73500 118 309 0 76318 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 311880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32688 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=689830
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=308953
# CPU time returned by wait4() is 7.99878
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10002.6
CPU time (s): 10000.1
CPU user time (s): 9998.56
CPU system time (s): 1.5
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 343624

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

runsolver used 11.3593 second user time and 24.9812 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-03 08:17:41
IDJOB=1773289
IDBENCH=20581
IDSOLVER=615
FILE ID=node61/1773289-1241331460
PBS_JOBID= 9225422
Free space on /tmp= 66512 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773289-1241331460/watcher-1773289-1241331460 -o /tmp/evaluation-result-1773289-1241331460/solver-1773289-1241331460 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773289-1241331460.cnf HOME

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=460483149

node61.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.216
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.216
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:       1730968 kB
Buffers:         55332 kB
Cached:         182396 kB
SwapCached:          0 kB
Active:          46992 kB
Inactive:       204416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24704 kB
Writeback:           0 kB
Mapped:          23444 kB
Slab:            59680 kB
Committed_AS:   730676 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node61 at 2009-05-03 11:04:25