Trace number 3281201

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 1.0? (exit code) 55.5326 14.2231

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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: 15119
0.00/0.06	c parsetime: 55815us
0.00/0.06	c parsed 177980 clauses with 50797 variables
0.00/0.07	c NW started thread 0 successfully (1096145216)
0.00/0.08	c NW started thread 1 successfully (1106635072)
0.00/0.09	c NW started thread 2 successfully (1117124928)
0.00/0.11	c NW started thread 3 successfully (1127614784)
7.53/2.09	c preprocessor returned 50797 variables
7.53/2.09	c preprocessing returned UNKNOWN
7.53/2.09	c PP set 1324 variables
7.53/2.09	c pp time: 1948569us (1s)
7.53/2.09	c preprocessor returned 50797 variables
7.53/2.09	c preprocessing returned UNKNOWN
7.53/2.09	c PP set 1324 variables
7.53/2.09	c pp time: 1950306us (1s)
7.53/2.09	c preprocessor returned 50797 variables
7.53/2.09	c preprocessing returned UNKNOWN
7.53/2.09	c preprocessor returned 50797 variables
7.53/2.09	c preprocessing returned UNKNOWN
7.53/2.09	c PP set 1324 variables
7.53/2.09	c pp time: 1949172us (1s)
7.53/2.09	c PP set 1324 variables
7.53/2.09	c pp time: 1993069us (1s)
8.74/2.36	c HTE
9.52/2.53	c subsumption
9.93/2.62	c simplified formula contains 0 unit clauses
55.06/13.94	c added unsatisfied clause
55.06/13.94	c failed to add network clauses
55.50/14.22	HOME/priss.sh: line 20: 15119 Segmentation fault      (core dumped) $SOLVER $BENCHNAME -PNW_threads 4

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: 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-3281201-1304039990/watcher-3281201-1304039990 -o /tmp/evaluation-result-3281201-1304039990/solver-3281201-1304039990 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3281201-1304039990.cnf 982076550 4800 15500 4 

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

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.13 3.81 4.02 3/174 15118
/proc/meminfo: memFree=16723156/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0

[startup+0.012594 s]
/proc/loadavg: 3.13 3.81 4.02 3/174 15118
/proc/meminfo: memFree=16723156/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101248 s]
/proc/loadavg: 3.13 3.81 4.02 3/174 15118
/proc/meminfo: memFree=16723156/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.531594 s]
/proc/loadavg: 3.13 3.81 4.02 3/174 15118
/proc/meminfo: memFree=16723156/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700433 s]
/proc/loadavg: 3.13 3.81 4.02 3/174 15118
/proc/meminfo: memFree=16723156/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 3.13 3.81 4.02 10/188 15135
/proc/meminfo: memFree=15994048/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=404140 CPUtime=5.53 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 48271 0 0 0 540 13 0 0 19 0 5 0 594229628 413839360 35440 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 101035 35440 352 389 0 96785 0
[pid=15119/tid=15121] ppid=15118 vsize=404140 CPUtime=1.4 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 9752 0 0 0 138 2 0 0 18 0 5 0 594229635 413839360 35440 33554432000 4194304 5787044 140736085850032 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=404140 CPUtime=1.36 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 10397 0 0 0 131 5 0 0 18 0 5 0 594229636 413839360 35440 33554432000 4194304 5787044 140736085850032 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=404140 CPUtime=1.32 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 9375 0 0 0 129 3 0 0 19 0 5 0 594229638 413839360 35440 33554432000 4194304 5787044 140736085850032 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=404140 CPUtime=1.3 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 9798 0 0 0 130 0 0 0 19 0 5 0 594229639 413839360 35440 33554432000 4194304 5787044 140736085850032 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 412840

[startup+3.10095 s]
/proc/loadavg: 3.13 3.81 4.02 9/188 15135
/proc/meminfo: memFree=16049108/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=413724 CPUtime=11.93 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 68195 0 0 0 1176 17 0 0 19 0 5 0 594229628 423653376 47183 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 103431 47183 418 389 0 99181 0
[pid=15119/tid=15121] ppid=15118 vsize=413724 CPUtime=3 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 14121 0 0 0 297 3 0 0 22 0 5 0 594229635 423653376 47183 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=413724 CPUtime=2.96 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 15758 0 0 0 291 5 0 0 22 0 5 0 594229636 423653376 47183 33554432000 4194304 5787044 140736085850032 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=413724 CPUtime=2.93 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 14354 0 0 0 288 5 0 0 19 0 5 0 594229638 423653376 47183 33554432000 4194304 5787044 140736085850032 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=413724 CPUtime=2.9 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 15013 0 0 0 289 1 0 0 19 0 5 0 594229639 423653376 47183 33554432000 4194304 5787044 140736085850032 18446744073709551615 4213821 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 422424

