Trace number 299176

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, and are wall clock time (not CPU 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 2007-02-08? (TO) 1200.02 1200.83

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1496918883-18.SAT.shuffled.cnf
MD5SUMd80e4c0ebc99a45911a06aa336c2bf12
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2556     7668 |     766       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2544     7730 |      --       0       --      -- |     --   | -12/62
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 587   #clauses: 2544   #literals: 7730
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	c ==============================================================================
0.00/0.01	c Rsat version 2.00

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-299176-1171867440 -o ROOT/results/node68/solver-299176-1171867440 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299176-1171867440/rsat.sh /tmp/evaluation/299176-1171867440/instance-299176-1171867440.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.85 0.97 0.99 3/64 15540
/proc/meminfo: memFree=727328/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) R 15538 15540 15387 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 206701610 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414458015 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15540/statm: 1338 231 194 169 0 49 0
[pid=15541] ppid=15540 vsize=952 CPUtime=0
/proc/15541/stat : 15541 (SatElite) R 15540 15540 15387 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 206701610 974848 129 18446744073709551615 134512640 135038345 4294956768 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/15541/statm: 238 129 49 128 0 107 0

[startup+0.108167 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15540
/proc/meminfo: memFree=727328/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516205 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15540
/proc/meminfo: memFree=727328/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33728 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 15543
/proc/meminfo: memFree=725392/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=3112 CPUtime=1.31
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 723 0 0 0 131 0 0 0 25 0 1 0 206701611 3186688 613 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134530168 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 778 613 86 211 0 564 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8464

[startup+2.98643 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 15543
/proc/meminfo: memFree=723728/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=4020 CPUtime=2.96
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 1017 0 0 0 296 0 0 0 25 0 1 0 206701611 4116480 842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 1005 842 86 211 0 791 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9372

[startup+6.26272 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 15543
/proc/meminfo: memFree=721808/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=6600 CPUtime=6.23
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 1888 0 0 0 623 0 0 0 25 0 1 0 206701611 6758400 1484 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 1650 1484 86 211 0 1436 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11952

[startup+12.7273 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 15543
/proc/meminfo: memFree=719064/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=9184 CPUtime=12.68
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 2754 0 0 0 1266 2 0 0 25 0 1 0 206701611 9404416 2056 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 2296 2056 86 211 0 2082 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14536

[startup+25.5345 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 15543
/proc/meminfo: memFree=716192/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=12092 CPUtime=25.49
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 3901 0 0 0 2546 3 0 0 25 0 1 0 206701611 12382208 2815 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 3023 2815 86 211 0 2809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17444

[startup+51.1678 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 15543
/proc/meminfo: memFree=712992/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=15688 CPUtime=51.11
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 5650 0 0 0 5107 4 0 0 25 0 1 0 206701611 16064512 3598 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 3922 3598 86 211 0 3708 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 21040

[startup+102.431 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 15543
/proc/meminfo: memFree=706080/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=21892 CPUtime=102.32
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 8036 0 0 0 10226 6 0 0 25 0 1 0 206701611 22417408 5212 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134529605 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15543/statm: 5473 5212 86 211 0 5259 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 27244

[startup+162.514 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=698528/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=30600 CPUtime=162.37
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 10367 0 0 0 16228 9 0 0 25 0 1 0 206701611 31334400 7157 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 7650 7157 86 211 0 7436 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 35952

[startup+222.591 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=696544/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=32144 CPUtime=222.42
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 12326 0 0 0 22232 10 0 0 25 0 1 0 206701611 32915456 7576 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134526419 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 8036 7576 86 211 0 7822 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 37496

[startup+282.676 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=695456/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=33704 CPUtime=282.47
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 12680 0 0 0 28237 10 0 0 25 0 1 0 206701611 34512896 7930 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 8426 7930 86 211 0 8212 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 39056

[startup+342.761 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=687968/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=41012 CPUtime=342.5
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 14561 0 0 0 34238 12 0 0 25 0 1 0 206701611 41996288 9811 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 10253 9811 86 211 0 10039 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 46364

[startup+402.846 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=681248/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=47288 CPUtime=402.56
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 16233 0 0 0 40242 14 0 0 25 0 1 0 206701611 48422912 11450 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 11822 11450 86 211 0 11608 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 52640

[startup+462.927 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=681312/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=46492 CPUtime=462.6
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 17966 0 0 0 46246 14 0 0 25 0 1 0 206701611 47607808 11400 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 11623 11400 86 211 0 11409 0
Current children cumulated CPU time (s) 462.6
Current children cumulated vsize (KiB) 51844

[startup+523.007 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=681312/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=46492 CPUtime=522.63
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 17968 0 0 0 52249 14 0 0 25 0 1 0 206701611 47607808 11402 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 11623 11402 86 211 0 11409 0
Current children cumulated CPU time (s) 522.63
Current children cumulated vsize (KiB) 51844

[startup+583.089 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=681312/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=46624 CPUtime=582.7
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 17986 0 0 0 58255 15 0 0 25 0 1 0 206701611 47742976 11420 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 11656 11420 86 211 0 11442 0
Current children cumulated CPU time (s) 582.7
Current children cumulated vsize (KiB) 51976

[startup+643.186 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15543
/proc/meminfo: memFree=681184/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=47020 CPUtime=642.74
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 18046 0 0 0 64259 15 0 0 25 0 1 0 206701611 48148480 11480 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 11755 11480 86 211 0 11541 0
Current children cumulated CPU time (s) 642.74
Current children cumulated vsize (KiB) 52372

[startup+703.268 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 15543
/proc/meminfo: memFree=677600/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=53552 CPUtime=702.78
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 19724 0 0 0 70262 16 0 0 25 0 1 0 206701611 54837248 12388 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522798 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 13388 12388 86 211 0 13174 0
Current children cumulated CPU time (s) 702.78
Current children cumulated vsize (KiB) 58904

[startup+763.358 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 15543
/proc/meminfo: memFree=672800/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=58192 CPUtime=762.84
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 20947 0 0 0 76266 18 0 0 25 0 1 0 206701611 59588608 13611 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 14548 13611 86 211 0 14334 0
Current children cumulated CPU time (s) 762.84
Current children cumulated vsize (KiB) 63544

[startup+823.445 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15543
/proc/meminfo: memFree=667872/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=62624 CPUtime=822.88
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 22136 0 0 0 82269 19 0 0 25 0 1 0 206701611 64126976 14800 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 15656 14800 86 211 0 15442 0
Current children cumulated CPU time (s) 822.88
Current children cumulated vsize (KiB) 67976

[startup+883.53 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15543
/proc/meminfo: memFree=663840/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=66400 CPUtime=882.93
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 23149 0 0 0 88273 20 0 0 25 0 1 0 206701611 67993600 15813 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 16600 15813 86 211 0 16386 0
Current children cumulated CPU time (s) 882.93
Current children cumulated vsize (KiB) 71752

[startup+943.615 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15543
/proc/meminfo: memFree=660960/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=68356 CPUtime=942.99
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27128 0 0 0 94276 23 0 0 25 0 1 0 206701611 69996544 16468 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17089 16468 86 211 0 16875 0
Current children cumulated CPU time (s) 942.99
Current children cumulated vsize (KiB) 73708

[startup+1003.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15543
/proc/meminfo: memFree=660960/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=68356 CPUtime=1003.04
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27133 0 0 0 100281 23 0 0 25 0 1 0 206701611 69996544 16473 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17089 16473 86 211 0 16875 0
Current children cumulated CPU time (s) 1003.04
Current children cumulated vsize (KiB) 73708

[startup+1063.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/72 15657
/proc/meminfo: memFree=659752/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=68356 CPUtime=1063
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27133 0 0 0 106269 31 0 0 25 0 1 0 206701611 69996544 16473 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522826 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17089 16473 86 211 0 16875 0
Current children cumulated CPU time (s) 1063
Current children cumulated vsize (KiB) 73708

[startup+1123.72 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15741
/proc/meminfo: memFree=660632/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=68616 CPUtime=1122.97
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27172 0 0 0 112256 41 0 0 25 0 1 0 206701611 70262784 16512 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17154 16512 86 211 0 16940 0
Current children cumulated CPU time (s) 1122.97
Current children cumulated vsize (KiB) 73968

[startup+1183.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15741
/proc/meminfo: memFree=660320/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=69136 CPUtime=1183.01
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27262 0 0 0 118260 41 0 0 25 0 1 0 206701611 70795264 16602 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17284 16602 86 211 0 17070 0
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (KiB) 74488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.82 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15741
/proc/meminfo: memFree=660192/2055920 swapFree=4183892/4192956
[pid=15540] ppid=15538 vsize=5352 CPUtime=0
/proc/15540/stat : 15540 (rsat.sh) S 15538 15540 15387 0 -1 4194304 305 179 0 0 0 0 0 0 16 0 1 0 206701610 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 257414456132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15540/statm: 1338 234 195 169 0 49 0
[pid=15543] ppid=15540 vsize=69396 CPUtime=1200.02
/proc/15543/stat : 15543 (rsat) R 15540 15540 15387 0 -1 4194304 27298 0 0 0 119961 41 0 0 25 0 1 0 206701611 71061504 16638 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15543/statm: 17349 16638 86 211 0 17135 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 74748

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)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 15540 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=10998 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=2999
CPU time returned by wait4() is 0.013997
while last known CPU time is 1200.02

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1200.83
CPU time (s): 1200.02
CPU user time (s): 1199.61
CPU system time (s): 0.41
CPU usage (%): 99.9328
Max. virtual memory (cumulated for all children) (KiB): 87588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.010998
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484
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= 15
involuntary context switches= 2

runsolver used 1.10983 second user time and 3.16652 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Feb 19 06:44:00 UTC 2007

IDJOB= 299176
IDBENCH= 20004
IDSOLVER= 104
FILE ID= node68/299176-1171867440

PBS_JOBID= 3839771

Free space on /tmp= 66562 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1496918883-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299176-1171867440/rsat.sh /tmp/evaluation/299176-1171867440/instance-299176-1171867440.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-299176-1171867440 -o ROOT/results/node68/solver-299176-1171867440 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299176-1171867440/rsat.sh /tmp/evaluation/299176-1171867440/instance-299176-1171867440.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  d80e4c0ebc99a45911a06aa336c2bf12

RANDOM SEED= 626996786

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        727808 kB
Buffers:         50204 kB
Cached:        1155408 kB
SwapCached:       3088 kB
Active:         816920 kB
Inactive:       398076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        727808 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          15232 kB
Slab:            99252 kB
Committed_AS:   626444 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= 66562 MiB

End job on node68 on Mon Feb 19 07:04:03 UTC 2007