Trace number 3281015

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 UPUNSAT 99.9998 67.7821

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
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: 21266
0.00/0.22	c parsetime: 218312us
0.00/0.22	c parsed 782329 clauses with 263022 variables
9.89/9.98	c preprocessor returned 263022 variables
9.89/9.98	c preprocessing returned UNKNOWN
9.89/9.98	c PP set 3318 variables
9.89/9.98	c pp time: 9705703us (9s)
99.69/67.57	c ====================
99.69/67.57	c implication/decision inf%(inf)
99.69/67.57	c decisions:           2035725
99.69/67.57	c last level:          0
99.69/67.57	c conflicts:           325041
99.69/67.57	c restarts:            2155
99.69/67.57	c rejected_restarts    0
99.69/67.57	c removals:            16
99.69/67.57	c removed clauses:     234071
99.69/67.57	c oft clauses:         0
99.69/67.59	c solvetime: 57613878us (57s)
99.91/67.77	c memory usage (vsize): 352 MB
99.91/67.77	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-3281015-1304038716/watcher-3281015-1304038716 -o /tmp/evaluation-result-3281015-1304038716/solver-3281015-1304038716 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3281015-1304038716.cnf 1564436375 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.64 3.74 4.21 4/179 21265
/proc/meminfo: memFree=17381012/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0

[startup+0.102708 s]
/proc/loadavg: 3.64 3.74 4.21 4/179 21265
/proc/meminfo: memFree=17381012/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200695 s]
/proc/loadavg: 3.64 3.74 4.21 4/179 21265
/proc/meminfo: memFree=17381012/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30067 s]
/proc/loadavg: 3.64 3.74 4.21 4/179 21265
/proc/meminfo: memFree=17381012/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700607 s]
/proc/loadavg: 3.64 3.74 4.21 4/179 21265
/proc/meminfo: memFree=17381012/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 3.64 3.74 4.21 4/181 21267
/proc/meminfo: memFree=17263940/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=147864 CPUtime=1.48 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 53952 0 0 0 143 5 0 0 25 0 1 0 594102421 151412736 29709 33554432000 4194304 5787044 140735163500768 18446744073709551615 4336173 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21266/statm: 36966 29709 337 389 0 32716 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 156564

[startup+3.10107 s]
/proc/loadavg: 3.64 3.74 4.21 4/181 21267
/proc/meminfo: memFree=17228604/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=200364 CPUtime=3.09 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 67464 0 0 0 302 7 0 0 25 0 1 0 594102421 205172736 42220 33554432000 4194304 5787044 140735163500768 18446744073709551615 4319344 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21266/statm: 50091 42220 337 389 0 45841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209064

[startup+6.30063 s]
/proc/loadavg: 3.59 3.73 4.20 4/181 21267
/proc/meminfo: memFree=17202620/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=209208 CPUtime=6.29 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 69669 0 0 0 621 8 0 0 25 0 1 0 594102421 214228992 44425 33554432000 4194304 5787044 140735163500768 18446744073709551615 4278471 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21266/statm: 52302 44425 338 389 0 48052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 217908

[startup+12.7005 s]
/proc/loadavg: 3.54 3.72 4.19 5/182 21268
/proc/meminfo: memFree=17151000/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=400628 CPUtime=14.38 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 82787 0 0 0 1406 32 0 0 20 0 2 0 594102421 410243072 57543 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416623 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21266/statm: 100157 57543 390 389 0 95907 0
[pid=21266/tid=21268] ppid=21265 vsize=400628 CPUtime=1.68 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) R 21265 21265 20083 0 -1 4202560 567 0 0 0 149 19 0 0 15 0 2 0 594103424 410243072 57543 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 18446604446318626816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 409328

