Trace number 3291256

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.06 1300.02

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :         69
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :       4108 AvgFaninNum: 10.8861
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 1472
0.00/0.02	c Total Root : 52 Undef Var: 2984
0.00/0.02	c After covering, Total Root: 852 Leaf: 2946
0.00/0.02	c Variable( cover/uncovered/unused ): 4230 38 0
0.00/0.02	c Unit Clauses: 69
0.00/0.02	c Binary Clauses( cover/uncovered ): 4952 31032
0.00/0.02	c Clauses( cover/uncovered ): 1284 1628
0.00/0.02	c Total Clauses( cover/uncovered ): 6305 32660 16.1812%
0.00/0.02	c Covered Ands: 1284 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2.13925 max size: 28
0.00/0.04	c Final circuit: i/l/o/s    2915       0   31430     39237
0.00/0.04	c cover rate 16.1812
0.00/0.04	c rocky end  0.03 total 0.03
0.06/0.09	c covering time  0.05 total 0.08
1300.04/1300.00	c interrupt  1299.96 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/1300.00	s UNKNOWN

Verifier Data

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

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

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: 4.04 4.01 3.94 5/189 10214
/proc/meminfo: memFree=7041892/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=29716 CPUtime=0 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 1742 0 0 0 0 0 0 0 25 0 1 0 568470013 30429184 1679 33554432000 4194304 4947581 140734174312192 18446744073709551615 4308560 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10214/statm: 7429 1689 320 184 0 2304 0

[startup+0.066691 s]
/proc/loadavg: 4.04 4.01 3.94 5/189 10214
/proc/meminfo: memFree=7041892/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=41456 CPUtime=0.06 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 5113 0 0 0 6 0 0 0 25 0 1 0 568470013 42450944 5047 33554432000 4194304 4947581 140734174312192 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 10364 5049 410 184 0 5239 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41456

[startup+0.100682 s]
/proc/loadavg: 4.04 4.01 3.94 5/189 10214
/proc/meminfo: memFree=7041892/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=50672 CPUtime=0.09 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 7073 0 0 0 9 0 0 0 25 0 1 0 568470013 51888128 7007 33554432000 4194304 4947581 140734174312192 18446744073709551615 231895187552 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 12668 7032 421 184 0 7543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50672

[startup+0.300646 s]
/proc/loadavg: 4.04 4.01 3.94 5/189 10214
/proc/meminfo: memFree=7041892/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=70072 CPUtime=0.29 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 9871 0 0 0 28 1 0 0 25 0 1 0 568470013 71753728 9787 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399169 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 17518 9787 461 184 0 12393 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70072

[startup+0.700568 s]
/proc/loadavg: 4.04 4.01 3.94 5/189 10214
/proc/meminfo: memFree=7041892/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=86952 CPUtime=0.69 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 10197 0 0 0 68 1 0 0 25 0 1 0 568470013 89038848 10113 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399941 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 21738 10113 461 184 0 16613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86952

