Trace number 330827

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 453.421 453.561

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  261472   744578 |   78441       0        0     nan |  0.000 % |
1.89/1.94	c |         0 |  244145   773136 |      --       0       --      -- |     --   | -17305/28607
1.89/1.94	c ==============================================================================
1.89/1.94	c Result  :   #vars: 16889   #clauses: 244145   #literals: 773136
1.89/1.94	c CPU time:   1.87971 s
1.89/1.94	c ==============================================================================
2.24/2.62	c Tinisat 0.22
2.24/2.62	c solving /tmp/GTI_node4.alineos.net_22974.cnf
2.24/2.62	c 16889 variables, 244145 clauses
453.34/453.51	c 2669266 decisions, 592335 conflicts, 314 restarts
453.34/453.51	c solved in 451.13s
453.34/453.55	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/node4/watcher-330827-1173174531 -o ROOT/results/node4/solver-330827-1173174531 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330827-1173174531/TiniSatELite /tmp/evaluation/330827-1173174531/instance-330827-1173174531.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22974
/proc/meminfo: memFree=1752032/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 337408027 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913384018 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/22974/statm: 1338 232 195 169 0 49 0
[pid=22975] ppid=22974 vsize=5352 CPUtime=0
/proc/22975/stat : 22975 (TiniSatELite) R 22974 22974 21675 0 -1 4194368 53 188 0 0 0 0 0 0 20 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 4408712 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/22975/statm: 1338 236 198 169 0 49 0

