Trace number 3291946

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
synit_sat 2011-03-03UNSAT 990.84 990.82

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c start  0 total 0
3.39/3.49	c Find Units :          1
4.09/4.15	c Find Invs  :          0
5.69/5.71	c Find Ands  :     320167 AvgFaninNum: 21.1473
5.69/5.73	c Find Xors  :          0 AvgFaninNum: nan
5.69/5.77	c Find Ite   :      20076
5.89/5.90	c UnDirect variable: 0
5.89/5.90	c UnDirect to Direct Gate: 0
5.89/5.90	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.99/6.04	c Break Cycle : 8
5.99/6.04	c Total Root : 1 Undef Var: 31194
9.19/9.24	c After covering, Total Root: 1 Leaf: 31194
9.19/9.24	c Variable( cover/uncovered/unused ): 371419 0 0
9.19/9.24	c Unit Clauses: 1
9.19/9.24	c Binary Clauses( cover/uncovered ): 6770423 28
9.19/9.24	c Clauses( cover/uncovered ): 400453 4
9.19/9.24	c Total Clauses( cover/uncovered ): 7170877 32 99.9996%
9.19/9.24	c Covered Ands: 320149 Invs: 0 Xors: 0 Ites: 20076
9.19/9.29	c Uncover Clauses avg size: 2.75 max size: 16
9.29/9.30	c Final circuit: i/l/o/s   31194       0      33   2869724
9.29/9.30	c cover rate 99.9996
9.29/9.30	c rocky end  9.29 total 9.29
10.19/10.24	c inp	c lvl 538	 size 2869724
29.49/29.53	c rwt	c lvl 497	 size 1772820
37.69/37.77	c rf 	c lvl 496	 size 1311361
38.89/38.91	c bal	c lvl 477	 size 1286788
45.99/46.01	c rwb	c lvl 553	 size 1029753
46.88/46.90	c bal	c lvl 480	 size 1018684
50.09/50.19	c rfi	c lvl 479	 size 945678
56.39/56.43	c rwb	c lvl 493	 size 897005
57.19/57.22	c bal	c lvl 458	 size 890262
61.99/62.04	c rwb	c size 844616
62.09/62.14	c inp	c lvl 564	 size 844616
67.19/67.25	c rwt	c lvl 563	 size 823210
70.58/70.65	c rf 	c lvl 562	 size 812000
71.19/71.29	c bal	c lvl 494	 size 810381
76.49/76.51	c rwb	c lvl 559	 size 796984
77.19/77.20	c bal	c lvl 475	 size 794021
79.59/79.63	c rfi	c lvl 474	 size 786144
84.79/84.89	c rwb	c lvl 475	 size 776810
85.49/85.52	c bal	c lvl 459	 size 774664
89.69/89.78	c rwb	c size 765824
90.10/90.16	c circuit size reduce 3963397 796867
90.10/90.16	c opt time  80.86 total 90.15
92.99/93.09	c covering time  2.93 total 93.08
989.51/989.59	c solve time  896.53 total 989.61
989.51/989.59	s UNSATISFIABLE 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291946-1303786308/watcher-3291946-1303786308 -o /tmp/evaluation-result-3291946-1303786308/solver-3291946-1303786308 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3291946-1303786308.cnf 1218220979 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.01 3.19 3.53 5/189 9724
/proc/meminfo: memFree=16299016/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=26004 CPUtime=0 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 636 0 0 0 0 0 0 0 23 0 1 0 490230055 26628096 573 33554432000 4194304 4947581 140737245176832 18446744073709551615 268272383035 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9724/statm: 6501 586 261 184 0 1376 0

[startup+0.0528611 s]
/proc/loadavg: 3.01 3.19 3.53 5/189 9724
/proc/meminfo: memFree=16299016/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=47588 CPUtime=0.03 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 6539 0 0 0 3 0 0 0 23 0 1 0 490230055 48730112 6473 33554432000 4194304 4947581 140737245176832 18446744073709551615 4857835 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 11897 6474 376 184 0 6772 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47588

[startup+0.100849 s]
/proc/loadavg: 3.01 3.19 3.53 5/189 9724
/proc/meminfo: memFree=16299016/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=52196 CPUtime=0.08 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 7944 0 0 0 8 0 0 0 23 0 1 0 490230055 53448704 7878 33554432000 4194304 4947581 140737245176832 18446744073709551615 4824560 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 13049 7878 376 184 0 7924 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52196

[startup+0.300764 s]
/proc/loadavg: 3.01 3.19 3.53 5/189 9724
/proc/meminfo: memFree=16299016/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=90212 CPUtime=0.28 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 16694 0 0 0 27 1 0 0 25 0 1 0 490230055 92377088 16628 33554432000 4194304 4947581 140737245176832 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 22553 16628 376 184 0 17428 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90212

