Trace number 330828

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
tinisat 2007-02-08UNSAT 761.492 761.849

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.29/0.36	c Tinisat 0.22
0.29/0.36	c solving /tmp/evaluation/330828-1173174557/instance-330828-1173174557.cnf
0.29/0.36	c 24604 variables, 261473 clauses
761.34/761.76	s UNSATISFIABLE
761.34/761.76	c 3122918 decisions, 708157 conflicts, 380 restarts
761.34/761.76	c solved in 761.41s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-330828-1173174557 -o ROOT/results/node9/solver-330828-1173174557 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330828-1173174557/tinisat /tmp/evaluation/330828-1173174557/instance-330828-1173174557.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.84 0.95 0.98 3/77 21091
/proc/meminfo: memFree=1419328/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=2764 CPUtime=0
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 337410373 2830336 82 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 691 82 48 110 0 578 0

[startup+0.0233681 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 21091
/proc/meminfo: memFree=1419328/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=3028 CPUtime=0.02
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 193 0 0 0 2 0 0 0 18 0 1 0 337410373 3100672 178 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 757 178 48 110 0 644 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3028

[startup+0.101382 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 21091
/proc/meminfo: memFree=1419328/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=4084 CPUtime=0.09
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 583 0 0 0 9 0 0 0 18 0 1 0 337410373 4182016 568 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 1021 568 48 110 0 908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4084

[startup+0.301419 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 21091
/proc/meminfo: memFree=1419328/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=6856 CPUtime=0.29
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 1533 0 0 0 28 1 0 0 20 0 1 0 337410373 7020544 1518 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 1714 1518 48 110 0 1601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6856

[startup+0.701497 s]
/proc/loadavg: 0.84 0.95 0.98 3/77 21091
/proc/meminfo: memFree=1419328/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=21724 CPUtime=0.69
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 4342 0 0 0 67 2 0 0 23 0 1 0 337410373 22245376 3668 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517119 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 5431 3668 52 110 0 5318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21724

[startup+1.50165 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 21092
/proc/meminfo: memFree=1404536/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=21724 CPUtime=1.49
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 4479 0 0 0 147 2 0 0 25 0 1 0 337410373 22245376 3805 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 5431 3805 52 110 0 5318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21724

[startup+3.10196 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 21092
/proc/meminfo: memFree=1403640/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=21724 CPUtime=3.09
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 4754 0 0 0 306 3 0 0 25 0 1 0 337410373 22245376 4080 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 5431 4080 52 110 0 5318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21724

[startup+6.30158 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 21092
/proc/meminfo: memFree=1400376/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=21724 CPUtime=6.28
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 5453 0 0 0 625 3 0 0 25 0 1 0 337410373 22245376 4779 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519663 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 5431 4779 52 110 0 5318 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21724

[startup+12.7018 s]
/proc/loadavg: 0.88 0.95 0.98 2/78 21092
/proc/meminfo: memFree=1395448/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=37444 CPUtime=12.69
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 6736 0 0 0 1264 5 0 0 25 0 1 0 337410373 38342656 6062 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 9361 6062 52 110 0 9248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37444

[startup+25.5013 s]
/proc/loadavg: 0.89 0.95 0.98 2/78 21092
/proc/meminfo: memFree=1379768/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=68884 CPUtime=25.48
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 10565 0 0 0 2541 7 0 0 25 0 1 0 337410373 70537216 9891 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 17221 9891 52 110 0 17108 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68884

[startup+51.1012 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 21092
/proc/meminfo: memFree=1344632/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=131764 CPUtime=51.07
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 19423 0 0 0 5092 15 0 0 25 0 1 0 337410373 134926336 18749 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 32941 18749 52 110 0 32828 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131764

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 21092
/proc/meminfo: memFree=1279736/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=257524 CPUtime=102.25
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 35548 0 0 0 10199 26 0 0 25 0 1 0 337410373 263704576 34874 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518679 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 64381 34874 52 110 0 64268 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 257524

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=1204152/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=258860 CPUtime=162.23
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 54480 0 0 0 16179 44 0 0 25 0 1 0 337410373 265072640 53806 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 64715 53806 52 110 0 64602 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 258860

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=1138552/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=513080 CPUtime=222.2
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 70722 0 0 0 22163 57 0 0 25 0 1 0 337410373 525393920 70048 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 128270 70048 52 110 0 128157 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 513080

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=1084856/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=513840 CPUtime=282.18
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 84216 0 0 0 28150 68 0 0 25 0 1 0 337410373 526172160 83542 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520141 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 128460 83542 52 110 0 128347 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 513840

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=1029888/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=515972 CPUtime=342.16
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 98005 0 0 0 34135 81 0 0 25 0 1 0 337410373 528355328 97201 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 128993 97201 52 110 0 128880 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 515972

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=994560/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=517460 CPUtime=402.14
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 106939 0 0 0 40123 91 0 0 25 0 1 0 337410373 529879040 106037 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 129365 106037 52 110 0 129252 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 517460

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=964544/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=518120 CPUtime=462.11
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 114451 0 0 0 46112 99 0 0 25 0 1 0 337410373 530554880 113484 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 129530 113484 52 110 0 129417 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 518120

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=931904/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=521228 CPUtime=522.09
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 123216 0 0 0 52100 109 0 0 25 0 1 0 337410373 533737472 121736 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 130307 121736 52 110 0 130194 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 521228

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=911296/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=521908 CPUtime=582.07
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 128257 0 0 0 58093 114 0 0 25 0 1 0 337410373 534433792 126744 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 130477 126744 52 110 0 130364 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 521908

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=896128/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1025356 CPUtime=642.05
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 132033 0 0 0 64087 118 0 0 25 0 1 0 337410373 1049964544 130520 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256339 130520 52 110 0 256226 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 1025356

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21092
/proc/meminfo: memFree=883072/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026028 CPUtime=702.02
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 135324 0 0 0 70081 121 0 0 25 0 1 0 337410373 1050652672 133811 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256507 133811 52 110 0 256394 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 1026028

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

[startup+716.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21166
/proc/meminfo: memFree=878736/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026364 CPUtime=716.4
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 136082 0 0 0 71515 125 0 0 25 0 1 0 337410373 1050996736 134569 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256591 134569 52 110 0 256478 0
Current children cumulated CPU time (s) 716.4
Current children cumulated vsize (KiB) 1026364

[startup+742.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21208
/proc/meminfo: memFree=873488/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026700 CPUtime=741.96
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 137414 0 0 0 74069 127 0 0 25 0 1 0 337410373 1051340800 135901 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256675 135901 52 110 0 256562 0
Current children cumulated CPU time (s) 741.96
Current children cumulated vsize (KiB) 1026700

[startup+755.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21230
/proc/meminfo: memFree=870864/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=754.74
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138070 0 0 0 75346 128 0 0 25 0 1 0 337410373 1051619328 136524 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136524 52 110 0 256630 0
Current children cumulated CPU time (s) 754.74
Current children cumulated vsize (KiB) 1026972

[startup+758.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21248
/proc/meminfo: memFree=870352/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=757.94
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138201 0 0 0 75664 130 0 0 25 0 1 0 337410373 1051619328 136655 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136655 52 110 0 256630 0
Current children cumulated CPU time (s) 757.94
Current children cumulated vsize (KiB) 1026972

[startup+759.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21248
/proc/meminfo: memFree=870224/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=759.54
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138261 0 0 0 75824 130 0 0 25 0 1 0 337410373 1051619328 136715 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136715 52 110 0 256630 0
Current children cumulated CPU time (s) 759.54
Current children cumulated vsize (KiB) 1026972

[startup+760.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21248
/proc/meminfo: memFree=870032/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=760.34
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138297 0 0 0 75904 130 0 0 25 0 1 0 337410373 1051619328 136751 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136751 52 110 0 256630 0
Current children cumulated CPU time (s) 760.34
Current children cumulated vsize (KiB) 1026972

[startup+761.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21250
/proc/meminfo: memFree=869840/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=761.14
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138325 0 0 0 75984 130 0 0 25 0 1 0 337410373 1051619328 136779 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136779 52 110 0 256630 0
Current children cumulated CPU time (s) 761.14
Current children cumulated vsize (KiB) 1026972

[startup+761.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21250
/proc/meminfo: memFree=869840/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=1026972 CPUtime=761.34
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194304 138328 0 0 0 76004 130 0 0 25 0 1 0 337410373 1051619328 136782 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 256743 136782 52 110 0 256630 0
Current children cumulated CPU time (s) 761.34
Current children cumulated vsize (KiB) 1026972

[startup+761.801 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21250
/proc/meminfo: memFree=869840/2055920 swapFree=4152248/4192956
[pid=21091] ppid=21089 vsize=0 CPUtime=761.44
/proc/21091/stat : 21091 (tinisat) R 21089 21091 21032 0 -1 4194308 138336 0 0 0 76010 134 0 0 25 0 1 0 337410373 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21091/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 761.44
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 761.849
CPU time (s): 761.492
CPU user time (s): 760.101
CPU system time (s): 1.39079
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 1026972

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

runsolver used 0.833873 second user time and 1.9427 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Mar  6 09:49:17 UTC 2007

IDJOB= 330828
IDBENCH= 20573
IDSOLVER= 100
FILE ID= node9/330828-1173174557

PBS_JOBID= 4015028

Free space on /tmp= 66431 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 693955167

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1419736 kB
Buffers:         41204 kB
Cached:         522284 kB
SwapCached:       8732 kB
Active:         136984 kB
Inactive:       448824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419736 kB
SwapTotal:     4192956 kB
SwapFree:      4152248 kB
Dirty:            5548 kB
Writeback:           0 kB
Mapped:          29312 kB
Slab:            36020 kB
Committed_AS:  1435128 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66431 MiB

End job on node9 on Tue Mar  6 10:01:59 UTC 2007