Trace number 3159566

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-03? (TO) 1300 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.09/0.18	c Find Units :          0
0.09/0.18	c Find Invs  :          0
0.09/0.19	c Find Ands  :          0 AvgFaninNum: nan
0.19/0.20	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.22	c Find Ite   :          0
0.19/0.29	c UnDirect variable: 0
0.19/0.29	c UnDirect to Direct Gate: 0
0.19/0.29	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.29	c Break Cycle : 0
0.19/0.29	c Total Root : 0 Undef Var: 34999
0.19/0.29	c After covering, Total Root: 0 Leaf: 0
0.19/0.29	c Variable( cover/uncovered/unused ): 0 34999 0
0.19/0.29	c Unit Clauses: 0
0.19/0.29	c Binary Clauses( cover/uncovered ): 0 0
0.19/0.29	c Clauses( cover/uncovered ): 0 147000
0.19/0.29	c Total Clauses( cover/uncovered ): 0 147000 0%
0.19/0.29	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.39/0.44	c Uncover Clauses avg size: 3 max size: 3
0.39/0.44	c Final circuit: i/l/o/s   34999       0  147000    293990
0.39/0.44	c cover rate 0
0.39/0.44	c rocky end  0.43 total 0.43
0.69/0.78	c covering time  0.34 total 0.77
1299.97/1300.00	c interrupt  1299.2 total 1299.97
1299.97/1300.00	c INTERRUPTED ... 
1299.97/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3159566-1301733069/watcher-3159566-1301733069 -o /tmp/evaluation-result-3159566-1301733069/solver-3159566-1301733069 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3159566-1301733069.cnf 902863514 

running on 2 cores: 5,7

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: 0.00 0.00 0.00 5/187 9503
/proc/meminfo: memFree=21942292/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=29204 CPUtime=0 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 1497 0 0 0 0 0 0 0 21 0 1 0 284906576 29904896 1435 33554432000 4194304 4947581 140734405286240 18446744073709551615 210646840379 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9503/statm: 7301 1447 277 184 0 2176 0

[startup+0.067021 s]
/proc/loadavg: 0.00 0.00 0.00 5/187 9503
/proc/meminfo: memFree=21942292/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=45024 CPUtime=0.05 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 6164 0 0 0 5 0 0 0 21 0 1 0 284906576 46104576 6099 33554432000 4194304 4947581 140734405286240 18446744073709551615 4299568 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 11256 6099 376 184 0 6131 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45024

[startup+0.101023 s]
/proc/loadavg: 0.00 0.00 0.00 5/187 9503
/proc/meminfo: memFree=21942292/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=58464 CPUtime=0.09 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 7929 0 0 0 8 1 0 0 21 0 1 0 284906576 59867136 7864 33554432000 4194304 4947581 140734405286240 18446744073709551615 4814454 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 14616 7888 376 184 0 9491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58464

[startup+0.300988 s]
/proc/loadavg: 0.00 0.00 0.00 5/187 9503
/proc/meminfo: memFree=21942292/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=65628 CPUtime=0.29 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 11322 0 0 0 28 1 0 0 22 0 1 0 284906576 67203072 11257 33554432000 4194304 4947581 140734405286240 18446744073709551615 4768801 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 16407 11257 384 184 0 11282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65628

[startup+0.700924 s]
/proc/loadavg: 0.00 0.00 0.00 5/187 9503
/proc/meminfo: memFree=21942292/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=117256 CPUtime=0.69 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 24247 0 0 0 66 3 0 0 23 0 1 0 284906576 120070144 24178 33554432000 4194304 4947581 140734405286240 18446744073709551615 4740059 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 29314 24178 407 184 0 24189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117256

