Trace number 3349562

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
minisat hack: LR_GL_SHR 2011-03-02UNSAT 882.323 882.295

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

882.23/882.28	c WARNING: for repeatability, setting FPU to use double precision
882.23/882.28	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: 961)

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-3349562-1304972040/watcher-3349562-1304972040 -o /tmp/evaluation-result-3349562-1304972040/solver-3349562-1304972040 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349562-1304972040.cnf -verb=0 -model 

running on 2 cores: 0,2

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: 3.90 4.00 3.70 5/373 19047
/proc/meminfo: memFree=16188104/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=22476 CPUtime=0 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 1165 0 0 0 0 0 0 0 23 0 1 0 589619636 23015424 1109 33554432000 4194304 4300056 140733859956640 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 5619 1110 220 26 0 2251 0

[startup+0.0848881 s]
/proc/loadavg: 3.90 4.00 3.70 5/373 19047
/proc/meminfo: memFree=16188104/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=31024 CPUtime=0.07 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 4032 0 0 0 7 0 0 0 23 0 1 0 589619636 31768576 3701 33554432000 4194304 4300056 140733859956640 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 7756 3701 220 26 0 4388 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31024

[startup+0.100884 s]
/proc/loadavg: 3.90 4.00 3.70 5/373 19047
/proc/meminfo: memFree=16188104/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=32084 CPUtime=0.08 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 4635 0 0 0 8 0 0 0 23 0 1 0 589619636 32854016 4144 33554432000 4194304 4300056 140733859956640 18446744073709551615 264726404864 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 8021 4145 220 26 0 4653 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32084

[startup+0.300861 s]
/proc/loadavg: 3.90 4.00 3.70 5/373 19047
/proc/meminfo: memFree=16188104/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=53824 CPUtime=0.29 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 10769 0 0 0 27 2 0 0 24 0 1 0 589619636 55115776 9461 33554432000 4194304 4300056 140733859956640 18446744073709551615 264726404864 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 13456 9462 220 26 0 10088 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53824

[startup+0.700784 s]
/proc/loadavg: 3.90 4.00 3.70 5/373 19047
/proc/meminfo: memFree=16188104/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=76000 CPUtime=0.69 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 17842 0 0 0 66 3 0 0 25 0 1 0 589619636 77824000 15118 33554432000 4194304 4300056 140733859956640 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 19000 15118 227 26 0 15632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76000

[startup+1.50065 s]
/proc/loadavg: 3.90 4.00 3.70 5/374 19048
/proc/meminfo: memFree=16085980/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=76000 CPUtime=1.49 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 17880 0 0 0 146 3 0 0 25 0 1 0 589619636 77824000 15156 33554432000 4194304 4300056 140733859956640 18446744073709551615 4230380 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 19000 15156 227 26 0 15632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76000

[startup+3.10032 s]
/proc/loadavg: 3.90 4.00 3.70 5/374 19048
/proc/meminfo: memFree=16044740/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=71304 CPUtime=3.09 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 22056 0 0 0 305 4 0 0 25 0 1 0 589619636 73015296 13052 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 17826 13052 246 26 0 14458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71304

[startup+6.30072 s]
/proc/loadavg: 3.99 4.02 3.70 4/375 19055
/proc/meminfo: memFree=18913268/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=71304 CPUtime=6.29 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 22325 0 0 0 625 4 0 0 25 0 1 0 589619636 73015296 13308 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 17826 13308 248 26 0 14458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71304

[startup+12.7005 s]
/proc/loadavg: 3.99 4.02 3.70 5/374 19103
/proc/meminfo: memFree=22537820/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=71304 CPUtime=12.69 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 22877 0 0 0 1264 5 0 0 25 0 1 0 589619636 73015296 13833 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 17826 13833 248 26 0 14458 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71304

[startup+25.5011 s]
/proc/loadavg: 3.99 4.02 3.71 5/377 19109
/proc/meminfo: memFree=22473924/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=83140 CPUtime=25.49 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 23731 0 0 0 2544 5 0 0 25 0 1 0 589619636 85135360 14642 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 20785 14642 248 26 0 17417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83140

[startup+51.1003 s]
/proc/loadavg: 3.99 4.01 3.72 5/377 19110
/proc/meminfo: memFree=22448448/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=84128 CPUtime=51.09 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 25381 0 0 0 5103 6 0 0 25 0 1 0 589619636 86147072 16218 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 21032 16218 248 26 0 17664 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84128

