Trace number 3438358

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.11 5000

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1540.75
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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-3438358-1306884536/watcher-3438358-1306884536 -o /tmp/evaluation-result-3438358-1306884536/solver-3438358-1306884536 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438358-1306884536.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: 0.00 0.00 0.00 3/473 8480
/proc/meminfo: memFree=5011492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=14864 CPUtime=0 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 846 0 0 0 0 0 0 0 22 0 1 0 800053311 15220736 786 33554432000 4194304 4394578 140736661901584 18446744073709551615 4275879 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 3716 786 247 49 0 857 0

[startup+0.0419459 s]
/proc/loadavg: 0.00 0.00 0.00 3/473 8480
/proc/meminfo: memFree=5011492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=19656 CPUtime=0.03 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 1994 0 0 0 3 0 0 0 22 0 1 0 800053311 20127744 1934 33554432000 4194304 4394578 140736661901584 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 4914 1935 247 49 0 2055 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19656

[startup+0.100933 s]
/proc/loadavg: 0.00 0.00 0.00 3/473 8480
/proc/meminfo: memFree=5011492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=27796 CPUtime=0.09 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 3988 0 0 0 9 0 0 0 22 0 1 0 800053311 28463104 3928 33554432000 4194304 4394578 140736661901584 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 6949 3928 247 49 0 4090 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27796

[startup+0.30089 s]
/proc/loadavg: 0.00 0.00 0.00 3/473 8480
/proc/meminfo: memFree=5011492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=33176 CPUtime=0.29 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 5340 0 0 0 29 0 0 0 23 0 1 0 800053311 33972224 5107 33554432000 4194304 4394578 140736661901584 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 8294 5107 256 49 0 5435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33176

[startup+0.700826 s]
/proc/loadavg: 0.00 0.00 0.00 3/473 8480
/proc/meminfo: memFree=5011492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=33176 CPUtime=0.68 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 5340 0 0 0 68 0 0 0 25 0 1 0 800053311 33972224 5107 33554432000 4194304 4394578 140736661901584 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 8294 5107 256 49 0 5435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 33176

[startup+1.50069 s]
/proc/loadavg: 0.00 0.00 0.00 3/474 8481
/proc/meminfo: memFree=4984336/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=33176 CPUtime=1.49 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 5340 0 0 0 148 1 0 0 25 0 1 0 800053311 33972224 5107 33554432000 4194304 4394578 140736661901584 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 8294 5107 256 49 0 5435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33176

[startup+3.10034 s]
/proc/loadavg: 0.00 0.00 0.00 3/474 8481
/proc/meminfo: memFree=4982104/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=45680 CPUtime=3.09 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 9068 0 0 0 307 2 0 0 25 0 1 0 800053311 46776320 8140 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 11420 8140 267 49 0 8561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45680

[startup+6.30084 s]
/proc/loadavg: 0.16 0.03 0.01 3/474 8481
/proc/meminfo: memFree=4954984/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=58280 CPUtime=6.29 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 12023 0 0 0 627 2 0 0 25 0 1 0 800053311 59678720 11095 33554432000 4194304 4394578 140736661901584 18446744073709551615 4346684 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 14570 11095 267 49 0 11711 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58280

[startup+12.7007 s]
/proc/loadavg: 0.31 0.07 0.02 3/474 8481
/proc/meminfo: memFree=4940716/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=69408 CPUtime=12.69 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 14574 0 0 0 1267 2 0 0 25 0 1 0 800053311 71073792 13646 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298963 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 17352 13646 267 49 0 14493 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69408

[startup+25.5005 s]
/proc/loadavg: 0.68 0.16 0.05 3/474 8481
/proc/meminfo: memFree=4919664/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=81432 CPUtime=25.49 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 17353 0 0 0 2546 3 0 0 25 0 1 0 800053311 83386368 16425 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 20358 16425 267 49 0 17499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81432

[startup+51.1008 s]
/proc/loadavg: 1.13 0.31 0.10 3/474 8482
/proc/meminfo: memFree=4886492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=102360 CPUtime=51.09 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 22334 0 0 0 5105 4 0 0 25 0 1 0 800053311 104816640 21406 33554432000 4194304 4394578 140736661901584 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 25590 21406 267 49 0 22731 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102360

[startup+102.318 s]
/proc/loadavg: 1.62 0.56 0.20 3/474 8484
/proc/meminfo: memFree=4842800/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=138228 CPUtime=102.31 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 30694 0 0 0 10225 6 0 0 25 0 1 0 800053311 141545472 29766 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 34557 29766 267 49 0 31698 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 138228

