Trace number 456208

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) 5000.04 5002.01

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
Bench CategoryCRAFTED (crafted 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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data (download as text)

0.00/0.00	c Parsing...
1.99/2.06	c ==============================================================================
1.99/2.06	c |           |     ORIGINAL     |              LEARNT              |          |
1.99/2.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.99/2.06	c ==============================================================================
1.99/2.06	c |         0 | 1711065  3450220 |  513319       0        0     nan |  0.000 % |
13.38/13.49	c |         0 | 1666604  4961499 |      --       0       --      -- |     --   | -44461/1511279
13.38/13.49	c ==============================================================================
13.38/13.49	c Result  :   #vars: 32046   #clauses: 1666604   #literals: 4961499
13.38/13.49	c CPU time:   13.199 s
13.38/13.49	c ==============================================================================
15.68/15.75	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.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-456208-1178329007 -o ROOT/results/node14/solver-456208-1178329007 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456208-1178329007/rsat.sh /tmp/evaluation/456208-1178329007/instance-456208-1178329007.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.77 1.94 1.88 3/77 10378
/proc/meminfo: memFree=1804616/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) R 10376 10378 9839 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 233 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10378/statm: 1339 233 194 169 0 50 0
[pid=10379] ppid=10378 vsize=1556 CPUtime=0
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 280818889 1593344 241 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134685036 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 389 247 49 128 0 258 0

[startup+0.0581159 s]
/proc/loadavg: 1.77 1.94 1.88 3/77 10378
/proc/meminfo: memFree=1804616/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=9928 CPUtime=0.04
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 1844 0 0 0 3 1 0 0 19 0 1 0 280818889 10166272 1778 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 2482 1779 49 128 0 2351 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15284

[startup+0.10112 s]
/proc/loadavg: 1.77 1.94 1.88 3/77 10378
/proc/meminfo: memFree=1804616/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=11900 CPUtime=0.09
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 2298 0 0 0 8 1 0 0 19 0 1 0 280818889 12185600 2232 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 2975 2232 49 128 0 2844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17256

[startup+0.301138 s]
/proc/loadavg: 1.77 1.94 1.88 3/77 10378
/proc/meminfo: memFree=1804616/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=21224 CPUtime=0.29
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 4480 0 0 0 26 3 0 0 21 0 1 0 280818889 21733376 4414 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 5306 4414 49 128 0 5175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26580

[startup+0.701177 s]
/proc/loadavg: 1.77 1.94 1.88 3/77 10378
/proc/meminfo: memFree=1804616/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=38716 CPUtime=0.69
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 8736 0 0 0 62 7 0 0 24 0 1 0 280818889 39645184 8670 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 9679 8670 49 128 0 9548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44072

[startup+1.50125 s]
/proc/loadavg: 1.77 1.94 1.88 2/79 10380
/proc/meminfo: memFree=1758840/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=73304 CPUtime=1.49
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 17158 0 0 0 135 14 0 0 25 0 1 0 280818889 75063296 17092 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 18326 17092 49 128 0 18195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78660

[startup+3.1014 s]
/proc/loadavg: 1.77 1.94 1.88 2/79 10380
/proc/meminfo: memFree=1711864/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=120224 CPUtime=3.08
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 27319 0 0 0 288 20 0 0 25 0 1 0 280818889 123109376 27182 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 30056 27183 69 128 0 29925 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 125580

[startup+6.30171 s]
/proc/loadavg: 1.71 1.92 1.87 2/79 10380
/proc/meminfo: memFree=1657720/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=173756 CPUtime=6.29
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 36285 0 0 0 602 27 0 0 25 0 1 0 280818889 177926144 36025 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134574742 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 43439 36025 69 128 0 43308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179112

[startup+12.7013 s]
/proc/loadavg: 1.65 1.91 1.87 2/79 10380
/proc/meminfo: memFree=1657336/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=0
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 280818888 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 234 195 169 0 50 0
[pid=10379] ppid=10378 vsize=173948 CPUtime=12.69
/proc/10379/stat : 10379 (SatElite) R 10378 10378 9839 0 -1 4194304 36321 0 0 0 1242 27 0 0 25 0 1 0 280818889 178122752 36061 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134567770 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 43487 36061 69 128 0 43356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179304