[startup+102.315 s]
/proc/loadavg: 3.99 4.01 3.73 5/377 19112
/proc/meminfo: memFree=22395708/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=110016 CPUtime=102.3 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 29158 0 0 0 10222 8 0 0 25 0 1 0 589619636 112656384 19878 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 27504 19878 248 26 0 24136 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110016

[startup+162.3 s]
/proc/loadavg: 4.06 4.02 3.75 5/377 19113
/proc/meminfo: memFree=22351776/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=114760 CPUtime=162.29 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 32368 0 0 0 16220 9 0 0 25 0 1 0 589619636 117514240 22986 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 28690 22986 248 26 0 25322 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114760

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.76 5/377 19115
/proc/meminfo: memFree=22312924/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=118956 CPUtime=222.29 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 34841 0 0 0 22219 10 0 0 25 0 1 0 589619636 121810944 25370 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 29739 25370 248 26 0 26371 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118956

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.78 5/377 19116
/proc/meminfo: memFree=22281752/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=153060 CPUtime=282.3 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 37107 0 0 0 28219 11 0 0 25 0 1 0 589619636 156733440 27560 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 38265 27560 248 26 0 34897 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 153060

[startup+342.301 s]
/proc/loadavg: 4.07 4.03 3.79 5/377 19118
/proc/meminfo: memFree=22250464/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=155900 CPUtime=342.3 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 39113 0 0 0 34219 11 0 0 25 0 1 0 589619636 159641600 29510 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 38975 29510 248 26 0 35607 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155900

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.80 5/377 19120
/proc/meminfo: memFree=22219656/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=160836 CPUtime=402.3 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 41253 0 0 0 40217 13 0 0 25 0 1 0 589619636 164696064 31597 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 40209 31597 248 26 0 36841 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 160836

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.82 5/377 19121
/proc/meminfo: memFree=22194188/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=163040 CPUtime=462.31 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 42921 0 0 0 46217 14 0 0 25 0 1 0 589619636 166952960 33223 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 40760 33223 248 26 0 37392 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 163040

[startup+522.301 s]
/proc/loadavg: 4.08 4.04 3.83 5/377 19123
/proc/meminfo: memFree=22166112/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=165300 CPUtime=522.3 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 44732 0 0 0 52216 14 0 0 25 0 1 0 589619636 169267200 34969 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 41325 34969 248 26 0 37957 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 165300

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 3.84 5/377 19124
/proc/meminfo: memFree=22141396/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=167716 CPUtime=582.31 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 46320 0 0 0 58216 15 0 0 25 0 1 0 589619636 171741184 36518 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 41929 36518 248 26 0 38561 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 167716

[startup+642.301 s]
/proc/loadavg: 4.08 4.05 3.86 5/377 19126
/proc/meminfo: memFree=22115560/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=169896 CPUtime=642.32 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 47908 0 0 0 64216 16 0 0 25 0 1 0 589619636 173973504 38048 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 42474 38048 248 26 0 39106 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 169896

[startup+702.301 s]
/proc/loadavg: 4.13 4.07 3.87 5/377 19131
/proc/meminfo: memFree=22090768/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=221516 CPUtime=702.31 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 49369 0 0 0 70214 17 0 0 25 0 1 0 589619636 226832384 39464 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 55379 39464 248 26 0 52011 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 221516

[startup+762.314 s]
/proc/loadavg: 4.05 4.05 3.88 5/377 19132
/proc/meminfo: memFree=22063296/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=222540 CPUtime=762.33 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 50833 0 0 0 76215 18 0 0 25 0 1 0 589619636 227880960 40881 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 55635 40881 248 26 0 52267 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 222540

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.88 5/377 19134
/proc/meminfo: memFree=22042556/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=223112 CPUtime=822.31 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 52079 0 0 0 82213 18 0 0 25 0 1 0 589619636 228466688 42060 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 55778 42060 248 26 0 52410 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 223112

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

[startup+844.7 s]
/proc/loadavg: 4.01 4.04 3.89 5/377 19134
/proc/meminfo: memFree=22033108/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=223700 CPUtime=844.73 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 52701 0 0 0 84454 19 0 0 25 0 1 0 589619636 229068800 42665 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 55925 42665 248 26 0 52557 0
Current children cumulated CPU time (s) 844.73
Current children cumulated vsize (KiB) 223700

