Trace number 3292176

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

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.01	c start  0 total 0
0.09/0.15	c Find Units :          0
0.09/0.15	c Find Invs  :          0
0.09/0.17	c Find Ands  :       2312 AvgFaninNum: 33
0.09/0.18	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.23	c Find Ite   :          0
0.19/0.28	c UnDirect variable: 0
0.19/0.28	c UnDirect to Direct Gate: 0
0.19/0.28	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.28	c Break Cycle : 1089
0.19/0.28	c Total Root : 0 Undef Var: 1089
0.19/0.28	c After covering, Total Root: 23 Leaf: 1089
0.19/0.28	c Variable( cover/uncovered/unused ): 1156 0 0
0.19/0.28	c Unit Clauses: 0
0.19/0.28	c Binary Clauses( cover/uncovered ): 2211 36039
0.19/0.28	c Clauses( cover/uncovered ): 67 117607
0.19/0.28	c Total Clauses( cover/uncovered ): 2278 153646 1.46097%
0.19/0.28	c Covered Ands: 67 Invs: 0 Xors: 0 Ites: 0
0.29/0.39	c Uncover Clauses avg size: 2.76564 max size: 34
0.29/0.40	c Final circuit: i/l/o/s    1089       0  151212    266710
0.29/0.40	c cover rate 1.46097
0.29/0.40	c rocky end  0.38 total 0.38
0.59/0.68	c covering time  0.29 total 0.67
1299.97/1300.00	c interrupt  1299.3 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-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-3292176-1303787049/watcher-3292176-1303787049 -o /tmp/evaluation-result-3292176-1303787049/solver-3292176-1303787049 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3292176-1303787049.cnf 387415848 

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: 3.69 3.94 3.96 4/180 3744
/proc/meminfo: memFree=14568104/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=29720 CPUtime=0 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 2029 0 0 0 0 0 0 0 21 0 1 0 490305824 30433280 1966 33554432000 4194304 4947581 140735864624288 18446744073709551615 4283938 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3744/statm: 7430 1971 322 184 0 2305 0

[startup+0.0692469 s]
/proc/loadavg: 3.69 3.94 3.96 4/180 3744
/proc/meminfo: memFree=14568104/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=45024 CPUtime=0.06 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 6166 0 0 0 5 1 0 0 21 0 1 0 490305824 46104576 6101 33554432000 4194304 4947581 140735864624288 18446744073709551615 4817410 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 11256 6101 376 184 0 6131 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45024

[startup+0.100244 s]
/proc/loadavg: 3.69 3.94 3.96 4/180 3744
/proc/meminfo: memFree=14568104/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=50272 CPUtime=0.09 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 7295 0 0 0 8 1 0 0 21 0 1 0 490305824 51478528 7230 33554432000 4194304 4947581 140735864624288 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 12568 7232 376 184 0 7443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50272

[startup+0.300205 s]
/proc/loadavg: 3.69 3.94 3.96 4/180 3744
/proc/meminfo: memFree=14568104/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=60508 CPUtime=0.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 10035 0 0 0 28 1 0 0 22 0 1 0 490305824 61960192 9970 33554432000 4194304 4947581 140735864624288 18446744073709551615 4779984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 15127 9970 384 184 0 10002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60508

[startup+0.701137 s]
/proc/loadavg: 3.69 3.94 3.96 4/180 3744
/proc/meminfo: memFree=14568104/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=137636 CPUtime=0.69 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 28946 0 0 0 66 3 0 0 23 0 1 0 490305824 140939264 28863 33554432000 4194304 4947581 140735864624288 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 34409 28868 420 184 0 29284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137636

[startup+1.50099 s]
/proc/loadavg: 3.69 3.94 3.96 5/181 3745
/proc/meminfo: memFree=14296708/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=183388 CPUtime=1.49 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 37726 0 0 0 145 4 0 0 25 0 1 0 490305824 187789312 37643 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399422 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 45847 37643 433 184 0 40722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183388

[startup+3.10071 s]
/proc/loadavg: 3.69 3.94 3.96 5/181 3745
/proc/meminfo: memFree=14136348/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=210388 CPUtime=3.09 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 44167 0 0 0 304 5 0 0 25 0 1 0 490305824 215437312 44084 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 52597 44084 461 184 0 47472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210388

[startup+6.30114 s]
/proc/loadavg: 3.71 3.94 3.96 5/187 3757
/proc/meminfo: memFree=13248628/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=210388 CPUtime=6.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 44522 0 0 0 624 5 0 0 25 0 1 0 490305824 215437312 44439 33554432000 4194304 4947581 140735864624288 18446744073709551615 4350783 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 52597 44439 461 184 0 47472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210388

