Trace number 3281550

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 822.211 822.618

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c start  0 total 0
2.48/2.52	c Find Units :          1
2.67/2.82	c Find Invs  :          0
3.49/3.97	c Find Ands  :     131483 AvgFaninNum: 15.4013
3.69/4.10	c Find Xors  :          0 AvgFaninNum: nan
4.20/4.66	c Find Ite   :       6338
4.89/5.39	c UnDirect variable: 0
4.89/5.39	c UnDirect to Direct Gate: 0
4.89/5.39	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.99/5.43	c Break Cycle : 73
4.99/5.43	c Total Root : 1 Undef Var: 16563
5.89/6.32	c After covering, Total Root: 1 Leaf: 12419
5.89/6.32	c Variable( cover/uncovered/unused ): 150165 4144 0
5.89/6.32	c Unit Clauses: 1
5.89/6.32	c Binary Clauses( cover/uncovered ): 2024994 0
5.89/6.32	c Clauses( cover/uncovered ): 156544 1049199
5.89/6.32	c Total Clauses( cover/uncovered ): 2181539 1049199 67.5245%
5.89/6.32	c Covered Ands: 131480 Invs: 0 Xors: 0 Ites: 6266
6.79/7.27	c Uncover Clauses avg size: 3 max size: 3
6.79/7.29	c Final circuit: i/l/o/s   16563       0 1049200   2855160
6.79/7.29	c cover rate 67.5245
6.79/7.29	c rocky end  6.88 total 6.88
7.59/8.07	c inp	c lvl 388	 size 2855160
13.79/14.25	c rwt	c lvl 388	 size 2608863
17.39/17.89	c rf 	c lvl 387	 size 2491318
18.79/19.28	c bal	c lvl 386	 size 2478585
22.19/22.63	c rwb	c lvl 419	 size 2402290
23.49/23.93	c bal	c lvl 391	 size 2397446
25.99/26.46	c rfi	c lvl 391	 size 2371728
28.99/29.42	c rwb	c lvl 396	 size 2357501
30.49/30.91	c bal	c lvl 388	 size 2353430
33.09/33.52	c rwb	c size 2335266
33.19/33.60	c inp	c lvl 439	 size 2335266
35.59/36.03	c rwt	c lvl 436	 size 2292205
37.69/38.11	c rf 	c lvl 435	 size 2287789
38.79/39.26	c bal	c lvl 406	 size 2287345
41.29/41.77	c rwb	c lvl 442	 size 2283374
42.50/42.94	c bal	c lvl 407	 size 2282597
44.80/45.21	c rfi	c lvl 407	 size 2280176
47.19/47.66	c rwb	c lvl 409	 size 2277773
48.58/49.05	c bal	c lvl 401	 size 2277191
50.78/51.22	c rwb	c size 2274731
51.48/51.96	c circuit size reduce 3097677 2291251
51.48/51.96	c opt time  44.66 total 51.54
53.78/54.22	c covering time  2.26 total 53.8
821.39/821.87	c solve time  767.65 total 821.45
821.39/821.87	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-3281550-1303751393/watcher-3281550-1303751393 -o /tmp/evaluation-result-3281550-1303751393/solver-3281550-1303751393 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3281550-1303751393.cnf 69878420 

running on 2 cores: 4,6

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: 6.57 5.46 4.31 5/192 20058
/proc/meminfo: memFree=19235168/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=30688 CPUtime=0 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 2165 0 0 0 0 0 0 0 22 0 1 0 486739824 31424512 2100 33554432000 4194304 4947581 140734257825152 18446744073709551615 208080232192 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 7672 2109 365 184 0 2547 0

[startup+0.0163739 s]
/proc/loadavg: 6.57 5.46 4.31 5/192 20058
/proc/meminfo: memFree=19235168/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=36356 CPUtime=0.01 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 3874 0 0 0 1 0 0 0 22 0 1 0 486739824 37228544 3809 33554432000 4194304 4947581 140734257825152 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 9089 3811 376 184 0 3964 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 36356

[startup+0.100359 s]
/proc/loadavg: 6.57 5.46 4.31 5/192 20058
/proc/meminfo: memFree=19235168/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=48644 CPUtime=0.08 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 7021 0 0 0 8 0 0 0 22 0 1 0 486739824 49811456 6956 33554432000 4194304 4947581 140734257825152 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 12161 6956 376 184 0 7036 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48644

[startup+0.30032 s]
/proc/loadavg: 6.57 5.46 4.31 5/192 20058
/proc/meminfo: memFree=19235168/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=85636 CPUtime=0.29 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 15520 0 0 0 27 2 0 0 23 0 1 0 486739824 87691264 15455 33554432000 4194304 4947581 140734257825152 18446744073709551615 4851713 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/20058/statm: 21409 15455 376 184 0 16284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85636

