Trace number 3284232

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
riss 1.0UNSAT 139.162 139.164

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.01	c *****************************************************
0.00/0.01	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.01	c *   This program may be redistributed or modified   *
0.00/0.01	c * under the terms of the GNU General Public License *
0.00/0.01	c *****************************************************
0.00/0.01	c process id: 19028
0.00/0.21	c parsetime: 196681us
0.00/0.21	c parsed 711050 clauses with 24415 variables
10.59/10.65	c init all components done
10.59/10.66	c ====================
10.59/10.66	c trail size: 21
139.09/139.10	c ====================
139.09/139.10	c implication/decision inf%(inf)
139.09/139.10	c decisions:           4417513
139.09/139.10	c last level:          0
139.09/139.10	c conflicts:           591398
139.09/139.10	c restarts:            3920
139.09/139.10	c rejected_restarts    0
139.09/139.10	c removals:            18
139.09/139.10	c removed clauses:     414728
139.09/139.10	c oft clauses:         0
139.09/139.14	c solvetime: 128576690us (128s)
139.09/139.15	c memory usage (vsize): 84 MB
139.09/139.15	s UNSATISFIABLE
139.09/139.15	c return value: 20

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-3284232-1304137490/watcher-3284232-1304137490 -o /tmp/evaluation-result-3284232-1304137490/solver-3284232-1304137490 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3284232-1304137490.cnf 1027681943 2400 7680 2 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.87 7.76 7.36 4/184 19027
/proc/meminfo: memFree=25550768/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0

[startup+0.084796 s]
/proc/loadavg: 6.87 7.76 7.36 4/184 19027
/proc/meminfo: memFree=25550768/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100776 s]
/proc/loadavg: 6.87 7.76 7.36 4/184 19027
/proc/meminfo: memFree=25550768/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300732 s]
/proc/loadavg: 6.87 7.76 7.36 4/184 19027
/proc/meminfo: memFree=25550768/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700676 s]
/proc/loadavg: 6.87 7.76 7.36 4/184 19027
/proc/meminfo: memFree=25550768/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50053 s]
/proc/loadavg: 6.64 7.70 7.34 5/190 19036
/proc/meminfo: memFree=25380584/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=79924 CPUtime=1.49 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 32430 0 0 0 145 4 0 0 25 0 1 0 506165172 81842176 15403 33554432000 4194304 5523604 140734329660208 18446744073709551615 4339834 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 19981 15403 328 325 0 15795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88624

[startup+3.10026 s]
/proc/loadavg: 6.64 7.70 7.34 5/190 19038
/proc/meminfo: memFree=25312632/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=79924 CPUtime=3.09 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 32453 0 0 0 305 4 0 0 25 0 1 0 506165172 81842176 15426 33554432000 4194304 5523604 140734329660208 18446744073709551615 4339338 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 19981 15426 328 325 0 15795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88624

[startup+6.30067 s]
/proc/loadavg: 6.51 7.65 7.33 6/194 19045
/proc/meminfo: memFree=25123832/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=98032 CPUtime=6.29 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 36418 0 0 0 625 4 0 0 25 0 1 0 506165172 100384768 19391 33554432000 4194304 5523604 140734329660208 18446744073709551615 4374969 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 24508 19391 332 325 0 20322 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106732

[startup+12.7006 s]
/proc/loadavg: 6.39 7.61 7.32 5/194 19046
/proc/meminfo: memFree=24628488/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=105652 CPUtime=12.69 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 49532 0 0 0 1263 6 0 0 25 0 1 0 506165172 108187648 21353 33554432000 4194304 5523604 140734329660208 18446744073709551615 5330046 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 26413 21353 373 325 0 22227 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114352

[startup+25.5003 s]
/proc/loadavg: 5.86 7.43 7.26 5/194 19047
/proc/meminfo: memFree=24606568/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=112648 CPUtime=25.49 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 51268 0 0 0 2543 6 0 0 25 0 1 0 506165172 115351552 23089 33554432000 4194304 5523604 140734329660208 18446744073709551615 4227645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 28162 23089 373 325 0 23976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121348

[startup+51.1008 s]
/proc/loadavg: 5.22 7.16 7.18 6/194 19103
/proc/meminfo: memFree=24708856/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=123840 CPUtime=51.09 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 53960 0 0 0 5101 8 0 0 25 0 1 0 506165172 126812160 25781 33554432000 4194304 5523604 140734329660208 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 30960 25781 373 325 0 26774 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132540