[startup+0.0591349 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22974
/proc/meminfo: memFree=1752032/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 337408027 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22974/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102137 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22974
/proc/meminfo: memFree=1752032/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 337408027 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22974/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301155 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22974
/proc/meminfo: memFree=1752032/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 337408027 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22974/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701193 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22974
/proc/meminfo: memFree=1752032/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 337408027 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22974/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50227 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22979
/proc/meminfo: memFree=1727888/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=0
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 337408027 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22974/statm: 1338 234 197 169 0 49 0
[pid=22979] ppid=22974 vsize=28720 CPUtime=1.48
/proc/22979/stat : 22979 (SatELite_releas) R 22974 22974 21675 0 -1 4194304 6944 0 0 0 144 4 0 0 25 0 1 0 337408028 29409280 6416 18446744073709551615 134512640 135037501 4294956592 18446744073709551615 134543043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22979/statm: 7180 6416 66 128 0 7049 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34072

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22979
/proc/meminfo: memFree=1725008/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 5352

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1730384/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=20268 CPUtime=4.03
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 4796 0 0 0 400 3 0 0 25 0 1 0 337408253 20754432 4203 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134612167 0 0 4096 0 0 0 0 17 0 0 0
/proc/22980/statm: 5067 4203 52 110 0 4954 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25620

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1725392/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=36164 CPUtime=10.42
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 5871 0 0 0 1038 4 0 0 25 0 1 0 337408253 37031936 5278 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 9041 5278 52 110 0 8928 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41516

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1714384/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=36164 CPUtime=23.21
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 8581 0 0 0 2314 7 0 0 25 0 1 0 337408253 37031936 7988 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 9041 7988 52 110 0 8928 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41516

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1696720/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=67956 CPUtime=48.81
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 12996 0 0 0 4870 11 0 0 25 0 1 0 337408253 69586944 12403 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519601 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 16989 12403 52 110 0 16876 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73308

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1662800/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=131540 CPUtime=99.99
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 21387 0 0 0 9981 18 0 0 25 0 1 0 337408253 134696960 20794 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 32885 20794 52 110 0 32772 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 136892

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1633488/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=135356 CPUtime=159.98
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 28791 0 0 0 15972 26 0 0 25 0 1 0 337408253 138604544 28198 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134517006 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 33839 28198 52 110 0 33726 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 140708

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1608016/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=264080 CPUtime=219.96
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 35102 0 0 0 21963 33 0 0 25 0 1 0 337408253 270417920 34444 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519966 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 66020 34444 52 110 0 65907 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 269432

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1590160/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=265172 CPUtime=279.94
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 39655 0 0 0 27956 38 0 0 25 0 1 0 337408253 271536128 38932 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 66293 38932 52 110 0 66180 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 270524

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1567056/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=266808 CPUtime=339.94
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 45523 0 0 0 33948 46 0 0 25 0 1 0 337408253 273211392 44670 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 66702 44670 52 110 0 66589 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 272160

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1551184/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=270988 CPUtime=399.92
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 50210 0 0 0 39941 51 0 0 25 0 1 0 337408253 277491712 48650 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67747 48650 52 110 0 67634 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 276340

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1549264/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=270988 CPUtime=407.11
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 50662 0 0 0 40660 51 0 0 25 0 1 0 337408253 277491712 49102 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134517130 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67747 49102 52 110 0 67634 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 276340

[startup+435.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1542672/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271412 CPUtime=432.71
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 52338 0 0 0 43217 54 0 0 25 0 1 0 337408253 277925888 50778 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67853 50778 52 110 0 67740 0
Current children cumulated CPU time (s) 434.95
Current children cumulated vsize (KiB) 276764

[startup+441.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1540880/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271700 CPUtime=439.11
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 52764 0 0 0 43857 54 0 0 25 0 1 0 337408253 278220800 51204 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67925 51204 52 110 0 67812 0
Current children cumulated CPU time (s) 441.35
Current children cumulated vsize (KiB) 277052

[startup+447.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1539280/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271700 CPUtime=445.51
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 53137 0 0 0 44496 55 0 0 25 0 1 0 337408253 278220800 51577 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67925 51577 52 110 0 67812 0
Current children cumulated CPU time (s) 447.75
Current children cumulated vsize (KiB) 277052

[startup+451.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1538448/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271844 CPUtime=448.71
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 53342 0 0 0 44816 55 0 0 25 0 1 0 337408253 278368256 51782 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67961 51782 52 110 0 67848 0
Current children cumulated CPU time (s) 450.95
Current children cumulated vsize (KiB) 277196

[startup+452.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1538128/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271844 CPUtime=450.3
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 53446 0 0 0 44975 55 0 0 25 0 1 0 337408253 278368256 51886 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67961 51886 52 110 0 67848 0
Current children cumulated CPU time (s) 452.54
Current children cumulated vsize (KiB) 277196

[startup+453.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1537936/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271844 CPUtime=450.71
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 53461 0 0 0 45016 55 0 0 25 0 1 0 337408253 278368256 51901 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67961 51901 52 110 0 67848 0
Current children cumulated CPU time (s) 452.95
Current children cumulated vsize (KiB) 277196

[startup+453.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 22980
/proc/meminfo: memFree=1537936/2055920 swapFree=4153444/4192956
[pid=22974] ppid=22972 vsize=5352 CPUtime=2.24
/proc/22974/stat : 22974 (TiniSatELite) S 22972 22974 21675 0 -1 4194304 331 9227 0 0 0 0 217 7 16 0 1 0 337408027 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22974/statm: 1338 236 197 169 0 49 0
[pid=22980] ppid=22974 vsize=271844 CPUtime=451.1
/proc/22980/stat : 22980 (tinisat) R 22974 22974 21675 0 -1 4194304 53474 0 0 0 45055 55 0 0 25 0 1 0 337408253 278368256 51914 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22980/statm: 67961 51914 52 110 0 67848 0
Current children cumulated CPU time (s) 453.34
Current children cumulated vsize (KiB) 277196

Child status: 20
Real time (s): 453.561
CPU time (s): 453.421
CPU user time (s): 452.747
CPU system time (s): 0.673897
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 277196

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

runsolver used 0.398939 second user time and 1.25681 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Mar  6 09:48:52 UTC 2007

IDJOB= 330827
IDBENCH= 20573
IDSOLVER= 99
FILE ID= node4/330827-1173174531

PBS_JOBID= 4015015

Free space on /tmp= 66515 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= /tmp/evaluation/330827-1173174531/TiniSatELite /tmp/evaluation/330827-1173174531/instance-330827-1173174531.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-330827-1173174531 -o ROOT/results/node4/solver-330827-1173174531 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330827-1173174531/TiniSatELite /tmp/evaluation/330827-1173174531/instance-330827-1173174531.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 19363836

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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:       1752504 kB
Buffers:         36600 kB
Cached:         189116 kB
SwapCached:       2152 kB
Active:         121424 kB
Inactive:       127064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752504 kB
SwapTotal:     4192956 kB
SwapFree:      4153444 kB
Dirty:            5916 kB
Writeback:           0 kB
Mapped:          30712 kB
Slab:            40432 kB
Committed_AS:  1246244 kB
PageTables:       1768 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= 66515 MiB

End job on node4 on Tue Mar  6 09:56:25 UTC 2007