Trace number 3249934

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
QuteRSat 2011-03-01? (TO) 1300.09 1300.05

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1520_u.cnf
MD5SUMac02a3a5c06227748ecf75dd451ebb7e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63840
Number of clauses123900
Sum of the clauses size369320
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22380
Number of clauses of size 3121520
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 63840 #clause: 123900
0.09/0.13	c Find Units :          0
0.09/0.13	c Find Invs  :          0
0.09/0.15	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.15	c Find Ite   :          0
0.19/0.20	c UnDirect variable: 0
0.19/0.20	c UnDirect to Direct Gate: 0
0.19/0.20	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.20	c Break Cycle : 0
0.19/0.20	c Total Root : 0 Undef Var: 63840
0.19/0.20	c After covering, Total Root: 0 Leaf: 0
0.19/0.20	c Variable( cover/uncovered/unused ): 0 63840 0
0.19/0.20	c Unit Clauses: 0
0.19/0.20	c Binary Clauses( cover/uncovered ): 0 2379
0.19/0.20	c Clauses( cover/uncovered ): 0 121520
0.19/0.20	c Total Clauses( cover/uncovered ): 0 123899 0%
0.19/0.20	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.28/0.31	c Uncover Clauses avg size: 2.9808 max size: 3
0.28/0.32	c Final circuit: i/l/o/s   63840       0  123899    243900
0.28/0.32	c CnfToAig: Time: 0.3 s
0.38/0.45	c TmMap: Set choices finish.
0.48/0.54	c TmMap: Set big and: 123899
0.48/0.54	c TmMap: Origin: 307741 ClauseNum: 731700 --> New: 187740 ClauseNum: 493217
0.48/0.54	c TmMap: Time: 0.11
0.48/0.58	c Try to Add: #clause: 247798 #xorclause: 0
0.59/0.63	c #var: 63840 #clauses: 121521 Solving... 
1300.04/1300.00	c Time Out !!
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-3249934-1303512440/watcher-3249934-1303512440 -o /tmp/evaluation-result-3249934-1303512440/solver-3249934-1303512440 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3249934-1303512440.cnf 1262034477 

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: 2.68 2.19 2.46 4/189 27335
/proc/meminfo: memFree=13345692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=11800 CPUtime=0 cores=5,7
/proc/27335/stat : 27335 (runsolver) R 27333 27335 25554 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 541474694 12083200 52 33554432000 4194304 5434984 140736647420624 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/27335/statm: 2950 52 31 303 0 2644 0

[startup+0.0836771 s]
/proc/loadavg: 2.68 2.19 2.46 4/189 27335
/proc/meminfo: memFree=13345692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=51784 CPUtime=0.06 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 6691 0 0 0 6 0 0 0 25 0 1 0 541474694 53026816 6625 33554432000 4194304 6016207 140736168720320 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 12946 6626 379 445 0 6490 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51784

[startup+0.100679 s]
/proc/loadavg: 2.68 2.19 2.46 4/189 27335
/proc/meminfo: memFree=13345692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=61128 CPUtime=0.09 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 9024 0 0 0 8 1 0 0 25 0 1 0 541474694 62595072 8958 33554432000 4194304 6016207 140736168720320 18446744073709551615 4305231 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 15282 8958 379 445 0 8826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61128

[startup+0.300636 s]
/proc/loadavg: 2.68 2.19 2.46 4/189 27335
/proc/meminfo: memFree=13345692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=69268 CPUtime=0.28 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 11209 0 0 0 27 1 0 0 18 0 1 0 541474694 70930432 11143 33554432000 4194304 6016207 140736168720320 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 17317 11143 400 445 0 10861 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69268

[startup+0.700567 s]
/proc/loadavg: 2.68 2.19 2.46 4/189 27335
/proc/meminfo: memFree=13345692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=136560 CPUtime=0.69 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 27344 0 0 0 66 3 0 0 18 0 1 0 541474694 139837440 27278 33554432000 4194304 6016207 140736168720320 18446744073709551615 4674667 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 34140 27278 696 445 0 27684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136560

[startup+1.50042 s]
/proc/loadavg: 2.68 2.19 2.46 5/190 27336
/proc/meminfo: memFree=13237952/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=136560 CPUtime=1.49 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 27368 0 0 0 146 3 0 0 19 0 1 0 541474694 139837440 27302 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 34140 27302 719 445 0 27684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136560

[startup+3.10111 s]
/proc/loadavg: 2.68 2.19 2.46 5/190 27336
/proc/meminfo: memFree=13232992/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=153828 CPUtime=3.08 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 30979 0 0 0 305 3 0 0 25 0 1 0 541474694 157519872 30913 33554432000 4194304 6016207 140736168720320 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 38457 30913 728 445 0 32001 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153828

[startup+6.30052 s]
/proc/loadavg: 2.79 2.22 2.47 5/190 27336
/proc/meminfo: memFree=13205224/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=178776 CPUtime=6.28 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 33605 0 0 0 625 3 0 0 25 0 1 0 541474694 183066624 33539 33554432000 4194304 6016207 140736168720320 18446744073709551615 4381968 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 44694 33539 728 445 0 38238 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 178776

