Trace number 332471

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 1129.85 1130.3

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
MD5SUM474454876819689cbceb899d0d531b36
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.41578
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses1212
Sum of the clauses size2520
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

Solver Data (download as text)

0.00/0.03	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |    1212     2520 |     363       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    1092     3240 |      --       0       --      -- |     --   | -120/720
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 108   #clauses: 1092   #literals: 3240
0.00/0.03	c CPU time:   0.000999 s
0.00/0.03	c ==============================================================================
0.00/0.04	c Tinisat 0.22
0.00/0.04	c solving /tmp/GTI_node9.alineos.net_13255.cnf
0.00/0.04	c 108 variables, 1092 clauses
1129.74/1130.28	c 583848 decisions, 565935 conflicts, 287 restarts
1129.74/1130.28	c solved in 1129.83s
1129.74/1130.29	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/node9/watcher-332471-1173479059 -o ROOT/results/node9/solver-332471-1173479059 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332471-1173479059/TiniSatELite /tmp/evaluation/332471-1173479059/instance-332471-1173479059.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: 0.91 0.97 0.96 3/77 13255
/proc/meminfo: memFree=1645640/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 367860496 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215419158610 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/13255/statm: 1338 232 195 169 0 49 0
[pid=13256] ppid=13255 vsize=5352 CPUtime=0
/proc/13256/stat : 13256 (TiniSatELite) S 13255 13255 12813 0 -1 4194368 52 25 0 0 0 0 0 0 21 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1338 236 198 169 0 49 0
[pid=13258] ppid=13256 vsize=0 CPUtime=0
/proc/13258/stat : 13258 (sed) D 13256 13255 12813 0 -1 4194308 163 0 0 0 0 0 0 0 23 0 1 0 367860496 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13258/statm: 0 0 0 0 0 0 0

[startup+0.058337 s]
/proc/loadavg: 0.91 0.97 0.96 3/77 13255
/proc/meminfo: memFree=1645640/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101305 s]
/proc/loadavg: 0.91 0.97 0.96 3/77 13255
/proc/meminfo: memFree=1645640/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301344 s]
/proc/loadavg: 0.91 0.97 0.96 3/77 13255
/proc/meminfo: memFree=1645640/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701421 s]
/proc/loadavg: 0.91 0.97 0.96 3/77 13255
/proc/meminfo: memFree=1645640/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50157 s]
/proc/loadavg: 0.91 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1642808/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=5756 CPUtime=1.45
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 861 0 0 0 145 0 0 0 25 0 1 0 367860500 5894144 846 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 1439 846 52 110 0 1326 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 11108

[startup+3.10188 s]
/proc/loadavg: 0.91 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1641208/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=6288 CPUtime=3.05
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 1328 0 0 0 305 0 0 0 25 0 1 0 367860500 6438912 1280 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 1572 1280 52 110 0 1459 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 11640

[startup+6.3015 s]
/proc/loadavg: 0.92 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1638328/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=11208 CPUtime=6.25
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 1919 0 0 0 625 0 0 0 25 0 1 0 367860500 11476992 1871 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 2802 1871 52 110 0 2689 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 16560

[startup+12.7017 s]
/proc/loadavg: 0.92 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1634872/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=12632 CPUtime=12.65
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 2788 0 0 0 1264 1 0 0 25 0 1 0 367860500 12935168 2675 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 3158 2675 52 110 0 3045 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 17984

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1630648/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=21916 CPUtime=25.44
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 3769 0 0 0 2541 3 0 0 25 0 1 0 367860500 22441984 3656 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 5479 3656 52 110 0 5366 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 27268

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1624376/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=24528 CPUtime=51.04
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 5495 0 0 0 5098 6 0 0 25 0 1 0 367860500 25116672 5253 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 6132 5253 52 110 0 6019 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29880

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1614712/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=45136 CPUtime=102.22
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 8010 0 0 0 10213 9 0 0 25 0 1 0 367860500 46219264 7636 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 11284 7636 52 110 0 11171 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 50488

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1606136/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=48056 CPUtime=162.2
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 10500 0 0 0 16208 12 0 0 25 0 1 0 367860500 49209344 9797 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 12014 9797 52 110 0 11901 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 53408

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1599416/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=51784 CPUtime=222.17
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 12848 0 0 0 22203 14 0 0 25 0 1 0 367860500 53026816 11395 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 12946 11395 52 110 0 12833 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 57136

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1593976/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=89080 CPUtime=282.15
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 14785 0 0 0 28199 16 0 0 25 0 1 0 367860500 91217920 12810 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 22270 12810 52 110 0 22157 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 94432

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1588344/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=91080 CPUtime=342.12
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 16472 0 0 0 34195 17 0 0 25 0 1 0 367860500 93265920 14204 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 22770 14204 52 110 0 22657 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 96432

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1583928/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0

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