[startup+12.701 s]
/proc/loadavg: 3.98 3.99 3.97 5/190 3763
/proc/meminfo: memFree=11187216/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=222304 CPUtime=12.69 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 46765 0 0 0 1263 6 0 0 25 0 1 0 490305824 227639296 46682 33554432000 4194304 4947581 140735864624288 18446744073709551615 4400144 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 55576 46682 470 184 0 50451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 222304

[startup+25.5007 s]
/proc/loadavg: 3.98 3.99 3.97 5/190 3764
/proc/meminfo: memFree=9110032/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=234516 CPUtime=25.49 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 48566 0 0 0 2543 6 0 0 25 0 1 0 490305824 240144384 48483 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399368 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 58629 48483 470 184 0 53504 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234516

[startup+51.1002 s]
/proc/loadavg: 3.99 3.99 3.97 5/190 3764
/proc/meminfo: memFree=6330008/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=247016 CPUtime=51.09 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 50987 0 0 0 5103 6 0 0 25 0 1 0 490305824 252944384 50904 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399493 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 61754 50904 470 184 0 56629 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 247016

[startup+102.307 s]
/proc/loadavg: 4.12 4.02 3.98 5/190 3766
/proc/meminfo: memFree=4752908/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=271636 CPUtime=102.3 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 55290 0 0 0 10223 7 0 0 25 0 1 0 490305824 278155264 55207 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 67909 55207 470 184 0 62784 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 271636

[startup+162.301 s]
/proc/loadavg: 4.04 4.02 3.98 5/190 3821
/proc/meminfo: memFree=10237400/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=309048 CPUtime=162.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 60201 0 0 0 16221 8 0 0 25 0 1 0 490305824 316465152 60118 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 77262 60118 470 184 0 72137 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 309048

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.98 5/190 3850
/proc/meminfo: memFree=10092904/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=309048 CPUtime=222.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 60686 0 0 0 22221 8 0 0 25 0 1 0 490305824 316465152 60603 33554432000 4194304 4947581 140735864624288 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 77262 60603 470 184 0 72137 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 309048

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 3852
/proc/meminfo: memFree=9878248/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=321512 CPUtime=282.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 65380 0 0 0 28220 9 0 0 25 0 1 0 490305824 329228288 63401 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399564 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 80378 63401 470 184 0 75253 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 321512

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 3853
/proc/meminfo: memFree=9560924/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=321512 CPUtime=342.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 65508 0 0 0 34220 9 0 0 25 0 1 0 490305824 329228288 63529 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 80378 63529 470 184 0 75253 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 321512

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 3855
/proc/meminfo: memFree=9271992/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=321512 CPUtime=402.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 66973 0 0 0 40220 9 0 0 25 0 1 0 490305824 329228288 64994 33554432000 4194304 4947581 140735864624288 18446744073709551615 4400144 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 80378 64994 470 184 0 75253 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 321512

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 3856
/proc/meminfo: memFree=9069364/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=334376 CPUtime=462.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 70197 0 0 0 46219 9 0 0 25 0 1 0 490305824 342401024 68218 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399912 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 83594 68218 470 184 0 78469 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 334376

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 3858
/proc/meminfo: memFree=8989872/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=522.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 77227 0 0 0 52218 11 0 0 25 0 1 0 490305824 395657216 75248 33554432000 4194304 4947581 140735864624288 18446744073709551615 4350464 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 75248 470 184 0 91471 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 386384

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.98 6/190 3860
/proc/meminfo: memFree=8790724/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=582.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 78595 0 0 0 58217 11 0 0 25 0 1 0 490305824 395657216 76616 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399368 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 76616 470 184 0 91471 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 386384

[startup+642.301 s]
/proc/loadavg: 3.43 3.84 3.93 4/184 3878
/proc/meminfo: memFree=8996960/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=642.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 79223 0 0 0 64218 11 0 0 25 0 1 0 490305824 395657216 77244 33554432000 4194304 4947581 140735864624288 18446744073709551615 4400152 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 77244 470 184 0 91471 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 386384

[startup+702.301 s]
/proc/loadavg: 3.24 3.72 3.88 4/184 3880
/proc/meminfo: memFree=8976740/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=702.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 80129 0 0 0 70217 12 0 0 25 0 1 0 490305824 395657216 78150 33554432000 4194304 4947581 140735864624288 18446744073709551615 4354008 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 78150 470 184 0 91471 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 386384