[startup+12.7003 s]
/proc/loadavg: 2.88 2.25 2.48 5/190 27336
/proc/meminfo: memFree=13188228/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=192060 CPUtime=12.69 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 36582 0 0 0 1265 4 0 0 25 0 1 0 541474694 196669440 36516 33554432000 4194304 6016207 140736168720320 18446744073709551615 4416822 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 48015 36516 728 445 0 41559 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 192060

[startup+25.5009 s]
/proc/loadavg: 3.13 2.33 2.50 5/190 27337
/proc/meminfo: memFree=13137476/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=234024 CPUtime=25.49 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 44774 0 0 0 2544 5 0 0 25 0 1 0 541474694 239640576 42820 33554432000 4194304 6016207 140736168720320 18446744073709551615 4370994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 58506 42820 728 445 0 52050 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234024

[startup+51.1011 s]
/proc/loadavg: 3.43 2.46 2.54 5/190 27337
/proc/meminfo: memFree=13084088/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=250160 CPUtime=51.09 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 52169 0 0 0 5102 7 0 0 25 0 1 0 541474694 256163840 50215 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 62540 50215 728 445 0 56084 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 250160

[startup+102.306 s]
/proc/loadavg: 3.79 2.71 2.62 5/190 27366
/proc/meminfo: memFree=12984644/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=372276 CPUtime=102.29 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 61083 0 0 0 10220 9 0 0 25 0 1 0 541474694 381210624 59129 33554432000 4194304 6016207 140736168720320 18446744073709551615 4429866 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 93069 59129 728 445 0 86613 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 372276

[startup+162.3 s]
/proc/loadavg: 3.92 2.94 2.70 5/190 27367
/proc/meminfo: memFree=12812120/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=464700 CPUtime=162.29 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 66911 0 0 0 16219 10 0 0 25 0 1 0 541474694 475852800 64957 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 116175 64957 728 445 0 109719 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 464700

[startup+222.301 s]
/proc/loadavg: 3.44 2.99 2.73 4/184 27386
/proc/meminfo: memFree=12922920/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=567948 CPUtime=222.29 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 74545 0 0 0 22217 12 0 0 25 0 1 0 541474694 581578752 72591 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 141987 72591 728 445 0 135531 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 567948

[startup+282.301 s]
/proc/loadavg: 3.23 3.01 2.75 4/184 27388
/proc/meminfo: memFree=12818004/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=674524 CPUtime=282.29 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 90537 0 0 0 28214 15 0 0 25 0 1 0 541474694 690712576 88563 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424798 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 168631 88563 828 445 0 162175 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 674524

[startup+342.3 s]
/proc/loadavg: 3.00 2.99 2.76 3/178 27406
/proc/meminfo: memFree=12789876/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=674524 CPUtime=342.3 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 112732 0 0 0 34209 21 0 0 25 0 1 0 541474694 690712576 110660 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 168631 110660 730 445 0 162175 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 674524

[startup+402.301 s]
/proc/loadavg: 2.37 2.81 2.71 3/178 27408
/proc/meminfo: memFree=12709148/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=674524 CPUtime=402.3 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 128022 0 0 0 40206 24 0 0 25 0 1 0 541474694 690712576 125948 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 168631 125948 728 445 0 162175 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 674524

[startup+462.301 s]
/proc/loadavg: 2.13 2.66 2.66 3/178 27409
/proc/meminfo: memFree=12673544/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=946400 CPUtime=462.3 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 136081 0 0 0 46204 26 0 0 25 0 1 0 541474694 969113600 134007 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 236600 134007 728 445 0 230144 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 946400

[startup+522.301 s]
/proc/loadavg: 2.05 2.53 2.61 3/178 27411
/proc/meminfo: memFree=12656400/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=946528 CPUtime=522.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 139851 0 0 0 52202 29 0 0 25 0 1 0 541474694 969244672 137777 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 236632 137777 728 445 0 230176 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 946528

[startup+582.3 s]
/proc/loadavg: 2.02 2.43 2.57 3/178 27413
/proc/meminfo: memFree=12615952/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1095876 CPUtime=582.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 142412 0 0 0 58201 30 0 0 25 0 1 0 541474694 1122177024 140075 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 273969 140075 728 445 0 267513 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1095876

[startup+642.301 s]
/proc/loadavg: 2.06 2.37 2.54 3/178 27414
/proc/meminfo: memFree=12562108/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1251660 CPUtime=642.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 152432 0 0 0 64200 31 0 0 25 0 1 0 541474694 1281699840 148346 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 312915 148346 728 445 0 306459 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1251660

[startup+702.301 s]
/proc/loadavg: 2.02 2.30 2.50 3/178 27416
/proc/meminfo: memFree=12460776/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1251788 CPUtime=702.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 173830 0 0 0 70195 36 0 0 25 0 1 0 541474694 1281830912 169744 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 312947 169744 728 445 0 306491 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1251788