/proc/13261/statm: 24415 18329 52 110 0 24302 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 103012

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1568824/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=98692 CPUtime=642.02
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 22710 0 0 0 64177 25 0 0 25 0 1 0 367860500 101060608 19045 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 24673 19045 52 110 0 24560 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 104044

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1565752/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=99852 CPUtime=702
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 23690 0 0 0 70173 27 0 0 25 0 1 0 367860500 102248448 19831 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 24963 19831 52 110 0 24850 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 105204

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1563320/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=101132 CPUtime=761.97
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 24580 0 0 0 76169 28 0 0 25 0 1 0 367860500 103559168 20398 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 25283 20398 52 110 0 25170 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 106484

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1561208/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=101784 CPUtime=821.94
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 25188 0 0 0 82165 29 0 0 25 0 1 0 367860500 104226816 20940 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 25446 20940 52 110 0 25333 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 107136

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1559096/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=102560 CPUtime=881.92
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 25823 0 0 0 88162 30 0 0 25 0 1 0 367860500 105021440 21477 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 25640 21477 52 110 0 25527 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 107912

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1556728/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=105252 CPUtime=941.9
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 27023 0 0 0 94159 31 0 0 25 0 1 0 367860500 107778048 22066 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 26313 22066 52 110 0 26200 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 110604

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1554296/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=106664 CPUtime=1001.88
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 27936 0 0 0 100155 33 0 0 25 0 1 0 367860500 109223936 22656 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 26666 22656 52 110 0 26553 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 112016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1552568/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=107688 CPUtime=1061.86
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 28641 0 0 0 106152 34 0 0 25 0 1 0 367860500 110272512 23103 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 26922 23103 52 110 0 26809 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 113040

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551672/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=108200 CPUtime=1121.84
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 28986 0 0 0 112149 35 0 0 25 0 1 0 367860500 110796800 23319 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 27050 23319 52 110 0 26937 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 113552

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551608/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=108200 CPUtime=1125.84
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 29007 0 0 0 112549 35 0 0 25 0 1 0 367860500 110796800 23340 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 27050 23340 52 110 0 26937 0
Current children cumulated CPU time (s) 1125.84
Current children cumulated vsize (KiB) 113552

[startup+1127.9 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551544/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=108200 CPUtime=1127.44
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 29011 0 0 0 112709 35 0 0 25 0 1 0 367860500 110796800 23344 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 27050 23344 52 110 0 26937 0
Current children cumulated CPU time (s) 1127.44
Current children cumulated vsize (KiB) 113552

[startup+1129.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551544/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=108200 CPUtime=1129.04
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 29015 0 0 0 112869 35 0 0 25 0 1 0 367860500 110796800 23348 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 27050 23348 52 110 0 26937 0
Current children cumulated CPU time (s) 1129.04
Current children cumulated vsize (KiB) 113552

[startup+1129.9 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551544/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5352 CPUtime=0
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 331 386 0 0 0 0 0 0 16 0 1 0 367860496 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1338 236 197 169 0 49 0
[pid=13261] ppid=13255 vsize=108200 CPUtime=1129.44
/proc/13261/stat : 13261 (tinisat) R 13255 13255 12813 0 -1 4194304 29016 0 0 0 112909 35 0 0 25 0 1 0 367860500 110796800 23349 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13261/statm: 27050 23349 52 110 0 26937 0
Current children cumulated CPU time (s) 1129.44
Current children cumulated vsize (KiB) 113552

[startup+1130.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 13261
/proc/meminfo: memFree=1551544/2055920 swapFree=4152252/4192956
[pid=13255] ppid=13253 vsize=5356 CPUtime=1129.84
/proc/13255/stat : 13255 (TiniSatELite) S 13253 13255 12813 0 -1 4194304 358 29409 0 0 0 0 112947 37 18 0 1 0 367860496 5484544 239 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13255/statm: 1339 239 198 169 0 50 0
Current children cumulated CPU time (s) 1129.84
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1130.3
CPU time (s): 1129.85
CPU user time (s): 1129.48
CPU system time (s): 0.374943
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 113552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1129.48
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29894
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= 71
involuntary context switches= 23083

runsolver used 1.18482 second user time and 2.93155 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri Mar  9 22:24:19 UTC 2007

IDJOB= 332471
IDBENCH= 24581
IDSOLVER= 99
FILE ID= node9/332471-1173479059

PBS_JOBID= 4101080

Free space on /tmp= 66438 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332471-1173479059/TiniSatELite /tmp/evaluation/332471-1173479059/instance-332471-1173479059.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-332471-1173479059 -o ROOT/results/node9/solver-332471-1173479059 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332471-1173479059/TiniSatELite /tmp/evaluation/332471-1173479059/instance-332471-1173479059.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  474454876819689cbceb899d0d531b36

RANDOM SEED= 396936252

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1646048 kB
Buffers:         46656 kB
Cached:         275720 kB
SwapCached:       8784 kB
Active:         150500 kB
Inactive:       194816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646048 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:          29792 kB
Slab:            50196 kB
Committed_AS:  1455948 kB
PageTables:       1688 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= 66438 MiB

End job on node9 on Fri Mar  9 22:43:09 UTC 2007