[startup+6.30036 s]
/proc/loadavg: 3.52 3.88 4.05 9/188 15135
/proc/meminfo: memFree=16002000/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=413724 CPUtime=24.7 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 68625 0 0 0 2452 18 0 0 19 0 5 0 594229628 423653376 47613 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 103431 47613 418 389 0 99181 0
[pid=15119/tid=15121] ppid=15118 vsize=413724 CPUtime=6.2 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 14199 0 0 0 617 3 0 0 25 0 5 0 594229635 423653376 47613 33554432000 4194304 5787044 140736085850032 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=413724 CPUtime=6.15 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 15922 0 0 0 609 6 0 0 25 0 5 0 594229636 423653376 47613 33554432000 4194304 5787044 140736085850032 18446744073709551615 5592744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=413724 CPUtime=6.12 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 14497 0 0 0 607 5 0 0 25 0 5 0 594229638 423653376 47613 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=413724 CPUtime=6.08 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 15058 0 0 0 607 1 0 0 25 0 5 0 594229639 423653376 47613 33554432000 4194304 5787044 140736085850032 18446744073709551615 5528000 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 422424

[startup+12.7012 s]
/proc/loadavg: 3.88 3.95 4.07 9/188 15135
/proc/meminfo: memFree=15994444/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=416076 CPUtime=50.26 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 70402 0 0 0 5007 19 0 0 19 0 5 0 594229628 426061824 49390 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 104019 49390 418 389 0 99769 0
[pid=15119/tid=15121] ppid=15118 vsize=416076 CPUtime=12.61 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 15010 0 0 0 1257 4 0 0 25 0 5 0 594229635 426061824 49390 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=416076 CPUtime=12.55 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 16126 0 0 0 1249 6 0 0 25 0 5 0 594229636 426061824 49390 33554432000 4194304 5787044 140736085850032 18446744073709551615 5588076 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=416076 CPUtime=12.52 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 14969 0 0 0 1247 5 0 0 25 0 5 0 594229638 426061824 49390 33554432000 4194304 5787044 140736085850032 18446744073709551615 4254941 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=416076 CPUtime=12.44 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 15348 0 0 0 1243 1 0 0 25 0 5 0 594229639 426061824 49390 33554432000 4194304 5787044 140736085850032 18446744073709551615 5530835 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 424776

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

[startup+12.9011 s]
/proc/loadavg: 3.88 3.95 4.07 9/188 15135
/proc/meminfo: memFree=15994444/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=416208 CPUtime=51.06 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 70429 0 0 0 5087 19 0 0 19 0 5 0 594229628 426196992 49417 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 104052 49417 418 389 0 99802 0
[pid=15119/tid=15121] ppid=15118 vsize=416208 CPUtime=12.81 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 15010 0 0 0 1277 4 0 0 25 0 5 0 594229635 426196992 49417 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591181 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=416208 CPUtime=12.75 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 16152 0 0 0 1269 6 0 0 25 0 5 0 594229636 426196992 49417 33554432000 4194304 5787044 140736085850032 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=416208 CPUtime=12.72 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 14970 0 0 0 1267 5 0 0 25 0 5 0 594229638 426196992 49417 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=416208 CPUtime=12.64 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 15348 0 0 0 1263 1 0 0 25 0 5 0 594229639 426196992 49417 33554432000 4194304 5787044 140736085850032 18446744073709551615 5530684 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 424908

[startup+13.701 s]
/proc/loadavg: 3.88 3.95 4.07 9/188 15135
/proc/meminfo: memFree=15993832/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=416868 CPUtime=54.26 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) S 15118 15118 15086 0 -1 4202496 70756 0 0 0 5406 20 0 0 19 0 5 0 594229628 426872832 49744 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 104217 49744 418 389 0 99967 0
[pid=15119/tid=15121] ppid=15118 vsize=416868 CPUtime=13.61 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) R 15118 15118 15086 0 -1 4202560 15014 0 0 0 1357 4 0 0 25 0 5 0 594229635 426872832 49744 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=416868 CPUtime=13.56 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) R 15118 15118 15086 0 -1 4202560 16326 0 0 0 1349 7 0 0 25 0 5 0 594229636 426872832 49744 33554432000 4194304 5787044 140736085850032 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=416868 CPUtime=13.52 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4202560 15013 0 0 0 1347 5 0 0 25 0 5 0 594229638 426872832 49744 33554432000 4194304 5787044 140736085850032 18446744073709551615 5592109 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=416868 CPUtime=13.43 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) R 15118 15118 15086 0 -1 4202560 15454 0 0 0 1342 1 0 0 25 0 5 0 594229639 426872832 49744 33554432000 4194304 5787044 140736085850032 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 425568