[startup+1.50041 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6994800/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=104160 CPUtime=1.49 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 11385 0 0 0 148 1 0 0 25 0 1 0 568470013 106659840 11301 33554432000 4194304 4947581 140734174312192 18446744073709551615 4643460 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 26040 11301 469 184 0 20915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104160

[startup+3.10113 s]
/proc/loadavg: 4.04 4.01 3.94 6/190 10215
/proc/meminfo: memFree=6984136/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=112816 CPUtime=3.09 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 13708 0 0 0 307 2 0 0 25 0 1 0 568470013 115523584 13624 33554432000 4194304 4947581 140734174312192 18446744073709551615 231895186967 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 28204 13624 470 184 0 23079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112816

[startup+6.30052 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6867768/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=112944 CPUtime=6.29 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 15705 0 0 0 627 2 0 0 25 0 1 0 568470013 115654656 15617 33554432000 4194304 4947581 140734174312192 18446744073709551615 4351825 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 28236 15617 470 184 0 23111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112944

[startup+12.7003 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6849300/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=130636 CPUtime=12.69 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 17308 0 0 0 1267 2 0 0 25 0 1 0 568470013 133771264 17220 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 32659 17220 470 184 0 27534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130636

[startup+25.5009 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6817720/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=130636 CPUtime=25.49 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 18857 0 0 0 2546 3 0 0 25 0 1 0 568470013 133771264 18764 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399453 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 32659 18764 470 184 0 27534 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130636

[startup+51.1011 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10243
/proc/meminfo: memFree=7024560/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=150748 CPUtime=51.09 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 25835 0 0 0 5106 3 0 0 25 0 1 0 568470013 154365952 25737 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 37687 25737 471 184 0 32562 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150748

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10245
/proc/meminfo: memFree=6895028/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=184532 CPUtime=102.3 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 32347 0 0 0 10225 5 0 0 25 0 1 0 568470013 188960768 32249 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 46133 32249 471 184 0 41008 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184532

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10246
/proc/meminfo: memFree=6983496/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=184660 CPUtime=162.3 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 34609 0 0 0 16224 6 0 0 25 0 1 0 568470013 189091840 34503 33554432000 4194304 4947581 140734174312192 18446744073709551615 231895187100 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 46165 34503 471 184 0 41040 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 184660

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10248
/proc/meminfo: memFree=6815512/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=184660 CPUtime=222.29 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 37497 0 0 0 22223 6 0 0 25 0 1 0 568470013 189091840 37363 33554432000 4194304 4947581 140734174312192 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 46165 37363 534 184 0 41040 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 184660

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10249
/proc/meminfo: memFree=6798980/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=213624 CPUtime=282.29 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 40556 0 0 0 28222 7 0 0 25 0 1 0 568470013 218750976 40418 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 53406 40418 530 184 0 48281 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 213624

[startup+342.3 s]
/proc/loadavg: 3.21 3.79 3.87 3/178 10286
/proc/meminfo: memFree=12160204/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=213624 CPUtime=342.29 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 40807 0 0 0 34222 7 0 0 25 0 1 0 568470013 218750976 40669 33554432000 4194304 4947581 140734174312192 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 53406 40669 530 184 0 48281 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 213624

[startup+402.301 s]
/proc/loadavg: 2.50 3.48 3.76 3/178 10288
/proc/meminfo: memFree=12074124/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=213624 CPUtime=402.3 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 42821 0 0 0 40222 8 0 0 25 0 1 0 568470013 218750976 42611 33554432000 4194304 4947581 140734174312192 18446744073709551615 4346549 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 53406 42611 490 184 0 48281 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 213624

[startup+462.301 s]
/proc/loadavg: 2.18 3.21 3.64 3/178 10289
/proc/meminfo: memFree=12047456/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=246164 CPUtime=462.3 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 50002 0 0 0 46221 9 0 0 25 0 1 0 568470013 252071936 48275 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 61541 48275 490 184 0 56416 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 246164

[startup+522.3 s]
/proc/loadavg: 2.06 2.98 3.54 3/178 10291
/proc/meminfo: memFree=11956940/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=246164 CPUtime=522.31 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 51746 0 0 0 52221 10 0 0 25 0 1 0 568470013 252071936 50019 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 61541 50019 490 184 0 56416 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 246164

[startup+582.3 s]
/proc/loadavg: 2.05 2.82 3.45 3/178 10292
/proc/meminfo: memFree=11923736/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=314928 CPUtime=582.31 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 59153 0 0 0 58220 11 0 0 25 0 1 0 568470013 322486272 57413 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 78732 57413 480 184 0 73607 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 314928

[startup+642.301 s]
/proc/loadavg: 2.02 2.67 3.35 3/178 10294
/proc/meminfo: memFree=11915752/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=314928 CPUtime=642.32 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 61225 0 0 0 64220 12 0 0 25 0 1 0 568470013 322486272 59485 33554432000 4194304 4947581 140734174312192 18446744073709551615 4398576 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 78732 59485 480 184 0 73607 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 314928

[startup+702.301 s]
/proc/loadavg: 2.00 2.54 3.26 3/178 10296
/proc/meminfo: memFree=11985292/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=314928 CPUtime=702.31 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 63675 0 0 0 70218 13 0 0 25 0 1 0 568470013 322486272 61935 33554432000 4194304 4947581 140734174312192 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 78732 61935 480 184 0 73607 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 314928

[startup+762.306 s]
/proc/loadavg: 2.00 2.44 3.18 3/178 10297
/proc/meminfo: memFree=11913220/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=762.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 66802 0 0 0 76219 14 0 0 25 0 1 0 568470013 341614592 65053 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399839 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 65053 471 184 0 78277 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 333608

[startup+822.301 s]
/proc/loadavg: 2.00 2.36 3.11 3/178 10299
/proc/meminfo: memFree=11878472/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=822.32 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 68053 0 0 0 82217 15 0 0 25 0 1 0 568470013 341614592 66304 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 66304 471 184 0 78277 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 333608

[startup+882.301 s]
/proc/loadavg: 2.00 2.29 3.03 3/178 10309
/proc/meminfo: memFree=11873920/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=882.32 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 69005 0 0 0 88216 16 0 0 25 0 1 0 568470013 341614592 67256 33554432000 4194304 4947581 140734174312192 18446744073709551615 4400464 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 67256 471 184 0 78277 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 333608

[startup+942.301 s]
/proc/loadavg: 2.07 2.25 2.97 3/178 10807
/proc/meminfo: memFree=12120204/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=942.32 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 69013 0 0 0 94216 16 0 0 25 0 1 0 568470013 341614592 67264 33554432000 4194304 4947581 140734174312192 18446744073709551615 4345536 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 67264 471 184 0 78277 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 333608

[startup+1002.3 s]
/proc/loadavg: 2.02 2.20 2.91 3/178 10809
/proc/meminfo: memFree=12119712/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=1002.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 69953 0 0 0 100217 16 0 0 25 0 1 0 568470013 341614592 68204 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 68204 471 184 0 78277 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 333608

[startup+1062.3 s]
/proc/loadavg: 2.01 2.16 2.85 3/178 10810
/proc/meminfo: memFree=12119540/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=1062.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 69959 0 0 0 106217 16 0 0 25 0 1 0 568470013 341614592 68210 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 68210 471 184 0 78277 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 333608

[startup+1122.3 s]
/proc/loadavg: 1.72 2.07 2.77 2/172 10830
/proc/meminfo: memFree=17372976/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=1122.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 70028 0 0 0 112217 16 0 0 25 0 1 0 568470013 341614592 68279 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 68279 471 184 0 78277 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 333608

[startup+1182.3 s]
/proc/loadavg: 1.26 1.87 2.66 2/172 10831
/proc/meminfo: memFree=17373064/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=1182.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 70036 0 0 0 118217 16 0 0 25 0 1 0 568470013 341614592 68287 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 68287 471 184 0 78277 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 333608

[startup+1242.3 s]
/proc/loadavg: 1.09 1.71 2.55 2/172 10833
/proc/meminfo: memFree=17370420/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=333608 CPUtime=1242.33 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 70616 0 0 0 124217 16 0 0 25 0 1 0 568470013 341614592 68867 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 83402 68867 471 184 0 78277 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 333608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.58 2.45 2/172 10835
/proc/meminfo: memFree=17369020/32950928 swapFree=67111528/67111528
[pid=10214] ppid=10212 vsize=418296 CPUtime=1300.04 cores=5,7
/proc/10214/stat : 10214 (synit_sat) R 10212 10214 9678 0 -1 4202496 70998 0 0 0 129988 16 0 0 25 0 1 0 568470013 428335104 69249 33554432000 4194304 4947581 140734174312192 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10214/statm: 104574 69249 471 184 0 99449 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 418296

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.88
CPU system time (s): 0.180972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 418296

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

runsolver used 1.9847 second user time and 5.06023 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 03:46:33
IDJOB=3291256
IDBENCH=84180
IDSOLVER=1571
FILE ID=node114/3291256-1303782393
RUNJOBID= node114-1303780890-9699
PBS_JOBID= 13157222
Free space on /tmp= 71356 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291256-1303782393/watcher-3291256-1303782393 -o /tmp/evaluation-result-3291256-1303782393/solver-3291256-1303782393 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3291256-1303782393.cnf 1122644572

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1122644572

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7042048 kB
Buffers:       2300816 kB
Cached:       12838276 kB
SwapCached:          0 kB
Active:       17018780 kB
Inactive:      8282968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7042048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          105068 kB
Writeback:           0 kB
AnonPages:    10162248 kB
Mapped:          17064 kB
Slab:           520260 kB
PageTables:      27136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 11938028 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= 71832 MiB
End job on node114 at 2011-04-26 04:08:15