[startup+0.700701 s]
/proc/loadavg: 3.01 3.19 3.53 5/189 9724
/proc/meminfo: memFree=16299016/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=139492 CPUtime=0.68 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 28554 0 0 0 65 3 0 0 25 0 1 0 490230055 142839808 28488 33554432000 4194304 4947581 140737245176832 18446744073709551615 4824560 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 34873 28488 376 184 0 29748 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 139492

[startup+1.50056 s]
/proc/loadavg: 3.01 3.19 3.53 5/190 9725
/proc/meminfo: memFree=16132724/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=238180 CPUtime=1.48 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 52121 0 0 0 141 7 0 0 25 0 1 0 490230055 243896320 52055 33554432000 4194304 4947581 140737245176832 18446744073709551615 4215393 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 59545 52056 376 184 0 54420 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238180

[startup+3.10021 s]
/proc/loadavg: 3.01 3.19 3.53 5/190 9725
/proc/meminfo: memFree=15917988/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=444260 CPUtime=3.09 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 101327 0 0 0 293 16 0 0 25 0 1 0 490230055 454922240 101261 33554432000 4194304 4947581 140737245176832 18446744073709551615 4215284 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 111065 101262 376 184 0 105940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 444260

[startup+6.30075 s]
/proc/loadavg: 3.09 3.20 3.53 5/187 9746
/proc/meminfo: memFree=15766760/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=478048 CPUtime=6.29 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 111694 0 0 0 611 18 0 0 25 0 1 0 490230055 489521152 111628 33554432000 4194304 4947581 140737245176832 18446744073709551615 4760608 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 119512 111628 384 184 0 114387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 478048

[startup+12.7005 s]
/proc/loadavg: 3.16 3.22 3.53 5/190 9752
/proc/meminfo: memFree=14443496/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=1295196 CPUtime=12.68 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 291154 0 0 0 1230 38 0 0 25 0 1 0 490230055 1326280704 290362 33554432000 4194304 4947581 140737245176832 18446744073709551615 4225031 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 323799 290362 431 184 0 318674 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1295196

[startup+25.5003 s]
/proc/loadavg: 3.34 3.25 3.54 5/190 9752
/proc/meminfo: memFree=13279344/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=1738384 CPUtime=25.49 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 412357 0 0 0 2494 55 0 0 25 0 1 0 490230055 1780105216 411565 33554432000 4194304 4947581 140737245176832 18446744073709551615 4224944 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 434596 411566 431 184 0 429471 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1738384

[startup+51.1007 s]
/proc/loadavg: 3.57 3.31 3.55 5/190 9753
/proc/meminfo: memFree=12044956/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=2790576 CPUtime=51.09 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 675517 0 0 0 5023 86 0 0 25 0 1 0 490230055 2857549824 672667 33554432000 4194304 4947581 140737245176832 18446744073709551615 4840100 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 697644 672667 432 184 0 692519 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2790576

[startup+102.307 s]
/proc/loadavg: 3.81 3.42 3.57 5/190 9754
/proc/meminfo: memFree=11741020/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=2791344 CPUtime=102.29 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 684220 0 0 0 10142 87 0 0 25 0 1 0 490230055 2858336256 680155 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 697836 680155 464 184 0 692711 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2791344

[startup+162.301 s]
/proc/loadavg: 3.93 3.52 3.59 5/190 9756
/proc/meminfo: memFree=11395784/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=2791344 CPUtime=162.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 707573 0 0 0 16138 92 0 0 25 0 1 0 490230055 2858336256 647451 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 697836 647451 495 184 0 692711 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2791344

[startup+222.3 s]
/proc/loadavg: 3.97 3.60 3.62 5/190 9758
/proc/meminfo: memFree=10527152/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=3479604 CPUtime=222.29 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 865067 0 0 0 22116 113 0 0 25 0 1 0 490230055 3563114496 804945 33554432000 4194304 4947581 140737245176832 18446744073709551615 4622968 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 869901 804945 496 184 0 864776 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 3479604

[startup+282.301 s]
/proc/loadavg: 3.99 3.67 3.64 5/190 9759
/proc/meminfo: memFree=10226060/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=3774732 CPUtime=282.29 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 925528 0 0 0 28110 119 0 0 25 0 1 0 490230055 3865325568 865406 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 943683 865406 496 184 0 938558 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3774732

