Trace number 3291873

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 19.0371 4.80411

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
dekker.used-as.sat04-989.cnf
MD5SUMaed38f764725bc435a811b081bc99da2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.92755
Satisfiable
(Un)Satisfiability was proved
Number of variables19473
Number of clauses58308
Sum of the clauses size136028
Maximum clause length3
Minimum clause length1
Number of clauses of size 118
Number of clauses of size 238860
Number of clauses of size 319430
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: 29438
0.00/0.01	c parsetime: 14803us
0.00/0.01	c parsed 58308 clauses with 19473 variables
0.00/0.02	c NW started thread 0 successfully (1090672960)
0.00/0.02	c NW started thread 1 successfully (1103849792)
0.00/0.03	c NW started thread 2 successfully (1114339648)
0.00/0.03	c NW started thread 3 successfully (1124829504)
0.00/1.15	c preprocessor returned 19473 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 307 variables
0.00/1.15	c pp time: 350927us (0s)
0.00/1.15	c preprocessor returned 19473 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 307 variables
0.00/1.15	c pp time: 352462us (0s)
0.00/1.15	c preprocessor returned 19473 variables
0.00/1.15	c preprocessing returned UNKNOWN
0.00/1.15	c PP set 307 variables
0.00/1.15	c pp time: 352572us (0s)
0.00/1.15	c added unsatisfied clause
0.00/1.15	c failed to add network clauses
7.07/1.80	c added unsatisfied clause
7.07/1.80	c failed to add network clauses
7.47/1.95	c preprocessor returned 30003 variables
7.47/1.95	c preprocessing returned UNKNOWN
7.47/1.95	c PP set 307 variables
7.47/1.95	c pp time: 1915366us (1s)
7.86/2.00	c HTE
7.86/2.02	c subsumption
7.86/2.03	c simplified formula contains 0 unit clauses
8.25/2.10	c added unsatisfied clause
8.25/2.10	c failed to add network clauses
14.24/3.68	c added unsatisfied clause
14.24/3.68	c failed to add network clauses
18.63/4.77	c ====================
18.63/4.77	c implication/decision inf%(inf)
18.63/4.77	c decisions:           70020
18.63/4.77	c last level:          0
18.63/4.77	c conflicts:           39465
18.63/4.77	c restarts:            261
18.63/4.77	c rejected_restarts    0
18.63/4.77	c removals:            9
18.63/4.77	c removed clauses:     28629
18.63/4.77	c oft clauses:         0
18.63/4.77	c solvetime: 4393386us (4s)
18.63/4.79	c sended clauses   | 2304 | 2315 | 2491 | 1110 |
18.63/4.79	c received clauses | 0 | 52 | 38 | 43 |
18.63/4.79	c join all other threads
18.63/4.79	c joined thread 0
18.63/4.79	c joined thread 1
18.63/4.79	c joined thread 2
18.63/4.79	c joined thread 3
18.63/4.79	c memory usage (vsize): 347 MB
18.63/4.79	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-3291873-1304068677/watcher-3291873-1304068677 -o /tmp/evaluation-result-3291873-1304068677/solver-3291873-1304068677 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291873-1304068677.cnf 205210364 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: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0

[startup+0.00961693 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.147712 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.364703 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15632 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 29437
/proc/meminfo: memFree=14400408/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 7.75 7.98 7.98 9/188 29443
/proc/meminfo: memFree=14317032/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
[pid=29438] ppid=29437 vsize=367784 CPUtime=12.24 cores=0,2,4,6
/proc/29438/stat : 29438 (priss) S 29437 29437 28330 0 -1 4202496 29025 0 0 0 1215 9 0 0 18 0 5 0 597098378 376610816 20676 33554432000 4194304 5787044 140734165774592 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29438/statm: 91946 20676 419 389 0 87696 0
[pid=29438/tid=29440] ppid=29437 vsize=367784 CPUtime=3.05 cores=0,2,4,6
/proc/29438/task/29440/stat : 29440 (priss) R 29437 29437 28330 0 -1 4202560 7316 0 0 0 304 1 0 0 25 0 5 0 597098381 376610816 20676 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29438/tid=29441] ppid=29437 vsize=367784 CPUtime=3.04 cores=0,2,4,6
/proc/29438/task/29441/stat : 29441 (priss) R 29437 29437 28330 0 -1 4202560 4602 0 0 0 302 2 0 0 24 0 5 0 597098381 376610816 20676 33554432000 4194304 5787044 140734165774592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29438/tid=29442] ppid=29437 vsize=367784 CPUtime=3.04 cores=0,2,4,6
/proc/29438/task/29442/stat : 29442 (priss) R 29437 29437 28330 0 -1 4202560 5079 0 0 0 302 2 0 0 23 0 5 0 597098381 376610816 20676 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29438/tid=29443] ppid=29437 vsize=367784 CPUtime=3.04 cores=0,2,4,6
/proc/29438/task/29443/stat : 29443 (priss) R 29437 29437 28330 0 -1 4202560 8165 0 0 0 302 2 0 0 24 0 5 0 597098382 376610816 20676 33554432000 4194304 5787044 140734165774592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 376484

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

