Trace number 356341

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 158.666 158.726

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.669
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.70	c ==============================================================================
0.00/0.70	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.70	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.70	c ==============================================================================
0.00/0.70	c |         0 |  761606  1988518 |  228481       0        0     nan |  0.000 % |
16.87/16.91	c |         0 |  481437  2946128 |      --       0       --      -- |     --   | -280169/957610
16.87/16.91	c ==============================================================================
16.87/16.91	c Result  :   #vars: 11671   #clauses: 481437   #literals: 2946128
16.87/16.91	c CPU time:   16.5855 s
16.87/16.91	c ==============================================================================
19.27/19.30	c Tinisat 0.22
19.27/19.30	c solving /tmp/GTI_node7.alineos.net_20380.cnf
19.27/19.30	c 11671 variables, 481437 clauses
158.53/158.68	c 234299 decisions, 128945 conflicts, 92 restarts
158.53/158.68	c solved in 140.61s
158.53/158.69	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-356341-1177542242 -o ROOT/results/node7/solver-356341-1177542242 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/356341-1177542242/TiniSatELite /tmp/evaluation/356341-1177542242/instance-356341-1177542242.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.36 0.09 0.03 3/77 20380
/proc/meminfo: memFree=1831032/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 230261901 5480448 232 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671283282 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/20380/statm: 1338 232 195 169 0 49 0
[pid=20381] ppid=20380 vsize=5352 CPUtime=0
/proc/20381/stat : 20381 (TiniSatELite) S 20380 20380 20280 0 -1 4194368 52 0 0 0 0 0 0 0 18 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/20381/statm: 1338 236 198 169 0 49 0
[pid=20382] ppid=20381 vsize=0 CPUtime=0
/proc/20382/stat : 20382 (TiniSatELite) D 20381 20380 20280 0 -1 4194372 25 0 0 0 0 0 0 0 15 0 1 0 230261901 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 65538 18446744072099781622 0 0 17 1 0 0
/proc/20382/statm: 0 0 0 0 0 0 0
[pid=20383] ppid=20381 vsize=0 CPUtime=0
/proc/20383/stat : 20383 (sed) R 20381 20380 20280 0 -1 4194308 163 0 0 0 0 0 0 0 15 0 1 0 230261901 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/20383/statm: -- couldn't open statm file --
[startup+0.055679 s]
/proc/loadavg: 0.36 0.09 0.03 3/77 20380
/proc/meminfo: memFree=1831032/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101683 s]
/proc/loadavg: 0.36 0.09 0.03 3/77 20380
/proc/meminfo: memFree=1831032/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301722 s]
/proc/loadavg: 0.36 0.09 0.03 3/77 20380
/proc/meminfo: memFree=1831032/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701756 s]
/proc/loadavg: 0.36 0.09 0.03 3/77 20380
/proc/meminfo: memFree=1831032/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50183 s]
/proc/loadavg: 0.36 0.09 0.03 2/79 20385
/proc/meminfo: memFree=1749544/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
[pid=20385] ppid=20380 vsize=96044 CPUtime=1.48
/proc/20385/stat : 20385 (SatELite_releas) R 20380 20380 20280 0 -1 4194304 20613 0 0 0 134 14 0 0 25 0 1 0 230261901 98349056 20225 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/20385/statm: 24011 20225 66 128 0 23880 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101396

[startup+3.102 s]
/proc/loadavg: 0.36 0.09 0.03 2/79 20385
/proc/meminfo: memFree=1742888/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
[pid=20385] ppid=20380 vsize=99996 CPUtime=3.08
/proc/20385/stat : 20385 (SatELite_releas) R 20380 20380 20280 0 -1 4194304 21593 0 0 0 291 17 0 0 25 0 1 0 230261901 102395904 21205 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/20385/statm: 24999 21205 66 128 0 24868 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 105348

[startup+6.30133 s]
/proc/loadavg: 0.41 0.11 0.03 2/79 20385
/proc/meminfo: memFree=1725160/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
[pid=20385] ppid=20380 vsize=106876 CPUtime=6.28
/proc/20385/stat : 20385 (SatELite_releas) R 20380 20380 20280 0 -1 4194304 23261 0 0 0 604 24 0 0 25 0 1 0 230261901 109441024 22873 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134543046 0 0 4096 3 0 0 0 17 1 0 0
/proc/20385/statm: 26719 22873 66 128 0 26588 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 112228

[startup+12.702 s]
/proc/loadavg: 0.46 0.12 0.04 2/79 20385
/proc/meminfo: memFree=1696808/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=0
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 230261901 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 235 197 169 0 49 0
[pid=20385] ppid=20380 vsize=128280 CPUtime=12.67
/proc/20385/stat : 20385 (SatELite_releas) R 20380 20380 20280 0 -1 4194304 27484 0 0 0 1237 30 0 0 25 0 1 0 230261901 131358720 26792 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134573574 0 0 4096 3 0 0 0 17 1 0 0
/proc/20385/statm: 32070 26792 66 128 0 31939 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 133632

[startup+25.5013 s]
/proc/loadavg: 0.58 0.16 0.05 2/79 20386
/proc/meminfo: memFree=1751080/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=52652 CPUtime=7.45
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 9972 0 0 0 739 6 0 0 25 0 1 0 230263705 53915648 8945 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134520020 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 13163 8945 52 110 0 13050 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 58004

