Trace number 3265313

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.07 1300.04

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :        380 AvgFaninNum: 18
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 360
0.00/0.00	c Total Root : 0 Undef Var: 360
0.00/0.00	c After covering, Total Root: 20 Leaf: 360
0.00/0.00	c Variable( cover/uncovered/unused ): 380 0 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 360 6670
0.00/0.00	c Clauses( cover/uncovered ): 20 0
0.00/0.00	c Total Clauses( cover/uncovered ): 380 6670 5.39007%
0.00/0.00	c Covered Ands: 20 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 2 max size: 2
0.00/0.01	c Final circuit: i/l/o/s     360       0    6670      7010
0.00/0.01	c cover rate 5.39007
0.00/0.01	c rocky end  0 total 0
0.00/0.01	c covering time  0.01 total 0.01
1300.04/1300.00	c interrupt  1300.03 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-3265313-1303579028/watcher-3265313-1303579028 -o /tmp/evaluation-result-3265313-1303579028/solver-3265313-1303579028 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3265313-1303579028.cnf 1395162207 

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: 4.07 4.02 3.93 1/180 23384
/proc/meminfo: memFree=26099492/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=29716 CPUtime=0 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 2052 0 0 0 0 0 0 0 24 0 1 0 548133528 30429184 1987 33554432000 4194304 4947581 140733435903248 18446744073709551615 260905212775 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23384/statm: 7668 1994 343 184 0 2543 0

[startup+0.035577 s]
/proc/loadavg: 4.07 4.02 3.93 1/180 23384
/proc/meminfo: memFree=26099492/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=44024 CPUtime=0.02 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 3585 0 0 0 2 0 0 0 24 0 1 0 548133528 45080576 3517 33554432000 4194304 4947581 140733435903248 18446744073709551615 4353240 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 11006 3517 457 184 0 5881 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44024

[startup+0.100567 s]
/proc/loadavg: 4.07 4.02 3.93 1/180 23384
/proc/meminfo: memFree=26099492/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=44024 CPUtime=0.09 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 3839 0 0 0 9 0 0 0 24 0 1 0 548133528 45080576 3771 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 11006 3771 457 184 0 5881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44024

[startup+0.300534 s]
/proc/loadavg: 4.07 4.02 3.93 1/180 23384
/proc/meminfo: memFree=26099492/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=62068 CPUtime=0.29 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 4659 0 0 0 29 0 0 0 25 0 1 0 548133528 63557632 4591 33554432000 4194304 4947581 140733435903248 18446744073709551615 4357908 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 15517 4591 457 184 0 10392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62068

[startup+0.70046 s]
/proc/loadavg: 4.07 4.02 3.93 1/180 23384
/proc/meminfo: memFree=26099492/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=81380 CPUtime=0.69 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 6215 0 0 0 69 0 0 0 25 0 1 0 548133528 83333120 6147 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 20345 6147 462 184 0 15220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81380

[startup+1.50031 s]
/proc/loadavg: 4.07 4.02 3.93 5/187 23443
/proc/meminfo: memFree=25895452/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=81380 CPUtime=1.48 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 9482 0 0 0 148 0 0 0 25 0 1 0 548133528 83333120 9414 33554432000 4194304 4947581 140733435903248 18446744073709551615 4517992 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 20345 9414 467 184 0 15220 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81380