[startup+762.306 s]
/proc/loadavg: 3.09 3.58 3.82 4/184 3881
/proc/meminfo: memFree=8803008/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=762.29 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 80129 0 0 0 76217 12 0 0 25 0 1 0 490305824 395657216 78150 33554432000 4194304 4947581 140735864624288 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 78150 470 184 0 91471 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 386384

[startup+822.301 s]
/proc/loadavg: 3.03 3.47 3.77 4/184 3883
/proc/meminfo: memFree=8781940/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=822.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 80966 0 0 0 82216 12 0 0 25 0 1 0 490305824 395657216 78987 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399493 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 78987 470 184 0 91471 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 386384

[startup+882.301 s]
/proc/loadavg: 3.01 3.39 3.72 4/184 3885
/proc/meminfo: memFree=8750924/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=386384 CPUtime=882.27 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 82323 0 0 0 88215 12 0 0 25 0 1 0 490305824 395657216 80344 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 96596 80344 470 184 0 91471 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 386384

[startup+942.301 s]
/proc/loadavg: 3.00 3.31 3.67 4/184 3886
/proc/meminfo: memFree=8671436/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=942.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 88984 0 0 0 94213 15 0 0 25 0 1 0 490305824 466448384 87005 33554432000 4194304 4947581 140735864624288 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 87005 470 184 0 108754 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 455516

[startup+1002.3 s]
/proc/loadavg: 3.00 3.25 3.62 4/184 3888
/proc/meminfo: memFree=8540356/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1002.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 92469 0 0 0 100212 16 0 0 25 0 1 0 490305824 466448384 90490 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 90490 470 184 0 108754 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 455516

[startup+1062.3 s]
/proc/loadavg: 3.00 3.20 3.58 4/184 3889
/proc/meminfo: memFree=8530296/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1062.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 92564 0 0 0 106212 16 0 0 25 0 1 0 490305824 466448384 90585 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 90585 470 184 0 108754 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 455516

[startup+1122.3 s]
/proc/loadavg: 3.00 3.16 3.54 4/184 3891
/proc/meminfo: memFree=8501632/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1122.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 92670 0 0 0 112212 16 0 0 25 0 1 0 490305824 466448384 90691 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 90691 470 184 0 108754 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 455516

[startup+1182.3 s]
/proc/loadavg: 3.00 3.13 3.51 4/184 3893
/proc/meminfo: memFree=8482016/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1182.28 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 92886 0 0 0 118212 16 0 0 25 0 1 0 490305824 466448384 90907 33554432000 4194304 4947581 140735864624288 18446744073709551615 4400180 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 90907 470 184 0 108754 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 455516

[startup+1242.3 s]
/proc/loadavg: 3.00 3.11 3.47 4/184 3894
/proc/meminfo: memFree=8456212/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1242.27 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 94939 0 0 0 124211 16 0 0 25 0 1 0 490305824 466448384 92960 33554432000 4194304 4947581 140735864624288 18446744073709551615 4399816 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 92960 470 184 0 108754 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 455516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.44 4/184 3896
/proc/meminfo: memFree=8369156/32951124 swapFree=67111528/67111528
[pid=3744] ppid=3742 vsize=455516 CPUtime=1299.97 cores=5,7
/proc/3744/stat : 3744 (synit_sat) R 3742 3744 2333 0 -1 4202496 94939 0 0 0 129981 16 0 0 25 0 1 0 490305824 466448384 92960 33554432000 4194304 4947581 140735864624288 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/3744/statm: 113879 92960 470 184 0 108754 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 455516

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.82
CPU system time (s): 0.181972
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 455516

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

runsolver used 2.11068 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-26 05:04:09
IDJOB=3292176
IDBENCH=85965
IDSOLVER=1571
FILE ID=node108/3292176-1303787049
RUNJOBID= node108-1303787048-3723
PBS_JOBID= 13157219
Free space on /tmp= 72232 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292176-1303787049/watcher-3292176-1303787049 -o /tmp/evaluation-result-3292176-1303787049/solver-3292176-1303787049 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3292176-1303787049.cnf 387415848

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=387415848

node108.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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14568260 kB
Buffers:       2279036 kB
Cached:       15446864 kB
SwapCached:          0 kB
Active:        9531484 kB
Inactive:      8269464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14568260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27304 kB
Writeback:          36 kB
AnonPages:       73836 kB
Mapped:          14424 kB
Slab:           517532 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200072 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= 72036 MiB
End job on node108 at 2011-04-26 05:25:51