Trace number 320333

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
TiniSatELite 2007-02-08UNSAT 1126.57 1127.28

General information on the benchmark

Nameindustrial/
manolios/manol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.565
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Parsing...
0.00/0.54	c ==============================================================================
0.00/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.54	c ==============================================================================
0.00/0.54	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.78/3.81	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.78/3.81	c ==============================================================================
3.78/3.81	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.78/3.81	c CPU time:   3.63945 s
3.78/3.81	c ==============================================================================
4.58/4.60	c Tinisat 0.22
4.58/4.60	c solving /tmp/GTI_node65.alineos.net_29329.cnf
4.58/4.60	c 29191 variables, 224311 clauses
1126.48/1127.20	c 1654618 decisions, 610276 conflicts, 317 restarts
1126.48/1127.20	c solved in 1122.29s
1126.48/1127.26	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node65/watcher-320333-1173044417 -o ROOT/results/node65/solver-320333-1173044417 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320333-1173044417/TiniSatELite /tmp/evaluation/320333-1173044417/instance-320333-1173044417.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.84 1.56 1.22 3/64 29329
/proc/meminfo: memFree=863184/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 324399245 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203863634 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 1338 232 195 169 0 49 0
[pid=29330] ppid=29329 vsize=5352 CPUtime=0
/proc/29330/stat : 29330 (TiniSatELite) S 29329 29329 29127 0 -1 4194368 52 0 0 0 0 0 0 0 19 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/29330/statm: 1338 236 198 169 0 49 0
[pid=29331] ppid=29330 vsize=0 CPUtime=0
/proc/29331/stat : 29331 (TiniSatELite) D 29330 29329 29127 0 -1 4194372 25 0 0 0 0 0 0 0 20 0 1 0 324399245 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744072100051646 0 0 17 1 0 0
/proc/29331/statm: 0 0 0 0 0 0 0
[pid=29332] ppid=29330 vsize=0 CPUtime=0
/proc/29332/stat : 29332 (sed) R 29330 29329 29127 0 -1 4194308 163 0 0 0 0 0 0 0 15 0 1 0 324399245 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/29332/statm: 0 0 0 0 0 0 0

[startup+0.0211301 s]
/proc/loadavg: 1.84 1.56 1.22 3/64 29329
/proc/meminfo: memFree=863184/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.10214 s]
/proc/loadavg: 1.84 1.56 1.22 3/64 29329
/proc/meminfo: memFree=863184/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302182 s]
/proc/loadavg: 1.84 1.56 1.22 3/64 29329
/proc/meminfo: memFree=863184/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701238 s]
/proc/loadavg: 1.84 1.56 1.22 3/64 29329
/proc/meminfo: memFree=863184/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50137 s]
/proc/loadavg: 1.84 1.56 1.22 2/66 29334
/proc/meminfo: memFree=784512/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
[pid=29334] ppid=29329 vsize=89776 CPUtime=1.49
/proc/29334/stat : 29334 (SatELite_releas) R 29329 29329 29127 0 -1 4194304 21006 0 0 0 137 12 0 0 25 0 1 0 324399245 91930624 19425 18446744073709551615 134512640 135037501 4294956608 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 0 0 0
/proc/29334/statm: 22444 19425 66 128 0 22313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95128

[startup+3.10163 s]
/proc/loadavg: 1.84 1.56 1.22 2/66 29334
/proc/meminfo: memFree=772416/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=0
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 324399245 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29329/statm: 1338 234 197 169 0 49 0
[pid=29334] ppid=29329 vsize=94820 CPUtime=3.08
/proc/29334/stat : 29334 (SatELite_releas) R 29329 29329 29127 0 -1 4194304 22254 0 0 0 293 15 0 0 25 0 1 0 324399245 97095680 20492 18446744073709551615 134512640 135037501 4294956608 18446744073709551615 134570814 0 0 4096 3 0 0 0 17 0 0 0
/proc/29334/statm: 23705 20492 66 128 0 23574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100172

[startup+6.30116 s]
/proc/loadavg: 1.78 1.55 1.22 2/66 29335
/proc/meminfo: memFree=823936/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=21684 CPUtime=2.08
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 4835 0 0 0 206 2 0 0 25 0 1 0 324399666 22204416 4208 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 5421 4208 52 110 0 5308 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27036

