Trace number 3291243

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 67.4048 91.0067

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

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.30	c ==============================================================================
0.00/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.30	c ==============================================================================
0.00/0.30	c |         0 |  545611  1608427 |  163683       0        0     nan |  0.000 % |
3.09/3.35	c |         0 |  536137  1617433 |      --       0       --      -- |     --   | -9425/9117
3.09/3.35	c ==============================================================================
3.09/3.35	c Result  :   #vars: 14409   #clauses: 536137   #literals: 1617433
3.09/3.35	c CPU time:   3.3215 s
3.09/3.35	c ==============================================================================
3.09/3.92	c
3.09/3.92	c Starting glucose
3.09/3.92	c
3.09/4.31	
3.09/4.31	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.09/4.31	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.09/4.31	
3.09/4.31	c ============================[ Problem Statistics ]=============================
3.09/4.31	c |                                                                             |
3.09/4.31	c |  Number of variables:  14409                                                |
3.09/4.31	c |  Number of clauses:    536137                                               |
3.09/4.52	c |  Parsing time:         0.20         s                                       |
67.32/68.04	c restarts              : 71
67.32/68.04	c nb ReduceDB           : 12
67.32/68.04	c nb learnts DL2        : 5100
67.32/68.04	c nb learnts size 2     : 1689
67.32/68.04	c nb learnts size 1     : 8
67.32/68.04	c conflicts             : 314671         (4949 /sec)
67.32/68.04	c decisions             : 2493353        (1.12 % random) (39213 /sec)
67.32/68.04	c propagations          : 167844541      (2639674 /sec)
67.32/68.04	c conflict literals     : 37126294       (42.48 % deleted)
67.32/68.04	c Memory used           : 63.73 MB
67.32/68.04	c CPU time              : 63.5853 s
67.32/68.04	
67.32/68.05	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-3291243-1303780038/watcher-3291243-1303780038 -o /tmp/evaluation-result-3291243-1303780038/solver-3291243-1303780038 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3291243-1303780038.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: 3.29 3.86 3.86 5/186 21665
/proc/meminfo: memFree=24753092/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) R 21663 21665 21546 0 -1 4202496 336 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970370453 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0

[startup+0.039587 s]
/proc/loadavg: 3.29 3.86 3.86 5/186 21665
/proc/meminfo: memFree=24753092/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100583 s]
/proc/loadavg: 3.29 3.86 3.86 5/186 21665
/proc/meminfo: memFree=24753092/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300557 s]
/proc/loadavg: 3.29 3.86 3.86 5/186 21665
/proc/meminfo: memFree=24753092/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700477 s]
/proc/loadavg: 3.29 3.86 3.86 5/186 21665
/proc/meminfo: memFree=24753092/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50034 s]
/proc/loadavg: 3.35 3.86 3.86 5/188 21668
/proc/meminfo: memFree=24637936/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
[pid=21667] ppid=21665 vsize=53468 CPUtime=1.49 cores=0,2
/proc/21667/stat : 21667 (SatELite_releas) R 21665 21665 21546 0 -1 4202496 12096 0 0 0 147 2 0 0 25 0 1 0 489602539 54751232 11265 33554432000 134512640 135144230 4293479728 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/21667/statm: 13367 11265 78 155 0 13210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62172

[startup+3.10107 s]
/proc/loadavg: 3.35 3.86 3.86 5/186 21668
/proc/meminfo: memFree=24594328/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=0 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 353 233 0 0 0 0 0 0 19 0 1 0 489602539 8912896 252 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/21665/statm: 2176 252 211 178 0 69 0
[pid=21667] ppid=21665 vsize=53608 CPUtime=3.09 cores=0,2
/proc/21667/stat : 21667 (SatELite_releas) R 21665 21665 21546 0 -1 4202496 12100 0 0 0 307 2 0 0 25 0 1 0 489602539 54894592 11269 33554432000 134512640 135144230 4293479728 18446744073709551615 134588490 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/21667/statm: 13402 11269 78 155 0 13245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62312

[startup+12.6224 s]
/proc/loadavg: 4.61 4.11 3.94 5/192 21679
/proc/meminfo: memFree=24308520/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=3.64 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 378 13398 0 0 0 0 360 4 18 0 1 0 489602539 8912896 255 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 255 211 178 0 69 0
[pid=21677] ppid=21665 vsize=50696 CPUtime=8.31 cores=0,2
/proc/21677/stat : 21677 (ebglucose_stati) R 21665 21665 21546 0 -1 4202496 11971 0 0 0 826 5 0 0 25 0 1 0 489602932 51912704 11912 33554432000 134512640 134556542 4294383680 18446744073709551615 134531000 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/21677/statm: 12674 11912 213 11 0 12008 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 59400

[startup+12.7073 s]
/proc/loadavg: 4.61 4.11 3.94 5/192 21679
/proc/meminfo: memFree=24308520/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=3.64 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 378 13398 0 0 0 0 360 4 18 0 1 0 489602539 8912896 255 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 255 211 178 0 69 0
[pid=21677] ppid=21665 vsize=50696 CPUtime=8.39 cores=0,2
/proc/21677/stat : 21677 (ebglucose_stati) R 21665 21665 21546 0 -1 4202496 11971 0 0 0 834 5 0 0 25 0 1 0 489602932 51912704 11912 33554432000 134512640 134556542 4294383680 18446744073709551615 134538022 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/21677/statm: 12674 11912 213 11 0 12008 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 59400

