Trace number 3498715

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 97.5232 97.52

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.8701
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  241362   563178 |   72408       0        0     nan |  0.000 % |
0.00/0.78	c |         0 |  123342   397378 |      --       0       --      -- |     --   | -118018/-165795
0.00/0.78	c ==============================================================================
0.00/0.78	c Result  :   #vars: 24785   #clauses: 123342   #literals: 397378
0.00/0.78	c CPU time:   0.760884 s
0.00/0.78	c ==============================================================================
0.00/0.87	c
0.00/0.87	c Starting glucose
0.00/0.87	c
0.00/0.87	
0.00/0.87	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.87	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.87	
0.00/0.87	c ============================[ Problem Statistics ]=============================
0.00/0.87	c |                                                                             |
0.00/0.87	c |  Number of variables:  24785                                                |
0.00/0.87	c |  Number of clauses:    123342                                               |
0.86/0.92	c |  Parsing time:         0.05         s                                       |
97.48/97.51	c restarts              : 714
97.48/97.51	c nb ReduceDB           : 28
97.48/97.51	c nb learnts DL2        : 47032
97.48/97.51	c nb learnts size 2     : 11332
97.48/97.51	c nb learnts size 1     : 830
97.48/97.51	c conflicts             : 970925         (10049 /sec)
97.48/97.51	c decisions             : 10446651       (1.00 % random) (108117 /sec)
97.48/97.51	c propagations          : 285041740      (2950031 /sec)
97.48/97.51	c conflict literals     : 13881173       (21.64 % deleted)
97.48/97.51	c Memory used           : 32.52 MB
97.48/97.51	c CPU time              : 96.6233 s
97.48/97.51	
97.48/97.51	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-3498715-1307965599/watcher-3498715-1307965599 -o /var/tmp/evaluation-result-3498715-1307965599/solver-3498715-1307965599 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498715-1307965599.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: 1.93 1.99 1.96 2/175 3480
/proc/meminfo: memFree=12830852/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 986790397 8912896 252 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3480/statm: 2176 252 211 178 0 69 0

[startup+0.0555089 s]
/proc/loadavg: 1.93 1.99 1.96 2/175 3480
/proc/meminfo: memFree=12830852/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 986790397 8912896 252 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3480/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100503 s]
/proc/loadavg: 1.93 1.99 1.96 2/175 3480
/proc/meminfo: memFree=12830852/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 986790397 8912896 252 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3480/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300461 s]
/proc/loadavg: 1.93 1.99 1.96 2/175 3480
/proc/meminfo: memFree=12830852/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 986790397 8912896 252 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3480/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700391 s]
/proc/loadavg: 1.93 1.99 1.96 2/175 3480
/proc/meminfo: memFree=12830852/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 986790397 8912896 252 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3480/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50122 s]
/proc/loadavg: 1.93 1.99 1.96 3/177 3485
/proc/meminfo: memFree=12811988/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=14612 CPUtime=0.62 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 3152 0 0 0 62 0 0 0 21 0 1 0 986790484 14962688 3092 33554432000 134512640 134556542 4288199712 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 3653 3092 214 11 0 2987 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23316

[startup+3.10093 s]
/proc/loadavg: 1.93 1.99 1.96 3/177 3485
/proc/meminfo: memFree=12809756/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=15800 CPUtime=2.22 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 3456 0 0 0 222 0 0 0 25 0 1 0 986790484 16179200 3396 33554432000 134512640 134556542 4288199712 18446744073709551615 134528949 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 3950 3396 214 11 0 3284 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24504

[startup+6.30034 s]
/proc/loadavg: 1.93 1.99 1.96 3/177 3485
/proc/meminfo: memFree=12808316/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=17020 CPUtime=5.42 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 3768 0 0 0 542 0 0 0 25 0 1 0 986790484 17428480 3708 33554432000 134512640 134556542 4288199712 18446744073709551615 134529009 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 4255 3708 214 11 0 3589 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25724

[startup+12.7011 s]
/proc/loadavg: 1.94 1.99 1.96 3/177 3485
/proc/meminfo: memFree=12805756/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=19508 CPUtime=11.82 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 4360 0 0 0 1182 0 0 0 25 0 1 0 986790484 19976192 4300 33554432000 134512640 134556542 4288199712 18446744073709551615 134528934 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 4877 4300 214 11 0 4211 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28212

