Trace number 3262262

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
ppfolio seqUNSAT 161.559 161.555

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
161.47/161.55	s UNSATISFIABLE
161.47/161.55	solver [2] clasp 1.3.6 answered
161.47/161.55	Done

Verifier Data

No possible verification on an UNSAT instance

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-3262262-1303542514/watcher-3262262-1303542514 -o /tmp/evaluation-result-3262262-1303542514/solver-3262262-1303542514 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3262262-1303542514.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 886845192538128648 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0

[startup+0.042725 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 886845192538128648 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.894572 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900582 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00055 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4789989283618357248 0 0 17 1 0 0 0
/proc/5543/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10117 s]
/proc/loadavg: 2.00 2.94 3.35 11/199 5571
/proc/meminfo: memFree=16978792/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=15908 CPUtime=1.52 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 1489 0 0 0 152 0 0 0 18 0 1 0 544481951 16289792 1304 33554432000 4194304 4785740 140734587676320 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 3977 1304 340 145 0 1022 0
[pid=5552] ppid=5543 vsize=453448 CPUtime=0.81 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 729 0 0 0 81 0 0 0 19 0 1 0 544481951 464330752 625 33554432000 134512640 134534564 4290078592 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 113362 625 91 6 0 112028 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 487680

[startup+6.30058 s]
/proc/loadavg: 2.00 2.94 3.35 10/198 5571
/proc/meminfo: memFree=16974460/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=16616 CPUtime=3.12 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 1682 0 0 0 312 0 0 0 22 0 1 0 544481951 17014784 1497 33554432000 4194304 4785740 140734587676320 18446744073709551615 4546287 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 4154 1497 340 145 0 1199 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=2.41 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 241 0 0 0 22 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 492512

[startup+12.7004 s]
/proc/loadavg: 2.92 3.11 3.40 10/198 5571
/proc/meminfo: memFree=16967920/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=18048 CPUtime=6.32 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 2013 0 0 0 632 0 0 0 25 0 1 0 544481951 18481152 1828 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553585 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 4512 1828 340 145 0 1557 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=5.61 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 561 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 493944

[startup+25.5011 s]
/proc/loadavg: 3.70 3.27 3.45 10/198 5571
/proc/meminfo: memFree=16962488/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=19508 CPUtime=12.72 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 2333 0 0 0 1272 0 0 0 25 0 1 0 544481951 19976192 2148 33554432000 4194304 4785740 140734587676320 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 4877 2148 340 145 0 1922 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=12 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 1200 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 495404

[startup+51.1004 s]
/proc/loadavg: 5.17 3.65 3.57 10/198 5572
/proc/meminfo: memFree=16954668/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=21416 CPUtime=25.52 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 2771 0 0 0 2552 0 0 0 25 0 1 0 544481951 21929984 2586 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 5354 2586 340 145 0 2399 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=24.8 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 2480 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 497312

[startup+102.301 s]
/proc/loadavg: 6.84 4.33 3.81 10/198 5573
/proc/meminfo: memFree=16941248/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=23440 CPUtime=51.12 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3242 0 0 0 5112 0 0 0 25 0 1 0 544481951 24002560 3057 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 5860 3057 340 145 0 2905 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=50.4 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 5040 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 499336

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

[startup+103.007 s]
/proc/loadavg: 6.93 4.39 3.83 10/198 5573
/proc/meminfo: memFree=16940504/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=23440 CPUtime=51.51 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3242 0 0 0 5151 0 0 0 25 0 1 0 544481951 24002560 3057 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 5860 3057 340 145 0 2905 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=50.72 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 5072 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 102.98
Current children cumulated vsize (KiB) 499336

[startup+128.601 s]
/proc/loadavg: 7.29 4.68 3.94 10/198 5574
/proc/meminfo: memFree=16936644/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24600 CPUtime=64.3 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3510 0 0 0 6430 0 0 0 25 0 1 0 544481951 25190400 3325 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6150 3325 340 145 0 3195 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=63.52 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 6352 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 128.57
Current children cumulated vsize (KiB) 500496

[startup+141.401 s]
/proc/loadavg: 7.40 4.79 3.98 10/198 5574
/proc/meminfo: memFree=16935144/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24784 CPUtime=70.7 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3548 0 0 0 7070 0 0 0 25 0 1 0 544481951 25378816 3363 33554432000 4194304 4785740 140734587676320 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6196 3363 340 145 0 3241 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=69.93 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 6993 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 141.38
Current children cumulated vsize (KiB) 500680

