Trace number 3498566

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 272.241 272.241

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.46	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.46	c ==============================================================================
0.00/0.46	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.46	c CPU time:   0.440932 s
0.00/0.46	c ==============================================================================
0.00/0.54	c
0.00/0.54	c Starting glucose
0.00/0.54	c
0.00/0.54	
0.00/0.54	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.54	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.54	
0.00/0.54	c ============================[ Problem Statistics ]=============================
0.00/0.54	c |                                                                             |
0.00/0.54	c |  Number of variables:  17342                                                |
0.00/0.54	c |  Number of clauses:    122585                                               |
0.00/0.59	c |  Parsing time:         0.05         s                                       |
272.18/272.23	c restarts              : 3810
272.18/272.23	c nb ReduceDB           : 55
272.18/272.23	c nb learnts DL2        : 32884
272.18/272.23	c nb learnts size 2     : 9283
272.18/272.23	c nb learnts size 1     : 35
272.18/272.23	c conflicts             : 2654314        (9771 /sec)
272.18/272.23	c decisions             : 6495001        (1.18 % random) (23908 /sec)
272.18/272.23	c propagations          : 579800424      (2134266 /sec)
272.18/272.23	c conflict literals     : 76015637       (14.92 % deleted)
272.18/272.23	c Memory used           : 52.73 MB
272.18/272.23	c CPU time              : 271.663 s
272.18/272.23	
272.18/272.23	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498566-1307959192/watcher-3498566-1307959192 -o /var/tmp/evaluation-result-3498566-1307959192/solver-3498566-1307959192 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498566-1307959192.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 1.75 1.61 2/175 2961
/proc/meminfo: memFree=12976248/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 986149719 8912896 253 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2961/statm: 2176 253 211 178 0 69 0

[startup+0.0776459 s]
/proc/loadavg: 2.12 1.75 1.61 2/175 2961
/proc/meminfo: memFree=12976248/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 986149719 8912896 253 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2961/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100589 s]
/proc/loadavg: 2.12 1.75 1.61 2/175 2961
/proc/meminfo: memFree=12976248/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 986149719 8912896 253 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2961/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300611 s]
/proc/loadavg: 2.12 1.75 1.61 2/175 2961
/proc/meminfo: memFree=12976248/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 986149719 8912896 253 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2961/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700442 s]
/proc/loadavg: 2.12 1.75 1.61 2/175 2961
/proc/meminfo: memFree=12976248/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 8704

[startup+1.50038 s]
/proc/loadavg: 2.12 1.75 1.61 3/177 2965
/proc/meminfo: memFree=12957904/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=16368 CPUtime=0.94 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 3650 0 0 0 94 0 0 0 25 0 1 0 986149774 16760832 3586 33554432000 134512640 134556542 4291781776 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 4092 3586 214 11 0 3426 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25072

[startup+3.10108 s]
/proc/loadavg: 2.11 1.75 1.61 3/177 2965
/proc/meminfo: memFree=12955920/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=17556 CPUtime=2.54 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 3940 0 0 0 254 0 0 0 25 0 1 0 986149774 17977344 3876 33554432000 134512640 134556542 4291781776 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 4389 3876 214 11 0 3723 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26260

[startup+6.30049 s]
/proc/loadavg: 2.11 1.75 1.61 3/177 2965
/proc/meminfo: memFree=12954188/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=19436 CPUtime=5.74 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 4401 0 0 0 574 0 0 0 25 0 1 0 986149774 19902464 4337 33554432000 134512640 134556542 4291781776 18446744073709551615 134528857 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 4859 4337 214 11 0 4193 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28140

[startup+12.7003 s]
/proc/loadavg: 2.10 1.76 1.62 3/177 2965
/proc/meminfo: memFree=12951756/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=22024 CPUtime=12.14 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 5024 0 0 0 1214 0 0 0 25 0 1 0 986149774 22552576 4960 33554432000 134512640 134556542 4291781776 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 5506 4960 214 11 0 4840 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30728

[startup+25.5009 s]
/proc/loadavg: 2.08 1.77 1.62 3/177 2965
/proc/meminfo: memFree=12949132/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=24268 CPUtime=24.94 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 5595 0 0 0 2494 0 0 0 25 0 1 0 986149774 24850432 5531 33554432000 134512640 134556542 4291781776 18446744073709551615 134537611 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 6067 5531 214 11 0 5401 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32972

[startup+51.1011 s]
/proc/loadavg: 2.05 1.79 1.63 3/177 2966
/proc/meminfo: memFree=12944560/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=28348 CPUtime=50.54 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 6615 0 0 0 5053 1 0 0 25 0 1 0 986149774 29028352 6551 33554432000 134512640 134556542 4291781776 18446744073709551615 134536882 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2965/statm: 7087 6551 214 11 0 6421 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37052

[startup+102.307 s]
/proc/loadavg: 2.02 1.82 1.65 3/177 2976
/proc/meminfo: memFree=12936208/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=34648 CPUtime=101.74 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 8144 0 0 0 10173 1 0 0 25 0 1 0 986149774 35479552 8080 33554432000 134512640 134556542 4291781776 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 8662 8080 214 11 0 7996 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43352

[startup+162.3 s]
/proc/loadavg: 2.00 1.85 1.66 3/177 2979
/proc/meminfo: memFree=12929228/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=40464 CPUtime=161.74 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 9636 0 0 0 16173 1 0 0 25 0 1 0 986149774 41435136 9572 33554432000 134512640 134556542 4291781776 18446744073709551615 134531706 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 10116 9572 214 11 0 9450 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 49168