[startup+0.700245 s]
/proc/loadavg: 6.57 5.46 4.31 5/192 20058
/proc/meminfo: memFree=19235168/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=135428 CPUtime=0.68 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 27631 0 0 0 65 3 0 0 25 0 1 0 486739824 138678272 27566 33554432000 4194304 4947581 140734257825152 18446744073709551615 4215288 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/20058/statm: 33857 27566 376 184 0 28732 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 135428

[startup+1.50109 s]
/proc/loadavg: 6.57 5.46 4.31 5/193 20059
/proc/meminfo: memFree=19111160/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=246788 CPUtime=1.48 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 53396 0 0 0 141 7 0 0 25 0 1 0 486739824 252710912 53331 33554432000 4194304 4947581 140734257825152 18446744073709551615 4817410 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/20058/statm: 61697 53331 377 184 0 56572 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 246788

[startup+3.10079 s]
/proc/loadavg: 6.57 5.46 4.31 5/192 20059
/proc/meminfo: memFree=18937444/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=389760 CPUtime=2.83 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 90273 0 0 0 271 12 0 0 25 0 1 0 486739824 399114240 90208 33554432000 4194304 4947581 140734257825152 18446744073709551615 4797022 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/20058/statm: 97440 90208 379 184 0 92315 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 389760

[startup+6.30018 s]
/proc/loadavg: 6.44 5.45 4.32 5/191 20059
/proc/meminfo: memFree=24856844/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=410368 CPUtime=5.89 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 95386 0 0 0 575 14 0 0 25 0 1 0 486739824 420216832 95321 33554432000 4194304 4947581 140734257825152 18446744073709551615 4760612 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 102592 95321 384 184 0 97467 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 410368

[startup+12.701 s]
/proc/loadavg: 6.25 5.43 4.31 5/190 20059
/proc/meminfo: memFree=24086488/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=1255768 CPUtime=12.29 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 282982 0 0 0 1194 35 0 0 25 0 1 0 486739824 1285906432 282611 33554432000 4194304 4947581 140734257825152 18446744073709551615 4840279 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 313942 282611 432 184 0 308817 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 1255768

[startup+25.5005 s]
/proc/loadavg: 5.75 5.36 4.31 5/190 20059
/proc/meminfo: memFree=22706916/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=2618840 CPUtime=25.09 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 610174 0 0 0 2438 71 0 0 25 0 1 0 486739824 2681692160 607888 33554432000 4194304 4947581 140734257825152 18446744073709551615 4225327 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 654710 607888 433 184 0 649585 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 2618840

[startup+51.1006 s]
/proc/loadavg: 5.29 5.28 4.31 5/190 20060
/proc/meminfo: memFree=22074836/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3230992 CPUtime=50.68 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 870901 0 0 0 4960 108 0 0 25 0 1 0 486739824 3308535808 760853 33554432000 4194304 4947581 140734257825152 18446744073709551615 4282471 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 807748 760853 433 184 0 802623 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 3230992

[startup+102.301 s]
/proc/loadavg: 4.61 5.09 4.30 5/190 20061
/proc/meminfo: memFree=22189236/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3231888 CPUtime=101.89 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 916312 0 0 0 10074 115 0 0 25 0 1 0 486739824 3309453312 707869 33554432000 4194304 4947581 140734257825152 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 807972 707869 496 184 0 802847 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 3231888

[startup+162.3 s]
/proc/loadavg: 4.22 4.89 4.27 5/190 20063
/proc/meminfo: memFree=22059564/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3232016 CPUtime=161.87 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 939567 0 0 0 16070 117 0 0 25 0 1 0 486739824 3309584384 731124 33554432000 4194304 4947581 140734257825152 18446744073709551615 208079926248 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 808004 731124 497 184 0 802879 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 3232016

[startup+222.307 s]
/proc/loadavg: 4.08 4.73 4.25 5/190 20065
/proc/meminfo: memFree=21956404/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3232144 CPUtime=221.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 952133 0 0 0 22069 119 0 0 25 0 1 0 486739824 3309715456 742389 33554432000 4194304 4947581 140734257825152 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 808036 742389 497 184 0 802911 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 3232144

[startup+282.301 s]
/proc/loadavg: 4.03 4.59 4.24 5/190 20066
/proc/meminfo: memFree=21919444/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3232144 CPUtime=281.87 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 953491 0 0 0 28068 119 0 0 25 0 1 0 486739824 3309715456 743747 33554432000 4194304 4947581 140734257825152 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 808036 743747 497 184 0 802911 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 3232144

[startup+342.301 s]
/proc/loadavg: 4.01 4.48 4.22 5/190 20068
/proc/meminfo: memFree=21868336/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3232144 CPUtime=341.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 954972 0 0 0 34068 120 0 0 25 0 1 0 486739824 3309715456 745228 33554432000 4194304 4947581 140734257825152 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 808036 745228 497 184 0 802911 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 3232144