[startup+154.201 s]
/proc/loadavg: 7.53 4.95 4.05 10/198 5575
/proc/meminfo: memFree=16933520/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=77.1 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3587 0 0 0 7710 0 0 0 25 0 1 0 544481951 25571328 3402 33554432000 4194304 4785740 140734587676320 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3402 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=76.32 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7632 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 154.17
Current children cumulated vsize (KiB) 500868

[startup+157.401 s]
/proc/loadavg: 7.53 4.95 4.05 10/198 5575
/proc/meminfo: memFree=16933520/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=78.7 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 7870 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=77.92 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7792 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 157.37
Current children cumulated vsize (KiB) 500868

[startup+159.001 s]
/proc/loadavg: 7.57 5.00 4.07 10/198 5575
/proc/meminfo: memFree=16932900/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=79.5 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 7950 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=78.73 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7873 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 158.98
Current children cumulated vsize (KiB) 500868

[startup+160.6 s]
/proc/loadavg: 7.57 5.00 4.07 10/198 5575
/proc/meminfo: memFree=16932528/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=80.3 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 8030 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=79.52 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7952 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 500868

[startup+161 s]
/proc/loadavg: 7.57 5.00 4.07 10/198 5575
/proc/meminfo: memFree=16932528/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=80.5 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 8050 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=79.72 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7972 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 500868

[startup+161.401 s]
/proc/loadavg: 7.57 5.00 4.07 10/198 5575
/proc/meminfo: memFree=16932528/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=80.7 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 8070 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 4552961 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=79.92 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7992 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 500868

[startup+161.501 s]
/proc/loadavg: 7.57 5.00 4.07 10/198 5575
/proc/meminfo: memFree=16932528/32951124 swapFree=67111528/67111528
[pid=5543] ppid=5537 vsize=18324 CPUtime=0.75 cores=1,3
/proc/5543/stat : 5543 (ppfolio) S 5537 5543 5047 0 -1 4202496 502 2419 0 0 0 0 75 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140735810237680 18446744073709551615 260020416015 0 0 4096 65536 4237074714557645060 0 0 17 1 0 0 0
/proc/5543/statm: 4581 395 346 23 0 91 0
[pid=5550] ppid=5543 vsize=24972 CPUtime=80.73 cores=1
/proc/5550/stat : 5550 (clasp) R 5543 5543 5047 0 -1 4202496 3590 0 0 0 8073 0 0 0 25 0 1 0 544481951 25571328 3405 33554432000 4194304 4785740 140734587676320 18446744073709551615 260020093570 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5550/statm: 6243 3405 340 145 0 3288 0
[pid=5552] ppid=5543 vsize=457572 CPUtime=79.99 cores=1
/proc/5552/stat : 5552 (TNM) R 5543 5543 5047 0 -1 4202496 900 0 0 0 7999 0 0 0 25 0 1 0 544481951 468553728 796 33554432000 134512640 134534564 4290078592 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5552/statm: 114393 796 95 6 0 113059 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 500868

Child status: 0
Real time (s): 161.555
CPU time (s): 161.559
CPU user time (s): 161.545
CPU system time (s): 0.013997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 514588

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

runsolver used 0.230964 second user time and 0.636903 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 09:08:34
IDJOB=3262262
IDBENCH=83287
IDSOLVER=1613
FILE ID=node110/3262262-1303542514
RUNJOBID= node110-1303542514-5518
PBS_JOBID= 13143128
Free space on /tmp= 71984 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262262-1303542514/watcher-3262262-1303542514 -o /tmp/evaluation-result-3262262-1303542514/solver-3262262-1303542514 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3262262-1303542514.cnf

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=1424884404

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.830
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:      17025104 kB
Buffers:       2309464 kB
Cached:       12986268 kB
SwapCached:          0 kB
Active:        7919056 kB
Inactive:      7441612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17025104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31440 kB
Writeback:           0 kB
AnonPages:       65388 kB
Mapped:          14488 kB
Slab:           501444 kB
PageTables:       5892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190200 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= 71944 MiB
End job on node110 at 2011-04-23 09:11:15