Trace number 355860

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 2252.89 2253.62

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark637.607
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.81	c ==============================================================================
0.00/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.81	c ==============================================================================
0.00/0.81	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
7.37/7.47	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
7.37/7.47	c ==============================================================================
7.37/7.47	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
7.37/7.47	c CPU time:   7.28089 s
7.37/7.47	c ==============================================================================
9.94/10.09	c Tinisat 0.22
9.94/10.09	c solving /tmp/GTI_node15.alineos.net_7535.cnf
9.94/10.09	c 54024 variables, 933146 clauses
2252.64/2253.44	c 9471420 decisions, 1248482 conflicts, 570 restarts
2252.64/2253.44	c solved in 2244.04s
2252.84/2253.60	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-355860-1176902961 -o ROOT/results/node15/solver-355860-1176902961 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/355860-1176902961/TiniSatELite /tmp/evaluation/355860-1176902961/instance-355860-1176902961.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.80 0.94 0.97 3/77 7535
/proc/meminfo: memFree=1565024/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 138213877 5480448 232 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472784978 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/7535/statm: 1338 232 195 169 0 49 0
[pid=7536] ppid=7535 vsize=5352 CPUtime=0
/proc/7536/stat : 7536 (TiniSatELite) S 7535 7535 7479 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/7536/statm: 1338 236 198 169 0 49 0
[pid=7538] ppid=7536 vsize=0 CPUtime=0
/proc/7538/stat : 7538 (sed) D 7536 7535 7479 0 -1 4194308 163 0 0 0 0 0 0 0 22 0 1 0 138213877 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7538/statm: 0 0 0 0 0 0 0

[startup+0.0933629 s]
/proc/loadavg: 0.80 0.94 0.97 3/77 7535
/proc/meminfo: memFree=1565024/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101355 s]
/proc/loadavg: 0.80 0.94 0.97 3/77 7535
/proc/meminfo: memFree=1565024/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301377 s]
/proc/loadavg: 0.80 0.94 0.97 3/77 7535
/proc/meminfo: memFree=1565024/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701417 s]
/proc/loadavg: 0.80 0.94 0.97 3/77 7535
/proc/meminfo: memFree=1565024/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50148 s]
/proc/loadavg: 0.80 0.94 0.97 2/79 7540
/proc/meminfo: memFree=1496776/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
[pid=7540] ppid=7535 vsize=85552 CPUtime=1.48
/proc/7540/stat : 7540 (SatELite_releas) R 7535 7535 7479 0 -1 4194304 20766 0 0 0 135 13 0 0 25 0 1 0 138213878 87605248 18686 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134681051 0 0 4096 3 0 0 0 17 1 0 0
/proc/7540/statm: 21388 18687 66 128 0 21257 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90904

[startup+3.10163 s]
/proc/loadavg: 0.81 0.94 0.97 2/79 7540
/proc/meminfo: memFree=1485008/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
[pid=7540] ppid=7535 vsize=90932 CPUtime=3.08
/proc/7540/stat : 7540 (SatELite_releas) R 7535 7535 7479 0 -1 4194304 22048 0 0 0 294 14 0 0 25 0 1 0 138213878 93114368 19968 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134570963 0 0 4096 3 0 0 0 17 1 0 0
/proc/7540/statm: 22733 19968 66 128 0 22602 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96284

[startup+6.30292 s]
/proc/loadavg: 0.81 0.94 0.97 2/79 7540
/proc/meminfo: memFree=1475032/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=0
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 138213877 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7535/statm: 1338 235 197 169 0 49 0
[pid=7540] ppid=7535 vsize=105848 CPUtime=6.27
/proc/7540/stat : 7540 (SatELite_releas) R 7535 7535 7479 0 -1 4194304 24278 0 0 0 611 16 0 0 25 0 1 0 138213878 108388352 21955 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134543062 0 0 4096 3 0 0 0 17 1 0 0
/proc/7540/statm: 26462 21955 66 128 0 26331 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 111200

[startup+12.7015 s]
/proc/loadavg: 0.84 0.94 0.97 2/79 7541
/proc/meminfo: memFree=1494120/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=73876 CPUtime=3.98
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 14485 0 0 0 389 9 0 0 25 0 1 0 138214746 75649024 12328 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 18469 12328 52 110 0 18356 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 79228