[startup+25.5012 s]
/proc/loadavg: 5.27 4.27 3.99 5/192 21679
/proc/meminfo: memFree=24294152/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=3.64 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 378 13398 0 0 0 0 360 4 18 0 1 0 489602539 8912896 255 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 255 211 178 0 69 0
[pid=21677] ppid=21665 vsize=57176 CPUtime=21.19 cores=0,2
/proc/21677/stat : 21677 (ebglucose_stati) R 21665 21665 21546 0 -1 4202496 13585 0 0 0 2113 6 0 0 25 0 1 0 489602932 58548224 13526 33554432000 134512640 134556542 4294383680 18446744073709551615 134545351 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21677/statm: 14294 13526 213 11 0 13628 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 65880

[startup+51.1008 s]
/proc/loadavg: 5.95 4.53 4.09 5/192 21680
/proc/meminfo: memFree=24263824/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=3.64 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 378 13398 0 0 0 0 360 4 18 0 1 0 489602539 8912896 255 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 255 211 178 0 69 0
[pid=21677] ppid=21665 vsize=65252 CPUtime=46.78 cores=0,2
/proc/21677/stat : 21677 (ebglucose_stati) R 21665 21665 21546 0 -1 4202496 15598 0 0 0 4667 11 0 0 25 0 1 0 489602932 66818048 15539 33554432000 134512640 134556542 4294383680 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21677/statm: 16313 15539 213 11 0 15647 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 73956

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

[startup+60.5011 s]
/proc/loadavg: 5.95 4.56 4.10 5/192 21681
/proc/meminfo: memFree=24227584/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=3.64 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 378 13398 0 0 0 0 360 4 18 0 1 0 489602539 8912896 255 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 255 211 178 0 69 0
[pid=21677] ppid=21665 vsize=65252 CPUtime=56.18 cores=0,2
/proc/21677/stat : 21677 (ebglucose_stati) R 21665 21665 21546 0 -1 4202496 15603 0 0 0 5604 14 0 0 25 0 1 0 489602932 66818048 15544 33554432000 134512640 134556542 4294383680 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21677/statm: 16313 15544 213 11 0 15647 0
Current children cumulated CPU time (s) 59.82
Current children cumulated vsize (KiB) 73956

[startup+73.3009 s]
/proc/loadavg: 6.25 4.69 4.15 3/187 21685
/proc/meminfo: memFree=24360548/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+79.7008 s]
/proc/loadavg: 6.23 4.71 4.16 3/187 21685
/proc/meminfo: memFree=24359560/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+86.1007 s]
/proc/loadavg: 6.30 4.75 4.17 3/187 21686
/proc/meminfo: memFree=24359308/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+89.3011 s]
/proc/loadavg: 6.35 4.79 4.19 3/187 21686
/proc/meminfo: memFree=24359068/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+90.101 s]
/proc/loadavg: 6.35 4.79 4.19 3/187 21686
/proc/meminfo: memFree=24359192/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+90.501 s]
/proc/loadavg: 6.35 4.79 4.19 3/187 21686
/proc/meminfo: memFree=24359192/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=252 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 76 0 0 0 0 0 0 0 17 0 1 0 489609345 258048 30 33554432000 4194304 4231740 140735139987472 18446744073709551615 242965626890 0 0 4096 0 18446744071696489144 0 0 17 2 0 0 0
/proc/21682/statm: 63 30 23 10 0 22 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 8956

[startup+90.9009 s]
/proc/loadavg: 6.35 4.79 4.19 4/187 21686
/proc/meminfo: memFree=24359068/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=3812 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 489609345 3903488 107 33554432000 4194304 4231740 140735139987472 18446744073709551615 242970555959 0 0 4096 0 18446744071562154983 0 0 17 2 0 0 0
/proc/21682/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 12516

[startup+91.0009 s]
/proc/loadavg: 6.35 4.79 4.19 4/187 21686
/proc/meminfo: memFree=24359068/32951132 swapFree=67111364/67111528
[pid=21665] ppid=21663 vsize=8704 CPUtime=67.39 cores=0,2
/proc/21665/stat : 21665 (ebglucose.sh) S 21663 21665 21546 0 -1 4202496 408 29018 0 0 0 0 6719 20 17 0 1 0 489602539 8912896 257 33554432000 4194304 4922060 140735135624128 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21665/statm: 2176 257 213 178 0 69 0
[pid=21682] ppid=21665 vsize=3812 CPUtime=0 cores=0,2
/proc/21682/stat : 21682 (rm) D 21665 21665 21546 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 489609345 3903488 107 33554432000 4194304 4231740 140735139987472 18446744073709551615 242970555959 0 0 4096 0 18446744071562154983 0 0 17 2 0 0 0
/proc/21682/statm: 953 107 88 10 0 62 0
Current children cumulated CPU time (s) 67.39
Current children cumulated vsize (KiB) 12516

Child status: 20
Real time (s): 91.0067
CPU time (s): 67.4048
CPU user time (s): 67.1928
CPU system time (s): 0.211967
CPU usage (%): 74.0657
Max. virtual memory (cumulated for all children) (KiB): 73956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.1928
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29607
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= 35
involuntary context switches= 248

runsolver used 0.146977 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 03:07:19
IDJOB=3291243
IDBENCH=84172
IDSOLVER=1652
FILE ID=node128/3291243-1303780038
RUNJOBID= node128-1303780038-21564
PBS_JOBID= 13157217
Free space on /tmp= 66736 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291243-1303780038/watcher-3291243-1303780038 -o /tmp/evaluation-result-3291243-1303780038/solver-3291243-1303780038 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3291243-1303780038.cnf

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1773276791

node128.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.852
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24753752 kB
Buffers:       1291772 kB
Cached:        6189172 kB
SwapCached:        160 kB
Active:         821280 kB
Inactive:      6754444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24753752 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           68452 kB
Writeback:           0 kB
AnonPages:       94816 kB
Mapped:          15840 kB
Slab:           555772 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   262108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node128 at 2011-04-26 03:08:50