[startup+162.3 s]
/proc/loadavg: 1.93 0.85 0.32 3/474 8485
/proc/meminfo: memFree=4773804/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=180016 CPUtime=162.29 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 40175 0 0 0 16220 9 0 0 25 0 1 0 800053311 184336384 39247 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 45004 39247 267 49 0 42145 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180016

[startup+222.301 s]
/proc/loadavg: 1.97 1.06 0.42 3/474 8487
/proc/meminfo: memFree=4702340/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=243880 CPUtime=222.29 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 55602 0 0 0 22216 13 0 0 25 0 1 0 800053311 249733120 54674 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 60970 54674 267 49 0 58111 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 243880

[startup+282.3 s]
/proc/loadavg: 1.99 1.23 0.52 3/474 8488
/proc/meminfo: memFree=4650960/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=285108 CPUtime=282.3 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 65283 0 0 0 28215 15 0 0 25 0 1 0 800053311 291950592 64355 33554432000 4194304 4394578 140736661901584 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 71277 64355 267 49 0 68418 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 285108

[startup+342.301 s]
/proc/loadavg: 2.14 1.40 0.62 3/474 8490
/proc/meminfo: memFree=4619676/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=301064 CPUtime=342.3 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 68994 0 0 0 34214 16 0 0 25 0 1 0 800053311 308289536 68066 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 75266 68066 267 49 0 72407 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 301064

[startup+402.301 s]
/proc/loadavg: 2.12 1.52 0.71 3/474 8492
/proc/meminfo: memFree=4582676/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=325792 CPUtime=402.3 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 74928 0 0 0 40212 18 0 0 25 0 1 0 800053311 333611008 74000 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 81448 74000 267 49 0 78589 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 325792

[startup+462.3 s]
/proc/loadavg: 2.04 1.61 0.78 3/474 8493
/proc/meminfo: memFree=4537252/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=363404 CPUtime=462.3 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 83886 0 0 0 46211 19 0 0 25 0 1 0 800053311 372125696 82958 33554432000 4194304 4394578 140736661901584 18446744073709551615 4346561 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 90851 82958 267 49 0 87992 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 363404

[startup+522.301 s]
/proc/loadavg: 2.01 1.67 0.86 3/474 8495
/proc/meminfo: memFree=4490088/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=404352 CPUtime=522.3 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 94083 0 0 0 52208 22 0 0 25 0 1 0 800053311 414056448 93155 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 101088 93155 267 49 0 98229 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 404352

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.93 3/474 8496
/proc/meminfo: memFree=4451260/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=426064 CPUtime=582.31 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 99208 0 0 0 58207 24 0 0 25 0 1 0 800053311 436289536 98280 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 106516 98280 267 49 0 103657 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 426064

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 3/474 8628
/proc/meminfo: memFree=3330492/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1627484 CPUtime=4062.41 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 390891 0 0 0 406148 93 0 0 25 0 1 0 800053311 1666543616 389963 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 406871 389963 267 49 0 404012 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 1627484

[startup+4122.3 s]
/proc/loadavg: 2.10 2.04 1.97 3/474 8630
/proc/meminfo: memFree=3322636/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1634968 CPUtime=4122.39 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 392581 0 0 0 412146 93 0 0 25 0 1 0 800053311 1674207232 391653 33554432000 4194304 4394578 140736661901584 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 408742 391653 267 49 0 405883 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1634968

[startup+4182.3 s]
/proc/loadavg: 2.03 2.03 1.97 3/474 8631
/proc/meminfo: memFree=3286012/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1668180 CPUtime=4182.39 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 400921 0 0 0 418144 95 0 0 25 0 1 0 800053311 1708216320 399993 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 417045 399993 267 49 0 414186 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1668180

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/474 8633
/proc/meminfo: memFree=3274688/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1678208 CPUtime=4242.39 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 403369 0 0 0 424143 96 0 0 25 0 1 0 800053311 1718484992 402441 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 419552 402441 267 49 0 416693 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1678208

[startup+4302.3 s]
/proc/loadavg: 2.15 2.06 1.98 3/474 8635
/proc/meminfo: memFree=3246732/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1705392 CPUtime=4302.39 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 410148 0 0 0 430141 98 0 0 25 0 1 0 800053311 1746321408 409220 33554432000 4194304 4394578 140736661901584 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 426348 409220 267 49 0 423489 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1705392