[startup+12.7012 s]
/proc/loadavg: 1.71 1.54 1.22 2/66 29335
/proc/meminfo: memFree=822208/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=21684 CPUtime=8.48
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 5349 0 0 0 845 3 0 0 25 0 1 0 324399666 22204416 4722 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 5421 4722 52 110 0 5308 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27036

[startup+25.5023 s]
/proc/loadavg: 1.55 1.51 1.21 2/66 29335
/proc/meminfo: memFree=816320/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=39140 CPUtime=21.27
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 6822 0 0 0 2123 4 0 0 25 0 1 0 324399666 40079360 6195 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 9785 6195 52 110 0 9672 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44492

[startup+51.1025 s]
/proc/loadavg: 1.36 1.47 1.20 2/66 29335
/proc/meminfo: memFree=801472/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=74048 CPUtime=46.84
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 10528 0 0 0 4677 7 0 0 25 0 1 0 324399666 75825152 9901 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 18512 9901 52 110 0 18399 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 79400

[startup+102.306 s]
/proc/loadavg: 1.16 1.40 1.19 2/66 29337
/proc/meminfo: memFree=778304/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=75076 CPUtime=98.03
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 16324 0 0 0 9791 12 0 0 25 0 1 0 324399666 76877824 15697 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 18769 15697 52 110 0 18656 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 80428

[startup+162.303 s]
/proc/loadavg: 1.06 1.32 1.17 2/66 29337
/proc/meminfo: memFree=742848/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=146076 CPUtime=157.99
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 25243 0 0 0 15778 21 0 0 25 0 1 0 324399666 149581824 24616 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 36519 24616 52 110 0 36406 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 151428

[startup+222.301 s]
/proc/loadavg: 1.02 1.26 1.16 2/66 29337
/proc/meminfo: memFree=720896/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=147904 CPUtime=217.93
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 30657 0 0 0 21768 25 0 0 25 0 1 0 324399666 151453696 30030 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 36976 30030 52 110 0 36863 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 153256

[startup+282.301 s]
/proc/loadavg: 1.00 1.21 1.15 2/66 29337
/proc/meminfo: memFree=700032/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=150060 CPUtime=277.91
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 36147 0 0 0 27761 30 0 0 25 0 1 0 324399666 153661440 35263 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 37515 35263 52 110 0 37402 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 155412

[startup+342.301 s]
/proc/loadavg: 1.00 1.17 1.14 2/66 29337
/proc/meminfo: memFree=679168/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=290260 CPUtime=337.87
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 41339 0 0 0 33753 34 0 0 25 0 1 0 324399666 297226240 40455 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 72565 40455 52 110 0 72452 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 295612

[startup+402.302 s]
/proc/loadavg: 1.00 1.14 1.13 2/66 29337
/proc/meminfo: memFree=661760/2055920 swapFree=4184084/4192956

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