[startup+25.5015 s]
/proc/loadavg: 1.51 1.86 1.85 2/79 10381
/proc/meminfo: memFree=1676024/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=93356 CPUtime=9.74
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 23255 0 0 0 961 13 0 0 25 0 1 0 280820463 95596544 23100 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 23339 23100 86 211 0 23125 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 98712

[startup+51.103 s]
/proc/loadavg: 1.33 1.79 1.83 2/79 10381
/proc/meminfo: memFree=1673976/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=94860 CPUtime=35.33
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 23660 0 0 0 3519 14 0 0 25 0 1 0 280820463 97136640 23499 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 23715 23499 86 211 0 23501 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100216

[startup+102.307 s]
/proc/loadavg: 1.14 1.67 1.78 2/79 10381
/proc/meminfo: memFree=1671096/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=98676 CPUtime=86.52
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 24617 0 0 0 8637 15 0 0 25 0 1 0 280820463 101044224 24358 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134529120 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 24669 24358 86 211 0 24455 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 104032

[startup+162.302 s]
/proc/loadavg: 1.05 1.54 1.73 2/79 10381
/proc/meminfo: memFree=1664696/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=104984 CPUtime=146.51
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 26243 0 0 0 14632 19 0 0 25 0 1 0 280820463 107503616 25984 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 26246 25984 86 211 0 26032 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 110340

[startup+222.302 s]
/proc/loadavg: 1.02 1.44 1.68 2/79 10381
/proc/meminfo: memFree=1658296/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=111856 CPUtime=206.49
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 28012 0 0 0 20628 21 0 0 25 0 1 0 280820463 114540544 27559 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 27964 27559 86 211 0 27750 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 117212

[startup+282.302 s]
/proc/loadavg: 1.00 1.36 1.64 3/79 10383
/proc/meminfo: memFree=1653432/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=116568 CPUtime=266.47
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 29224 0 0 0 26624 23 0 0 25 0 1 0 280820463 119365632 28771 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 29142 28771 86 211 0 28928 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 121924

[startup+342.301 s]
/proc/loadavg: 1.00 1.29 1.60 2/79 10383
/proc/meminfo: memFree=1646712/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=123072 CPUtime=326.45
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 30894 0 0 0 32619 26 0 0 25 0 1 0 280820463 126025728 30441 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134529228 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 30768 30441 86 211 0 30554 0

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