[startup+222.3 s]
/proc/loadavg: 2.04 1.89 1.69 3/177 2981
/proc/meminfo: memFree=12922632/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=46344 CPUtime=221.74 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 11044 0 0 0 22173 1 0 0 25 0 1 0 986149774 47456256 10980 33554432000 134512640 134556542 4291781776 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 11586 10980 214 11 0 10920 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 55048

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

[startup+230.301 s]
/proc/loadavg: 2.12 1.91 1.69 3/177 2981
/proc/meminfo: memFree=12921136/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=47596 CPUtime=229.75 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 11349 0 0 0 22973 2 0 0 25 0 1 0 986149774 48738304 11285 33554432000 134512640 134556542 4291781776 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 11899 11285 214 11 0 11233 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 56300

[startup+255.901 s]
/proc/loadavg: 2.08 1.91 1.70 3/177 2982
/proc/meminfo: memFree=12917540/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=51076 CPUtime=255.35 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12215 0 0 0 25533 2 0 0 25 0 1 0 986149774 52301824 12151 33554432000 134512640 134556542 4291781776 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 12769 12151 214 11 0 12103 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 59780

[startup+262.301 s]
/proc/loadavg: 2.06 1.92 1.70 3/177 2982
/proc/meminfo: memFree=12915548/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53176 CPUtime=261.75 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12719 0 0 0 26173 2 0 0 25 0 1 0 986149774 54452224 12655 33554432000 134512640 134556542 4291781776 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13294 12655 214 11 0 12628 0
Current children cumulated CPU time (s) 262.28
Current children cumulated vsize (KiB) 61880

[startup+268.701 s]
/proc/loadavg: 2.06 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12915424/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53176 CPUtime=268.15 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12743 0 0 0 26813 2 0 0 25 0 1 0 986149774 54452224 12679 33554432000 134512640 134556542 4291781776 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13294 12679 214 11 0 12628 0
Current children cumulated CPU time (s) 268.68
Current children cumulated vsize (KiB) 61880

[startup+270.3 s]
/proc/loadavg: 2.06 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12915300/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53480 CPUtime=269.75 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12799 0 0 0 26973 2 0 0 25 0 1 0 986149774 54763520 12735 33554432000 134512640 134556542 4291781776 18446744073709551615 134544273 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13370 12735 214 11 0 12704 0
Current children cumulated CPU time (s) 270.28
Current children cumulated vsize (KiB) 62184

[startup+271.101 s]
/proc/loadavg: 2.06 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12915052/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53652 CPUtime=270.55 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12825 0 0 0 27053 2 0 0 25 0 1 0 986149774 54939648 12761 33554432000 134512640 134556542 4291781776 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13413 12761 214 11 0 12747 0
Current children cumulated CPU time (s) 271.08
Current children cumulated vsize (KiB) 62356

[startup+271.901 s]
/proc/loadavg: 2.05 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12914428/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53820 CPUtime=271.35 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12878 0 0 0 27133 2 0 0 25 0 1 0 986149774 55111680 12814 33554432000 134512640 134556542 4291781776 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13455 12814 214 11 0 12789 0
Current children cumulated CPU time (s) 271.88
Current children cumulated vsize (KiB) 62524

[startup+272.101 s]
/proc/loadavg: 2.05 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12914428/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53820 CPUtime=271.55 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12887 0 0 0 27153 2 0 0 25 0 1 0 986149774 55111680 12823 33554432000 134512640 134556542 4291781776 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13455 12823 214 11 0 12789 0
Current children cumulated CPU time (s) 272.08
Current children cumulated vsize (KiB) 62524

[startup+272.201 s]
/proc/loadavg: 2.05 1.92 1.71 3/177 2982
/proc/meminfo: memFree=12914428/32951124 swapFree=67062556/67111528
[pid=2961] ppid=2959 vsize=8704 CPUtime=0.53 cores=0,2,4,6
/proc/2961/stat : 2961 (ebglucose.sh) S 2959 2961 1923 0 -1 4202496 383 7432 0 0 0 0 51 2 20 0 1 0 986149719 8912896 256 33554432000 4194304 4922060 140735654028032 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2961/statm: 2176 256 211 178 0 69 0
[pid=2965] ppid=2961 vsize=53988 CPUtime=271.65 cores=0,2,4,6
/proc/2965/stat : 2965 (ebglucose_stati) R 2961 2961 1923 0 -1 4202496 12909 0 0 0 27163 2 0 0 25 0 1 0 986149774 55283712 12845 33554432000 134512640 134556542 4291781776 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2965/statm: 13497 12845 214 11 0 12831 0
Current children cumulated CPU time (s) 272.18
Current children cumulated vsize (KiB) 62692

Child status: 20
Real time (s): 272.241
CPU time (s): 272.241
CPU user time (s): 272.179
CPU system time (s): 0.06199
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 62692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.179
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20959
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= 45
involuntary context switches= 461

runsolver used 0.45593 second user time and 0.85187 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 11:59:52
IDJOB=3498566
IDBENCH=20521
IDSOLVER=1992
FILE ID=node111/3498566-1307959192
RUNJOBID= node111-1307958829-2690
PBS_JOBID= 13559717
Free space on /var/tmp= 2880 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498566-1307959192/watcher-3498566-1307959192 -o /var/tmp/evaluation-result-3498566-1307959192/solver-3498566-1307959192 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498566-1307959192.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=145930765

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12976792 kB
Buffers:         98464 kB
Cached:       19166848 kB
SwapCached:      11344 kB
Active:        3906048 kB
Inactive:     15401712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12976792 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            5220 kB
Writeback:           0 kB
AnonPages:       40512 kB
Mapped:          11192 kB
Slab:           602456 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   203448 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 /var/tmp at the end= 2876 MiB
End job on node111 at 2011-06-13 12:04:25