Trace number 3308876

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
SAT09 reference solver:glucose 1.0UNSAT 266.303 266.299

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
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 Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  533919  1968248 |  160175       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |  529211  1957956 |      --       0       --      -- |     --   | -4708/-10292
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 36225   #clauses: 529211   #literals: 1957956
0.00/0.40	c CPU time:   0.372943 s
0.00/0.40	c ==============================================================================
0.00/0.78	c
0.00/0.78	c Starting glucose
0.00/0.78	c
0.00/0.78	
0.00/0.78	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.78	
0.00/0.78	c ============================[ Problem Statistics ]=============================
0.00/0.78	c |                                                                             |
0.00/0.78	c |  Number of variables:  36225                                                |
0.00/0.78	c |  Number of clauses:    529211                                               |
0.78/0.96	c |  Parsing time:         0.15         s                                       |
266.20/266.28	c restarts              : 51
266.20/266.28	c nb ReduceDB           : 24
266.20/266.28	c nb learnts DL2        : 2255
266.20/266.28	c nb learnts size 2     : 248
266.20/266.28	c nb learnts size 1     : 22
266.20/266.28	c conflicts             : 757176         (2852 /sec)
266.20/266.28	c decisions             : 909122         (1.96 % random) (3424 /sec)
266.20/266.28	c propagations          : 162477968      (612014 /sec)
266.20/266.28	c conflict literals     : 16329711       (46.28 % deleted)
266.20/266.28	c Memory used           : 53.95 MB
266.20/266.28	c CPU time              : 265.481 s
266.20/266.28	
266.20/266.29	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-3308876-1303984569/watcher-3308876-1303984569 -o /tmp/evaluation-result-3308876-1303984569/solver-3308876-1303984569 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308876-1303984569.cnf 

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: 4.03 3.98 3.08 5/192 14292
/proc/meminfo: memFree=14582520/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510054021 8912896 253 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 253 211 178 0 69 0

[startup+0.0943479 s]
/proc/loadavg: 4.03 3.98 3.08 5/192 14292
/proc/meminfo: memFree=14582520/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510054021 8912896 253 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100349 s]
/proc/loadavg: 4.03 3.98 3.08 5/192 14292
/proc/meminfo: memFree=14582520/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510054021 8912896 253 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30031 s]
/proc/loadavg: 4.03 3.98 3.08 5/192 14292
/proc/meminfo: memFree=14582520/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510054021 8912896 253 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70023 s]
/proc/loadavg: 4.03 3.98 3.08 5/192 14292
/proc/meminfo: memFree=14582520/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510054021 8912896 253 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 4.02 3.98 3.09 5/194 14295
/proc/meminfo: memFree=14531548/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=38624 CPUtime=0.71 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 9291 0 0 0 69 2 0 0 17 0 1 0 510054099 39550976 9226 33554432000 134512640 135217611 4291439232 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 9656 9226 75 173 0 9481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47328

[startup+3.10078 s]
/proc/loadavg: 4.02 3.98 3.09 5/194 14295
/proc/meminfo: memFree=14530064/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=39420 CPUtime=2.31 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 9477 0 0 0 229 2 0 0 20 0 1 0 510054099 40366080 9412 33554432000 134512640 135217611 4291439232 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 9855 9412 77 173 0 9680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48124

[startup+6.30116 s]
/proc/loadavg: 4.02 3.98 3.09 5/194 14295
/proc/meminfo: memFree=14526688/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=40912 CPUtime=5.51 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 9865 0 0 0 549 2 0 0 25 0 1 0 510054099 41893888 9800 33554432000 134512640 135217611 4291439232 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 10228 9800 77 173 0 10053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49616

[startup+12.7009 s]
/proc/loadavg: 4.02 3.98 3.10 5/194 14295
/proc/meminfo: memFree=14522884/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=42552 CPUtime=11.91 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 10280 0 0 0 1189 2 0 0 25 0 1 0 510054099 43573248 10215 33554432000 134512640 135217611 4291439232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 10638 10215 77 173 0 10463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51256

[startup+25.5005 s]
/proc/loadavg: 4.02 3.98 3.10 5/194 14295
/proc/meminfo: memFree=14518584/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=44736 CPUtime=24.71 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 10815 0 0 0 2469 2 0 0 25 0 1 0 510054099 45809664 10750 33554432000 134512640 135217611 4291439232 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 11184 10750 77 173 0 11009 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53440

[startup+51.1006 s]
/proc/loadavg: 4.01 3.98 3.13 5/194 14296
/proc/meminfo: memFree=14489672/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=47084 CPUtime=50.3 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 11394 0 0 0 5028 2 0 0 25 0 1 0 510054099 48214016 11329 33554432000 134512640 135217611 4291439232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 11771 11329 77 173 0 11596 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55788