[startup+25.5008 s]
/proc/loadavg: 2.02 2.00 1.96 3/177 3485
/proc/meminfo: memFree=12803516/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=21752 CPUtime=24.62 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 4950 0 0 0 2462 0 0 0 25 0 1 0 986790484 22274048 4890 33554432000 134512640 134556542 4288199712 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 5438 4890 214 11 0 4772 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30456

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 3487
/proc/meminfo: memFree=12798152/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=27080 CPUtime=50.22 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 6224 0 0 0 5021 1 0 0 25 0 1 0 986790484 27729920 6164 33554432000 134512640 134556542 4288199712 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 6770 6164 214 11 0 6104 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35784

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

[startup+76.7012 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12794128/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=30788 CPUtime=75.82 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7182 0 0 0 7581 1 0 0 25 0 1 0 986790484 31526912 7122 33554432000 134512640 134556542 4288199712 18446744073709551615 134528832 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 7697 7122 214 11 0 7031 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 39492

[startup+89.5008 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12792256/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=32372 CPUtime=88.62 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7599 0 0 0 8861 1 0 0 25 0 1 0 986790484 33148928 7539 33554432000 134512640 134556542 4288199712 18446744073709551615 134528857 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8093 7539 214 11 0 7427 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 41076

[startup+92.7012 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12792256/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=32504 CPUtime=91.82 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7623 0 0 0 9181 1 0 0 25 0 1 0 986790484 33284096 7563 33554432000 134512640 134556542 4288199712 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8126 7563 214 11 0 7460 0
Current children cumulated CPU time (s) 92.68
Current children cumulated vsize (KiB) 41208

[startup+95.9007 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12791760/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=33036 CPUtime=95.02 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7713 0 0 0 9501 1 0 0 25 0 1 0 986790484 33828864 7653 33554432000 134512640 134556542 4288199712 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8259 7653 214 11 0 7593 0
Current children cumulated CPU time (s) 95.88
Current children cumulated vsize (KiB) 41740

[startup+96.7005 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12791760/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=33168 CPUtime=95.82 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7730 0 0 0 9581 1 0 0 25 0 1 0 986790484 33964032 7670 33554432000 134512640 134556542 4288199712 18446744073709551615 10159612 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8292 7670 214 11 0 7626 0
Current children cumulated CPU time (s) 96.68
Current children cumulated vsize (KiB) 41872

[startup+97.1004 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12791760/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=33168 CPUtime=96.22 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7742 0 0 0 9621 1 0 0 25 0 1 0 986790484 33964032 7682 33554432000 134512640 134556542 4288199712 18446744073709551615 134543982 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8292 7682 214 11 0 7626 0
Current children cumulated CPU time (s) 97.08
Current children cumulated vsize (KiB) 41872

[startup+97.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3488
/proc/meminfo: memFree=12791760/32951124 swapFree=67062556/67111528
[pid=3480] ppid=3478 vsize=8704 CPUtime=0.86 cores=0,2,4,6
/proc/3480/stat : 3480 (ebglucose.sh) S 3478 3480 1923 0 -1 4202496 381 11104 0 0 0 0 83 3 18 0 1 0 986790397 8912896 255 33554432000 4194304 4922060 140733273694128 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3480/statm: 2176 255 211 178 0 69 0
[pid=3485] ppid=3480 vsize=33300 CPUtime=96.62 cores=0,2,4,6
/proc/3485/stat : 3485 (ebglucose_stati) R 3480 3480 1923 0 -1 4202496 7753 0 0 0 9661 1 0 0 25 0 1 0 986790484 34099200 7693 33554432000 134512640 134556542 4288199712 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3485/statm: 8325 7693 214 11 0 7659 0
Current children cumulated CPU time (s) 97.48
Current children cumulated vsize (KiB) 42004

Child status: 20
Real time (s): 97.52
CPU time (s): 97.5232
CPU user time (s): 97.4622
CPU system time (s): 0.06099
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 42004

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

runsolver used 0.149977 second user time and 0.299954 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 13:46:39
IDJOB=3498715
IDBENCH=82477
IDSOLVER=1992
FILE ID=node111/3498715-1307965599
RUNJOBID= node111-1307958829-2690
PBS_JOBID= 13559717
Free space on /var/tmp= 2864 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498715-1307965599/watcher-3498715-1307965599 -o /var/tmp/evaluation-result-3498715-1307965599/solver-3498715-1307965599 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498715-1307965599.cnf

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=659025061

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:      12831520 kB
Buffers:        102008 kB
Cached:       19187840 kB
SwapCached:      11344 kB
Active:        4040288 kB
Inactive:     15412036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12831520 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            5024 kB
Writeback:           0 kB
AnonPages:      160260 kB
Mapped:          11072 kB
Slab:           603028 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   323648 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= 2864 MiB
End job on node111 at 2011-06-13 13:48:17