Trace number 291960

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-08SAT 178.559 178.63

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S236549621-14.SAT.shuffled.cnf
MD5SUMec2a91fcfd5fed5b7cf0df71c166ca24
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51491
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 |    1491     7455 |     447       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 70   #clauses: 1491   #literals: 7455
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c Rsat version 2.00
178.46/178.60	c CNF stats: (70 vars, 1491 clauses)
178.46/178.60	c Decisions: 429604
178.46/178.60	c Conflicts: 388556
178.46/178.62	c Time: 178.56000s
178.46/178.62	s SATISFIABLE
178.46/178.62	v 1 -2 3 4 5 -6 7 8 9 -10 11 -12 -13 -14 15 -16 -17 -18 -19 20 21 22 -23 -24 -25 -26 27 -28 29 -30 -31 32 -33 34 35 36 -37 -38 -39 40 -41 42 -43 44 -45 46 -47 48 49 50 -51 -52 53 -54 -55 56 57 -58 -59 -60 61 62 -63 -64 65 -66 -67 -68 -69 70 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-291960-1171749003 -o ROOT/results/node69/solver-291960-1171749003 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291960-1171749003/rsat.sh /tmp/evaluation/291960-1171749003/instance-291960-1171749003.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.92 3/64 19679
/proc/meminfo: memFree=1183856/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) R 19677 19679 18969 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 194857999 5480448 232 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19679/statm: 1338 232 194 169 0 49 0
[pid=19680] ppid=19679 vsize=820 CPUtime=0
/proc/19680/stat : 19680 (SatElite) R 19679 19679 18969 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 194857999 839680 90 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/19680/statm: 205 90 49 128 0 74 0

[startup+0.107293 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 19679
/proc/meminfo: memFree=1183856/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515355 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 19679
/proc/meminfo: memFree=1183856/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33548 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1181408/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=2832 CPUtime=1.31
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 713 0 0 0 131 0 0 0 25 0 1 0 194857999 2899968 554 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522798 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 708 554 86 211 0 494 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8184

[startup+2.97175 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1180704/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=4160 CPUtime=2.95
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 1197 0 0 0 295 0 0 0 25 0 1 0 194857999 4259840 842 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 1040 842 86 211 0 826 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9512

[startup+6.25329 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1179296/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=4940 CPUtime=6.23
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 1572 0 0 0 623 0 0 0 25 0 1 0 194857999 5058560 1054 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 1235 1054 86 211 0 1021 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10292

[startup+12.7093 s]
/proc/loadavg: 0.94 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1177832/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=6640 CPUtime=12.69
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 2426 0 0 0 1268 1 0 0 25 0 1 0 194857999 6799360 1422 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134523294 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 1660 1422 86 211 0 1446 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11992

[startup+25.5234 s]
/proc/loadavg: 0.95 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1175528/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=9088 CPUtime=25.49
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 3082 0 0 0 2548 1 0 0 25 0 1 0 194857999 9306112 2078 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 2272 2078 86 211 0 2058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14440

[startup+51.1466 s]
/proc/loadavg: 0.96 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1173480/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=11656 CPUtime=51.1
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 4186 0 0 0 5108 2 0 0 25 0 1 0 194857999 11935744 2558 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 2914 2558 86 211 0 2700 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17008

[startup+102.39 s]
/proc/loadavg: 0.98 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1171176/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=13604 CPUtime=102.33
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 5579 0 0 0 10230 3 0 0 25 0 1 0 194857999 13930496 3109 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522955 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 3401 3109 86 211 0 3187 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 18956

[startup+162.451 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165672/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=20628 CPUtime=162.37
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 7339 0 0 0 16232 5 0 0 25 0 1 0 194857999 21123072 4483 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 5157 4483 86 211 0 4943 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 25980

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

[startup+170.543 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=170.46
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8992 0 0 0 17040 6 0 0 25 0 1 0 194857999 20033536 4362 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522955 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4362 86 211 0 4677 0
Current children cumulated CPU time (s) 170.46
Current children cumulated vsize (KiB) 24916

[startup+173.825 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=173.74
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8992 0 0 0 17368 6 0 0 25 0 1 0 194857999 20033536 4362 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134525967 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4362 86 211 0 4677 0
Current children cumulated CPU time (s) 173.74
Current children cumulated vsize (KiB) 24916

[startup+177.106 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=177.02
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8994 0 0 0 17696 6 0 0 25 0 1 0 194857999 20033536 4364 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4364 86 211 0 4677 0
Current children cumulated CPU time (s) 177.02
Current children cumulated vsize (KiB) 24916

[startup+177.922 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=177.84
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8994 0 0 0 17778 6 0 0 25 0 1 0 194857999 20033536 4364 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4364 86 211 0 4677 0
Current children cumulated CPU time (s) 177.84
Current children cumulated vsize (KiB) 24916

[startup+178.334 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=178.25
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8994 0 0 0 17819 6 0 0 25 0 1 0 194857999 20033536 4364 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4364 86 211 0 4677 0
Current children cumulated CPU time (s) 178.25
Current children cumulated vsize (KiB) 24916

[startup+178.538 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 19682
/proc/meminfo: memFree=1165928/2055920 swapFree=4183028/4192956
[pid=19679] ppid=19677 vsize=5352 CPUtime=0
/proc/19679/stat : 19679 (rsat.sh) S 19677 19679 18969 0 -1 4194304 306 129 0 0 0 0 0 0 16 0 1 0 194857999 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 1338 234 195 169 0 49 0
[pid=19682] ppid=19679 vsize=19564 CPUtime=178.46
/proc/19682/stat : 19682 (rsat) R 19679 19679 18969 0 -1 4194304 8994 0 0 0 17840 6 0 0 25 0 1 0 194857999 20033536 4364 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19682/statm: 4891 4364 86 211 0 4677 0
Current children cumulated CPU time (s) 178.46
Current children cumulated vsize (KiB) 24916

Child status: 10
Real time (s): 178.63
CPU time (s): 178.559
CPU user time (s): 178.486
CPU system time (s): 0.072988
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 32400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.486
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9696
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= 57
involuntary context switches= 420

runsolver used 0.152976 second user time and 0.371943 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sat Feb 17 21:50:03 UTC 2007

IDJOB= 291960
IDBENCH= 19828
IDSOLVER= 104
FILE ID= node69/291960-1171749003

PBS_JOBID= 3839455

Free space on /tmp= 66563 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S236549621-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291960-1171749003/rsat.sh /tmp/evaluation/291960-1171749003/instance-291960-1171749003.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-291960-1171749003 -o ROOT/results/node69/solver-291960-1171749003 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291960-1171749003/rsat.sh /tmp/evaluation/291960-1171749003/instance-291960-1171749003.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  ec2a91fcfd5fed5b7cf0df71c166ca24

RANDOM SEED= 736574264

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1184264 kB
Buffers:         40856 kB
Cached:         746900 kB
SwapCached:       4376 kB
Active:         565704 kB
Inactive:       232076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184264 kB
SwapTotal:     4192956 kB
SwapFree:      4183028 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          15300 kB
Slab:            59860 kB
Committed_AS:   523068 kB
PageTables:       1472 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= 66563 MiB

End job on node69 on Sat Feb 17 21:53:02 UTC 2007