[startup+25.5017 s]
/proc/loadavg: 0.86 0.94 0.97 2/79 7541
/proc/meminfo: memFree=1486888/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=73876 CPUtime=16.78
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 16382 0 0 0 1667 11 0 0 25 0 1 0 138214746 75649024 14225 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 18469 14225 52 110 0 18356 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 79228

[startup+51.101 s]
/proc/loadavg: 0.91 0.95 0.97 2/79 7541
/proc/meminfo: memFree=1469032/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=133700 CPUtime=42.37
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 20649 0 0 0 4223 14 0 0 25 0 1 0 138214746 136908800 18492 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 33425 18492 52 110 0 33312 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 139052

[startup+102.306 s]
/proc/loadavg: 0.96 0.95 0.97 2/79 7541
/proc/meminfo: memFree=1448424/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=133700 CPUtime=93.56
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 25863 0 0 0 9337 19 0 0 25 0 1 0 138214746 136908800 23706 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 33425 23706 52 110 0 33312 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 139052

[startup+162.301 s]
/proc/loadavg: 0.98 0.96 0.97 2/79 7541
/proc/meminfo: memFree=1417256/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=133700 CPUtime=153.54
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 33718 0 0 0 15328 26 0 0 25 0 1 0 138214746 136908800 31561 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 33425 31561 52 110 0 33312 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 139052

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/79 7541
/proc/meminfo: memFree=1378280/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=253348 CPUtime=213.52
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 43352 0 0 0 21317 35 0 0 25 0 1 0 138214746 259428352 41195 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 63337 41195 52 110 0 63224 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 258700

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 7541
/proc/meminfo: memFree=1346472/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=253348 CPUtime=273.51
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 51300 0 0 0 27308 43 0 0 25 0 1 0 138214746 259428352 49143 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 63337 49143 52 110 0 63224 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 258700

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 7541
/proc/meminfo: memFree=1302440/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=253348 CPUtime=333.49
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 62237 0 0 0 33295 54 0 0 25 0 1 0 138214746 259428352 60080 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 63337 60080 52 110 0 63224 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 258700

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 7541
/proc/meminfo: memFree=1272488/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0

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


