Trace number 3288621

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
EBGlucose 1.0UNSAT 256.79 256.786

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

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.32	c ==============================================================================
0.00/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.32	c ==============================================================================
0.00/0.32	c |         0 |  766757  2858079 |  230027       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  765832  2856495 |      --       0       --      -- |     --   | -925/-1584
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 32389   #clauses: 765832   #literals: 2856495
0.00/0.36	c CPU time:   0.330949 s
0.00/0.36	c ==============================================================================
0.00/0.83	c
0.00/0.83	c Starting glucose
0.00/0.83	c
0.00/0.83	
0.00/0.83	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.83	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.83	
0.00/0.83	c ============================[ Problem Statistics ]=============================
0.00/0.83	c |                                                                             |
0.00/0.83	c |  Number of variables:  32389                                                |
0.00/0.83	c |  Number of clauses:    765832                                               |
0.97/1.09	c |  Parsing time:         0.24         s                                       |
256.69/256.77	c restarts              : 51
256.69/256.77	c nb ReduceDB           : 23
256.69/256.77	c nb learnts DL2        : 12144
256.69/256.77	c nb learnts size 2     : 308
256.69/256.77	c nb learnts size 1     : 17
256.69/256.77	c conflicts             : 737897         (2883 /sec)
256.69/256.77	c decisions             : 998082         (1.95 % random) (3900 /sec)
256.69/256.77	c propagations          : 163819852      (640136 /sec)
256.69/256.77	c conflict literals     : 14223585       (47.15 % deleted)
256.69/256.77	c Memory used           : 68.81 MB
256.69/256.77	c CPU time              : 255.914 s
256.69/256.77	
256.69/256.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288621-1303769607/watcher-3288621-1303769607 -o /tmp/evaluation-result-3288621-1303769607/solver-3288621-1303769607 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288621-1303769607.cnf 

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: 4.05 3.99 3.92 4/192 30219
/proc/meminfo: memFree=12392636/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 357 233 0 0 0 0 0 0 23 0 1 0 567191408 8912896 253 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 253 211 178 0 69 0

[startup+0.0144791 s]
/proc/loadavg: 4.05 3.99 3.92 4/192 30219
/proc/meminfo: memFree=12392636/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 357 233 0 0 0 0 0 0 23 0 1 0 567191408 8912896 253 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100468 s]
/proc/loadavg: 4.05 3.99 3.92 4/192 30219
/proc/meminfo: memFree=12392636/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 357 233 0 0 0 0 0 0 23 0 1 0 567191408 8912896 253 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30043 s]
/proc/loadavg: 4.05 3.99 3.92 4/192 30219
/proc/meminfo: memFree=12392636/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 357 233 0 0 0 0 0 0 23 0 1 0 567191408 8912896 253 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700358 s]
/proc/loadavg: 4.05 3.99 3.92 4/192 30219
/proc/meminfo: memFree=12392636/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 357 233 0 0 0 0 0 0 23 0 1 0 567191408 8912896 253 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50122 s]
/proc/loadavg: 4.05 3.99 3.92 5/194 30223
/proc/meminfo: memFree=12341912/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=54584 CPUtime=0.65 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 12772 0 0 0 64 1 0 0 21 0 1 0 567191491 55894016 12687 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 13646 12687 207 11 0 12980 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 63288

[startup+3.1009 s]
/proc/loadavg: 4.05 3.99 3.92 5/194 30223
/proc/meminfo: memFree=12320708/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=55120 CPUtime=2.25 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 12917 0 0 0 224 1 0 0 25 0 1 0 567191491 56442880 12832 33554432000 134512640 134556542 4287222000 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 13780 12832 211 11 0 13114 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63824

[startup+6.30031 s]
/proc/loadavg: 4.05 3.99 3.92 5/194 30223
/proc/meminfo: memFree=12320628/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=56844 CPUtime=5.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 13334 0 0 0 544 2 0 0 25 0 1 0 567191491 58208256 13249 33554432000 134512640 134556542 4287222000 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 14211 13249 211 11 0 13545 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 65548

[startup+12.7011 s]
/proc/loadavg: 4.04 3.99 3.92 5/194 30223
/proc/meminfo: memFree=12318188/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=58900 CPUtime=11.85 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 13846 0 0 0 1183 2 0 0 25 0 1 0 567191491 60313600 13761 33554432000 134512640 134556542 4287222000 18446744073709551615 134537480 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 14725 13761 211 11 0 14059 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 67604

[startup+25.5007 s]
/proc/loadavg: 4.03 3.99 3.92 5/194 30224
/proc/meminfo: memFree=12315200/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=60896 CPUtime=24.65 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 14331 0 0 0 2463 2 0 0 25 0 1 0 567191491 62357504 14246 33554432000 134512640 134556542 4287222000 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 15224 14246 211 11 0 14558 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 69600

[startup+51.1009 s]
/proc/loadavg: 4.02 3.99 3.92 5/194 30224
/proc/meminfo: memFree=12311564/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=62472 CPUtime=50.25 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 14727 0 0 0 5023 2 0 0 25 0 1 0 567191491 63971328 14642 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 15618 14642 211 11 0 14952 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71176