[startup+402.301 s]
/proc/loadavg: 4.00 4.39 4.20 5/190 20069
/proc/meminfo: memFree=21788196/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276512 CPUtime=401.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 964408 0 0 0 40066 122 0 0 25 0 1 0 486739824 3355148288 754664 33554432000 4194304 4947581 140734257825152 18446744073709551615 4399422 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819128 754664 497 184 0 814003 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 3276512

[startup+462.3 s]
/proc/loadavg: 4.00 4.32 4.18 5/190 20098
/proc/meminfo: memFree=24565900/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=461.87 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 966073 0 0 0 46063 124 0 0 25 0 1 0 486739824 3355279360 756329 33554432000 4194304 4947581 140734257825152 18446744073709551615 4350464 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 756329 497 184 0 814035 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 3276640

[startup+522.301 s]
/proc/loadavg: 4.00 4.26 4.17 5/190 20100
/proc/meminfo: memFree=24493136/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=521.87 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 975204 0 0 0 52061 126 0 0 25 0 1 0 486739824 3355279360 765460 33554432000 4194304 4947581 140734257825152 18446744073709551615 4357644 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 765460 497 184 0 814035 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 3276640

[startup+582.3 s]
/proc/loadavg: 4.00 4.21 4.16 5/190 20101
/proc/meminfo: memFree=24462624/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=581.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 976641 0 0 0 58061 127 0 0 25 0 1 0 486739824 3355279360 766897 33554432000 4194304 4947581 140734257825152 18446744073709551615 4399921 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 766897 497 184 0 814035 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 3276640

[startup+642.301 s]
/proc/loadavg: 4.00 4.17 4.15 5/190 20103
/proc/meminfo: memFree=24444912/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=641.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 976642 0 0 0 64061 127 0 0 25 0 1 0 486739824 3355279360 766898 33554432000 4194304 4947581 140734257825152 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 766898 497 184 0 814035 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 3276640

[startup+702.3 s]
/proc/loadavg: 4.00 4.13 4.14 5/190 20104
/proc/meminfo: memFree=24432576/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=701.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 976643 0 0 0 70061 127 0 0 25 0 1 0 486739824 3355279360 766899 33554432000 4194304 4947581 140734257825152 18446744073709551615 4360786 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 766899 497 184 0 814035 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 3276640

[startup+762.301 s]
/proc/loadavg: 4.05 4.12 4.13 5/190 20106
/proc/meminfo: memFree=24406724/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276640 CPUtime=761.89 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 976729 0 0 0 76062 127 0 0 25 0 1 0 486739824 3355279360 766985 33554432000 4194304 4947581 140734257825152 18446744073709551615 4503259 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819160 766985 497 184 0 814035 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 3276640

[startup+822.301 s]
/proc/loadavg: 4.02 4.10 4.12 5/190 20108
/proc/meminfo: memFree=24398964/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276768 CPUtime=821.88 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 977632 0 0 0 82061 127 0 0 25 0 1 0 486739824 3355410432 767271 33554432000 4194304 4947581 140734257825152 18446744073709551615 4849536 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819192 767271 497 184 0 814067 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 3276768

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

[startup+822.401 s]
/proc/loadavg: 4.02 4.10 4.12 5/190 20108
/proc/meminfo: memFree=24398964/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=3276768 CPUtime=821.98 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202496 977632 0 0 0 82071 127 0 0 25 0 1 0 486739824 3355410432 767271 33554432000 4194304 4947581 140734257825152 18446744073709551615 4849982 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20058/statm: 819192 767271 497 184 0 814067 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 3276768

[startup+822.601 s]
/proc/loadavg: 4.02 4.10 4.12 5/190 20108
/proc/meminfo: memFree=24398964/32950928 swapFree=67111364/67111528
[pid=20058] ppid=20056 vsize=0 CPUtime=822.19 cores=4,6
/proc/20058/stat : 20058 (synit_sat) R 20056 20058 19316 0 -1 4202500 977637 0 0 0 82079 140 0 0 25 0 1 0 486739824 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 4 0 0 0
/proc/20058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 822.618
CPU time (s): 822.211
CPU user time (s): 820.792
CPU system time (s): 1.41878
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (KiB): 3276768

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

runsolver used 1.3218 second user time and 3.54646 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 19:09:58
IDJOB=3281550
IDBENCH=69571
IDSOLVER=1571
FILE ID=node127/3281550-1303751393
RUNJOBID= node127-1303751146-19926
PBS_JOBID= 13154035
Free space on /tmp= 71128 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281550-1303751393/watcher-3281550-1303751393 -o /tmp/evaluation-result-3281550-1303751393/solver-3281550-1303751393 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3281550-1303751393.cnf 69878420

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=69878420

node127.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.823
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19235192 kB
Buffers:       1219716 kB
Cached:        2155188 kB
SwapCached:          0 kB
Active:        4089028 kB
Inactive:      8892604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19235192 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           99316 kB
Writeback:           0 kB
AnonPages:     3846460 kB
Mapped:          17256 kB
Slab:           660612 kB
PageTables:      13112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4316500 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= 71228 MiB
End job on node127 at 2011-04-25 19:23:44