[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.08 2/66 29337
/proc/meminfo: memFree=564672/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=294848 CPUtime=697.64
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 69958 0 0 0 69699 65 0 0 25 0 1 0 324399666 301924352 69074 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 73712 69074 52 110 0 73599 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 300200

[startup+762.306 s]
/proc/loadavg: 1.00 1.03 1.07 2/66 29337
/proc/meminfo: memFree=544704/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=574380 CPUtime=757.6
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 74890 0 0 0 75690 70 0 0 25 0 1 0 324399666 588165120 74006 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 143595 74006 52 110 0 143482 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 579732

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.07 2/66 29337
/proc/meminfo: memFree=526784/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=577824 CPUtime=817.56
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 79908 0 0 0 81681 75 0 0 25 0 1 0 324399666 591691776 78511 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 144456 78511 52 110 0 144343 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 583176

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 29337
/proc/meminfo: memFree=513024/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=578660 CPUtime=877.52
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 83324 0 0 0 87673 79 0 0 25 0 1 0 324399666 592547840 81927 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 144665 81927 52 110 0 144552 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 584012

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.06 2/66 29337
/proc/meminfo: memFree=497728/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=578936 CPUtime=937.49
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 87199 0 0 0 93665 84 0 0 25 0 1 0 324399666 592830464 85802 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 144734 85802 52 110 0 144621 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 584288

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/66 29337
/proc/meminfo: memFree=482624/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=579516 CPUtime=997.45
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 90896 0 0 0 99657 88 0 0 25 0 1 0 324399666 593424384 89499 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 144879 89499 52 110 0 144766 0
Current children cumulated CPU time (s) 1001.65
Current children cumulated vsize (KiB) 584868

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=468096/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=579960 CPUtime=1057.42
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 94532 0 0 0 105650 92 0 0 25 0 1 0 324399666 593879040 93135 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 144990 93135 52 110 0 144877 0
Current children cumulated CPU time (s) 1061.62
Current children cumulated vsize (KiB) 585312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455936/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1117.38
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97552 0 0 0 111643 95 0 0 25 0 1 0 324399666 594178048 96155 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96155 52 110 0 144950 0
Current children cumulated CPU time (s) 1121.58
Current children cumulated vsize (KiB) 585604

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

[startup+1123.11 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455872/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1118.19
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97564 0 0 0 111724 95 0 0 25 0 1 0 324399666 594178048 96167 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96167 52 110 0 144950 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 585604

[startup+1124.7 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455744/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1119.78
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97590 0 0 0 111883 95 0 0 25 0 1 0 324399666 594178048 96193 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96193 52 110 0 144950 0
Current children cumulated CPU time (s) 1123.98
Current children cumulated vsize (KiB) 585604

[startup+1126.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455616/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1121.38
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97615 0 0 0 112043 95 0 0 25 0 1 0 324399666 594178048 96218 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96218 52 110 0 144950 0
Current children cumulated CPU time (s) 1125.58
Current children cumulated vsize (KiB) 585604

[startup+1126.7 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455616/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1121.78
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97621 0 0 0 112083 95 0 0 25 0 1 0 324399666 594178048 96224 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96224 52 110 0 144950 0
Current children cumulated CPU time (s) 1125.98
Current children cumulated vsize (KiB) 585604

[startup+1127.1 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455616/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1122.18
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97626 0 0 0 112123 95 0 0 25 0 1 0 324399666 594178048 96229 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96229 52 110 0 144950 0
Current children cumulated CPU time (s) 1126.38
Current children cumulated vsize (KiB) 585604

[startup+1127.2 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 29337
/proc/meminfo: memFree=455616/2055920 swapFree=4184084/4192956
[pid=29329] ppid=29327 vsize=5352 CPUtime=4.2
/proc/29329/stat : 29329 (TiniSatELite) S 29327 29329 29127 0 -1 4194304 331 24407 0 0 0 0 400 20 16 0 1 0 324399245 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29329/statm: 1338 236 197 169 0 49 0
[pid=29335] ppid=29329 vsize=580252 CPUtime=1122.28
/proc/29335/stat : 29335 (tinisat) R 29329 29329 29127 0 -1 4194304 97627 0 0 0 112133 95 0 0 25 0 1 0 324399666 594178048 96230 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/29335/statm: 145063 96230 52 110 0 144950 0
Current children cumulated CPU time (s) 1126.48
Current children cumulated vsize (KiB) 585604

Child status: 20
Real time (s): 1127.28
CPU time (s): 1126.57
CPU user time (s): 1125.34
CPU system time (s): 1.22381
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 585604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1125.34
system time used= 1.22381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122527
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= 74
involuntary context switches= 3867

runsolver used 1.09083 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Mar  4 21:40:17 UTC 2007

IDJOB= 320333
IDBENCH= 20501
IDSOLVER= 99
FILE ID= node65/320333-1173044417

PBS_JOBID= 4012496

Free space on /tmp= 66502 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f9n.cnf
COMMAND LINE= /tmp/evaluation/320333-1173044417/TiniSatELite /tmp/evaluation/320333-1173044417/instance-320333-1173044417.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-320333-1173044417 -o ROOT/results/node65/solver-320333-1173044417 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320333-1173044417/TiniSatELite /tmp/evaluation/320333-1173044417/instance-320333-1173044417.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  61e4a04a828a2cd33ae3f3dde54ef320

RANDOM SEED= 920109145

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        863592 kB
Buffers:         39812 kB
Cached:        1078900 kB
SwapCached:       3016 kB
Active:         741664 kB
Inactive:       386852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        863592 kB
SwapTotal:     4192956 kB
SwapFree:      4184084 kB
Dirty:           10752 kB
Writeback:           0 kB
Mapped:          15612 kB
Slab:            49844 kB
Committed_AS:   749000 kB
PageTables:       1456 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= 66502 MiB

End job on node65 on Sun Mar  4 21:59:04 UTC 2007