[startup+102.307 s]
/proc/loadavg: 4.65 6.70 7.02 5/194 19133
/proc/meminfo: memFree=25305696/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=139660 CPUtime=102.29 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 57827 0 0 0 10220 9 0 0 25 0 1 0 506165172 143011840 29648 33554432000 4194304 5523604 140734329660208 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 34915 29648 373 325 0 30729 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 148360

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

[startup+115.101 s]
/proc/loadavg: 4.55 6.61 6.98 5/194 19133
/proc/meminfo: memFree=25290620/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=139996 CPUtime=115.09 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 57911 0 0 0 11500 9 0 0 25 0 1 0 506165172 143355904 29732 33554432000 4194304 5523604 140734329660208 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 34999 29732 373 325 0 30813 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 148696

[startup+127.9 s]
/proc/loadavg: 4.43 6.48 6.94 5/194 19133
/proc/meminfo: memFree=25279668/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=127.89 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 12779 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 153416

[startup+134.301 s]
/proc/loadavg: 4.39 6.44 6.92 5/194 19134
/proc/meminfo: memFree=25275192/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=134.29 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 13419 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 5330222 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 153416

[startup+137.507 s]
/proc/loadavg: 4.36 6.40 6.90 5/194 19134
/proc/meminfo: memFree=25271844/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=137.5 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 13740 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 4252822 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 137.5
Current children cumulated vsize (KiB) 153416

[startup+138.301 s]
/proc/loadavg: 4.36 6.40 6.90 5/194 19134
/proc/meminfo: memFree=25271844/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=138.29 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 13819 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 5333290 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 138.29
Current children cumulated vsize (KiB) 153416

[startup+138.7 s]
/proc/loadavg: 4.36 6.40 6.90 5/194 19134
/proc/meminfo: memFree=25270480/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=138.69 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 13859 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 138.69
Current children cumulated vsize (KiB) 153416

[startup+139.1 s]
/proc/loadavg: 4.36 6.40 6.90 5/194 19134
/proc/meminfo: memFree=25270480/32951124 swapFree=67111448/67111528
[pid=19027] ppid=19025 vsize=8700 CPUtime=0 cores=4,6
/proc/19027/stat : 19027 (riss.sh) S 19025 19027 18978 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506165172 8908800 252 33554432000 4194304 4922060 140734074706144 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19027/statm: 2175 252 211 178 0 68 0
[pid=19028] ppid=19027 vsize=144716 CPUtime=139.09 cores=4,6
/proc/19028/stat : 19028 (riss) R 19027 19027 18978 0 -1 4202496 59075 0 0 0 13899 10 0 0 25 0 1 0 506165172 148189184 30896 33554432000 4194304 5523604 140734329660208 18446744073709551615 4213596 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19028/statm: 36179 30896 373 325 0 31993 0
Current children cumulated CPU time (s) 139.09
Current children cumulated vsize (KiB) 153416

Child status: 20
Real time (s): 139.164
CPU time (s): 139.162
CPU user time (s): 139.049
CPU system time (s): 0.112982
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 155948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.049
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59441
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= 8
involuntary context switches= 334

runsolver used 0.238963 second user time and 0.527919 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 06:24:50
IDJOB=3284232
IDBENCH=71743
IDSOLVER=1598
FILE ID=node144/3284232-1304137490
RUNJOBID= node144-1304137490-18997
PBS_JOBID= 13170829
Free space on /tmp= 73492 MiB

SOLVER NAME= riss 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= DIR/riss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284232-1304137490/watcher-3284232-1304137490 -o /tmp/evaluation-result-3284232-1304137490/solver-3284232-1304137490 -C 2400 -W 1300 -M 7680  HOME/riss.sh HOME HOME/instance-3284232-1304137490.cnf 1027681943 2400 7680 2

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1027681943

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25550916 kB
Buffers:       2126536 kB
Cached:        4584160 kB
SwapCached:         80 kB
Active:         302864 kB
Inactive:      6549980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25550916 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           46024 kB
Writeback:           0 kB
AnonPages:      141284 kB
Mapped:          15096 kB
Slab:           480836 kB
PageTables:       6192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   289368 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= 73504 MiB
End job on node144 at 2011-04-30 06:27:10