[startup+342.301 s]
/proc/loadavg: 4.03 3.75 3.66 5/190 9761
/proc/meminfo: memFree=10000232/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4003788 CPUtime=342.29 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 972132 0 0 0 34103 126 0 0 25 0 1 0 490230055 4099878912 910188 33554432000 4194304 4947581 140737245176832 18446744073709551615 4388414 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1000947 910188 496 184 0 995822 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4003788

[startup+402.301 s]
/proc/loadavg: 4.01 3.79 3.68 5/190 9762
/proc/meminfo: memFree=9968212/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4024192 CPUtime=402.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 975810 0 0 0 40103 127 0 0 25 0 1 0 490230055 4120772608 913866 33554432000 4194304 4947581 140737245176832 18446744073709551615 4401284 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1006048 913866 496 184 0 1000923 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4024192

[startup+462.3 s]
/proc/loadavg: 3.85 3.79 3.69 4/184 9781
/proc/meminfo: memFree=12299436/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4193196 CPUtime=462.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1011212 0 0 0 46098 132 0 0 25 0 1 0 490230055 4293832704 949268 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399200 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1048299 949268 496 184 0 1043174 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 4193196

[startup+522.301 s]
/proc/loadavg: 3.31 3.64 3.64 4/184 9783
/proc/meminfo: memFree=12218308/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4264308 CPUtime=522.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1025136 0 0 0 52095 135 0 0 25 0 1 0 490230055 4366651392 963192 33554432000 4194304 4947581 140737245176832 18446744073709551615 4341262 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1066077 963192 496 184 0 1060952 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4264308

[startup+582.301 s]
/proc/loadavg: 3.11 3.52 3.60 4/184 9793
/proc/meminfo: memFree=12104948/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4348468 CPUtime=582.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1042536 0 0 0 58093 137 0 0 25 0 1 0 490230055 4452831232 980592 33554432000 4194304 4947581 140737245176832 18446744073709551615 4360362 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1087117 980592 496 184 0 1081992 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 4348468

[startup+642.3 s]
/proc/loadavg: 3.04 3.43 3.56 4/184 9795
/proc/meminfo: memFree=11929708/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4468412 CPUtime=642.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1071544 0 0 0 64091 140 0 0 25 0 1 0 490230055 4575653888 1009600 33554432000 4194304 4947581 140737245176832 18446744073709551615 4360494 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1117103 1009600 497 184 0 1111978 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 4468412

[startup+702.301 s]
/proc/loadavg: 3.01 3.35 3.52 4/184 9796
/proc/meminfo: memFree=11902400/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4468668 CPUtime=702.3 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1074335 0 0 0 70090 140 0 0 25 0 1 0 490230055 4575916032 1012391 33554432000 4194304 4947581 140737245176832 18446744073709551615 4360471 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1117167 1012391 497 184 0 1112042 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 4468668

[startup+762.307 s]
/proc/loadavg: 3.00 3.28 3.49 4/184 9801
/proc/meminfo: memFree=11869192/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4488716 CPUtime=762.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1077801 0 0 0 76089 142 0 0 25 0 1 0 490230055 4596445184 1015857 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1122179 1015857 497 184 0 1117054 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4488716

[startup+822.3 s]
/proc/loadavg: 3.00 3.23 3.45 4/184 9803
/proc/meminfo: memFree=11808836/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4509568 CPUtime=822.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1081650 0 0 0 82088 143 0 0 25 0 1 0 490230055 4617797632 1019706 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1127392 1019706 497 184 0 1122267 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 4509568

[startup+882.301 s]
/proc/loadavg: 3.06 3.20 3.43 4/184 9804
/proc/meminfo: memFree=11792948/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4530496 CPUtime=882.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1085460 0 0 0 88087 144 0 0 25 0 1 0 490230055 4639227904 1023516 33554432000 4194304 4947581 140737245176832 18446744073709551615 4357665 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1132624 1023516 497 184 0 1127499 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 4530496

[startup+942.301 s]
/proc/loadavg: 3.02 3.16 3.40 4/184 9806
/proc/meminfo: memFree=11744312/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=942.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1096949 0 0 0 94085 146 0 0 25 0 1 0 490230055 4692316160 1035005 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1035005 497 184 0 1140460 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 4582340

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

[startup+947.107 s]
/proc/loadavg: 3.02 3.16 3.40 4/184 9806
/proc/meminfo: memFree=11743692/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=947.12 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1097075 0 0 0 94566 146 0 0 25 0 1 0 490230055 4692316160 1035131 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1035131 497 184 0 1140460 0
Current children cumulated CPU time (s) 947.12
Current children cumulated vsize (KiB) 4582340