[startup+3.90085 s]
/proc/loadavg: 7.75 7.98 7.98 9/188 29443
/proc/meminfo: memFree=14317032/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
[pid=29438] ppid=29437 vsize=367784 CPUtime=15.44 cores=0,2,4,6
/proc/29438/stat : 29438 (priss) S 29437 29437 28330 0 -1 4202496 29103 0 0 0 1534 10 0 0 18 0 5 0 597098378 376610816 20754 33554432000 4194304 5787044 140734165774592 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29438/statm: 91946 20754 419 389 0 87696 0
[pid=29438/tid=29440] ppid=29437 vsize=367784 CPUtime=3.85 cores=0,2,4,6
/proc/29438/task/29440/stat : 29440 (priss) R 29437 29437 28330 0 -1 4202560 7319 0 0 0 384 1 0 0 25 0 5 0 597098381 376610816 20754 33554432000 4194304 5787044 140734165774592 18446744073709551615 5590301 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29438/tid=29441] ppid=29437 vsize=367784 CPUtime=3.84 cores=0,2,4,6
/proc/29438/task/29441/stat : 29441 (priss) R 29437 29437 28330 0 -1 4202560 4615 0 0 0 382 2 0 0 25 0 5 0 597098381 376610816 20754 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591044 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29438/tid=29442] ppid=29437 vsize=367784 CPUtime=3.84 cores=0,2,4,6
/proc/29438/task/29442/stat : 29442 (priss) R 29437 29437 28330 0 -1 4202560 5130 0 0 0 382 2 0 0 25 0 5 0 597098381 376610816 20754 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29438/tid=29443] ppid=29437 vsize=367784 CPUtime=3.84 cores=0,2,4,6
/proc/29438/task/29443/stat : 29443 (priss) R 29437 29437 28330 0 -1 4202560 8176 0 0 0 382 2 0 0 25 0 5 0 597098382 376610816 20754 33554432000 4194304 5787044 140734165774592 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 376484

[startup+4.30078 s]
/proc/loadavg: 7.77 7.98 7.98 9/188 29443
/proc/meminfo: memFree=14316248/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
[pid=29438] ppid=29437 vsize=367784 CPUtime=17.03 cores=0,2,4,6
/proc/29438/stat : 29438 (priss) S 29437 29437 28330 0 -1 4202496 29145 0 0 0 1693 10 0 0 18 0 5 0 597098378 376610816 20796 33554432000 4194304 5787044 140734165774592 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29438/statm: 91946 20796 419 389 0 87696 0
[pid=29438/tid=29440] ppid=29437 vsize=367784 CPUtime=4.25 cores=0,2,4,6
/proc/29438/task/29440/stat : 29440 (priss) R 29437 29437 28330 0 -1 4202560 7321 0 0 0 424 1 0 0 25 0 5 0 597098381 376610816 20796 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29438/tid=29441] ppid=29437 vsize=367784 CPUtime=4.23 cores=0,2,4,6
/proc/29438/task/29441/stat : 29441 (priss) R 29437 29437 28330 0 -1 4202560 4622 0 0 0 421 2 0 0 25 0 5 0 597098381 376610816 20796 33554432000 4194304 5787044 140734165774592 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29438/tid=29442] ppid=29437 vsize=367784 CPUtime=4.24 cores=0,2,4,6
/proc/29438/task/29442/stat : 29442 (priss) R 29437 29437 28330 0 -1 4202560 5153 0 0 0 422 2 0 0 25 0 5 0 597098381 376610816 20796 33554432000 4194304 5787044 140734165774592 18446744073709551615 5591671 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29438/tid=29443] ppid=29437 vsize=367784 CPUtime=4.24 cores=0,2,4,6
/proc/29438/task/29443/stat : 29443 (priss) R 29437 29437 28330 0 -1 4202560 8186 0 0 0 422 2 0 0 25 0 5 0 597098382 376610816 20796 33554432000 4194304 5787044 140734165774592 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 376484