[startup+1.50078 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 9504
/proc/meminfo: memFree=21657084/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=227488 CPUtime=1.49 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 48629 0 0 0 143 6 0 0 25 0 1 0 284906576 232947712 48560 33554432000 4194304 4947581 140734405286240 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 56872 48560 455 184 0 51747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227488

[startup+3.10052 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 9504
/proc/meminfo: memFree=21617072/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=260432 CPUtime=3.09 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 49997 0 0 0 303 6 0 0 25 0 1 0 284906576 266682368 49928 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399564 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 65108 49928 455 184 0 59983 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 260432

[startup+6.30097 s]
/proc/loadavg: 0.32 0.07 0.02 7/188 9504
/proc/meminfo: memFree=21559356/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=260432 CPUtime=6.29 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 52459 0 0 0 622 7 0 0 25 0 1 0 284906576 266682368 52390 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 65108 52390 455 184 0 59983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 260432

[startup+12.7009 s]
/proc/loadavg: 0.61 0.13 0.04 5/188 9504
/proc/meminfo: memFree=21473792/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=341516 CPUtime=12.69 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 63443 0 0 0 1260 9 0 0 25 0 1 0 284906576 349712384 63374 33554432000 4194304 4947581 140734405286240 18446744073709551615 210646843147 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 85379 63382 465 184 0 80254 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 341516

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 5/188 9504
/proc/meminfo: memFree=21268264/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=392676 CPUtime=25.48 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 78958 0 0 0 2538 10 0 0 25 0 1 0 284906576 402100224 78889 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 98169 78889 465 184 0 93044 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 392676

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/188 9506
/proc/meminfo: memFree=21096120/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=496804 CPUtime=51.08 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 107750 0 0 0 5094 14 0 0 25 0 1 0 284906576 508727296 103652 33554432000 4194304 4947581 140734405286240 18446744073709551615 210646843147 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 124201 103652 465 184 0 119076 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 496804

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/188 9506
/proc/meminfo: memFree=20945824/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=540136 CPUtime=102.29 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 121133 0 0 0 10213 16 0 0 25 0 1 0 284906576 553099264 117035 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 135034 117035 465 184 0 129909 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 540136

[startup+162.301 s]
/proc/loadavg: 3.76 1.67 0.63 5/188 9508
/proc/meminfo: memFree=20792424/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=563776 CPUtime=162.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 129051 0 0 0 16211 17 0 0 25 0 1 0 284906576 577306624 124953 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399407 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 140944 124953 465 184 0 135819 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 563776

[startup+222.3 s]
/proc/loadavg: 4.01 2.12 0.85 6/188 9510
/proc/meminfo: memFree=20651172/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699612 CPUtime=222.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 150073 0 0 0 22207 21 0 0 25 0 1 0 284906576 716402688 145975 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174903 145975 465 184 0 169778 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 699612

[startup+282.3 s]
/proc/loadavg: 4.00 2.46 1.04 5/188 9512
/proc/meminfo: memFree=20627100/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=282.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 150593 0 0 0 28207 21 0 0 25 0 1 0 284906576 716533760 146495 33554432000 4194304 4947581 140734405286240 18446744073709551615 4352704 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 146495 465 184 0 169810 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 699740

[startup+342.301 s]
/proc/loadavg: 4.00 2.74 1.23 5/188 9514
/proc/meminfo: memFree=20587656/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=342.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 154043 0 0 0 34206 22 0 0 25 0 1 0 284906576 716533760 149945 33554432000 4194304 4947581 140734405286240 18446744073709551615 4354071 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 149945 465 184 0 169810 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 699740

[startup+402.301 s]
/proc/loadavg: 4.00 2.96 1.40 5/188 9514
/proc/meminfo: memFree=20567304/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=402.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 154049 0 0 0 40206 22 0 0 25 0 1 0 284906576 716533760 149951 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 149951 465 184 0 169810 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 699740

[startup+462.301 s]
/proc/loadavg: 4.00 3.15 1.56 5/188 9516
/proc/meminfo: memFree=20471312/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=462.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 158163 0 0 0 46205 23 0 0 25 0 1 0 284906576 716533760 154065 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399352 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 154065 465 184 0 169810 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 699740

[startup+522.301 s]
/proc/loadavg: 4.00 3.30 1.71 5/188 9518
/proc/meminfo: memFree=20444880/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=522.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 159502 0 0 0 52204 23 0 0 25 0 1 0 284906576 716533760 155404 33554432000 4194304 4947581 140734405286240 18446744073709551615 4400800 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 155404 465 184 0 169810 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 699740

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.85 5/188 9520
/proc/meminfo: memFree=20440528/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=582.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 159620 0 0 0 58204 23 0 0 25 0 1 0 284906576 716533760 155522 33554432000 4194304 4947581 140734405286240 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 155522 465 184 0 169810 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 699740

[startup+642.3 s]
/proc/loadavg: 4.04 3.54 1.98 5/188 9522
/proc/meminfo: memFree=20421800/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=642.28 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 160655 0 0 0 64204 24 0 0 25 0 1 0 284906576 716533760 156557 33554432000 4194304 4947581 140734405286240 18446744073709551615 4346207 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 156557 465 184 0 169810 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 699740

[startup+702.3 s]
/proc/loadavg: 4.01 3.62 2.11 5/188 9522
/proc/meminfo: memFree=20405424/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=702.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 161144 0 0 0 70203 24 0 0 25 0 1 0 284906576 716533760 157046 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 157046 465 184 0 169810 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 699740

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.22 5/188 9524
/proc/meminfo: memFree=20365736/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=762.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 161890 0 0 0 76203 24 0 0 25 0 1 0 284906576 716533760 157792 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399580 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 157792 465 184 0 169810 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 699740

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.33 5/188 9526
/proc/meminfo: memFree=20314764/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=822.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 162262 0 0 0 82202 25 0 0 25 0 1 0 284906576 716533760 158164 33554432000 4194304 4947581 140734405286240 18446744073709551615 4353284 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 158164 465 184 0 169810 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 699740

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.43 5/188 9528
/proc/meminfo: memFree=20225712/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699740 CPUtime=882.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 162913 0 0 0 88202 25 0 0 25 0 1 0 284906576 716533760 158744 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174935 158744 465 184 0 169810 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 699740

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.53 5/188 9530
/proc/meminfo: memFree=20166680/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699868 CPUtime=942.26 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 163348 0 0 0 94201 25 0 0 25 0 1 0 284906576 716664832 159179 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399580 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174967 159179 465 184 0 169842 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 699868

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.62 5/188 9530
/proc/meminfo: memFree=20163444/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=699868 CPUtime=1002.26 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 163770 0 0 0 100201 25 0 0 25 0 1 0 284906576 716664832 159495 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399472 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 174967 159495 465 184 0 169842 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 699868

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/188 9532
/proc/meminfo: memFree=20026160/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=829896 CPUtime=1062.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 193100 0 0 0 106192 35 0 0 25 0 1 0 284906576 849813504 188825 33554432000 4194304 4947581 140734405286240 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 207474 188825 465 184 0 202349 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 829896

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/188 9534
/proc/meminfo: memFree=19908592/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=894688 CPUtime=1122.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 202990 0 0 0 112189 38 0 0 25 0 1 0 284906576 916160512 198598 33554432000 4194304 4947581 140734405286240 18446744073709551615 4401319 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 223672 198598 465 184 0 218547 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 894688

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.85 5/188 9536
/proc/meminfo: memFree=19884276/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=894688 CPUtime=1182.27 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 203277 0 0 0 118189 38 0 0 25 0 1 0 284906576 916160512 198885 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399458 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 223672 198885 465 184 0 218547 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 894688

[startup+1242.3 s]
/proc/loadavg: 4.00 3.92 2.92 5/188 9538
/proc/meminfo: memFree=19877700/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1155888 CPUtime=1242.26 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 204237 0 0 0 124188 38 0 0 25 0 1 0 284906576 1183629312 199604 33554432000 4194304 4947581 140734405286240 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 288972 199604 465 184 0 283847 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1155888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.95 2.99 2/182 9541
/proc/meminfo: memFree=21333488/32951132 swapFree=67111528/67111528
[pid=9503] ppid=9501 vsize=1156016 CPUtime=1299.97 cores=5,7
/proc/9503/stat : 9503 (synit_sat) R 9501 9503 9443 0 -1 4202496 205130 0 0 0 129958 39 0 0 25 0 1 0 284906576 1183760384 184996 33554432000 4194304 4947581 140734405286240 18446744073709551615 4516312 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9503/statm: 289004 184996 465 184 0 283879 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1156016

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300
CPU user time (s): 1299.58
CPU system time (s): 0.419936
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 1156016

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

runsolver used 2.09968 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-02 10:31:10
IDJOB=3159566
IDBENCH=82589
IDSOLVER=1571
FILE ID=node129/3159566-1301733069
RUNJOBID= node129-1301733065-9464
PBS_JOBID= 12840940
Free space on /tmp= 72140 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159566-1301733069/watcher-3159566-1301733069 -o /tmp/evaluation-result-3159566-1301733069/solver-3159566-1301733069 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159566-1301733069.cnf 902863514

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=902863514

node129.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.831
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.66
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      21942936 kB
Buffers:        341632 kB
Cached:       10217936 kB
SwapCached:          0 kB
Active:        7222696 kB
Inactive:      3537592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21942936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14484 kB
Writeback:           4 kB
AnonPages:      199848 kB
Mapped:          16584 kB
Slab:           186136 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   411728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72140 MiB
End job on node129 at 2011-04-02 10:52:52