[startup+972.701 s]
/proc/loadavg: 3.01 3.14 3.38 4/184 9807
/proc/meminfo: memFree=11740328/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=972.71 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1097781 0 0 0 97125 146 0 0 25 0 1 0 490230055 4692316160 1035837 33554432000 4194304 4947581 140737245176832 18446744073709551615 4398461 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1035837 497 184 0 1140460 0
Current children cumulated CPU time (s) 972.71
Current children cumulated vsize (KiB) 4582340

[startup+979.1 s]
/proc/loadavg: 3.01 3.14 3.38 4/184 9807
/proc/meminfo: memFree=11739336/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=979.11 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1097937 0 0 0 97764 147 0 0 25 0 1 0 490230055 4692316160 1035993 33554432000 4194304 4947581 140737245176832 18446744073709551615 4398472 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1035993 497 184 0 1140460 0
Current children cumulated CPU time (s) 979.11
Current children cumulated vsize (KiB) 4582340

[startup+985.5 s]
/proc/loadavg: 3.01 3.14 3.38 4/184 9807
/proc/meminfo: memFree=11738716/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=985.52 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1098079 0 0 0 98405 147 0 0 25 0 1 0 490230055 4692316160 1036135 33554432000 4194304 4947581 140737245176832 18446744073709551615 4722854 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1036135 497 184 0 1140460 0
Current children cumulated CPU time (s) 985.52
Current children cumulated vsize (KiB) 4582340

[startup+988.701 s]
/proc/loadavg: 3.01 3.14 3.38 4/184 9807
/proc/meminfo: memFree=11738716/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=988.71 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1098131 0 0 0 98724 147 0 0 25 0 1 0 490230055 4692316160 1036187 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1036187 497 184 0 1140460 0
Current children cumulated CPU time (s) 988.71
Current children cumulated vsize (KiB) 4582340

[startup+989.5 s]
/proc/loadavg: 3.01 3.14 3.38 4/184 9807
/proc/meminfo: memFree=11738468/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=989.51 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1098160 0 0 0 98804 147 0 0 25 0 1 0 490230055 4692316160 1036216 33554432000 4194304 4947581 140737245176832 18446744073709551615 4399453 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1036216 497 184 0 1140460 0
Current children cumulated CPU time (s) 989.51
Current children cumulated vsize (KiB) 4582340

[startup+990.3 s]
/proc/loadavg: 3.01 3.13 3.37 4/184 9807
/proc/meminfo: memFree=11739088/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=4582340 CPUtime=990.31 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202496 1098163 0 0 0 98884 147 0 0 25 0 1 0 490230055 4692316160 1035761 33554432000 4194304 4947581 140737245176832 18446744073709551615 4849982 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9724/statm: 1145585 1035761 497 184 0 1140460 0
Current children cumulated CPU time (s) 990.31
Current children cumulated vsize (KiB) 4582340

[startup+990.7 s]
/proc/loadavg: 3.01 3.13 3.37 4/184 9807
/proc/meminfo: memFree=11739088/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=0 CPUtime=990.71 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202500 1098168 0 0 0 98919 152 0 0 25 0 1 0 490230055 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 0 0 0 0
/proc/9724/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 990.71
Current children cumulated vsize (KiB) 0

[startup+990.8 s]
/proc/loadavg: 3.01 3.13 3.37 4/184 9807
/proc/meminfo: memFree=11739088/32950928 swapFree=67111528/67111528
[pid=9724] ppid=9722 vsize=0 CPUtime=990.81 cores=0,2
/proc/9724/stat : 9724 (synit_sat) R 9722 9724 8297 0 -1 4202500 1098168 0 0 0 98919 162 0 0 25 0 1 0 490230055 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 0 0 0 0
/proc/9724/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 990.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 990.82
CPU time (s): 990.84
CPU user time (s): 989.195
CPU system time (s): 1.64575
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4582340

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

runsolver used 1.56676 second user time and 3.84042 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 04:51:53
IDJOB=3291946
IDBENCH=85005
IDSOLVER=1571
FILE ID=node122/3291946-1303786308
RUNJOBID= node122-1303786305-9655
PBS_JOBID= 13157214
Free space on /tmp= 71536 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291946-1303786308/watcher-3291946-1303786308 -o /tmp/evaluation-result-3291946-1303786308/solver-3291946-1303786308 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3291946-1303786308.cnf 1218220979

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1218220979

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16299288 kB
Buffers:       1720128 kB
Cached:       13549724 kB
SwapCached:          0 kB
Active:        5205424 kB
Inactive:     10877060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16299288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          188040 kB
Writeback:           0 kB
AnonPages:      812000 kB
Mapped:          17416 kB
Slab:           502956 kB
PageTables:       6872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1099956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71536 MiB
End job on node122 at 2011-04-26 05:08:24