Trace number 3287641

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.0UNSAT 47.6897 12.659

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.29735
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 20932
0.00/0.09	c parsetime: 89171us
0.00/0.09	c parsed 346850 clauses with 116405 variables
0.00/0.11	c NW started thread 0 successfully (1107978560)
0.00/0.13	c NW started thread 1 successfully (1118468416)
0.00/0.16	c NW started thread 2 successfully (1128958272)
0.00/0.19	c NW started thread 3 successfully (1139448128)
12.06/3.23	c preprocessor returned 116405 variables
12.06/3.23	c preprocessing returned UNKNOWN
12.06/3.23	c PP set 457 variables
12.06/3.23	c pp time: 3035369us (3s)
12.06/3.25	c preprocessor returned 116405 variables
12.06/3.25	c preprocessing returned UNKNOWN
12.06/3.25	c PP set 457 variables
12.06/3.25	c pp time: 3033485us (3s)
12.06/3.27	c preprocessor returned 116405 variables
12.06/3.27	c preprocessing returned UNKNOWN
12.06/3.27	c PP set 457 variables
12.06/3.27	c pp time: 3110729us (3s)
12.36/3.37	c preprocessor returned 116405 variables
12.36/3.37	c preprocessing returned UNKNOWN
12.36/3.37	c PP set 457 variables
12.36/3.37	c pp time: 3231402us (3s)
12.97/3.51	c HTE
13.26/3.68	c subsumption
14.15/3.90	c simplified formula contains 0 unit clauses
23.97/6.76	c added unsatisfied clause
23.97/6.76	c failed to add network clauses
25.16/7.05	c added unsatisfied clause
25.16/7.05	c failed to add network clauses
36.74/9.96	c added unsatisfied clause
36.74/9.96	c failed to add network clauses
47.13/12.53	c ====================
47.13/12.53	c implication/decision inf%(inf)
47.13/12.53	c decisions:           237669
47.13/12.53	c last level:          0
47.13/12.53	c conflicts:           40869
47.13/12.53	c restarts:            271
47.13/12.53	c rejected_restarts    0
47.13/12.53	c removals:            9
47.13/12.53	c removed clauses:     23890
47.13/12.53	c oft clauses:         0
47.13/12.54	c solvetime: 9287067us (9s)
47.53/12.63	c sended clauses   | 2899 | 2485 | 3203 | 2929 |
47.53/12.63	c received clauses | 0 | 123 | 114 | 116 |
47.53/12.63	c join all other threads
47.53/12.63	c joined thread 0
47.53/12.63	c joined thread 1
47.53/12.63	c joined thread 2
47.53/12.63	c joined thread 3
47.53/12.63	c memory usage (vsize): 505 MB
47.53/12.63	s UNSATISFIABLE

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-3287641-1304051467/watcher-3287641-1304051467 -o /tmp/evaluation-result-3287641-1304051467/solver-3287641-1304051467 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3287641-1304051467.cnf 2137292529 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: 8.40 8.21 8.29 5/180 20931
/proc/meminfo: memFree=24227292/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0

[startup+0.0953841 s]
/proc/loadavg: 8.40 8.21 8.29 5/180 20931
/proc/meminfo: memFree=24227292/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100388 s]
/proc/loadavg: 8.40 8.21 8.29 5/180 20931
/proc/meminfo: memFree=24227292/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302328 s]
/proc/loadavg: 8.40 8.21 8.29 5/180 20931
/proc/meminfo: memFree=24227292/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.780019 s]
/proc/loadavg: 8.40 8.21 8.29 5/180 20931
/proc/meminfo: memFree=24227292/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 8.40 8.21 8.29 6/186 20937
/proc/meminfo: memFree=23943416/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=517436 CPUtime=5.44 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 113968 0 0 0 488 56 0 0 19 0 5 0 516746414 529854464 76848 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 129359 76848 350 389 0 125109 0
[pid=20932/tid=20934] ppid=20931 vsize=517436 CPUtime=1.34 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 23863 0 0 0 122 12 0 0 18 0 5 0 516746426 529854464 76848 33554432000 4194304 5787044 140736400750576 18446744073709551615 4337443 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=517436 CPUtime=1.33 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 25673 0 0 0 118 15 0 0 18 0 5 0 516746428 529854464 76848 33554432000 4194304 5787044 140736400750576 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=517436 CPUtime=1.28 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 25627 0 0 0 115 13 0 0 18 0 5 0 516746431 529854464 76848 33554432000 4194304 5787044 140736400750576 18446744073709551615 4340024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=517436 CPUtime=1.25 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 21823 0 0 0 113 12 0 0 18 0 5 0 516746434 529854464 76848 33554432000 4194304 5787044 140736400750576 18446744073709551615 4391133 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 526136