[startup+51.101 s]
/proc/loadavg: 0.72 0.23 0.08 2/79 20386
/proc/meminfo: memFree=1745576/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=52652 CPUtime=33.04
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 11406 0 0 0 3296 8 0 0 25 0 1 0 230263705 53915648 10379 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 13163 10379 52 110 0 13050 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58004

[startup+102.305 s]
/proc/loadavg: 0.88 0.35 0.12 2/79 20386
/proc/meminfo: memFree=1734824/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=84.24
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 14104 0 0 0 8412 12 0 0 25 0 1 0 230263705 108756992 13077 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 13077 52 110 0 26439 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 111560

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

[startup+127.901 s]
/proc/loadavg: 0.92 0.40 0.15 2/79 20386
/proc/meminfo: memFree=1730216/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=109.82
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 15256 0 0 0 10968 14 0 0 25 0 1 0 230263705 108756992 14229 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 14229 52 110 0 26439 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 111560

[startup+140.701 s]
/proc/loadavg: 0.93 0.43 0.16 2/79 20386
/proc/meminfo: memFree=1728232/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=122.62
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 15724 0 0 0 12248 14 0 0 25 0 1 0 230263705 108756992 14697 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 14697 52 110 0 26439 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 111560

[startup+147.101 s]
/proc/loadavg: 0.94 0.43 0.16 2/79 20386
/proc/meminfo: memFree=1727528/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=129.01
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 15932 0 0 0 12887 14 0 0 25 0 1 0 230263705 108756992 14905 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 14905 52 110 0 26439 0
Current children cumulated CPU time (s) 147.03
Current children cumulated vsize (KiB) 111560

[startup+153.502 s]
/proc/loadavg: 0.94 0.44 0.17 2/79 20386
/proc/meminfo: memFree=1726824/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=135.41
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 16095 0 0 0 13527 14 0 0 25 0 1 0 230263705 108756992 15068 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 15068 52 110 0 26439 0
Current children cumulated CPU time (s) 153.43
Current children cumulated vsize (KiB) 111560

[startup+156.701 s]
/proc/loadavg: 0.95 0.45 0.17 2/79 20386
/proc/meminfo: memFree=1726632/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=138.61
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 16151 0 0 0 13846 15 0 0 25 0 1 0 230263705 108756992 15124 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 15124 52 110 0 26439 0
Current children cumulated CPU time (s) 156.63
Current children cumulated vsize (KiB) 111560

[startup+157.501 s]
/proc/loadavg: 0.95 0.45 0.17 2/79 20386
/proc/meminfo: memFree=1726440/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=139.41
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 16182 0 0 0 13926 15 0 0 25 0 1 0 230263705 108756992 15155 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 15155 52 110 0 26439 0
Current children cumulated CPU time (s) 157.43
Current children cumulated vsize (KiB) 111560

[startup+158.301 s]
/proc/loadavg: 0.95 0.45 0.17 2/79 20386
/proc/meminfo: memFree=1726248/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5352 CPUtime=18.02
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 331 29457 0 0 0 0 1762 40 16 0 1 0 230261901 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1338 236 197 169 0 49 0
[pid=20386] ppid=20380 vsize=106208 CPUtime=140.22
/proc/20386/stat : 20386 (tinisat) R 20380 20380 20280 0 -1 4194304 16216 0 0 0 14007 15 0 0 25 0 1 0 230263705 108756992 15189 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20386/statm: 26552 15189 52 110 0 26439 0
Current children cumulated CPU time (s) 158.24
Current children cumulated vsize (KiB) 111560

[startup+158.702 s]
/proc/loadavg: 0.95 0.45 0.17 2/79 20386
/proc/meminfo: memFree=1726248/2055920 swapFree=4156304/4192956
[pid=20380] ppid=20378 vsize=5356 CPUtime=158.63
/proc/20380/stat : 20380 (TiniSatELite) S 20378 20380 20280 0 -1 4194304 358 45687 0 0 0 0 15807 56 18 0 1 0 230261901 5484544 239 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 239 198 169 0 50 0
Current children cumulated CPU time (s) 158.63
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 158.726
CPU time (s): 158.666
CPU user time (s): 158.078
CPU system time (s): 0.58791
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 134888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.078
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46172
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= 69
involuntary context switches= 3229

runsolver used 0.142978 second user time and 0.440932 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Apr 25 23:04:03 UTC 2007

IDJOB= 356341
IDBENCH= 20419
IDSOLVER= 170
FILE ID= node7/356341-1177542242

PBS_JOBID= 4695923

Free space on /tmp= 66399 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= /tmp/evaluation/356341-1177542242/TiniSatELite /tmp/evaluation/356341-1177542242/instance-356341-1177542242.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-356341-1177542242 -o ROOT/results/node7/solver-356341-1177542242 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/356341-1177542242/TiniSatELite /tmp/evaluation/356341-1177542242/instance-356341-1177542242.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 49739958

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1831440 kB
Buffers:         37072 kB
Cached:         119460 kB
SwapCached:      16800 kB
Active:          76320 kB
Inactive:       104168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831440 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:           14988 kB
Writeback:           0 kB
Mapped:          29736 kB
Slab:            29412 kB
Committed_AS:  8891604 kB
PageTables:       1860 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= 66399 MiB

End job on node7 on Wed Apr 25 23:06:42 UTC 2007