Trace number 315455

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 186.995 187.105

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h32-unknown.cnf
MD5SUM31ebf23e42c2af5eeb4e8b1cb1366a0c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.3348
Satisfiable
(Un)Satisfiability was proved
Number of variables161116
Number of clauses800163
Sum of the clauses size2079881
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2640925
Number of clauses of size 3153402
Number of clauses of size 41419
Number of clauses of size 5124
Number of clauses of size over 54017

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.72	c ==============================================================================
0.00/0.72	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.72	c ==============================================================================
0.00/0.72	c |         0 |  799863  2079545 |  239958       0        0     nan |  0.000 % |
17.28/17.35	c |         0 |  496758  3105854 |      --       0       --      -- |     --   | -303105/1026309
17.28/17.35	c ==============================================================================
17.28/17.35	c Result  :   #vars: 12262   #clauses: 496758   #literals: 3105854
17.28/17.35	c CPU time:   16.9534 s
17.28/17.35	c ==============================================================================
19.78/19.80	c Tinisat 0.22
19.78/19.80	c solving /tmp/GTI_node41.alineos.net_2216.cnf
19.78/19.80	c 12262 variables, 496758 clauses
186.89/187.06	c 326625 decisions, 167496 conflicts, 122 restarts
186.89/187.06	c solved in 168.44s
186.89/187.07	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/node41/watcher-315455-1172654253 -o ROOT/results/node41/solver-315455-1172654253 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315455-1172654253/TiniSatELite /tmp/evaluation/315455-1172654253/instance-315455-1172654253.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.92 0.98 0.99 3/64 2216
/proc/meminfo: memFree=1557744/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 285381232 5484544 233 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390313042 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/2216/statm: 1339 233 195 169 0 50 0
[pid=2217] ppid=2216 vsize=5356 CPUtime=0
/proc/2217/stat : 2217 (TiniSatELite) S 2216 2216 1433 0 -1 4194368 52 25 0 0 0 0 0 0 21 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/2217/statm: 1339 237 198 169 0 50 0
[pid=2219] ppid=2217 vsize=0 CPUtime=0
/proc/2219/stat : 2219 (sed) D 2217 2216 1433 0 -1 4194308 164 0 0 0 0 0 0 0 22 0 1 0 285381232 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2219/statm: 0 0 0 0 0 0 0