[startup+3.10102 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 23449
/proc/meminfo: memFree=25716992/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=81380 CPUtime=3.09 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 10177 0 0 0 308 1 0 0 25 0 1 0 548133528 83333120 10109 33554432000 4194304 4947581 140733435903248 18446744073709551615 4518129 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 20345 10109 467 184 0 15220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81380

[startup+6.30044 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 23449
/proc/meminfo: memFree=25299432/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=91808 CPUtime=6.29 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 11509 0 0 0 628 1 0 0 25 0 1 0 548133528 94011392 11441 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399830 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 22952 11442 467 184 0 17827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91808

[startup+12.7003 s]
/proc/loadavg: 4.05 4.01 3.93 5/190 23449
/proc/meminfo: memFree=25218364/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=114356 CPUtime=12.69 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 19199 0 0 0 1267 2 0 0 25 0 1 0 548133528 117100544 19131 33554432000 4194304 4947581 140733435903248 18446744073709551615 4491864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 28589 19131 467 184 0 23464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114356

[startup+25.5009 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 23477
/proc/meminfo: memFree=24015796/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=152684 CPUtime=25.49 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 26315 0 0 0 2546 3 0 0 25 0 1 0 548133528 156348416 26247 33554432000 4194304 4947581 140733435903248 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 38171 26247 467 184 0 33046 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152684

[startup+51.1002 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 23477
/proc/meminfo: memFree=22532848/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=152684 CPUtime=51.1 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 31738 0 0 0 5105 5 0 0 25 0 1 0 548133528 156348416 31670 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399156 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 38171 31670 467 184 0 33046 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 152684

[startup+102.307 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 23479
/proc/meminfo: memFree=18842048/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=368952 CPUtime=102.29 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 56959 0 0 0 10219 10 0 0 25 0 1 0 548133528 377806848 55779 33554432000 4194304 4947581 140733435903248 18446744073709551615 4345829 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 92238 55779 467 184 0 87113 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 368952

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 23507
/proc/meminfo: memFree=23455608/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=615692 CPUtime=162.29 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 74741 0 0 0 16216 13 0 0 25 0 1 0 548133528 630468608 73557 33554432000 4194304 4947581 140733435903248 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 153923 73557 471 184 0 148798 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 615692

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 23509
/proc/meminfo: memFree=23396272/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=615692 CPUtime=222.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 75419 0 0 0 22216 14 0 0 25 0 1 0 548133528 630468608 74231 33554432000 4194304 4947581 140733435903248 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 153923 74231 467 184 0 148798 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 615692

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23511
/proc/meminfo: memFree=23202660/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=282.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 96001 0 0 0 28213 17 0 0 25 0 1 0 548133528 733483008 94711 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 94711 467 184 0 173948 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 716292

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23512
/proc/meminfo: memFree=23115204/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=342.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 106283 0 0 0 34212 18 0 0 25 0 1 0 548133528 733483008 104795 33554432000 4194304 4947581 140733435903248 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 104795 467 184 0 173948 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 716292

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23514
/proc/meminfo: memFree=23017832/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=402.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 106816 0 0 0 40212 18 0 0 25 0 1 0 548133528 733483008 105111 33554432000 4194304 4947581 140733435903248 18446744073709551615 4547421 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 105111 467 184 0 173948 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 716292

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23515
/proc/meminfo: memFree=23015812/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=462.31 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 107244 0 0 0 46212 19 0 0 25 0 1 0 548133528 733483008 105424 33554432000 4194304 4947581 140733435903248 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 105424 467 184 0 173948 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 716292

[startup+522.301 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 23517
/proc/meminfo: memFree=22921284/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=522.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 123122 0 0 0 52210 20 0 0 25 0 1 0 548133528 733483008 121113 33554432000 4194304 4947581 140733435903248 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 121113 467 184 0 173948 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 716292

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.95 5/190 23519
/proc/meminfo: memFree=22893716/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=582.3 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 127236 0 0 0 58209 21 0 0 25 0 1 0 548133528 733483008 125089 33554432000 4194304 4947581 140733435903248 18446744073709551615 4491819 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125089 467 184 0 173948 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 716292

[startup+642.301 s]
/proc/loadavg: 4.08 4.03 3.95 5/190 23520
/proc/meminfo: memFree=22844696/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=642.31 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 127442 0 0 0 64210 21 0 0 25 0 1 0 548133528 733483008 125076 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125076 467 184 0 173948 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 716292

[startup+702.301 s]
/proc/loadavg: 4.03 4.02 3.95 5/190 23522
/proc/meminfo: memFree=22776088/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=702.32 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 127773 0 0 0 70210 22 0 0 25 0 1 0 548133528 733483008 125254 33554432000 4194304 4947581 140733435903248 18446744073709551615 4547506 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125254 467 184 0 173948 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 716292

[startup+762.307 s]
/proc/loadavg: 4.01 4.02 3.95 5/190 23523
/proc/meminfo: memFree=22728928/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=762.32 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 128009 0 0 0 76210 22 0 0 25 0 1 0 548133528 733483008 125331 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125331 467 184 0 173948 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 716292

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 23525
/proc/meminfo: memFree=22721828/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=822.31 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 128320 0 0 0 82209 22 0 0 25 0 1 0 548133528 733483008 125479 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125479 467 184 0 173948 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 716292

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 23527
/proc/meminfo: memFree=22716832/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=882.31 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 128859 0 0 0 88209 22 0 0 25 0 1 0 548133528 733483008 125935 33554432000 4194304 4947581 140733435903248 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125935 467 184 0 173948 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 716292

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 23528
/proc/meminfo: memFree=22715548/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=942.31 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 128954 0 0 0 94209 22 0 0 25 0 1 0 548133528 733483008 125858 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125858 467 184 0 173948 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 716292

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 23530
/proc/meminfo: memFree=22709060/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=1002.32 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 129211 0 0 0 100209 23 0 0 25 0 1 0 548133528 733483008 125938 33554432000 4194304 4947581 140733435903248 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 125938 467 184 0 173948 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 716292

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.96 5/190 23531
/proc/meminfo: memFree=22706672/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=716292 CPUtime=1062.32 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 129577 0 0 0 106209 23 0 0 25 0 1 0 548133528 733483008 126138 33554432000 4194304 4947581 140733435903248 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 179073 126138 473 184 0 173948 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 716292

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.96 5/190 23533
/proc/meminfo: memFree=22549908/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=872876 CPUtime=1122.33 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 156805 0 0 0 112201 32 0 0 25 0 1 0 548133528 893825024 153171 33554432000 4194304 4947581 140733435903248 18446744073709551615 4354959 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 218219 153171 473 184 0 213094 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 872876

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 23535
/proc/meminfo: memFree=22444224/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=1032292 CPUtime=1182.33 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 157300 0 0 0 118201 32 0 0 25 0 1 0 548133528 1057067008 153465 33554432000 4194304 4947581 140733435903248 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 258073 153465 473 184 0 252948 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1032292

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 23536
/proc/meminfo: memFree=22375980/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=1032292 CPUtime=1242.33 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 157310 0 0 0 124201 32 0 0 25 0 1 0 548133528 1057067008 153372 33554432000 4194304 4947581 140733435903248 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 258073 153372 473 184 0 252948 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1032292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 23540
/proc/meminfo: memFree=22348544/32950928 swapFree=67071984/67111528
[pid=23384] ppid=23382 vsize=1032292 CPUtime=1300.04 cores=1,3
/proc/23384/stat : 23384 (synit_sat) R 23382 23384 23178 0 -1 4202496 157560 0 0 0 129972 32 0 0 25 0 1 0 548133528 1057067008 153515 33554432000 4194304 4947581 140733435903248 18446744073709551615 4491850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/23384/statm: 258073 153515 473 184 0 252948 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1032292

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.07
CPU user time (s): 1299.72
CPU system time (s): 0.348946
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1032292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157565
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= 13
involuntary context switches= 2551

runsolver used 2.12868 second user time and 4.97424 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 19:17:09
IDJOB=3265313
IDBENCH=85542
IDSOLVER=1571
FILE ID=node116/3265313-1303579028
RUNJOBID= node116-1303577726-23198
PBS_JOBID= 13150332
Free space on /tmp= 72612 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265313-1303579028/watcher-3265313-1303579028 -o /tmp/evaluation-result-3265313-1303579028/solver-3265313-1303579028 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3265313-1303579028.cnf 1395162207

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1395162207

node116.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.826
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.65
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.826
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:      26099648 kB
Buffers:       1820456 kB
Cached:        4575020 kB
SwapCached:       9728 kB
Active:        2920428 kB
Inactive:      3517588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26099648 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:       35652 kB
Mapped:          14140 kB
Slab:           349244 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   255116 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= 72572 MiB
End job on node116 at 2011-04-23 19:38:51