Trace number 3438913

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
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.17 5000.09

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


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3438913-1306900528/watcher-3438913-1306900528 -o /tmp/evaluation-result-3438913-1306900528/solver-3438913-1306900528 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438913-1306900528.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 14282
/proc/meminfo: memFree=7163316/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=21652 CPUtime=0 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 2531 0 0 0 0 0 0 0 18 0 1 0 801655590 22171648 2470 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 5413 2471 247 49 0 2554 0

[startup+0.109284 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 14282
/proc/meminfo: memFree=7163316/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=37208 CPUtime=0.1 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 6408 0 0 0 10 0 0 0 18 0 1 0 801655590 38100992 6346 33554432000 4194304 4394578 140737192143904 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 9302 6346 253 49 0 6443 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 37208

[startup+0.200266 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 14282
/proc/meminfo: memFree=7163316/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=42140 CPUtime=0.19 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 7712 0 0 0 18 1 0 0 18 0 1 0 801655590 43151360 7408 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370653963 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 10535 7408 255 49 0 7676 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42140

[startup+0.300247 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 14282
/proc/meminfo: memFree=7163316/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=48700 CPUtime=0.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 9524 0 0 0 27 2 0 0 18 0 1 0 801655590 49868800 9220 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 12175 9220 255 49 0 9316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48700

[startup+0.701152 s]
/proc/loadavg: 2.02 2.03 2.00 2/386 14282
/proc/meminfo: memFree=7163316/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=62580 CPUtime=0.69 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 14239 0 0 0 65 4 0 0 18 0 1 0 801655590 64081920 12968 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 15645 12968 265 49 0 12786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62580

[startup+1.50104 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14283
/proc/meminfo: memFree=7099320/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=76508 CPUtime=1.49 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 17673 0 0 0 144 5 0 0 20 0 1 0 801655590 78344192 16402 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 19127 16402 267 49 0 16268 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76508

[startup+3.10075 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14283
/proc/meminfo: memFree=7095848/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=82340 CPUtime=3.09 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 19090 0 0 0 304 5 0 0 25 0 1 0 801655590 84316160 17819 33554432000 4194304 4394578 140737192143904 18446744073709551615 4300088 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 20585 17820 267 49 0 17726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82340

[startup+6.30119 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14283
/proc/meminfo: memFree=7083568/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=92384 CPUtime=6.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 21651 0 0 0 624 5 0 0 25 0 1 0 801655590 94601216 20380 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 23096 20380 267 49 0 20237 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92384

[startup+12.7011 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 14283
/proc/meminfo: memFree=7068624/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=107972 CPUtime=12.69 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 25426 0 0 0 1263 6 0 0 25 0 1 0 801655590 110563328 24155 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 26993 24155 267 49 0 24134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107972

[startup+25.5008 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 14284
/proc/meminfo: memFree=7035256/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=138384 CPUtime=25.49 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 32849 0 0 0 2542 7 0 0 25 0 1 0 801655590 141705216 31578 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 34596 31578 267 49 0 31737 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138384

[startup+51.1012 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 14284
/proc/meminfo: memFree=6984204/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=188360 CPUtime=51.09 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 44904 0 0 0 5099 10 0 0 25 0 1 0 801655590 192880640 43633 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 47090 43634 267 49 0 44231 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 188360

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14286
/proc/meminfo: memFree=6899212/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=271836 CPUtime=102.3 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 65108 0 0 0 10216 14 0 0 25 0 1 0 801655590 278360064 63837 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 67959 63837 267 49 0 65100 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 271836

[startup+162.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/387 14287
/proc/meminfo: memFree=6828736/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=343996 CPUtime=162.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 82384 0 0 0 16211 18 0 0 25 0 1 0 801655590 352251904 81113 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 85999 81113 267 49 0 83140 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 343996

[startup+222.315 s]
/proc/loadavg: 2.05 2.04 2.00 3/387 14289
/proc/meminfo: memFree=6756264/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=419260 CPUtime=222.3 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 99866 0 0 0 22209 21 0 0 25 0 1 0 801655590 429322240 98595 33554432000 4194304 4394578 140737192143904 18446744073709551615 4299153 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14282/statm: 104815 98595 267 49 0 101956 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 419260

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14291
/proc/meminfo: memFree=6695572/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=477068 CPUtime=282.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 113699 0 0 0 28204 25 0 0 25 0 1 0 801655590 488517632 112428 33554432000 4194304 4394578 140737192143904 18446744073709551615 218370606080 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 119267 112428 267 49 0 116408 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 477068

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14301
/proc/meminfo: memFree=6622428/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=547952 CPUtime=342.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 130675 0 0 0 34201 28 0 0 25 0 1 0 801655590 561102848 129404 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 136988 129404 267 49 0 134129 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 547952

[startup+402.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/387 14303
/proc/meminfo: memFree=6579856/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=589960 CPUtime=402.3 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 140868 0 0 0 40198 32 0 0 25 0 1 0 801655590 604119040 139597 33554432000 4194304 4394578 140737192143904 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 147490 139597 267 49 0 144631 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 589960

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14304
/proc/meminfo: memFree=6520796/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=652832 CPUtime=462.3 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 155512 0 0 0 46195 35 0 0 25 0 1 0 801655590 668499968 154241 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 163208 154241 267 49 0 160349 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 652832

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 14309
/proc/meminfo: memFree=6490748/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=689124 CPUtime=522.29 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 162900 0 0 0 52193 36 0 0 25 0 1 0 801655590 705662976 161629 33554432000 4194304 4394578 140737192143904 18446744073709551615 4308916 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 172281 161629 267 49 0 169422 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 689124

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14311
/proc/meminfo: memFree=6472688/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=707640 CPUtime=582.3 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 167148 0 0 0 58193 37 0 0 25 0 1 0 801655590 724623360 165877 33554432000 4194304 4394578 140737192143904 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 176910 165877 267 49 0 174051 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 707640

[startup+642.3 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14440
/proc/meminfo: memFree=5811168/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1716272 CPUtime=4062.35 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 382648 0 0 0 406140 95 0 0 25 0 1 0 801655590 1757462528 381377 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 429068 381377 267 49 0 426209 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 1716272

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 14472
/proc/meminfo: memFree=5721840/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1725068 CPUtime=4122.34 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 384551 0 0 0 412138 96 0 0 25 0 1 0 801655590 1766469632 383280 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 431267 383280 267 49 0 428408 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 1725068

[startup+4182.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 14474
/proc/meminfo: memFree=5683688/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1732140 CPUtime=4182.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 386110 0 0 0 418140 96 0 0 25 0 1 0 801655590 1773711360 384839 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 433035 384839 267 49 0 430176 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1732140

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 14475
/proc/meminfo: memFree=5629564/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1741192 CPUtime=4242.35 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 388047 0 0 0 424138 97 0 0 25 0 1 0 801655590 1782980608 386776 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 435298 386776 267 49 0 432439 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 1741192

[startup+4302.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/387 14477
/proc/meminfo: memFree=5579300/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1752484 CPUtime=4302.35 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 390334 0 0 0 430138 97 0 0 25 0 1 0 801655590 1794543616 389063 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 438121 389063 267 49 0 435262 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 1752484

[startup+4362.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/387 14478
/proc/meminfo: memFree=5552208/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1761416 CPUtime=4362.35 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 392286 0 0 0 436137 98 0 0 25 0 1 0 801655590 1803689984 391015 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 440354 391015 267 49 0 437495 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 1761416

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 14480
/proc/meminfo: memFree=5501060/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1780724 CPUtime=4422.35 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 396240 0 0 0 442137 98 0 0 25 0 1 0 801655590 1823461376 394969 33554432000 4194304 4394578 140737192143904 18446744073709551615 4292864 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 445181 394969 267 49 0 442322 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 1780724

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/387 14482
/proc/meminfo: memFree=5489480/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1784508 CPUtime=4482.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 397053 0 0 0 448137 99 0 0 25 0 1 0 801655590 1827336192 395782 33554432000 4194304 4394578 140737192143904 18446744073709551615 4287711 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 446127 395782 267 49 0 443268 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1784508

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/387 14483
/proc/meminfo: memFree=5426188/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1813648 CPUtime=4542.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 403304 0 0 0 454135 101 0 0 25 0 1 0 801655590 1857175552 401776 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 453412 401776 267 49 0 450553 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1813648

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/387 14485
/proc/meminfo: memFree=5391040/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1839532 CPUtime=4602.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 408544 0 0 0 460134 102 0 0 25 0 1 0 801655590 1883680768 407016 33554432000 4194304 4394578 140737192143904 18446744073709551615 4285599 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 459883 407016 267 49 0 457024 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 1839532

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/387 14486
/proc/meminfo: memFree=5377968/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1844984 CPUtime=4662.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 409704 0 0 0 466133 103 0 0 25 0 1 0 801655590 1889263616 408176 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 461246 408176 267 49 0 458387 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 1844984

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14488
/proc/meminfo: memFree=5356960/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1862640 CPUtime=4722.37 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 413507 0 0 0 472133 104 0 0 25 0 1 0 801655590 1907343360 411979 33554432000 4194304 4394578 140737192143904 18446744073709551615 4337816 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 465660 411979 267 49 0 462801 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 1862640

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 14490
/proc/meminfo: memFree=5320072/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1868468 CPUtime=4782.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 414765 0 0 0 478132 104 0 0 25 0 1 0 801655590 1913311232 413237 33554432000 4194304 4394578 140737192143904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 467117 413237 267 49 0 464258 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 1868468

[startup+4842.31 s]
/proc/loadavg: 2.12 2.04 2.01 3/387 14491
/proc/meminfo: memFree=5284180/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1881552 CPUtime=4842.38 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 417504 0 0 0 484133 105 0 0 25 0 1 0 801655590 1926709248 415976 33554432000 4194304 4394578 140737192143904 18446744073709551615 4288372 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 470388 415976 267 49 0 467529 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 1881552

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/387 14493
/proc/meminfo: memFree=5251248/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1891408 CPUtime=4902.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 419640 0 0 0 490131 105 0 0 25 0 1 0 801655590 1936801792 418112 33554432000 4194304 4394578 140737192143904 18446744073709551615 4285672 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 472852 418112 267 49 0 469993 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 1891408

[startup+4962.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/387 14494
/proc/meminfo: memFree=5239396/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1894692 CPUtime=4962.36 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 420343 0 0 0 496131 105 0 0 25 0 1 0 801655590 1940164608 418815 33554432000 4194304 4394578 140737192143904 18446744073709551615 4297047 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 473673 418815 267 49 0 470814 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 1894692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.08 2.04 2.00 3/387 14495
/proc/meminfo: memFree=5224236/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1899476 CPUtime=5000.07 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 421397 0 0 0 499901 106 0 0 25 0 1 0 801655590 1945063424 419869 33554432000 4194304 4394578 140737192143904 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 474869 419869 267 49 0 472010 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1899476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000 s]
/proc/loadavg: 2.08 2.04 2.00 3/387 14495
/proc/meminfo: memFree=5224236/32951124 swapFree=49244120/67111528
[pid=14282] ppid=14280 vsize=1899476 CPUtime=5000.07 cores=0,2,4,6
/proc/14282/stat : 14282 (SApperloT2010) R 14280 14282 12962 0 -1 4202496 421397 0 0 0 499901 106 0 0 25 0 1 0 801655590 1945063424 419869 33554432000 4194304 4394578 140737192143904 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/14282/statm: 474869 419869 267 49 0 472010 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1899476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.09
CPU time (s): 5000.17
CPU user time (s): 4999.02
CPU system time (s): 1.14283
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1899476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.02
system time used= 1.14283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421397
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= 8
involuntary context switches= 55588

runsolver used 20.3099 second user time and 40.9618 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-01 05:55:28
IDJOB=3438913
IDBENCH=83198
IDSOLVER=1933
FILE ID=node101/3438913-1306900528
RUNJOBID= node101-1306899548-14074
PBS_JOBID= 13488475
Free space on /tmp= 33720 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1520_u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438913-1306900528/watcher-3438913-1306900528 -o /tmp/evaluation-result-3438913-1306900528/solver-3438913-1306900528 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438913-1306900528.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ac02a3a5c06227748ecf75dd451ebb7e
RANDOM SEED=1823570300

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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:       7163596 kB
Buffers:         79688 kB
Cached:       16680148 kB
SwapCached:      13388 kB
Active:       14649948 kB
Inactive:     10443868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7163596 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            2876 kB
Writeback:          20 kB
AnonPages:     8332408 kB
Mapped:          18244 kB
Slab:           550292 kB
PageTables:      75104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78848648 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= 33720 MiB
End job on node101 at 2011-06-01 07:18:50