[startup+102.307 s]
/proc/loadavg: 4.00 3.98 3.18 5/194 14327
/proc/meminfo: memFree=15262864/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=49824 CPUtime=101.51 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 12058 0 0 0 10149 2 0 0 25 0 1 0 510054099 51019776 11993 33554432000 134512640 135217611 4291439232 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 12456 11993 77 173 0 12281 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58528

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 3.23 5/194 14329
/proc/meminfo: memFree=15237588/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=51728 CPUtime=161.52 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 12513 0 0 0 16149 3 0 0 25 0 1 0 510054099 52969472 12448 33554432000 134512640 135217611 4291439232 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 12932 12448 77 173 0 12757 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 60432

[startup+222.301 s]
/proc/loadavg: 4.06 4.01 3.28 5/194 14331
/proc/meminfo: memFree=15186196/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=54428 CPUtime=221.52 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13182 0 0 0 22149 3 0 0 25 0 1 0 510054099 55734272 13117 33554432000 134512640 135217611 4291439232 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13607 13117 77 173 0 13432 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63132

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

[startup+230.301 s]
/proc/loadavg: 4.06 4.01 3.28 5/194 14331
/proc/meminfo: memFree=15182096/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=54428 CPUtime=229.52 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13197 0 0 0 22949 3 0 0 25 0 1 0 510054099 55734272 13132 33554432000 134512640 135217611 4291439232 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13607 13132 77 173 0 13432 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 63132

[startup+243.107 s]
/proc/loadavg: 4.04 4.00 3.29 5/194 14331
/proc/meminfo: memFree=15174772/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=54560 CPUtime=242.32 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13233 0 0 0 24229 3 0 0 25 0 1 0 510054099 55869440 13168 33554432000 134512640 135217611 4291439232 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13640 13168 77 173 0 13465 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 63264

[startup+255.9 s]
/proc/loadavg: 4.04 4.00 3.30 5/194 14332
/proc/meminfo: memFree=15168432/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=54976 CPUtime=255.12 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13333 0 0 0 25509 3 0 0 25 0 1 0 510054099 56295424 13268 33554432000 134512640 135217611 4291439232 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13744 13268 77 173 0 13569 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 63680

[startup+262.301 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15163940/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=261.52 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26149 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 63944

[startup+263.901 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15162700/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=263.12 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26309 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 263.9
Current children cumulated vsize (KiB) 63944

[startup+265.501 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15162080/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=264.72 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26469 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 265.5
Current children cumulated vsize (KiB) 63944

[startup+265.9 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15162080/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=265.12 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26509 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 265.9
Current children cumulated vsize (KiB) 63944

[startup+266.1 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15161460/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=265.32 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26529 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 266.1
Current children cumulated vsize (KiB) 63944

[startup+266.207 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14332
/proc/meminfo: memFree=15161460/32950928 swapFree=67087032/67111528
[pid=14292] ppid=14290 vsize=8704 CPUtime=0.78 cores=0,2
/proc/14292/stat : 14292 (glucose.sh) S 14290 14292 13978 0 -1 4202496 360 14482 0 0 0 0 74 4 15 0 1 0 510054021 8912896 255 33554432000 4194304 4922060 140737346861104 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14292/statm: 2176 255 211 178 0 69 0
[pid=14295] ppid=14292 vsize=55240 CPUtime=265.42 cores=0,2
/proc/14295/stat : 14295 (glucose_static) R 14292 14292 13978 0 -1 4202496 13395 0 0 0 26539 3 0 0 25 0 1 0 510054099 56565760 13330 33554432000 134512640 135217611 4291439232 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14295/statm: 13810 13330 77 173 0 13635 0
Current children cumulated CPU time (s) 266.2
Current children cumulated vsize (KiB) 63944

Child status: 20
Real time (s): 266.299
CPU time (s): 266.303
CPU user time (s): 266.225
CPU system time (s): 0.078987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 63944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.225
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28457
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= 37
involuntary context switches= 634

runsolver used 0.476927 second user time and 0.98185 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 11:56:10
IDJOB=3308876
IDBENCH=82502
IDSOLVER=1691
FILE ID=node148/3308876-1303984569
RUNJOBID= node148-1303983193-13996
PBS_JOBID= 13168678
Free space on /tmp= 71076 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308876-1303984569/watcher-3308876-1303984569 -o /tmp/evaluation-result-3308876-1303984569/solver-3308876-1303984569 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308876-1303984569.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=150302661

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14582552 kB
Buffers:       2082400 kB
Cached:       14559028 kB
SwapCached:       5264 kB
Active:        8204152 kB
Inactive:      9593260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14582552 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          312816 kB
Writeback:           0 kB
AnonPages:     1152084 kB
Mapped:          15092 kB
Slab:           504408 kB
PageTables:       7692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1389136 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= 71272 MiB
End job on node148 at 2011-04-28 12:00:36