[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=594216/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=983052 CPUtime=1952.97
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 238643 0 0 0 195068 229 0 0 25 0 1 0 138214746 1006645248 236453 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 245763 236453 52 110 0 245650 0
Current children cumulated CPU time (s) 1961.62
Current children cumulated vsize (KiB) 988404

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=568872/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=983052 CPUtime=2012.95
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 245020 0 0 0 201059 236 0 0 25 0 1 0 138214746 1006645248 242830 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 245763 242830 52 110 0 245650 0
Current children cumulated CPU time (s) 2021.6
Current children cumulated vsize (KiB) 988404

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=551592/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1463060 CPUtime=2072.94
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 249269 0 0 0 207053 241 0 0 25 0 1 0 138214746 1498173440 247079 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 365765 247079 52 110 0 365652 0
Current children cumulated CPU time (s) 2081.59
Current children cumulated vsize (KiB) 1468412

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=536552/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1465760 CPUtime=2132.92
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 253072 0 0 0 213046 246 0 0 25 0 1 0 138214746 1500938240 250849 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366440 250849 52 110 0 366327 0
Current children cumulated CPU time (s) 2141.57
Current children cumulated vsize (KiB) 1471112

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=521512/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1466788 CPUtime=2192.9
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 256784 0 0 0 219040 250 0 0 25 0 1 0 138214746 1501990912 254561 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366697 254561 52 110 0 366584 0
Current children cumulated CPU time (s) 2201.55
Current children cumulated vsize (KiB) 1472140

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

[startup+2227.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=515368/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1466920 CPUtime=2217.7
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 258382 0 0 0 221518 252 0 0 25 0 1 0 138214746 1502126080 256159 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134515397 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366730 256159 52 110 0 366617 0
Current children cumulated CPU time (s) 2226.35
Current children cumulated vsize (KiB) 1472272

[startup+2239.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=513704/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1466920 CPUtime=2230.49
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 258751 0 0 0 222797 252 0 0 25 0 1 0 138214746 1502126080 256528 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366730 256528 52 110 0 366617 0
Current children cumulated CPU time (s) 2239.14
Current children cumulated vsize (KiB) 1472272

[startup+2246.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512872/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1467944 CPUtime=2236.89
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 258950 0 0 0 223437 252 0 0 25 0 1 0 138214746 1503174656 256727 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366986 256727 52 110 0 366873 0
Current children cumulated CPU time (s) 2245.54
Current children cumulated vsize (KiB) 1473296

[startup+2249.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512552/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1467944 CPUtime=2240.1
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 259036 0 0 0 223757 253 0 0 25 0 1 0 138214746 1503174656 256813 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366986 256813 52 110 0 366873 0
Current children cumulated CPU time (s) 2248.75
Current children cumulated vsize (KiB) 1473296

[startup+2251.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512360/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1467944 CPUtime=2241.69
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 259080 0 0 0 223916 253 0 0 25 0 1 0 138214746 1503174656 256857 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366986 256857 52 110 0 366873 0
Current children cumulated CPU time (s) 2250.34
Current children cumulated vsize (KiB) 1473296

[startup+2252.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512168/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1467944 CPUtime=2243.29
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 259124 0 0 0 224076 253 0 0 25 0 1 0 138214746 1503174656 256901 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366986 256901 52 110 0 366873 0
Current children cumulated CPU time (s) 2251.94
Current children cumulated vsize (KiB) 1473296

[startup+2253.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512168/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=1467944 CPUtime=2243.69
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194304 259128 0 0 0 224116 253 0 0 25 0 1 0 138214746 1503174656 256905 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 366986 256905 52 110 0 366873 0
Current children cumulated CPU time (s) 2252.34
Current children cumulated vsize (KiB) 1473296

[startup+2253.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512168/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=0 CPUtime=2244.09
/proc/7541/stat : 7541 (tinisat) R 7535 7535 7479 0 -1 4194308 259141 0 0 0 224151 258 0 0 25 0 1 0 138214746 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2252.74
Current children cumulated vsize (KiB) 5352

[startup+2253.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7741
/proc/meminfo: memFree=512168/2055920 swapFree=4169120/4192956
[pid=7535] ppid=7533 vsize=5352 CPUtime=8.65
/proc/7535/stat : 7535 (TiniSatELite) S 7533 7535 7479 0 -1 4194304 332 26714 0 0 0 0 839 26 16 0 1 0 138213877 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7535/statm: 1338 236 197 169 0 49 0
[pid=7541] ppid=7535 vsize=0 CPUtime=2244.19
/proc/7541/stat : 7541 (tinisat) D 7535 7535 7479 0 -1 4194308 259141 0 0 0 224151 268 0 0 24 0 1 0 138214746 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 0 0 0
/proc/7541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2252.84
Current children cumulated vsize (KiB) 5352

Child status: 20
Real time (s): 2253.62
CPU time (s): 2252.89
CPU user time (s): 2249.91
CPU system time (s): 2.97355
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 1473296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2249.91
system time used= 2.97355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286341
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= 8408

runsolver used 2.47662 second user time and 5.72213 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Wed Apr 18 13:29:23 UTC 2007

IDJOB= 355860
IDBENCH= 20581
IDSOLVER= 170
FILE ID= node15/355860-1176902961

PBS_JOBID= 4595216

Free space on /tmp= 66465 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= /tmp/evaluation/355860-1176902961/TiniSatELite /tmp/evaluation/355860-1176902961/instance-355860-1176902961.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-355860-1176902961 -o ROOT/results/node15/solver-355860-1176902961 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/355860-1176902961/TiniSatELite /tmp/evaluation/355860-1176902961/instance-355860-1176902961.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ba6236c6cc840bb0208f73665843c375

RANDOM SEED= 806436070

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1565560 kB
Buffers:         20480 kB
Cached:         398792 kB
SwapCached:       2056 kB
Active:          62680 kB
Inactive:       378712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565560 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:           20052 kB
Writeback:           0 kB
Mapped:          29772 kB
Slab:            34436 kB
Committed_AS:  6195748 kB
PageTables:       1868 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= 66465 MiB

End job on node15 on Wed Apr 18 14:06:57 UTC 2007