[startup+0.00857092 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2216
/proc/meminfo: memFree=1557744/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101576 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2216
/proc/meminfo: memFree=1557744/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301594 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2216
/proc/meminfo: memFree=1557744/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701628 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2216
/proc/meminfo: memFree=1557744/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 2221
/proc/meminfo: memFree=1471648/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
[pid=2221] ppid=2216 vsize=99724 CPUtime=1.49
/proc/2221/stat : 2221 (SatELite_releas) R 2216 2216 1433 0 -1 4194304 21841 0 0 0 134 15 0 0 25 0 1 0 285381233 102117376 21425 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134680450 0 0 4096 3 0 0 0 17 0 0 0
/proc/2221/statm: 24931 21425 66 128 0 24800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105080

[startup+3.10184 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 2221
/proc/meminfo: memFree=1464480/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
[pid=2221] ppid=2216 vsize=103692 CPUtime=3.09
/proc/2221/stat : 2221 (SatELite_releas) R 2216 2216 1433 0 -1 4194304 22831 0 0 0 292 17 0 0 25 0 1 0 285381233 106180608 22415 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543046 0 0 4096 3 0 0 0 17 0 0 0
/proc/2221/statm: 25923 22415 66 128 0 25792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109048

[startup+6.30211 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 2221
/proc/meminfo: memFree=1446688/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
[pid=2221] ppid=2216 vsize=110844 CPUtime=6.28
/proc/2221/stat : 2221 (SatELite_releas) R 2216 2216 1433 0 -1 4194304 24559 0 0 0 602 26 0 0 25 0 1 0 285381233 113504256 24143 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134543040 0 0 4096 3 0 0 0 17 0 0 0
/proc/2221/statm: 27711 24143 66 128 0 27580 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 116200

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 2221
/proc/meminfo: memFree=1414944/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=0
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 310 252 0 0 0 0 0 0 18 0 1 0 285381232 5484544 236 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2216/statm: 1339 236 197 169 0 50 0
[pid=2221] ppid=2216 vsize=133408 CPUtime=12.68
/proc/2221/stat : 2221 (SatELite_releas) R 2216 2216 1433 0 -1 4194304 29202 0 0 0 1231 37 0 0 25 0 1 0 285381233 136609792 28470 18446744073709551615 134512640 135037501 4294956528 18446744073709551615 134573900 0 0 4096 3 0 0 0 17 0 0 0
/proc/2221/statm: 33352 28470 66 128 0 33221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138764

[startup+25.5018 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1473248/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=55008 CPUtime=6.96
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 10395 0 0 0 690 6 0 0 25 0 1 0 285383085 56328192 9336 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 13752 9336 52 110 0 13639 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60364

[startup+51.102 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1469408/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=55008 CPUtime=32.54
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 11450 0 0 0 3247 7 0 0 25 0 1 0 285383085 56328192 10391 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519849 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 13752 10391 52 110 0 13639 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 60364

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1460832/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=55008 CPUtime=83.71
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 13579 0 0 0 8362 9 0 0 25 0 1 0 285383085 56328192 12520 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 13752 12520 52 110 0 13639 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 60364

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1453600/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=143.68
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15397 0 0 0 14357 11 0 0 25 0 1 0 285383085 113971200 14338 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14338 52 110 0 27712 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 116656

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

[startup+166.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1453088/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=147.68
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15488 0 0 0 14757 11 0 0 25 0 1 0 285383085 113971200 14429 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14429 52 110 0 27712 0
Current children cumulated CPU time (s) 166.2
Current children cumulated vsize (KiB) 116656

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1452128/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=160.47
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15754 0 0 0 16035 12 0 0 25 0 1 0 285383085 113971200 14695 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14695 52 110 0 27712 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 116656

[startup+182.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1451808/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=163.67
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15830 0 0 0 16355 12 0 0 25 0 1 0 285383085 113971200 14771 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14771 52 110 0 27712 0
Current children cumulated CPU time (s) 182.19
Current children cumulated vsize (KiB) 116656

[startup+185.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1451552/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=166.87
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15903 0 0 0 16675 12 0 0 25 0 1 0 285383085 113971200 14844 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14844 52 110 0 27712 0
Current children cumulated CPU time (s) 185.39
Current children cumulated vsize (KiB) 116656

[startup+186.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1451424/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=167.67
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15916 0 0 0 16755 12 0 0 25 0 1 0 285383085 113971200 14857 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14857 52 110 0 27712 0
Current children cumulated CPU time (s) 186.19
Current children cumulated vsize (KiB) 116656

[startup+186.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1451424/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5356 CPUtime=18.52
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 333 31276 0 0 0 0 1806 46 16 0 1 0 285381232 5484544 237 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1339 237 197 169 0 50 0
[pid=2222] ppid=2216 vsize=111300 CPUtime=168.07
/proc/2222/stat : 2222 (tinisat) R 2216 2216 1433 0 -1 4194304 15922 0 0 0 16795 12 0 0 25 0 1 0 285383085 113971200 14863 18446744073709551615 134512640 134966189 4294956656 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 0 0 0
/proc/2222/statm: 27825 14863 52 110 0 27712 0
Current children cumulated CPU time (s) 186.59
Current children cumulated vsize (KiB) 116656

[startup+187.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2222
/proc/meminfo: memFree=1451360/2055920 swapFree=4183836/4192956
[pid=2216] ppid=2214 vsize=5360 CPUtime=186.96
/proc/2216/stat : 2216 (TiniSatELite) S 2214 2216 1433 0 -1 4194304 360 47209 0 0 0 0 18637 59 19 0 1 0 285381232 5488640 240 18446744073709551615 4194304 4889804 548682069232 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2216/statm: 1340 240 198 169 0 51 0
Current children cumulated CPU time (s) 186.96
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 187.105
CPU time (s): 186.995
CPU user time (s): 186.373
CPU system time (s): 0.621905
CPU usage (%): 99.9408
Max. virtual memory (cumulated for all children) (KiB): 140408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.373
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47696
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= 72
involuntary context switches= 686

runsolver used 0.183972 second user time and 0.505923 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Wed Feb 28 09:17:33 UTC 2007

IDJOB= 315455
IDBENCH= 20417
IDSOLVER= 99
FILE ID= node41/315455-1172654253

PBS_JOBID= 3981186

Free space on /tmp= 66542 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h32-unknown.cnf
COMMAND LINE= /tmp/evaluation/315455-1172654253/TiniSatELite /tmp/evaluation/315455-1172654253/instance-315455-1172654253.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-315455-1172654253 -o ROOT/results/node41/solver-315455-1172654253 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315455-1172654253/TiniSatELite /tmp/evaluation/315455-1172654253/instance-315455-1172654253.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  31ebf23e42c2af5eeb4e8b1cb1366a0c

RANDOM SEED= 929743420

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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:       1558216 kB
Buffers:         15940 kB
Cached:         431640 kB
SwapCached:       2852 kB
Active:          56808 kB
Inactive:       400084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558216 kB
SwapTotal:     4192956 kB
SwapFree:      4183836 kB
Dirty:           15588 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            26816 kB
Committed_AS:   609996 kB
PageTables:       1476 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= 66542 MiB

End job on node41 on Wed Feb 28 09:20:40 UTC 2007