[startup+857.501 s]
/proc/loadavg: 4.01 4.04 3.89 5/377 19135
/proc/meminfo: memFree=22067704/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=224036 CPUtime=857.52 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 53198 0 0 0 85733 19 0 0 25 0 1 0 589619636 229412864 43149 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 56009 43149 248 26 0 52641 0
Current children cumulated CPU time (s) 857.52
Current children cumulated vsize (KiB) 224036

[startup+870.3 s]
/proc/loadavg: 4.00 4.03 3.89 5/377 19135
/proc/meminfo: memFree=22061244/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=224312 CPUtime=870.31 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 53544 0 0 0 87012 19 0 0 25 0 1 0 589619636 229695488 43489 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 56078 43489 248 26 0 52710 0
Current children cumulated CPU time (s) 870.31
Current children cumulated vsize (KiB) 224312

[startup+876.714 s]
/proc/loadavg: 4.00 4.03 3.89 5/377 19135
/proc/meminfo: memFree=22055148/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=224480 CPUtime=876.73 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 53698 0 0 0 87654 19 0 0 25 0 1 0 589619636 229867520 43637 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 56120 43637 248 26 0 52752 0
Current children cumulated CPU time (s) 876.73
Current children cumulated vsize (KiB) 224480

[startup+879.901 s]
/proc/loadavg: 4.00 4.03 3.89 5/377 19135
/proc/meminfo: memFree=22053660/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=224480 CPUtime=879.93 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 53797 0 0 0 87974 19 0 0 25 0 1 0 589619636 229867520 43735 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 56120 43735 248 26 0 52752 0
Current children cumulated CPU time (s) 879.93
Current children cumulated vsize (KiB) 224480

[startup+881.5 s]
/proc/loadavg: 4.00 4.03 3.89 5/377 19135
/proc/meminfo: memFree=22099168/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=174576 CPUtime=881.52 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 67478 0 0 0 88130 22 0 0 25 0 1 0 589619636 178765824 32284 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 43644 32284 248 26 0 40276 0
Current children cumulated CPU time (s) 881.52
Current children cumulated vsize (KiB) 174576

[startup+881.9 s]
/proc/loadavg: 4.00 4.03 3.89 5/377 19135
/proc/meminfo: memFree=22099168/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=174576 CPUtime=881.92 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 67493 0 0 0 88170 22 0 0 25 0 1 0 589619636 178765824 32298 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 43644 32298 248 26 0 40276 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 174576

[startup+882.101 s]
/proc/loadavg: 4.00 4.03 3.89 4/372 19152
/proc/meminfo: memFree=22260392/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=174576 CPUtime=882.13 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 67500 0 0 0 88191 22 0 0 25 0 1 0 589619636 178765824 32305 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 43644 32305 248 26 0 40276 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 174576

[startup+882.214 s]
/proc/loadavg: 4.00 4.03 3.89 4/372 19152
/proc/meminfo: memFree=22260392/32951124 swapFree=66341944/67111528
[pid=19047] ppid=19045 vsize=174576 CPUtime=882.23 cores=0,2
/proc/19047/stat : 19047 (lr_gl_shr) R 19045 19047 18431 0 -1 4202496 67506 0 0 0 88201 22 0 0 25 0 1 0 589619636 178765824 32311 33554432000 4194304 4300056 140733859956640 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19047/statm: 43644 32311 248 26 0 40276 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 174576

Child status: 20
Real time (s): 882.295
CPU time (s): 882.323
CPU user time (s): 882.091
CPU system time (s): 0.231964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 304620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 882.091
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67513
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= 2043

runsolver used 3.19351 second user time and 7.2449 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 22:14:00
IDJOB=3349562
IDBENCH=82500
IDSOLVER=1813
FILE ID=node141/3349562-1304972040
RUNJOBID= node141-1304970736-18857
PBS_JOBID= 13285609
Free space on /tmp= 49108 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349562-1304972040/watcher-3349562-1304972040 -o /tmp/evaluation-result-3349562-1304972040/solver-3349562-1304972040 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349562-1304972040.cnf -verb=0 -model

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1641637294

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16188632 kB
Buffers:        144980 kB
Cached:        4543356 kB
SwapCached:      22604 kB
Active:        9305244 kB
Inactive:      7231180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16188632 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           42320 kB
Writeback:           0 kB
AnonPages:    11831788 kB
Mapped:          19704 kB
Slab:           112920 kB
PageTables:      51104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 94768148 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= 49188 MiB
End job on node141 at 2011-05-09 22:28:43