Trace number 1720350

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) 1200.07 1200.61

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1461
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.49/0.59	c ==============================================================================
0.49/0.59	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.59	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.59	c ==============================================================================
0.49/0.59	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.78/0.86	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.78/0.86	c ==============================================================================
0.78/0.86	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.78/0.86	c CPU time:   0.754885 s
0.78/0.86	c ==============================================================================
1.99/2.01	c Rsat version 3.02
2.47/2.53	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-1720350-1240655159/watcher-1720350-1240655159 -o /tmp/evaluation-result-1720350-1240655159/solver-1720350-1240655159 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1720350-1240655159.cnf HOME 

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: 0.99 0.99 1.06 3/64 19349
/proc/meminfo: memFree=1545096/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) R 19347 19349 19025 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 239 1992294400 4194304 4889804 548682068768 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19349/statm: 1339 239 198 169 0 50 0
[pid=19350] ppid=19349 vsize=2168 CPUtime=0
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 331 0 0 0 0 0 0 0 18 0 1 0 93543775 2220032 314 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 542 314 65 186 0 352 0

[startup+0.0774431 s]
/proc/loadavg: 0.99 0.99 1.06 3/64 19349
/proc/meminfo: memFree=1545096/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19349/statm: 1339 240 199 169 0 50 0
[pid=19350] ppid=19349 vsize=9396 CPUtime=0.06
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 2048 0 0 0 6 0 0 0 19 0 1 0 93543775 9621504 2031 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 2349 2031 65 186 0 2159 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14752

[startup+0.101444 s]
/proc/loadavg: 0.99 0.99 1.06 3/64 19349
/proc/meminfo: memFree=1545096/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19349/statm: 1339 240 199 169 0 50 0
[pid=19350] ppid=19349 vsize=11508 CPUtime=0.08
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 2616 0 0 0 8 0 0 0 19 0 1 0 93543775 11784192 2599 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 2877 2600 65 186 0 2687 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16864

[startup+0.301464 s]
/proc/loadavg: 0.99 0.99 1.06 3/64 19349
/proc/meminfo: memFree=1545096/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19349/statm: 1339 240 199 169 0 50 0
[pid=19350] ppid=19349 vsize=32136 CPUtime=0.29
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 7405 0 0 0 26 3 0 0 21 0 1 0 93543775 32907264 7389 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 8034 7390 65 186 0 7844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37492

[startup+0.701507 s]
/proc/loadavg: 0.99 0.99 1.06 3/64 19349
/proc/meminfo: memFree=1545096/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19349/statm: 1339 240 199 169 0 50 0
[pid=19350] ppid=19349 vsize=86516 CPUtime=0.68
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 20426 0 0 0 58 10 0 0 25 0 1 0 93543775 88592384 20409 1992294400 4194304 4959918 548682068656 18446744073709551615 4241749 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 21629 20409 90 186 0 21439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91872