[startup+14.101 s]
/proc/loadavg: 3.88 3.95 4.07 9/188 15135
/proc/meminfo: memFree=15993832/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=417132 CPUtime=55.4 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) D 15118 15118 15086 0 -1 4203524 70917 0 0 0 5505 35 0 0 18 0 5 0 594229628 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 104283 49905 418 389 0 100033 0
[pid=15119/tid=15121] ppid=15118 vsize=417132 CPUtime=13.85 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) D 15118 15118 15086 0 -1 4203588 15014 0 0 0 1381 4 0 0 25 0 5 0 594229635 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 4254619 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=417132 CPUtime=13.81 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) D 15118 15118 15086 0 -1 4203588 16383 0 0 0 1374 7 0 0 25 0 5 0 594229636 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591543 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=417132 CPUtime=13.93 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4204096 15045 0 0 0 1372 21 0 0 25 0 5 0 594229638 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 4213825 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=417132 CPUtime=13.68 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) D 15118 15118 15086 0 -1 4203588 15526 0 0 0 1367 1 0 0 25 0 5 0 594229639 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 5527692 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 55.4
Current children cumulated vsize (KiB) 425832

[startup+14.2009 s]
/proc/loadavg: 3.88 3.95 4.07 9/188 15135
/proc/meminfo: memFree=15993832/32951124 swapFree=67111528/67111528
[pid=15118] ppid=15116 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15118/stat : 15118 (priss.sh) S 15116 15118 15086 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 594229628 8908800 252 33554432000 4194304 4922060 140734146032800 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15118/statm: 2175 252 211 178 0 68 0
[pid=15119] ppid=15118 vsize=417132 CPUtime=55.5 cores=0,2,4,6
/proc/15119/stat : 15119 (priss) D 15118 15118 15086 0 -1 4203524 70917 0 0 0 5505 45 0 0 18 0 5 0 594229628 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15119/statm: 104283 49905 418 389 0 100033 0
[pid=15119/tid=15121] ppid=15118 vsize=417132 CPUtime=13.85 cores=0,2,4,6
/proc/15119/task/15121/stat : 15121 (priss) D 15118 15118 15086 0 -1 4203588 15014 0 0 0 1381 4 0 0 25 0 5 0 594229635 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 4254619 0 0 4096 0 18446744071562337734 0 0 -1 0 0 0 0
[pid=15119/tid=15122] ppid=15118 vsize=417132 CPUtime=13.81 cores=0,2,4,6
/proc/15119/task/15122/stat : 15122 (priss) D 15118 15118 15086 0 -1 4203588 16383 0 0 0 1374 7 0 0 25 0 5 0 594229636 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 5591543 0 0 4096 0 18446744071562337734 0 0 -1 2 0 0 0
[pid=15119/tid=15123] ppid=15118 vsize=417132 CPUtime=14.03 cores=0,2,4,6
/proc/15119/task/15123/stat : 15123 (priss) R 15118 15118 15086 0 -1 4204096 15045 0 0 0 1372 31 0 0 25 0 5 0 594229638 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 4213825 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=15119/tid=15124] ppid=15118 vsize=417132 CPUtime=13.68 cores=0,2,4,6
/proc/15119/task/15124/stat : 15124 (priss) D 15118 15118 15086 0 -1 4203588 15526 0 0 0 1367 1 0 0 25 0 5 0 594229639 427143168 49905 33554432000 4194304 5787044 140736085850032 18446744073709551615 5527692 0 0 4096 0 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 55.5
Current children cumulated vsize (KiB) 425832

Child status: 139
Real time (s): 14.2231
CPU time (s): 55.5326
CPU user time (s): 55.0536
CPU system time (s): 0.478927
CPU usage (%): 390.439
Max. virtual memory (cumulated for all children) (KiB): 425832

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

runsolver used 0.015997 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 03:19:50
IDJOB=3281201
IDBENCH=20536
IDSOLVER=1603
FILE ID=node110/3281201-1304039990
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72832 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281201-1304039990/watcher-3281201-1304039990 -o /tmp/evaluation-result-3281201-1304039990/solver-3281201-1304039990 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3281201-1304039990.cnf 982076550 4800 15500 4

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=982076550

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:      16723568 kB
Buffers:       2333032 kB
Cached:       13253836 kB
SwapCached:          0 kB
Active:        7813696 kB
Inactive:      7842024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16723568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11016 kB
Writeback:           0 kB
AnonPages:       67612 kB
Mapped:          14392 kB
Slab:           506344 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189536 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= 72624 MiB
End job on node110 at 2011-04-29 03:20:05