Trace number 3257498

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
priss UPSAT 202.52 202.495

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK10.cnf
MD5SUM0d32a4893e12fa46a8943c5daeb46b88
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses75600
Sum of the clauses size907200
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575600

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 13919
0.00/0.05	c parsetime: 53281us
0.00/0.05	c parsed 75600 clauses with 45 variables
202.40/202.43	c preprocessor returned 10080 variables
202.40/202.43	c preprocessing returned UNKNOWN
202.40/202.43	c PP set 0 variables
202.40/202.43	c pp time: 202379064us (202s)
202.40/202.49	c ====================
202.40/202.49	c implication/decision 0.0150399%(1.51602)
202.40/202.49	c decisions:           9400
202.40/202.49	c last level:          6649
202.40/202.49	c conflicts:           4
202.40/202.49	c restarts:            0
202.40/202.49	c rejected_restarts    0
202.40/202.49	c removals:            0
202.40/202.49	c removed clauses:     0
202.40/202.49	c oft clauses:         0
202.40/202.49	c solvetime: 53781us (0s)
202.40/202.49	c memory usage (vsize): 112 MB
202.40/202.49	s SATISFIABLE
202.40/202.49	c solutions: 1
202.40/202.49	v -1 2 -3 -4 5 6 7 -8 -9 10 11 12 -13 14 15 16 17 18 -19 20 -21 22 -23 -24 -25 26 27 -28 29 -30 -31 -32 -33 34 -35 -36 -37 38 -39 -40 -41 42 43 -44 45 0

Verifier Data

OK

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-3257498-1304043186/watcher-3257498-1304043186 -o /tmp/evaluation-result-3257498-1304043186/solver-3257498-1304043186 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3257498-1304043186.cnf 17891900 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.54 3.51 3.46 3/179 13918
/proc/meminfo: memFree=17902976/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0

[startup+0.090225 s]
/proc/loadavg: 3.54 3.51 3.46 3/179 13918
/proc/meminfo: memFree=17902976/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101224 s]
/proc/loadavg: 3.54 3.51 3.46 3/179 13918
/proc/meminfo: memFree=17902976/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300182 s]
/proc/loadavg: 3.54 3.51 3.46 3/179 13918
/proc/meminfo: memFree=17902976/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701113 s]
/proc/loadavg: 3.54 3.51 3.46 3/179 13918
/proc/meminfo: memFree=17902976/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 3.54 3.51 3.46 3/181 13920
/proc/meminfo: memFree=17888452/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=1.49 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 149 0 0 0 19 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336175 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41040

[startup+3.10066 s]
/proc/loadavg: 3.50 3.50 3.45 3/181 13921
/proc/meminfo: memFree=17888096/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=3.09 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 309 0 0 0 25 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336781 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41040

[startup+6.3011 s]
/proc/loadavg: 3.50 3.50 3.45 4/181 13921
/proc/meminfo: memFree=17887876/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=6.29 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 629 0 0 0 25 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41040

[startup+12.701 s]
/proc/loadavg: 3.42 3.49 3.45 3/181 13921
/proc/meminfo: memFree=17881808/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=12.69 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 1269 0 0 0 25 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336773 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41040

[startup+25.5007 s]
/proc/loadavg: 3.36 3.47 3.44 3/181 13921
/proc/meminfo: memFree=17877736/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=25.49 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 2549 0 0 0 25 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336756 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41040

[startup+51.1002 s]
/proc/loadavg: 3.31 3.45 3.44 4/181 13922
/proc/meminfo: memFree=17873916/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=51.09 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3932 0 0 0 5109 0 0 0 25 0 1 0 515921223 33116160 3806 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336703 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3806 336 389 0 3835 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41040

[startup+102.306 s]
/proc/loadavg: 3.05 3.35 3.40 3/181 13923
/proc/meminfo: memFree=17873140/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=102.29 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3933 0 0 0 10229 0 0 0 25 0 1 0 515921223 33116160 3807 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336768 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3807 337 389 0 3835 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41040

[startup+162.301 s]
/proc/loadavg: 2.97 3.28 3.37 3/181 13925
/proc/meminfo: memFree=17855592/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=162.29 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3935 0 0 0 16229 0 0 0 25 0 1 0 515921223 33116160 3809 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336678 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3809 339 389 0 3835 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 41040

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

[startup+179.101 s]
/proc/loadavg: 2.98 3.26 3.36 4/181 13925
/proc/meminfo: memFree=17855584/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=32340 CPUtime=179.09 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 3935 0 0 0 17909 0 0 0 25 0 1 0 515921223 33116160 3809 33554432000 4194304 5787044 140735800570448 18446744073709551615 4336173 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8085 3809 339 389 0 3835 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 41040