[startup+25.5013 s]
/proc/loadavg: 3.64 3.73 4.19 5/182 21269
/proc/meminfo: memFree=17147032/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=402508 CPUtime=36.84 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 83713 0 0 0 3494 190 0 0 25 0 2 0 594102421 412168192 58469 33554432000 4194304 5787044 140735163500768 18446744073709551615 5527582 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21266/statm: 100627 58469 390 389 0 96377 0
[pid=21266/tid=21268] ppid=21265 vsize=402508 CPUtime=11.35 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) R 21265 21265 20083 0 -1 4202560 586 0 0 0 966 169 0 0 15 0 2 0 594103424 412168192 58469 33554432000 4194304 5787044 140735163500768 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.84
Current children cumulated vsize (KiB) 411208

[startup+51.1008 s]
/proc/loadavg: 3.64 3.72 4.17 5/182 21269
/proc/meminfo: memFree=17133992/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=415288 CPUtime=74.6 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 87127 0 0 0 7123 337 0 0 25 0 2 0 594102421 425254912 61883 33554432000 4194304 5787044 140735163500768 18446744073709551615 5526823 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21266/statm: 103822 61883 390 389 0 99572 0
[pid=21266/tid=21268] ppid=21265 vsize=415288 CPUtime=23.51 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) R 21265 21265 20083 0 -1 4202560 869 0 0 0 2088 263 0 0 18 0 2 0 594103424 425254912 61883 33554432000 4194304 5787044 140735163500768 18446744073709551615 5524789 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 74.6
Current children cumulated vsize (KiB) 423988

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

[startup+51.2008 s]
/proc/loadavg: 3.64 3.72 4.17 5/182 21269
/proc/meminfo: memFree=17133992/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=415288 CPUtime=74.76 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 87127 0 0 0 7138 338 0 0 25 0 2 0 594102421 425254912 61883 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416623 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21266/statm: 103822 61883 390 389 0 99572 0
[pid=21266/tid=21268] ppid=21265 vsize=415288 CPUtime=23.56 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) S 21265 21265 20083 0 -1 4202560 869 0 0 0 2093 263 0 0 18 0 2 0 594103424 425254912 61883 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 18446604446318626816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 74.76
Current children cumulated vsize (KiB) 423988

[startup+57.6006 s]
/proc/loadavg: 3.67 3.72 4.17 4/182 21269
/proc/meminfo: memFree=17132752/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=415288 CPUtime=84.83 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 87161 0 0 0 8106 377 0 0 25 0 2 0 594102421 425254912 61917 33554432000 4194304 5787044 140735163500768 18446744073709551615 5526895 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21266/statm: 103822 61917 390 389 0 99572 0
[pid=21266/tid=21268] ppid=21265 vsize=415288 CPUtime=27.24 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) R 21265 21265 20083 0 -1 4202560 903 0 0 0 2441 283 0 0 18 0 2 0 594103424 425254912 61917 33554432000 4194304 5787044 140735163500768 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 84.83
Current children cumulated vsize (KiB) 423988

[startup+64.0005 s]
/proc/loadavg: 3.69 3.73 4.17 5/182 21270
/proc/meminfo: memFree=17124568/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=418256 CPUtime=94.83 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 87976 0 0 0 9072 411 0 0 25 0 2 0 594102421 428294144 62732 33554432000 4194304 5787044 140735163500768 18446744073709551615 4692150 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21266/statm: 104564 62732 390 389 0 100314 0
[pid=21266/tid=21268] ppid=21265 vsize=418256 CPUtime=30.84 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) S 21265 21265 20083 0 -1 4202560 996 0 0 0 2785 299 0 0 18 0 2 0 594103424 428294144 62732 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 18446604446318626816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 94.83
Current children cumulated vsize (KiB) 426956

[startup+65.6012 s]
/proc/loadavg: 3.72 3.73 4.17 4/182 21270
/proc/meminfo: memFree=17123204/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=418256 CPUtime=97.25 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 88042 0 0 0 9305 420 0 0 25 0 2 0 594102421 428294144 62798 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416623 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21266/statm: 104564 62798 390 389 0 100314 0
[pid=21266/tid=21268] ppid=21265 vsize=418256 CPUtime=31.66 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) R 21265 21265 20083 0 -1 4202560 996 0 0 0 2864 302 0 0 18 0 2 0 594103424 428294144 62798 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.25
Current children cumulated vsize (KiB) 426956