[startup+3.10083 s]
/proc/loadavg: 8.40 8.21 8.29 9/186 20937
/proc/meminfo: memFree=23910060/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=528348 CPUtime=11.76 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 128978 0 0 0 1116 60 0 0 19 0 5 0 516746414 541028352 82156 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 132087 82156 353 389 0 127837 0
[pid=20932/tid=20934] ppid=20931 vsize=528348 CPUtime=2.89 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 27293 0 0 0 277 12 0 0 20 0 5 0 516746426 541028352 82156 33554432000 4194304 5787044 140736400750576 18446744073709551615 274664913390 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=528348 CPUtime=2.9 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 28886 0 0 0 274 16 0 0 20 0 5 0 516746428 541028352 82156 33554432000 4194304 5787044 140736400750576 18446744073709551615 4324865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=528348 CPUtime=2.88 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 29285 0 0 0 274 14 0 0 20 0 5 0 516746431 541028352 82156 33554432000 4194304 5787044 140736400750576 18446744073709551615 4324790 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=528348 CPUtime=2.85 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 26532 0 0 0 272 13 0 0 20 0 5 0 516746434 541028352 82156 33554432000 4194304 5787044 140736400750576 18446744073709551615 4325165 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 537048

[startup+6.30128 s]
/proc/loadavg: 8.61 8.26 8.31 9/186 20938
/proc/meminfo: memFree=23821200/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=537724 CPUtime=22.37 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 150627 0 0 0 2173 64 0 0 19 0 5 0 516746414 550629376 98383 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134431 98383 418 389 0 130181 0
[pid=20932/tid=20934] ppid=20931 vsize=537724 CPUtime=5.91 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32189 0 0 0 578 13 0 0 25 0 5 0 516746426 550629376 98383 33554432000 4194304 5787044 140736400750576 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=537724 CPUtime=5.01 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34580 0 0 0 484 17 0 0 25 0 5 0 516746428 550629376 98383 33554432000 4194304 5787044 140736400750576 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=537724 CPUtime=6.08 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32134 0 0 0 593 15 0 0 25 0 5 0 516746431 550629376 98383 33554432000 4194304 5787044 140736400750576 18446744073709551615 5576630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=537724 CPUtime=5.13 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34742 0 0 0 499 14 0 0 25 0 5 0 516746434 550629376 98383 33554432000 4194304 5787044 140736400750576 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 546424

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

[startup+6.60123 s]
/proc/loadavg: 8.61 8.26 8.31 9/186 20938
/proc/meminfo: memFree=23821200/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=537724 CPUtime=23.57 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 150639 0 0 0 2293 64 0 0 19 0 5 0 516746414 550629376 98395 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134431 98395 418 389 0 130181 0
[pid=20932/tid=20934] ppid=20931 vsize=537724 CPUtime=6.21 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32199 0 0 0 608 13 0 0 25 0 5 0 516746426 550629376 98395 33554432000 4194304 5787044 140736400750576 18446744073709551615 5586857 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=537724 CPUtime=5.31 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34582 0 0 0 514 17 0 0 25 0 5 0 516746428 550629376 98395 33554432000 4194304 5787044 140736400750576 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=537724 CPUtime=6.38 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32134 0 0 0 623 15 0 0 25 0 5 0 516746431 550629376 98395 33554432000 4194304 5787044 140736400750576 18446744073709551615 4220590 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=537724 CPUtime=5.43 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34742 0 0 0 529 14 0 0 25 0 5 0 516746434 550629376 98395 33554432000 4194304 5787044 140736400750576 18446744073709551615 4254572 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 546424

[startup+9.80067 s]
/proc/loadavg: 8.56 8.25 8.30 9/186 20938
/proc/meminfo: memFree=23831004/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=538216 CPUtime=36.34 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 150906 0 0 0 3570 64 0 0 19 0 5 0 516746414 551133184 98662 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134554 98662 418 389 0 130304 0
[pid=20932/tid=20934] ppid=20931 vsize=538216 CPUtime=9.42 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32302 0 0 0 928 14 0 0 25 0 5 0 516746426 551133184 98662 33554432000 4194304 5787044 140736400750576 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=538216 CPUtime=8.5 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34612 0 0 0 832 18 0 0 25 0 5 0 516746428 551133184 98662 33554432000 4194304 5787044 140736400750576 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=538216 CPUtime=9.58 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32201 0 0 0 943 15 0 0 25 0 5 0 516746431 551133184 98662 33554432000 4194304 5787044 140736400750576 18446744073709551615 5576454 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=538216 CPUtime=8.63 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34809 0 0 0 849 14 0 0 25 0 5 0 516746434 551133184 98662 33554432000 4194304 5787044 140736400750576 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (KiB) 546916

[startup+11.4004 s]
/proc/loadavg: 8.56 8.25 8.30 9/186 20938
/proc/meminfo: memFree=23829612/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=538348 CPUtime=42.73 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 151088 0 0 0 4209 64 0 0 19 0 5 0 516746414 551268352 98844 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134587 98844 418 389 0 130337 0
[pid=20932/tid=20934] ppid=20931 vsize=538348 CPUtime=11.02 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32340 0 0 0 1088 14 0 0 25 0 5 0 516746426 551268352 98844 33554432000 4194304 5787044 140736400750576 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=538348 CPUtime=10.09 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34673 0 0 0 991 18 0 0 25 0 5 0 516746428 551268352 98844 33554432000 4194304 5787044 140736400750576 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=538348 CPUtime=11.18 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32226 0 0 0 1103 15 0 0 25 0 5 0 516746431 551268352 98844 33554432000 4194304 5787044 140736400750576 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=538348 CPUtime=10.23 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34867 0 0 0 1009 14 0 0 25 0 5 0 516746434 551268352 98844 33554432000 4194304 5787044 140736400750576 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.73
Current children cumulated vsize (KiB) 547048

