Trace number 3159521

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.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S709804505-031-UNKNOWN.cnf
MD5SUM5fbb493df133934f33cf8a2f736084e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.9418
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 0
0.00/0.06	c UnDirect to Direct Gate: 0
0.00/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.06	c Break Cycle : 0
0.00/0.06	c Total Root : 0 Undef Var: 10000
0.00/0.06	c After covering, Total Root: 0 Leaf: 0
0.00/0.06	c Variable( cover/uncovered/unused ): 0 10000 0
0.00/0.06	c Unit Clauses: 0
0.00/0.06	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.06	c Clauses( cover/uncovered ): 0 42000
0.00/0.06	c Total Clauses( cover/uncovered ): 0 42000 0%
0.00/0.06	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.05/0.09	c Uncover Clauses avg size: 3 max size: 3
0.05/0.09	c Final circuit: i/l/o/s   10000       0   42000     83994
0.05/0.09	c cover rate 0
0.05/0.09	c rocky end  0.09 total 0.09
0.09/0.17	c covering time  0.08 total 0.17
1299.97/1300.00	c interrupt  1299.8 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-3159521-1301733064/watcher-3159521-1301733064 -o /tmp/evaluation-result-3159521-1301733064/solver-3159521-1301733064 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3159521-1301733064.cnf 1350372650 

running on 2 cores: 1,3

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 2/179 16097
/proc/meminfo: memFree=21061172/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=30680 CPUtime=0 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 2093 0 0 0 0 0 0 0 21 0 1 0 284904187 31416320 2028 33554432000 4194304 4947581 140734884204640 18446744073709551615 4218395 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 7670 2037 365 184 0 2545 0

