Trace number 319641

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.09 1200.61

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-5.cnf
MD5SUM361a244b850a858ed2e51ec140de6356
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.43
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273520
Sum of the clauses size814946
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118258
Number of clauses of size 342021
Number of clauses of size 4113042
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.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  235061   678220 |   70518       0        0     nan |  0.000 % |
1.09/1.16	c |         0 |  154025   521362 |      --       0       --      -- |     --   | -79807/-152536
1.09/1.16	c ==============================================================================
1.09/1.16	c Result  :   #vars: 26177   #clauses: 154025   #literals: 521362
1.09/1.16	c CPU time:   1.09883 s
1.09/1.16	c ==============================================================================
1.39/1.40	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-319641-1173034201 -o ROOT/results/node13/solver-319641-1173034201 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319641-1173034201/rsat.sh /tmp/evaluation/319641-1173034201/instance-319641-1173034201.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.00 1.01 1.07 3/77 11350
/proc/meminfo: memFree=1012232/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=0
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 323374553 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11350/statm: 1338 232 195 169 0 49 0
[pid=11351] ppid=11350 vsize=984 CPUtime=0
/proc/11351/stat : 11351 (SatElite) R 11350 11350 10800 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 323374553 1007616 124 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/11351/statm: 246 124 50 128 0 115 0

[startup+0.0660351 s]
/proc/loadavg: 1.00 1.01 1.07 3/77 11350
/proc/meminfo: memFree=1012232/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=0
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 323374553 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11350/statm: 1338 232 195 169 0 49 0
[pid=11351] ppid=11350 vsize=7828 CPUtime=0.05
/proc/11351/stat : 11351 (SatElite) R 11350 11350 10800 0 -1 4194304 1596 0 0 0 5 0 0 0 19 0 1 0 323374553 8015872 1578 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/11351/statm: 1957 1578 50 128 0 1826 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13180

[startup+0.101039 s]
/proc/loadavg: 1.00 1.01 1.07 3/77 11350
/proc/meminfo: memFree=1012232/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=0
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 323374553 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11350/statm: 1338 232 195 169 0 49 0
[pid=11351] ppid=11350 vsize=10328 CPUtime=0.09
/proc/11351/stat : 11351 (SatElite) R 11350 11350 10800 0 -1 4194304 2393 0 0 0 8 1 0 0 19 0 1 0 323374553 10575872 2375 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/11351/statm: 2582 2376 50 128 0 2451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15680

[startup+0.301066 s]
/proc/loadavg: 1.00 1.01 1.07 3/77 11350
/proc/meminfo: memFree=1012232/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=0
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 323374553 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11350/statm: 1338 232 195 169 0 49 0
[pid=11351] ppid=11350 vsize=35084 CPUtime=0.28
/proc/11351/stat : 11351 (SatElite) R 11350 11350 10800 0 -1 4194304 7582 0 0 0 25 3 0 0 21 0 1 0 323374553 35926016 7046 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134566619 0 0 4096 3 0 0 0 17 1 0 0
/proc/11351/statm: 8771 7046 67 128 0 8640 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40436

[startup+0.701119 s]
/proc/loadavg: 1.00 1.01 1.07 3/77 11350
/proc/meminfo: memFree=1012232/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=0
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 323374553 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11350/statm: 1338 232 195 169 0 49 0
[pid=11351] ppid=11350 vsize=41076 CPUtime=0.69
/proc/11351/stat : 11351 (SatElite) R 11350 11350 10800 0 -1 4194304 9239 0 0 0 64 5 0 0 25 0 1 0 323374553 42061824 8515 18446744073709551615 134512640 135038345 4294956752 18446744073709551615 134571358 0 0 4096 3 0 0 0 17 1 0 0
/proc/11351/statm: 10269 8515 69 128 0 10138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46428