[startup+102.307 s]
/proc/loadavg: 4.08 4.00 3.93 5/194 30226
/proc/meminfo: memFree=12304552/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=65180 CPUtime=101.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 15397 0 0 0 10144 2 0 0 25 0 1 0 567191491 66744320 15312 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 16295 15312 211 11 0 15629 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 73884

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/194 30227
/proc/meminfo: memFree=12299088/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=67452 CPUtime=161.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 15924 0 0 0 16144 2 0 0 25 0 1 0 567191491 69070848 15839 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 16863 15839 211 11 0 16197 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 76156

[startup+222.301 s]
/proc/loadavg: 4.06 4.01 3.93 5/194 30229
/proc/meminfo: memFree=12294124/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=69636 CPUtime=221.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16491 0 0 0 22144 2 0 0 25 0 1 0 567191491 71307264 16406 33554432000 134512640 134556542 4287222000 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17409 16406 211 11 0 16743 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 78340

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

[startup+230.301 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 30229
/proc/meminfo: memFree=12293740/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=69908 CPUtime=229.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16561 0 0 0 22944 2 0 0 25 0 1 0 567191491 71585792 16476 33554432000 134512640 134556542 4287222000 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17477 16476 211 11 0 16811 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 78612

[startup+243.107 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 30229
/proc/meminfo: memFree=12292364/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70316 CPUtime=242.26 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16638 0 0 0 24224 2 0 0 25 0 1 0 567191491 72003584 16553 33554432000 134512640 134556542 4287222000 18446744073709551615 134537366 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17579 16553 211 11 0 16913 0
Current children cumulated CPU time (s) 243.08
Current children cumulated vsize (KiB) 79020

[startup+249.501 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291744/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70316 CPUtime=248.66 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16659 0 0 0 24864 2 0 0 25 0 1 0 567191491 72003584 16574 33554432000 134512640 134556542 4287222000 18446744073709551615 134531478 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17579 16574 211 11 0 16913 0
Current children cumulated CPU time (s) 249.48
Current children cumulated vsize (KiB) 79020

[startup+252.701 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291620/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70316 CPUtime=251.86 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16659 0 0 0 25184 2 0 0 25 0 1 0 567191491 72003584 16574 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17579 16574 211 11 0 16913 0
Current children cumulated CPU time (s) 252.68
Current children cumulated vsize (KiB) 79020

[startup+254.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291616/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70316 CPUtime=253.46 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16665 0 0 0 25344 2 0 0 25 0 1 0 567191491 72003584 16580 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17579 16580 211 11 0 16913 0
Current children cumulated CPU time (s) 254.28
Current children cumulated vsize (KiB) 79020

[startup+255.9 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291616/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70456 CPUtime=255.06 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16681 0 0 0 25504 2 0 0 25 0 1 0 567191491 72146944 16596 33554432000 134512640 134556542 4287222000 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17614 16596 211 11 0 16948 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 79160

[startup+256.307 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291608/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70456 CPUtime=255.47 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16684 0 0 0 25544 3 0 0 25 0 1 0 567191491 72146944 16599 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17614 16599 211 11 0 16948 0
Current children cumulated CPU time (s) 256.29
Current children cumulated vsize (KiB) 79160

[startup+256.701 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 30230
/proc/meminfo: memFree=12291608/32950928 swapFree=67111524/67111528
[pid=30219] ppid=30217 vsize=8704 CPUtime=0.82 cores=4,6
/proc/30219/stat : 30219 (ebglucose.sh) S 30217 30219 29809 0 -1 4202496 382 17079 0 0 0 0 77 5 18 0 1 0 567191408 8912896 256 33554432000 4194304 4922060 140735693591376 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30219/statm: 2176 256 211 178 0 69 0
[pid=30223] ppid=30219 vsize=70456 CPUtime=255.87 cores=4,6
/proc/30223/stat : 30223 (ebglucose_stati) R 30219 30219 29809 0 -1 4202496 16687 0 0 0 25584 3 0 0 25 0 1 0 567191491 72146944 16602 33554432000 134512640 134556542 4287222000 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30223/statm: 17614 16602 211 11 0 16948 0
Current children cumulated CPU time (s) 256.69
Current children cumulated vsize (KiB) 79160

Child status: 20
Real time (s): 256.786
CPU time (s): 256.79
CPU user time (s): 256.695
CPU system time (s): 0.094985
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 79160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.695
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34376
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= 43
involuntary context switches= 237

runsolver used 0.461929 second user time and 0.943856 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:13:27
IDJOB=3288621
IDBENCH=82500
IDSOLVER=1652
FILE ID=node115/3288621-1303769607
RUNJOBID= node115-1303768833-29828
PBS_JOBID= 13157163
Free space on /tmp= 72272 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288621-1303769607/watcher-3288621-1303769607 -o /tmp/evaluation-result-3288621-1303769607/solver-3288621-1303769607 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288621-1303769607.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=2114041804

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:      12392792 kB
Buffers:       2292004 kB
Cached:       17116056 kB
SwapCached:          4 kB
Active:        8217980 kB
Inactive:     11781520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12392792 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          151208 kB
Writeback:           0 kB
AnonPages:      590736 kB
Mapped:          16052 kB
Slab:           491716 kB
PageTables:       6616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   788544 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= 72272 MiB
End job on node115 at 2011-04-26 00:17:44