[startup+0.0683291 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 16097
/proc/meminfo: memFree=21061172/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=39896 CPUtime=0.05 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 4819 0 0 0 5 0 0 0 21 0 1 0 284904187 40853504 4754 33554432000 4194304 4947581 140734884204640 18446744073709551615 4760608 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 9974 4754 384 184 0 4849 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 39896

[startup+0.100313 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 16097
/proc/meminfo: memFree=21061172/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=46552 CPUtime=0.09 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 6376 0 0 0 8 1 0 0 21 0 1 0 284904187 47669248 6311 33554432000 4194304 4947581 140734884204640 18446744073709551615 4230136 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 11638 6311 386 184 0 6513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46552

[startup+0.300282 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 16097
/proc/meminfo: memFree=21061172/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=95492 CPUtime=0.29 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 15946 0 0 0 27 2 0 0 22 0 1 0 284904187 97783808 15861 33554432000 4194304 4947581 140734884204640 18446744073709551615 4508414 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 23873 15861 446 184 0 18748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95492

[startup+0.700215 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 16097
/proc/meminfo: memFree=21061172/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=95492 CPUtime=0.69 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 16380 0 0 0 67 2 0 0 24 0 1 0 284904187 97783808 16295 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399447 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 23873 16295 455 184 0 18748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95492

[startup+1.50106 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 16098
/proc/meminfo: memFree=20991244/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=105656 CPUtime=1.49 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 17218 0 0 0 147 2 0 0 25 0 1 0 284904187 108191744 17133 33554432000 4194304 4947581 140734884204640 18446744073709551615 4398441 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 26414 17133 455 184 0 21289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105656

[startup+3.10077 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 16098
/proc/meminfo: memFree=20981572/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=116044 CPUtime=3.09 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 18967 0 0 0 307 2 0 0 25 0 1 0 284904187 118829056 18882 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 29011 18882 455 184 0 23886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116044

[startup+6.30018 s]
/proc/loadavg: 0.16 0.03 0.01 3/180 16098
/proc/meminfo: memFree=20930588/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=137260 CPUtime=6.29 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 25593 0 0 0 626 3 0 0 25 0 1 0 284904187 140554240 25508 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 34315 25508 465 184 0 29190 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137260

[startup+12.701 s]
/proc/loadavg: 0.47 0.10 0.03 5/190 16118
/proc/meminfo: memFree=20581952/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=160536 CPUtime=12.69 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 34010 0 0 0 1265 4 0 0 25 0 1 0 284904187 164388864 33925 33554432000 4194304 4947581 140734884204640 18446744073709551615 4515752 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 40134 33925 465 184 0 35009 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160536

[startup+25.5007 s]
/proc/loadavg: 1.25 0.29 0.09 5/190 16118
/proc/meminfo: memFree=20297656/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=224772 CPUtime=25.5 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 42376 0 0 0 2544 6 0 0 25 0 1 0 284904187 230166528 42291 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 56193 42291 465 184 0 51068 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 224772

[startup+51.101 s]
/proc/loadavg: 2.19 0.59 0.20 6/190 16119
/proc/meminfo: memFree=20065860/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354072 CPUtime=51.08 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 50335 0 0 0 5101 7 0 0 25 0 1 0 284904187 362569728 50250 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399458 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88518 50250 465 184 0 83393 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 354072

[startup+102.307 s]
/proc/loadavg: 3.21 1.11 0.39 5/190 16120
/proc/meminfo: memFree=19900928/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354072 CPUtime=102.3 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 63504 0 0 0 10219 11 0 0 25 0 1 0 284904187 362569728 60695 33554432000 4194304 4947581 140734884204640 18446744073709551615 4354096 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88518 60695 465 184 0 83393 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 354072

[startup+162.301 s]
/proc/loadavg: 3.71 1.63 0.62 5/190 16122
/proc/meminfo: memFree=19748108/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=162.28 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 71997 0 0 0 16216 12 0 0 25 0 1 0 284904187 362831872 69148 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 69148 465 184 0 83457 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 354328

[startup+222.301 s]
/proc/loadavg: 3.89 2.06 0.83 5/190 16124
/proc/meminfo: memFree=19647276/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=222.28 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 73904 0 0 0 22216 12 0 0 25 0 1 0 284904187 362831872 71055 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400160 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 71055 465 184 0 83457 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 354328

[startup+282.301 s]
/proc/loadavg: 3.99 2.43 1.03 6/190 16125
/proc/meminfo: memFree=19586856/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=282.28 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 75575 0 0 0 28215 13 0 0 25 0 1 0 284904187 362831872 72726 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 72726 465 184 0 83457 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 354328

[startup+342.301 s]
/proc/loadavg: 3.99 2.71 1.21 6/190 16127
/proc/meminfo: memFree=19567088/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=342.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 77413 0 0 0 34214 13 0 0 25 0 1 0 284904187 362831872 74564 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399528 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 74564 465 184 0 83457 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 354328

[startup+402.301 s]
/proc/loadavg: 3.99 2.94 1.38 6/190 16128
/proc/meminfo: memFree=19537672/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=402.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 81653 0 0 0 40213 14 0 0 25 0 1 0 284904187 362831872 78804 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 78804 465 184 0 83457 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 354328

[startup+462.301 s]
/proc/loadavg: 4.04 3.15 1.55 6/190 16130
/proc/meminfo: memFree=19521752/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=462.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 83107 0 0 0 46213 14 0 0 25 0 1 0 284904187 362831872 80258 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399996 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 80258 465 184 0 83457 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 354328

[startup+522.301 s]
/proc/loadavg: 4.01 3.30 1.70 6/190 16132
/proc/meminfo: memFree=19508716/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=354328 CPUtime=522.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 84012 0 0 0 52212 15 0 0 25 0 1 0 284904187 362831872 81163 33554432000 4194304 4947581 140734884204640 18446744073709551615 4398563 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 88582 81163 465 184 0 83457 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 354328

[startup+582.301 s]
/proc/loadavg: 4.00 3.42 1.84 6/190 16133
/proc/meminfo: memFree=19423616/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=405160 CPUtime=582.28 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 92644 0 0 0 58209 19 0 0 25 0 1 0 284904187 414883840 89795 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399405 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 101290 89795 465 184 0 96165 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 405160

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 1.97 6/190 16135
/proc/meminfo: memFree=19415128/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=405160 CPUtime=642.28 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 92644 0 0 0 64209 19 0 0 25 0 1 0 284904187 414883840 89795 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 101290 89795 465 184 0 96165 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 405160

[startup+702.301 s]
/proc/loadavg: 4.00 3.61 2.10 6/190 16136
/proc/meminfo: memFree=19339692/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=457676 CPUtime=702.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 96346 0 0 0 70207 20 0 0 25 0 1 0 284904187 468660224 93497 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 114419 93497 465 184 0 109294 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 457676

[startup+762.307 s]
/proc/loadavg: 4.00 3.68 2.21 6/190 16138
/proc/meminfo: memFree=19208200/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=562444 CPUtime=762.27 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 115486 0 0 0 76202 25 0 0 25 0 1 0 284904187 575942656 112637 33554432000 4194304 4947581 140734884204640 18446744073709551615 4353162 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 140611 112637 465 184 0 135486 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 562444

[startup+822.301 s]
/proc/loadavg: 4.05 3.75 2.33 5/190 16140
/proc/meminfo: memFree=19187844/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=562444 CPUtime=822.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 118625 0 0 0 82200 26 0 0 25 0 1 0 284904187 575942656 115776 33554432000 4194304 4947581 140734884204640 18446744073709551615 4361592 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 140611 115776 465 184 0 135486 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 562444

[startup+882.301 s]
/proc/loadavg: 4.02 3.79 2.43 6/190 16141
/proc/meminfo: memFree=19163756/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=562444 CPUtime=882.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 119601 0 0 0 88200 26 0 0 25 0 1 0 284904187 575942656 116752 33554432000 4194304 4947581 140734884204640 18446744073709551615 212687372043 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 140611 116752 465 184 0 135486 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 562444

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.52 5/190 16143
/proc/meminfo: memFree=19031156/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=942.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 139872 0 0 0 94195 31 0 0 25 0 1 0 284904187 685240320 137023 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 137023 465 184 0 162170 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 669180

[startup+1002.3 s]
/proc/loadavg: 4.07 3.87 2.62 5/190 16144
/proc/meminfo: memFree=18816608/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1002.25 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 140148 0 0 0 100194 31 0 0 25 0 1 0 284904187 685240320 137299 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400163 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 137299 465 184 0 162170 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 669180

[startup+1062.3 s]
/proc/loadavg: 4.02 3.89 2.70 5/190 16146
/proc/meminfo: memFree=18744140/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1062.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 141437 0 0 0 106194 32 0 0 25 0 1 0 284904187 685240320 138582 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 138582 465 184 0 162170 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 669180

[startup+1122.3 s]
/proc/loadavg: 4.05 3.92 2.79 5/190 16148
/proc/meminfo: memFree=18632760/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1122.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 142753 0 0 0 112194 32 0 0 25 0 1 0 284904187 685240320 139832 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 139832 465 184 0 162170 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 669180

[startup+1182.3 s]
/proc/loadavg: 4.02 3.93 2.86 5/190 16149
/proc/meminfo: memFree=18589944/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1182.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 143077 0 0 0 118194 32 0 0 25 0 1 0 284904187 685240320 130082 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 130082 465 184 0 162170 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 669180

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.93 5/190 16151
/proc/meminfo: memFree=18496276/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1242.26 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 143367 0 0 0 124194 32 0 0 25 0 1 0 284904187 685240320 130372 33554432000 4194304 4947581 140734884204640 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 130372 465 184 0 162170 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 669180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 2.99 4/188 16153
/proc/meminfo: memFree=19073852/32951124 swapFree=67111528/67111528
[pid=16097] ppid=16095 vsize=669180 CPUtime=1299.97 cores=1,3
/proc/16097/stat : 16097 (synit_sat) R 16095 16097 16057 0 -1 4202496 144234 0 0 0 129964 33 0 0 25 0 1 0 284904187 685240320 131239 33554432000 4194304 4947581 140734884204640 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/16097/statm: 167295 131239 465 184 0 162170 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 669180

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.03
CPU time (s): 1300
CPU user time (s): 1299.64
CPU system time (s): 0.352946
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 669180

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

runsolver used 2.01269 second user time and 5.08523 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-02 10:31:05
IDJOB=3159521
IDBENCH=82544
IDSOLVER=1571
FILE ID=node139/3159521-1301733064
RUNJOBID= node139-1301733063-16077
PBS_JOBID= 12840930
Free space on /tmp= 71868 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S709804505-031-UNKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3159521-1301733064/watcher-3159521-1301733064 -o /tmp/evaluation-result-3159521-1301733064/solver-3159521-1301733064 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3159521-1301733064.cnf 1350372650

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

MD5SUM BENCH= 5fbb493df133934f33cf8a2f736084e5
RANDOM SEED=1350372650

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21061576 kB
Buffers:        355012 kB
Cached:       11141232 kB
SwapCached:          0 kB
Active:        7416548 kB
Inactive:      4208132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21061576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      128600 kB
Mapped:          15328 kB
Slab:           200208 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   279444 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= 71860 MiB
End job on node139 at 2011-04-02 10:52:47