/proc/10381/statm: 79608 77895 86 211 0 79394 0
Current children cumulated CPU time (s) 4300.53
Current children cumulated vsize (KiB) 323788

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454712/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318692 CPUtime=4344.78
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88473 0 0 0 434361 117 0 0 25 0 1 0 280820463 326340608 77930 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79673 77930 86 211 0 79459 0
Current children cumulated CPU time (s) 4360.51
Current children cumulated vsize (KiB) 324048

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454584/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318952 CPUtime=4404.76
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88510 0 0 0 440359 117 0 0 25 0 1 0 280820463 326606848 77967 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79738 77967 86 211 0 79524 0
Current children cumulated CPU time (s) 4420.49
Current children cumulated vsize (KiB) 324308

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454520/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318952 CPUtime=4464.75
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88523 0 0 0 446357 118 0 0 25 0 1 0 280820463 326606848 77980 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79738 77980 86 211 0 79524 0
Current children cumulated CPU time (s) 4480.48
Current children cumulated vsize (KiB) 324308

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454520/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318952 CPUtime=4524.74
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88523 0 0 0 452355 119 0 0 25 0 1 0 280820463 326606848 77980 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79738 77980 86 211 0 79524 0
Current children cumulated CPU time (s) 4540.47
Current children cumulated vsize (KiB) 324308

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454456/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318952 CPUtime=4584.72
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88527 0 0 0 458353 119 0 0 25 0 1 0 280820463 326606848 77984 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522947 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79738 77984 86 211 0 79524 0
Current children cumulated CPU time (s) 4600.45
Current children cumulated vsize (KiB) 324308

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454520/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=318952 CPUtime=4644.7
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88527 0 0 0 464350 120 0 0 25 0 1 0 280820463 326606848 77984 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79738 77984 86 211 0 79524 0
Current children cumulated CPU time (s) 4660.43
Current children cumulated vsize (KiB) 324308

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 11079
/proc/meminfo: memFree=1454328/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4704.68
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88562 0 0 0 470348 120 0 0 25 0 1 0 280820463 326873088 78019 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78019 86 211 0 79589 0
Current children cumulated CPU time (s) 4720.41
Current children cumulated vsize (KiB) 324568

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454392/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4764.67
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88577 0 0 0 476346 121 0 0 25 0 1 0 280820463 326873088 78034 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78034 86 211 0 79589 0
Current children cumulated CPU time (s) 4780.4
Current children cumulated vsize (KiB) 324568

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454328/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4824.65
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88579 0 0 0 482344 121 0 0 25 0 1 0 280820463 326873088 78036 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78036 86 211 0 79589 0
Current children cumulated CPU time (s) 4840.38
Current children cumulated vsize (KiB) 324568

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454264/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4884.64
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88583 0 0 0 488342 122 0 0 25 0 1 0 280820463 326873088 78040 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78040 86 211 0 79589 0
Current children cumulated CPU time (s) 4900.37
Current children cumulated vsize (KiB) 324568

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454264/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4944.62
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88585 0 0 0 494340 122 0 0 25 0 1 0 280820463 326873088 78042 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522951 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78042 86 211 0 79589 0
Current children cumulated CPU time (s) 4960.35
Current children cumulated vsize (KiB) 324568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11079
/proc/meminfo: memFree=1454200/2055920 swapFree=4148836/4192956
[pid=10378] ppid=10376 vsize=5356 CPUtime=15.73
/proc/10378/stat : 10378 (rsat.sh) S 10376 10378 9839 0 -1 4194304 305 39819 0 0 0 0 1529 44 16 0 1 0 280818888 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10378/statm: 1339 235 195 169 0 50 0
[pid=10381] ppid=10378 vsize=319212 CPUtime=4984.31
/proc/10381/stat : 10381 (rsat) R 10378 10378 9839 0 -1 4194304 88586 0 0 0 498308 123 0 0 25 0 1 0 280820463 326873088 78043 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/10381/statm: 79803 78043 86 211 0 79589 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 324568

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 10378 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=297674
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=445932
# CPU time returned by wait4() is 15.7436
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.01
CPU time (s): 5000.04
CPU user time (s): 4998.37
CPU system time (s): 1.67
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 351640

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

runsolver used 4.84126 second user time and 13.033 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat May  5 01:36:51 UTC 2007

IDJOB= 456208
IDBENCH= 24635
IDSOLVER= 169
FILE ID= node14/456208-1178329007

PBS_JOBID= 5188571

Free space on /tmp= 66539 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456208-1178329007/rsat.sh /tmp/evaluation/456208-1178329007/instance-456208-1178329007.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-456208-1178329007 -o ROOT/results/node14/solver-456208-1178329007 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456208-1178329007/rsat.sh /tmp/evaluation/456208-1178329007/instance-456208-1178329007.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  45589f445aa56f109f82baade7facf9a

RANDOM SEED= 19671215

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1804960 kB
Buffers:         38112 kB
Cached:         137348 kB
SwapCached:      11676 kB
Active:         101120 kB
Inactive:        98144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804960 kB
SwapTotal:     4192956 kB
SwapFree:      4148836 kB
Dirty:           25980 kB
Writeback:           0 kB
Mapped:          30596 kB
Slab:            37212 kB
Committed_AS:  9404368 kB
PageTables:       1788 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= 66503 MiB

End job on node14 on Sat May  5 03:00:15 UTC 2007