[startup+762.306 s]
/proc/loadavg: 2.00 2.24 2.47 3/178 27417
/proc/meminfo: memFree=12444008/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1251788 CPUtime=762.32 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 174109 0 0 0 76196 36 0 0 25 0 1 0 541474694 1281830912 170023 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 312947 170023 728 445 0 306491 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1251788

[startup+822.301 s]
/proc/loadavg: 2.04 2.21 2.44 3/179 27420
/proc/meminfo: memFree=12428828/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1251788 CPUtime=822.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 177913 0 0 0 82194 37 0 0 25 0 1 0 541474694 1281830912 173516 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 312947 173516 761 445 0 306491 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1251788

[startup+882.301 s]
/proc/loadavg: 2.01 2.17 2.41 3/178 27430
/proc/meminfo: memFree=12386516/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1251916 CPUtime=882.31 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 188508 0 0 0 88192 39 0 0 25 0 1 0 541474694 1281961984 184101 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425715 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 312979 184101 751 445 0 306523 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1251916

[startup+942.301 s]
/proc/loadavg: 2.00 2.14 2.38 3/178 27431
/proc/meminfo: memFree=12296096/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1441132 CPUtime=942.32 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 210740 0 0 0 94188 44 0 0 25 0 1 0 541474694 1475719168 206332 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 360283 206332 750 445 0 353827 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1441132

[startup+1002.3 s]
/proc/loadavg: 2.00 2.11 2.36 3/178 27433
/proc/meminfo: memFree=12292964/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1441132 CPUtime=1002.32 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 211274 0 0 0 100188 44 0 0 25 0 1 0 541474694 1475719168 206866 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 360283 206866 750 445 0 353827 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1441132

[startup+1062.3 s]
/proc/loadavg: 2.00 2.09 2.33 3/178 27434
/proc/meminfo: memFree=12283148/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1650980 CPUtime=1062.33 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 213618 0 0 0 106188 45 0 0 25 0 1 0 541474694 1690603520 209207 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 412745 209207 747 445 0 406289 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1650980

[startup+1122.3 s]
/proc/loadavg: 2.08 2.08 2.31 3/178 27436
/proc/meminfo: memFree=12274692/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1651108 CPUtime=1122.32 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 215577 0 0 0 112186 46 0 0 25 0 1 0 541474694 1690734592 211034 33554432000 4194304 6016207 140736168720320 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 412777 211034 741 445 0 406321 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1651108

[startup+1182.3 s]
/proc/loadavg: 2.03 2.07 2.29 3/178 27438
/proc/meminfo: memFree=12229404/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1651108 CPUtime=1182.33 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 226856 0 0 0 118185 48 0 0 25 0 1 0 541474694 1690734592 222223 33554432000 4194304 6016207 140736168720320 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 412777 222223 741 445 0 406321 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1651108

[startup+1242.3 s]
/proc/loadavg: 2.01 2.05 2.27 3/178 27439
/proc/meminfo: memFree=12168496/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=1876876 CPUtime=1242.33 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 242039 0 0 0 124180 53 0 0 25 0 1 0 541474694 1921921024 237270 33554432000 4194304 6016207 140736168720320 18446744073709551615 4425044 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 469219 237270 741 445 0 462763 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1876876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.25 3/178 27441
/proc/meminfo: memFree=12134628/32950928 swapFree=67111528/67111528
[pid=27335] ppid=27333 vsize=2111188 CPUtime=1300.04 cores=5,7
/proc/27335/stat : 27335 (qutersat_releas) R 27333 27335 25554 0 -1 4202496 245208 0 0 0 129950 54 0 0 25 0 1 0 541474694 2161856512 240266 33554432000 4194304 6016207 140736168720320 18446744073709551615 4387580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27335/statm: 527797 240266 741 445 0 521341 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2111188

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.5
CPU system time (s): 0.58891
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2111188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245213
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= 11
involuntary context switches= 1662

runsolver used 1.87971 second user time and 5.21921 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-23 00:47:20
IDJOB=3249934
IDBENCH=83198
IDSOLVER=1607
FILE ID=node114/3249934-1303512440
RUNJOBID= node114-1303512417-27241
PBS_JOBID= 13134223
Free space on /tmp= 71204 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249934-1303512440/watcher-3249934-1303512440 -o /tmp/evaluation-result-3249934-1303512440/solver-3249934-1303512440 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3249934-1303512440.cnf 1262034477

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

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=1262034477

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:      13346088 kB
Buffers:       1912800 kB
Cached:       16867884 kB
SwapCached:          0 kB
Active:        9611916 kB
Inactive:      9412988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13346088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10520 kB
Writeback:           0 kB
AnonPages:      243824 kB
Mapped:          20196 kB
Slab:           516972 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   571732 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= 71208 MiB
End job on node114 at 2011-04-23 01:09:02