[startup+1.5016 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19351
/proc/meminfo: memFree=1463992/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=0
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 93543775 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19349/statm: 1339 240 199 169 0 50 0
[pid=19350] ppid=19349 vsize=81272 CPUtime=1.49
/proc/19350/stat : 19350 (SatElite) R 19349 19349 19025 0 -1 4194304 20457 0 0 0 135 14 0 0 25 0 1 0 93543775 83222528 19712 1992294400 4194304 4959918 548682068656 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/19350/statm: 20318 19712 93 186 0 20128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86628

[startup+3.10178 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19352
/proc/meminfo: memFree=1517112/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=50576 CPUtime=1.07
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 12206 0 0 0 101 6 0 0 25 0 1 0 93543977 51789824 12163 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19352/statm: 12644 12163 118 309 0 12331 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 55932

[startup+6.30111 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19352
/proc/meminfo: memFree=1469560/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=58860 CPUtime=4.26
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 14500 0 0 0 416 10 0 0 25 0 1 0 93543977 60272640 14003 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 14715 14003 118 309 0 14402 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 64216

[startup+12.7018 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19352
/proc/meminfo: memFree=1459008/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=70624 CPUtime=10.66
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 17754 0 0 0 1055 11 0 0 25 0 1 0 93543977 72318976 16743 1992294400 4194304 5460562 548682068784 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 17656 16743 118 309 0 17343 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 75980

[startup+25.5012 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19352
/proc/meminfo: memFree=1456128/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=72488 CPUtime=23.45
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 20299 0 0 0 2333 12 0 0 25 0 1 0 93543977 74227712 17236 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 18122 17236 118 309 0 17809 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 77844

[startup+51.1019 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19352
/proc/meminfo: memFree=1450944/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=77096 CPUtime=49.02
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 25560 0 0 0 4887 15 0 0 25 0 1 0 93543977 78946304 18465 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 19274 18465 118 309 0 18961 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 82452

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 19352
/proc/meminfo: memFree=1447936/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=79980 CPUtime=100.21
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 30368 0 0 0 10004 17 0 0 25 0 1 0 93543977 81899520 19241 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 19995 19241 118 309 0 19682 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 85336

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 19352
/proc/meminfo: memFree=1444224/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=83292 CPUtime=160.18
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 37329 0 0 0 15998 20 0 0 25 0 1 0 93543977 85291008 20154 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 20823 20154 118 309 0 20510 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 88648

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 19352
/proc/meminfo: memFree=1442560/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=84660 CPUtime=220.16
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 41780 0 0 0 21994 22 0 0 25 0 1 0 93543977 86691840 20573 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 21165 20573 118 309 0 20852 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 90016

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 19352
/proc/meminfo: memFree=1439360/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=87596 CPUtime=280.13
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 46620 0 0 0 27989 24 0 0 25 0 1 0 93543977 89698304 21381 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 21899 21381 118 309 0 21586 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 92952

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.03 2/66 19352
/proc/meminfo: memFree=1436224/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=94660 CPUtime=340.12
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 54536 0 0 0 33984 28 0 0 25 0 1 0 93543977 96931840 22155 1992294400 4194304 5460562 548682068784 18446744073709551615 4226822 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 23665 22155 118 309 0 23352 0

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

/proc/19352/statm: 26158 24908 118 309 0 25845 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 109988

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 1.01 2/66 19352
/proc/meminfo: memFree=1424704/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=104780 CPUtime=580.01
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 81774 0 0 0 57961 40 0 0 25 0 1 0 93543977 107294720 25009 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 26195 25009 118 309 0 25882 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 110136

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 19352
/proc/meminfo: memFree=1421440/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=107904 CPUtime=639.99
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 86648 0 0 0 63957 42 0 0 25 0 1 0 93543977 110493696 25819 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 26976 25819 118 309 0 26663 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 113260

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 19352
/proc/meminfo: memFree=1418560/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=110444 CPUtime=699.96
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 91413 0 0 0 69952 44 0 0 25 0 1 0 93543977 113094656 26520 1992294400 4194304 5460562 548682068784 18446744073709551615 4227009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 27611 26520 118 309 0 27298 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 115800

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 19354
/proc/meminfo: memFree=1416896/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=111720 CPUtime=759.94
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 95844 0 0 0 75948 46 0 0 25 0 1 0 93543977 114401280 26887 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 27930 26887 118 309 0 27617 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 117076

[startup+822.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 19354
/proc/meminfo: memFree=1416896/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=112000 CPUtime=819.91
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 95914 0 0 0 81945 46 0 0 25 0 1 0 93543977 114688000 26957 1992294400 4194304 5460562 548682068784 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 28000 26957 118 309 0 27687 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 117356

[startup+882.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 19354
/proc/meminfo: memFree=1413952/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=114708 CPUtime=879.89
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 100703 0 0 0 87941 48 0 0 25 0 1 0 93543977 117460992 27682 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 28677 27682 118 309 0 28364 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 120064

[startup+942.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 19354
/proc/meminfo: memFree=1411456/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=117012 CPUtime=939.87
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 105340 0 0 0 93936 51 0 0 25 0 1 0 93543977 119820288 28255 1992294400 4194304 5460562 548682068784 18446744073709551615 4210635 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 29253 28255 118 309 0 28940 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 122368

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 19354
/proc/meminfo: memFree=1409792/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=118516 CPUtime=999.84
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 105837 0 0 0 99933 51 0 0 25 0 1 0 93543977 121360384 28752 1992294400 4194304 5460562 548682068784 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 29629 28752 118 309 0 29316 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 123872

[startup+1062.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 19354
/proc/meminfo: memFree=1409088/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=118900 CPUtime=1059.82
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 110014 0 0 0 105929 53 0 0 25 0 1 0 93543977 121753600 28865 1992294400 4194304 5460562 548682068784 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 29725 28865 118 309 0 29412 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 124256

[startup+1122.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 19354
/proc/meminfo: memFree=1408384/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=120064 CPUtime=1119.8
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 110239 0 0 0 111927 53 0 0 25 0 1 0 93543977 122945536 29090 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 30016 29090 118 309 0 29703 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 125420

[startup+1182.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 19354
/proc/meminfo: memFree=1405760/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=122524 CPUtime=1179.77
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 114916 0 0 0 117921 56 0 0 25 0 1 0 93543977 125464576 29703 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 30631 29703 118 309 0 30318 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 127880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.11 1.06 1.00 2/66 19354
/proc/meminfo: memFree=1405760/2055920 swapFree=4181276/4192956
[pid=19349] ppid=19347 vsize=5356 CPUtime=2
/proc/19349/stat : 19349 (rsat.sh) S 19347 19349 19025 0 -1 4194304 315 20460 0 0 0 0 181 19 16 0 1 0 93543775 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19349/statm: 1339 242 199 169 0 50 0
[pid=19352] ppid=19349 vsize=122524 CPUtime=1198.07
/proc/19352/stat : 19352 (rsat) R 19349 19349 19025 0 -1 4194304 114957 0 0 0 119751 56 0 0 25 0 1 0 93543977 125464576 29744 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19352/statm: 30631 29744 118 309 0 30318 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 127880

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 19349 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=818723
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=195970
# CPU time returned by wait4() is 2.01469
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.07
CPU user time (s): 1199.32
CPU system time (s): 0.75
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 144264

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

runsolver used 1.16782 second user time and 3.20951 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-25 12:26:00
IDJOB=1720350
IDBENCH=69600
IDSOLVER=545
FILE ID=node47/1720350-1240655159
PBS_JOBID= 9186486
Free space on /tmp= 66272 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720350-1240655159/watcher-1720350-1240655159 -o /tmp/evaluation-result-1720350-1240655159/solver-1720350-1240655159 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1720350-1240655159.cnf HOME

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=1394582473

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1545576 kB
Buffers:         53196 kB
Cached:         404132 kB
SwapCached:       6432 kB
Active:         189524 kB
Inactive:       276672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545576 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:           26308 kB
Writeback:           0 kB
Mapped:          13528 kB
Slab:            30176 kB
Committed_AS:   333776 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node47 at 2009-04-25 12:46:03