Trace number 298438

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.1 1200.59

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
MD5SUMdc1a2f30c0e380bf759db5f5fbd70205
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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 |    2130     6390 |     638       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2124     6415 |      --       0       --      -- |     --   | -6/25
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 495   #clauses: 2124   #literals: 6415
0.00/0.00	c CPU time:   0.006998 s
0.00/0.00	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/node33/watcher-298438-1171856087 -o ROOT/results/node33/solver-298438-1171856087 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298438-1171856087/rsat.sh /tmp/evaluation/298438-1171856087/instance-298438-1171856087.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.92 0.98 0.99 3/64 19620
/proc/meminfo: memFree=889608/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 110644024 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19620/statm: 1338 233 195 169 0 49 0
[pid=19621] ppid=19620 vsize=820 CPUtime=0
/proc/19621/stat : 19621 (SatElite) R 19620 19620 15880 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 110644024 839680 109 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/19621/statm: 205 109 49 128 0 74 0

[startup+0.10642 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19620
/proc/meminfo: memFree=889608/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.514501 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19620
/proc/meminfo: memFree=889608/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33467 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19623
/proc/meminfo: memFree=887608/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=2820 CPUtime=1.31
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 575 0 0 0 131 0 0 0 25 0 1 0 110644025 2887680 529 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523288 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 705 529 86 211 0 491 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8172

[startup+2.97101 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19623
/proc/meminfo: memFree=886584/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=4176 CPUtime=2.95
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 1185 0 0 0 295 0 0 0 25 0 1 0 110644025 4276224 845 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 1044 845 86 211 0 830 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9528

[startup+6.25368 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19623
/proc/meminfo: memFree=884280/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=5600 CPUtime=6.22
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 1758 0 0 0 622 0 0 0 25 0 1 0 110644025 5734400 1222 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 1400 1222 86 211 0 1186 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10952

[startup+12.711 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19623
/proc/meminfo: memFree=882104/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=8048 CPUtime=12.68
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 2796 0 0 0 1267 1 0 0 25 0 1 0 110644025 8241152 1774 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 2012 1774 86 211 0 1798 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13400

[startup+25.5236 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19623
/proc/meminfo: memFree=878712/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=11184 CPUtime=25.49
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 4019 0 0 0 2547 2 0 0 25 0 1 0 110644025 11452416 2609 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 2796 2609 86 211 0 2582 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16536

[startup+51.1469 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 19623
/proc/meminfo: memFree=874488/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=16028 CPUtime=51.1
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 5321 0 0 0 5107 3 0 0 25 0 1 0 110644025 16412672 3717 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 4007 3717 86 211 0 3793 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21380

[startup+102.39 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 19623
/proc/meminfo: memFree=870008/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=20332 CPUtime=102.32
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 7244 0 0 0 10227 5 0 0 25 0 1 0 110644025 20819968 4868 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 5083 4868 86 211 0 4869 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 25684

[startup+162.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=866360/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=25024 CPUtime=162.37
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 10002 0 0 0 16230 7 0 0 25 0 1 0 110644025 25624576 5700 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 6256 5700 86 211 0 6042 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 30376

[startup+222.507 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=862712/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=28512 CPUtime=222.4
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 10960 0 0 0 22232 8 0 0 25 0 1 0 110644025 29196288 6658 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 7128 6658 86 211 0 6914 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 33864

[startup+282.566 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=855480/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=35596 CPUtime=282.43
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 12795 0 0 0 28234 9 0 0 25 0 1 0 110644025 36450304 8493 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 8899 8493 86 211 0 8685 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 40948

[startup+342.624 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=855480/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=35036 CPUtime=342.46
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 14367 0 0 0 34236 10 0 0 25 0 1 0 110644025 35876864 8407 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523176 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 8759 8407 86 211 0 8545 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 40388

[startup+402.686 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=855544/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=35036 CPUtime=402.5
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 14370 0 0 0 40240 10 0 0 25 0 1 0 110644025 35876864 8410 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 8759 8410 86 211 0 8545 0
Current children cumulated CPU time (s) 402.5
Current children cumulated vsize (KiB) 40388

[startup+462.744 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19623
/proc/meminfo: memFree=855480/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=35036 CPUtime=462.54
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 14417 0 0 0 46244 10 0 0 25 0 1 0 110644025 35876864 8457 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 8759 8457 86 211 0 8545 0
Current children cumulated CPU time (s) 462.54
Current children cumulated vsize (KiB) 40388

[startup+522.801 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 19623
/proc/meminfo: memFree=850680/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0

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

[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=48004 CPUtime=582.61
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 17635 0 0 0 58249 12 0 0 25 0 1 0 110644025 49156096 10905 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12001 10905 86 211 0 11787 0
Current children cumulated CPU time (s) 582.61
Current children cumulated vsize (KiB) 53356

[startup+642.926 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=841592/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51952 CPUtime=642.65
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 18725 0 0 0 64252 13 0 0 25 0 1 0 110644025 53198848 11929 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12988 11929 86 211 0 12774 0
Current children cumulated CPU time (s) 642.65
Current children cumulated vsize (KiB) 57304

[startup+702.987 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840312/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=702.69
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22410 0 0 0 70254 15 0 0 25 0 1 0 110644025 53194752 12179 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12179 86 211 0 12773 0
Current children cumulated CPU time (s) 702.69
Current children cumulated vsize (KiB) 57300

[startup+763.042 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840312/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=762.72
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22410 0 0 0 76257 15 0 0 25 0 1 0 110644025 53194752 12179 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12179 86 211 0 12773 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 57300

[startup+823.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840376/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=822.76
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22410 0 0 0 82261 15 0 0 25 0 1 0 110644025 53194752 12179 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12179 86 211 0 12773 0
Current children cumulated CPU time (s) 822.76
Current children cumulated vsize (KiB) 57300

[startup+883.158 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840440/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=882.79
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22410 0 0 0 88264 15 0 0 25 0 1 0 110644025 53194752 12179 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12179 86 211 0 12773 0
Current children cumulated CPU time (s) 882.79
Current children cumulated vsize (KiB) 57300

[startup+943.218 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840504/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=942.83
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22411 0 0 0 94268 15 0 0 25 0 1 0 110644025 53194752 12180 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12180 86 211 0 12773 0
Current children cumulated CPU time (s) 942.83
Current children cumulated vsize (KiB) 57300

[startup+1003.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=840504/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=51948 CPUtime=1002.87
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22418 0 0 0 100272 15 0 0 25 0 1 0 110644025 53194752 12187 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 12987 12187 86 211 0 12773 0
Current children cumulated CPU time (s) 1002.87
Current children cumulated vsize (KiB) 57300

[startup+1063.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=838840/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=53620 CPUtime=1062.92
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 22822 0 0 0 106276 16 0 0 25 0 1 0 110644025 54906880 12591 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 13405 12591 86 211 0 13191 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 58972

[startup+1123.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=834872/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=57412 CPUtime=1122.95
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 23830 0 0 0 112278 17 0 0 25 0 1 0 110644025 58789888 13599 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 14353 13599 86 211 0 14139 0
Current children cumulated CPU time (s) 1122.95
Current children cumulated vsize (KiB) 62764

[startup+1183.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=831224/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=60860 CPUtime=1182.99
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 24740 0 0 0 118281 18 0 0 25 0 1 0 110644025 62320640 14509 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 15215 14509 86 211 0 15001 0
Current children cumulated CPU time (s) 1182.99
Current children cumulated vsize (KiB) 66212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=830136/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=61892 CPUtime=1200.1
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 25005 0 0 0 119992 18 0 0 25 0 1 0 110644025 63377408 14774 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 15473 14774 86 211 0 15259 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 67244

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

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

[startup+1200.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19623
/proc/meminfo: memFree=830136/2055920 swapFree=4183908/4192956
[pid=19620] ppid=19618 vsize=5352 CPUtime=0
/proc/19620/stat : 19620 (rsat.sh) S 19618 19620 15880 0 -1 4194304 306 164 0 0 0 0 0 0 16 0 1 0 110644024 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19620/statm: 1338 234 195 169 0 49 0
[pid=19623] ppid=19620 vsize=61892 CPUtime=1200.1
/proc/19623/stat : 19623 (rsat) R 19620 19620 15880 0 -1 4194304 25005 0 0 0 119992 18 0 0 25 0 1 0 110644025 63377408 14774 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19623/statm: 15473 14774 86 211 0 15259 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 67244

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19620 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=9998 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=2999
CPU time returned by wait4() is 0.012997
while last known CPU time is 1200.1

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

Real time (s): 1200.59
CPU time (s): 1200.1
CPU user time (s): 1199.92
CPU system time (s): 0.18
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 71696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
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= 470
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= 3

runsolver used 0.921859 second user time and 2.33664 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Feb 19 03:34:47 UTC 2007

IDJOB= 298438
IDBENCH= 19986
IDSOLVER= 104
FILE ID= node33/298438-1171856087

PBS_JOBID= 3839659

Free space on /tmp= 66562 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298438-1171856087/rsat.sh /tmp/evaluation/298438-1171856087/instance-298438-1171856087.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-298438-1171856087 -o ROOT/results/node33/solver-298438-1171856087 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298438-1171856087/rsat.sh /tmp/evaluation/298438-1171856087/instance-298438-1171856087.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  dc1a2f30c0e380bf759db5f5fbd70205

RANDOM SEED= 734880137

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:        890016 kB
Buffers:         43252 kB
Cached:        1001008 kB
SwapCached:       4164 kB
Active:         786784 kB
Inactive:       268668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        890016 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          15908 kB
Slab:            96500 kB
Committed_AS:   183952 kB
PageTables:       1412 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 node33 on Mon Feb 19 03:54:50 UTC 2007