[startup+4.70071 s]
/proc/loadavg: 7.77 7.98 7.98 9/188 29443
/proc/meminfo: memFree=14316248/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
[pid=29438] ppid=29437 vsize=367784 CPUtime=18.63 cores=0,2,4,6
/proc/29438/stat : 29438 (priss) S 29437 29437 28330 0 -1 4202496 29193 0 0 0 1853 10 0 0 18 0 5 0 597098378 376610816 20844 33554432000 4194304 5787044 140734165774592 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29438/statm: 91946 20844 419 389 0 87696 0
[pid=29438/tid=29440] ppid=29437 vsize=367784 CPUtime=4.65 cores=0,2,4,6
/proc/29438/task/29440/stat : 29440 (priss) R 29437 29437 28330 0 -1 4202560 7323 0 0 0 464 1 0 0 25 0 5 0 597098381 376610816 20844 33554432000 4194304 5787044 140734165774592 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29438/tid=29441] ppid=29437 vsize=367784 CPUtime=4.63 cores=0,2,4,6
/proc/29438/task/29441/stat : 29441 (priss) R 29437 29437 28330 0 -1 4202560 4631 0 0 0 461 2 0 0 25 0 5 0 597098381 376610816 20844 33554432000 4194304 5787044 140734165774592 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29438/tid=29442] ppid=29437 vsize=367784 CPUtime=4.64 cores=0,2,4,6
/proc/29438/task/29442/stat : 29442 (priss) R 29437 29437 28330 0 -1 4202560 5153 0 0 0 462 2 0 0 25 0 5 0 597098381 376610816 20844 33554432000 4194304 5787044 140734165774592 18446744073709551615 4220205 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29438/tid=29443] ppid=29437 vsize=367784 CPUtime=4.64 cores=0,2,4,6
/proc/29438/task/29443/stat : 29443 (priss) R 29437 29437 28330 0 -1 4202560 8223 0 0 0 462 2 0 0 25 0 5 0 597098382 376610816 20844 33554432000 4194304 5787044 140734165774592 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.63
Current children cumulated vsize (KiB) 376484

[startup+4.80069 s]
/proc/loadavg: 7.77 7.98 7.98 9/188 29443
/proc/meminfo: memFree=14316248/32950928 swapFree=67111528/67111528
[pid=29437] ppid=29435 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29437/stat : 29437 (priss.sh) S 29435 29437 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597098378 8908800 251 33554432000 4194304 4922060 140735092630064 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29437/statm: 2175 251 211 178 0 68 0
[pid=29438] ppid=29437 vsize=343416 CPUtime=19.02 cores=0,2,4,6
/proc/29438/stat : 29438 (priss) R 29437 29437 28330 0 -1 4202496 29251 0 0 0 1892 10 0 0 18 0 1 0 597098378 351657984 16565 33554432000 4194304 5787044 140734165774592 18446744073709551615 218880608391 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29438/statm: 84829 16531 460 389 0 80579 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 352116

Child status: 20
Real time (s): 4.80411
CPU time (s): 19.0371
CPU user time (s): 18.9261
CPU system time (s): 0.110983
CPU usage (%): 396.267
Max. virtual memory (cumulated for all children) (KiB): 376484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9261
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29589
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= 5073
involuntary context switches= 98

runsolver used 0.008998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 11:17:57
IDJOB=3291873
IDBENCH=84953
IDSOLVER=1603
FILE ID=node112/3291873-1304068677
RUNJOBID= node112-1304062780-28650
PBS_JOBID= 13170443
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/dekker.used-as.sat04-989.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291873-1304068677/watcher-3291873-1304068677 -o /tmp/evaluation-result-3291873-1304068677/solver-3291873-1304068677 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291873-1304068677.cnf 205210364 4800 15500 4

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

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=205210364

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14400688 kB
Buffers:       1995736 kB
Cached:       15806216 kB
SwapCached:          0 kB
Active:        7240736 kB
Inactive:     10753768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14400688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:      191532 kB
Mapped:          15620 kB
Slab:           492656 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   383652 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= 72560 MiB
End job on node112 at 2011-04-29 11:18:02