[startup+1.50122 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 11352
/proc/meminfo: memFree=975416/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 5352

[startup+3.10144 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 11353
/proc/meminfo: memFree=994424/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=14240 CPUtime=1.68
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 3460 0 0 0 167 1 0 0 25 0 1 0 323374694 14581760 3308 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134523251 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 3560 3308 86 211 0 3346 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19592

[startup+6.30186 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 11353
/proc/meminfo: memFree=991096/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=16296 CPUtime=4.88
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 4049 0 0 0 487 1 0 0 25 0 1 0 323374694 16687104 3799 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134529350 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 4074 3799 86 211 0 3860 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21648

[startup+12.7017 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 11353
/proc/meminfo: memFree=989944/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=16712 CPUtime=11.28
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 4546 0 0 0 1126 2 0 0 25 0 1 0 323374694 17113088 3908 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134529184 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 4178 3908 86 211 0 3964 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22064

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 11353
/proc/meminfo: memFree=987704/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=19768 CPUtime=24.08
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 5397 0 0 0 2405 3 0 0 25 0 1 0 323374694 20242432 4565 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134527352 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 4942 4565 86 211 0 4728 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25120

[startup+51.1018 s]
/proc/loadavg: 1.00 1.01 1.06 2/79 11353
/proc/meminfo: memFree=982264/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=25200 CPUtime=49.66
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 8437 0 0 0 4961 5 0 0 25 0 1 0 323374694 25804800 6058 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134529170 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 6300 6058 86 211 0 6086 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30552

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 11353
/proc/meminfo: memFree=972856/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=35396 CPUtime=100.84
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 11048 0 0 0 10077 7 0 0 25 0 1 0 323374694 36245504 8283 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 8849 8283 86 211 0 8635 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 40748

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 11353
/proc/meminfo: memFree=961400/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=46172 CPUtime=160.82
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 15392 0 0 0 16071 11 0 0 25 0 1 0 323374694 47280128 11087 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 11543 11087 86 211 0 11329 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 51524

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 11353
/proc/meminfo: memFree=952056/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=55680 CPUtime=220.8
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 17768 0 0 0 22066 14 0 0 25 0 1 0 323374694 57016320 13463 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 13920 13463 86 211 0 13706 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 61032

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 11353
/proc/meminfo: memFree=935288/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=72184 CPUtime=280.78
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 21971 0 0 0 28058 20 0 0 25 0 1 0 323374694 73916416 17666 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 18046 17666 86 211 0 17832 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 77536

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 11353
/proc/meminfo: memFree=917560/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=89328 CPUtime=340.77
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 26369 0 0 0 34052 25 0 0 25 0 1 0 323374694 91471872 22061 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 22332 22061 86 211 0 22118 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 94680


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

[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=105200 CPUtime=520.7
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 33478 0 0 0 52040 30 0 0 25 0 1 0 323374694 107724800 25324 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 26300 25324 86 211 0 26086 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 110552

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 11353
/proc/meminfo: memFree=904312/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=105200 CPUtime=580.69
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 33478 0 0 0 58038 31 0 0 25 0 1 0 323374694 107724800 25324 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 26300 25324 86 211 0 26086 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 110552

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 11353
/proc/meminfo: memFree=899832/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=109608 CPUtime=640.68
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 34612 0 0 0 64035 33 0 0 25 0 1 0 323374694 112238592 26458 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 27402 26458 86 211 0 27188 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 114960

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 11471
/proc/meminfo: memFree=884600/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=123352 CPUtime=700.59
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 38140 0 0 0 70023 36 0 0 25 0 1 0 323374694 126312448 29986 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134523286 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 30838 29986 86 211 0 30624 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 128704

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=864888/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=143304 CPUtime=760.53
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 43302 0 0 0 76011 42 0 0 25 0 1 0 323374694 146743296 35148 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 35826 35148 86 211 0 35612 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 148656

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=845816/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=820.51
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 82003 48 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134529233 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 167108

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=845944/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=880.49
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 88001 48 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 167108

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846008/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=940.48
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 93999 49 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 167108

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846008/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=1000.45
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 99996 49 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 167108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846072/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=1060.44
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 105994 50 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 167108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846200/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=1120.42
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 111992 50 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 167108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846264/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=1180.39
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 117989 50 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 167108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11551
/proc/meminfo: memFree=846264/2055920 swapFree=4192812/4192956
[pid=11350] ppid=11348 vsize=5352 CPUtime=1.4
/proc/11350/stat : 11350 (rsat.sh) S 11348 11350 10800 0 -1 4194304 305 10676 0 0 0 0 131 9 16 0 1 0 323374553 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11350/statm: 1338 234 195 169 0 49 0
[pid=11353] ppid=11350 vsize=161756 CPUtime=1198.69
/proc/11353/stat : 11353 (rsat) R 11350 11350 10800 0 -1 4194304 51072 0 0 0 119819 50 0 0 25 0 1 0 323374694 165638144 39842 18446744073709551615 134512640 135377749 4294956864 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11353/statm: 40439 39842 86 211 0 40225 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 167108

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 11350 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=312800 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=93985
CPU time returned by wait4() is 1.40679
while last known CPU time is 1200.09

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

Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.5
CPU system time (s): 0.59
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 179412

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

runsolver used 1.25181 second user time and 3.12652 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar  4 18:50:01 UTC 2007

IDJOB= 319641
IDBENCH= 20484
IDSOLVER= 104
FILE ID= node13/319641-1173034201

PBS_JOBID= 4012240

Free space on /tmp= 66372 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-47-5.cnf
COMMAND LINE= /tmp/evaluation/319641-1173034201/rsat.sh /tmp/evaluation/319641-1173034201/instance-319641-1173034201.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-319641-1173034201 -o ROOT/results/node13/solver-319641-1173034201 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319641-1173034201/rsat.sh /tmp/evaluation/319641-1173034201/instance-319641-1173034201.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  361a244b850a858ed2e51ec140de6356

RANDOM SEED= 597526557

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1012640 kB
Buffers:         48780 kB
Cached:         866364 kB
SwapCached:          0 kB
Active:         558876 kB
Inactive:       414072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7084 kB
Writeback:           0 kB
Mapped:          76692 kB
Slab:            55940 kB
Committed_AS:  1524988 kB
PageTables:       1748 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= 66366 MiB

End job on node13 on Sun Mar  4 19:10:04 UTC 2007