[startup+66.4011 s]
/proc/loadavg: 3.72 3.73 4.17 5/182 21270
/proc/meminfo: memFree=17122460/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=418256 CPUtime=98.38 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 88050 0 0 0 9413 425 0 0 25 0 2 0 594102421 428294144 62806 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416623 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21266/statm: 104564 62806 390 389 0 100314 0
[pid=21266/tid=21268] ppid=21265 vsize=418256 CPUtime=31.99 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) S 21265 21265 20083 0 -1 4202560 1004 0 0 0 2895 304 0 0 18 0 2 0 594103424 428294144 62806 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 98.38
Current children cumulated vsize (KiB) 426956

[startup+67.207 s]
/proc/loadavg: 3.72 3.73 4.17 4/182 21270
/proc/meminfo: memFree=17121592/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=418256 CPUtime=99.36 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 88073 0 0 0 9509 427 0 0 25 0 2 0 594102421 428294144 62829 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416623 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21266/statm: 104564 62829 390 389 0 100314 0
[pid=21266/tid=21268] ppid=21265 vsize=418256 CPUtime=32.16 cores=0,2,4,6
/proc/21266/task/21268/stat : 21268 (priss) S 21265 21265 20083 0 -1 4202560 1027 0 0 0 2911 305 0 0 18 0 2 0 594103424 428294144 62829 33554432000 4194304 5787044 140735163500768 18446744073709551615 216000416177 0 0 4096 0 18446604446318626816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.36
Current children cumulated vsize (KiB) 426956

[startup+67.6009 s]
/proc/loadavg: 3.72 3.73 4.17 4/182 21270
/proc/meminfo: memFree=17121592/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=418256 CPUtime=99.81 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 88088 0 0 0 9554 427 0 0 18 0 1 0 594102421 428294144 62844 33554432000 4194304 5787044 140735163500768 18446744073709551615 215988248475 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21266/statm: 104564 62844 404 389 0 100314 0
Current children cumulated CPU time (s) 99.81
Current children cumulated vsize (KiB) 426956

[startup+67.7009 s]
/proc/loadavg: 3.72 3.73 4.17 4/182 21270
/proc/meminfo: memFree=17121592/32950940 swapFree=67111528/67111528
[pid=21265] ppid=21263 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21265/stat : 21265 (prissup.sh) S 21263 21265 20083 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 594102421 8908800 252 33554432000 4194304 4922060 140736952940464 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21265/statm: 2175 252 211 178 0 68 0
[pid=21266] ppid=21265 vsize=412088 CPUtime=99.91 cores=0,2,4,6
/proc/21266/stat : 21266 (priss) R 21265 21265 20083 0 -1 4202496 88088 0 0 0 9564 427 0 0 18 0 1 0 594102421 421978112 61302 33554432000 4194304 5787044 140735163500768 18446744073709551615 215988248475 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21266/statm: 103022 61302 404 389 0 98772 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 420788

Child status: 20
Real time (s): 67.7821
CPU time (s): 99.9998
CPU user time (s): 95.7104
CPU system time (s): 4.28935
CPU usage (%): 147.531
Max. virtual memory (cumulated for all children) (KiB): 426956

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

runsolver used 0.114982 second user time and 0.254961 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 02:58:36
IDJOB=3281015
IDBENCH=20495
IDSOLVER=1601
FILE ID=node117/3281015-1304038716
RUNJOBID= node117-1304037258-21112
PBS_JOBID= 13170335
Free space on /tmp= 71664 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281015-1304038716/watcher-3281015-1304038716 -o /tmp/evaluation-result-3281015-1304038716/solver-3281015-1304038716 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3281015-1304038716.cnf 1564436375 4800 15500 4

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1564436375

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17381184 kB
Buffers:       2375988 kB
Cached:       12417740 kB
SwapCached:          0 kB
Active:        8221748 kB
Inactive:      6766016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17381184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15356 kB
Writeback:           0 kB
AnonPages:      193244 kB
Mapped:          15568 kB
Slab:           517804 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   350284 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= 71660 MiB
End job on node117 at 2011-04-29 02:59:44