[startup+4362.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/474 8636
/proc/meminfo: memFree=3230564/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1721816 CPUtime=4362.39 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 414040 0 0 0 436140 99 0 0 25 0 1 0 800053311 1763139584 413112 33554432000 4194304 4394578 140736661901584 18446744073709551615 4339693 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 430454 413112 267 49 0 427595 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1721816

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 1.98 3/474 8638
/proc/meminfo: memFree=3202728/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1747612 CPUtime=4422.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 420445 0 0 0 442139 101 0 0 25 0 1 0 800053311 1789554688 419517 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 436903 419517 267 49 0 434044 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1747612

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/474 8639
/proc/meminfo: memFree=3197968/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1750540 CPUtime=4482.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 421296 0 0 0 448139 101 0 0 25 0 1 0 800053311 1792552960 420368 33554432000 4194304 4394578 140736661901584 18446744073709551615 4292623 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 437635 420368 267 49 0 434776 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1750540

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/474 8641
/proc/meminfo: memFree=3195188/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1752868 CPUtime=4542.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 421744 0 0 0 454139 101 0 0 25 0 1 0 800053311 1794936832 420816 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 438217 420816 267 49 0 435358 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1752868

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/474 8643
/proc/meminfo: memFree=3186208/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1758312 CPUtime=4602.41 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 423060 0 0 0 460139 102 0 0 25 0 1 0 800053311 1800511488 422132 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 439578 422132 267 49 0 436719 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1758312

[startup+4662.3 s]
/proc/loadavg: 2.13 2.04 1.99 3/474 8644
/proc/meminfo: memFree=3162228/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1778488 CPUtime=4662.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 428129 0 0 0 466137 103 0 0 25 0 1 0 800053311 1821171712 427201 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 444622 427201 267 49 0 441763 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1778488

[startup+4722.32 s]
/proc/loadavg: 2.11 2.05 2.00 3/474 8646
/proc/meminfo: memFree=3121132/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1817440 CPUtime=4722.42 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 437743 0 0 0 472137 105 0 0 25 0 1 0 800053311 1861058560 436815 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 454360 436815 267 49 0 451501 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1817440

[startup+4782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/474 8647
/proc/meminfo: memFree=3096420/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1839244 CPUtime=4782.41 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 443280 0 0 0 478134 107 0 0 25 0 1 0 800053311 1883385856 442352 33554432000 4194304 4394578 140736661901584 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 459811 442352 267 49 0 456952 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1839244

[startup+4842.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/474 8649
/proc/meminfo: memFree=3088676/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1845316 CPUtime=4842.41 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 445241 0 0 0 484133 108 0 0 25 0 1 0 800053311 1889603584 443811 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 461329 443811 267 49 0 458470 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1845316

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/474 8651
/proc/meminfo: memFree=3072004/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1863188 CPUtime=4902.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 449292 0 0 0 490132 108 0 0 25 0 1 0 800053311 1907904512 447862 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 465797 447862 267 49 0 462938 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1863188

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 8652
/proc/meminfo: memFree=3050756/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1883308 CPUtime=4962.4 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 454178 0 0 0 496131 109 0 0 25 0 1 0 800053311 1928507392 452748 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 470827 452748 267 49 0 467968 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1883308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 8653
/proc/meminfo: memFree=3040324/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1893504 CPUtime=5000.02 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 456739 0 0 0 499892 110 0 0 25 0 1 0 800053311 1938948096 455309 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 473376 455309 267 49 0 470517 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1893504

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 8653
/proc/meminfo: memFree=3040324/32950928 swapFree=62386516/67111528
[pid=8480] ppid=8478 vsize=1893504 CPUtime=5000.02 cores=0,2,4,6
/proc/8480/stat : 8480 (SApperloT2010) R 8478 8480 8442 0 -1 4202496 456739 0 0 0 499892 110 0 0 25 0 1 0 800053311 1938948096 455309 33554432000 4194304 4394578 140736661901584 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8480/statm: 473376 455309 267 49 0 470517 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1893504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000
CPU time (s): 5000.11
CPU user time (s): 4998.93
CPU system time (s): 1.18382
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1893504

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

runsolver used 24.3733 second user time and 52.1351 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-01 01:28:57
IDJOB=3438358
IDBENCH=71153
IDSOLVER=1933
FILE ID=node125/3438358-1306884536
RUNJOBID= node125-1306884535-8460
PBS_JOBID= 13488451
Free space on /tmp= 58972 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438358-1306884536/watcher-3438358-1306884536 -o /tmp/evaluation-result-3438358-1306884536/solver-3438358-1306884536 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438358-1306884536.cnf

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1458814305

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:       5011780 kB
Buffers:        311668 kB
Cached:       18049184 kB
SwapCached:       6896 kB
Active:       15252496 kB
Inactive:     12018476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5011780 kB
SwapTotal:    67111528 kB
SwapFree:     62386516 kB
Dirty:            5852 kB
Writeback:           0 kB
AnonPages:     8903756 kB
Mapped:          33816 kB
Slab:           537200 kB
PageTables:      61900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130033860 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= 58972 MiB
End job on node125 at 2011-06-01 02:52:18