[startup+191.9 s]
/proc/loadavg: 2.91 3.23 3.35 3/181 13926
/proc/meminfo: memFree=17855692/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=33516 CPUtime=191.89 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 5408 0 0 0 19189 0 0 0 25 0 1 0 515921223 34320384 4308 33554432000 4194304 5787044 140735800570448 18446744073709551615 4318959 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8379 4308 343 389 0 4129 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 42216

[startup+198.3 s]
/proc/loadavg: 2.92 3.22 3.35 4/181 13926
/proc/meminfo: memFree=17852340/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=35880 CPUtime=198.29 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 5736 0 0 0 19829 0 0 0 25 0 1 0 515921223 36741120 4636 33554432000 4194304 5787044 140735800570448 18446744073709551615 4318944 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 8970 4636 343 389 0 4720 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 44580

[startup+199.901 s]
/proc/loadavg: 2.92 3.22 3.35 4/181 13926
/proc/meminfo: memFree=17852092/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=36144 CPUtime=199.89 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 5818 0 0 0 19989 0 0 0 25 0 1 0 515921223 37011456 4718 33554432000 4194304 5787044 140735800570448 18446744073709551615 4318944 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 9036 4718 343 389 0 4786 0
Current children cumulated CPU time (s) 199.89
Current children cumulated vsize (KiB) 44844

[startup+201.501 s]
/proc/loadavg: 2.92 3.22 3.35 4/181 13926
/proc/meminfo: memFree=17851096/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=36936 CPUtime=201.49 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 6049 0 0 0 20149 0 0 0 25 0 1 0 515921223 37822464 4949 33554432000 4194304 5787044 140735800570448 18446744073709551615 4359256 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 9234 4949 343 389 0 4984 0
Current children cumulated CPU time (s) 201.49
Current children cumulated vsize (KiB) 45636

[startup+201.901 s]
/proc/loadavg: 2.92 3.22 3.35 4/181 13926
/proc/meminfo: memFree=17851096/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=37068 CPUtime=201.9 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 6069 0 0 0 20189 1 0 0 25 0 1 0 515921223 37957632 4969 33554432000 4194304 5787044 140735800570448 18446744073709551615 4359248 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 9267 4969 343 389 0 5017 0
Current children cumulated CPU time (s) 201.9
Current children cumulated vsize (KiB) 45768

[startup+202.301 s]
/proc/loadavg: 2.93 3.22 3.35 3/181 13926
/proc/meminfo: memFree=17850964/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=37068 CPUtime=202.3 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 6083 0 0 0 20229 1 0 0 25 0 1 0 515921223 37957632 4983 33554432000 4194304 5787044 140735800570448 18446744073709551615 4359266 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 9267 4983 343 389 0 5017 0
Current children cumulated CPU time (s) 202.3
Current children cumulated vsize (KiB) 45768

[startup+202.407 s]
/proc/loadavg: 2.93 3.22 3.35 3/181 13926
/proc/meminfo: memFree=17850964/32951124 swapFree=67111528/67111528
[pid=13918] ppid=13916 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13918/stat : 13918 (prissup.sh) S 13916 13918 12737 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 515921223 8908800 252 33554432000 4194304 4922060 140735313653824 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13918/statm: 2175 252 211 178 0 68 0
[pid=13919] ppid=13918 vsize=37756 CPUtime=202.4 cores=1,3,5,7
/proc/13919/stat : 13919 (priss) R 13918 13918 12737 0 -1 4202496 6498 0 0 0 20239 1 0 0 25 0 1 0 515921223 38662144 5161 33554432000 4194304 5787044 140735800570448 18446744073709551615 4332714 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13919/statm: 9439 5161 343 389 0 5189 0
Current children cumulated CPU time (s) 202.4
Current children cumulated vsize (KiB) 46456

Child status: 10
Real time (s): 202.495
CPU time (s): 202.52
CPU user time (s): 202.484
CPU system time (s): 0.035994
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 46456

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

runsolver used 0.270958 second user time and 0.669898 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 04:13:06
IDJOB=3257498
IDBENCH=71129
IDSOLVER=1601
FILE ID=node103/3257498-1304043186
RUNJOBID= node103-1304036494-12756
PBS_JOBID= 13170359
Free space on /tmp= 71512 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK10.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257498-1304043186/watcher-3257498-1304043186 -o /tmp/evaluation-result-3257498-1304043186/solver-3257498-1304043186 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3257498-1304043186.cnf 17891900 4800 15500 4

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

MD5SUM BENCH= 0d32a4893e12fa46a8943c5daeb46b88
RANDOM SEED=17891900

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:     32951124 kB
MemFree:      17903248 kB
Buffers:       2144728 kB
Cached:       12199120 kB
SwapCached:          0 kB
Active:        5579640 kB
Inactive:      8886920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17903248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4704 kB
Writeback:           0 kB
AnonPages:      122104 kB
Mapped:          15512 kB
Slab:           517916 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272004 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= 71512 MiB
End job on node103 at 2011-04-29 04:16:29