[startup+12.2013 s]
/proc/loadavg: 8.56 8.25 8.30 9/186 20938
/proc/meminfo: memFree=23829612/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=538348 CPUtime=45.93 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 151126 0 0 0 4529 64 0 0 19 0 5 0 516746414 551268352 98882 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134587 98882 418 389 0 130337 0
[pid=20932/tid=20934] ppid=20931 vsize=538348 CPUtime=11.82 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32355 0 0 0 1168 14 0 0 25 0 5 0 516746426 551268352 98882 33554432000 4194304 5787044 140736400750576 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=538348 CPUtime=10.89 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34695 0 0 0 1071 18 0 0 25 0 5 0 516746428 551268352 98882 33554432000 4194304 5787044 140736400750576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=538348 CPUtime=11.98 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32226 0 0 0 1183 15 0 0 25 0 5 0 516746431 551268352 98882 33554432000 4194304 5787044 140736400750576 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=538348 CPUtime=11.03 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34868 0 0 0 1089 14 0 0 25 0 5 0 516746434 551268352 98882 33554432000 4194304 5787044 140736400750576 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.93
Current children cumulated vsize (KiB) 547048

[startup+12.6012 s]
/proc/loadavg: 8.56 8.25 8.30 9/186 20938
/proc/meminfo: memFree=23829240/32951132 swapFree=67111524/67111528
[pid=20931] ppid=20929 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20931/stat : 20931 (priss.sh) S 20929 20931 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516746414 8908800 252 33554432000 4194304 4922060 140737145735248 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20931/statm: 2175 252 211 178 0 68 0
[pid=20932] ppid=20931 vsize=538972 CPUtime=47.53 cores=1,3,5,7
/proc/20932/stat : 20932 (priss) S 20931 20931 18837 0 -1 4202496 151258 0 0 0 4688 65 0 0 19 0 5 0 516746414 551907328 99014 33554432000 4194304 5787044 140736400750576 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20932/statm: 134743 99014 430 389 0 130493 0
[pid=20932/tid=20934] ppid=20931 vsize=538972 CPUtime=12.22 cores=1,3,5,7
/proc/20932/task/20934/stat : 20934 (priss) R 20931 20931 18837 0 -1 4202560 32355 0 0 0 1208 14 0 0 25 0 5 0 516746426 551907328 99014 33554432000 4194304 5787044 140736400750576 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20932/tid=20935] ppid=20931 vsize=538972 CPUtime=11.28 cores=1,3,5,7
/proc/20932/task/20935/stat : 20935 (priss) R 20931 20931 18837 0 -1 4202560 34702 0 0 0 1110 18 0 0 25 0 5 0 516746428 551907328 99014 33554432000 4194304 5787044 140736400750576 18446744073709551615 5588126 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20932/tid=20936] ppid=20931 vsize=538972 CPUtime=12.38 cores=1,3,5,7
/proc/20932/task/20936/stat : 20936 (priss) R 20931 20931 18837 0 -1 4202560 32339 0 0 0 1223 15 0 0 25 0 5 0 516746431 551907328 99014 33554432000 4194304 5787044 140736400750576 18446744073709551615 5585283 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20932/tid=20937] ppid=20931 vsize=538972 CPUtime=11.42 cores=1,3,5,7
/proc/20932/task/20937/stat : 20937 (priss) R 20931 20931 18837 0 -1 4202560 34880 0 0 0 1128 14 0 0 25 0 5 0 516746434 551907328 99014 33554432000 4194304 5787044 140736400750576 18446744073709551615 274664457800 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 547672

Child status: 20
Real time (s): 12.659
CPU time (s): 47.6897
CPU user time (s): 47.0149
CPU system time (s): 0.674897
CPU usage (%): 376.727
Max. virtual memory (cumulated for all children) (KiB): 611960

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

runsolver used 0.021996 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:31:08
IDJOB=3287641
IDBENCH=82471
IDSOLVER=1603
FILE ID=node131/3287641-1304051467
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71364 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287641-1304051467/watcher-3287641-1304051467 -o /tmp/evaluation-result-3287641-1304051467/solver-3287641-1304051467 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3287641-1304051467.cnf 2137292529 4800 15500 4

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=2137292529

node131.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.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.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.83
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.75
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.77
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24227448 kB
Buffers:        956096 kB
Cached:        6301576 kB
SwapCached:          4 kB
Active:        1192316 kB
Inactive:      7034824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24227448 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7576 kB
Writeback:           0 kB
AnonPages:      968684 kB
Mapped:          15780 kB
Slab:           431872 kB
PageTables:       6676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1259832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71364 MiB
End job on node131 at 2011-04-29 06:31:20