Trace number 3284251

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 413.106 413.092

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
1.09/1.13	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
1.09/1.13	c ==============================================================================
1.09/1.13	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
1.09/1.13	c CPU time:   1.09083 s
1.09/1.13	c ==============================================================================
1.39/1.48	c
1.39/1.48	c Starting glucose
1.39/1.48	c
1.39/1.48	
1.39/1.48	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.39/1.48	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.39/1.48	
1.39/1.48	c ============================[ Problem Statistics ]=============================
1.39/1.48	c |                                                                             |
1.39/1.48	c |  Number of variables:  21173                                                |
1.39/1.48	c |  Number of clauses:    700461                                               |
1.47/1.70	c |  Parsing time:         0.21         s                                       |
413.00/413.08	c restarts              : 2096
413.00/413.08	c nb ReduceDB           : 55
413.00/413.08	c nb learnts DL2        : 23945
413.00/413.08	c nb learnts size 2     : 10947
413.00/413.08	c nb learnts size 1     : 107
413.00/413.08	c conflicts             : 2634232        (6401 /sec)
413.00/413.08	c decisions             : 18975226       (0.98 % random) (46105 /sec)
413.00/413.08	c propagations          : 1648345113     (4005091 /sec)
413.00/413.08	c conflict literals     : 196151805      (47.11 % deleted)
413.00/413.08	c Memory used           : 83.45 MB
413.00/413.08	c CPU time              : 411.562 s
413.00/413.08	
413.00/413.08	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-3284251-1303759849/watcher-3284251-1303759849 -o /tmp/evaluation-result-3284251-1303759849/solver-3284251-1303759849 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3284251-1303759849.cnf 

running on 2 cores: 1,3

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.68 3.93 3.93 4/184 15983
/proc/meminfo: memFree=14094452/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=0 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 468400530 8912896 252 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 252 211 178 0 69 0

[startup+0.0743451 s]
/proc/loadavg: 3.68 3.93 3.93 4/184 15983
/proc/meminfo: memFree=14094452/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=0 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 468400530 8912896 252 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100343 s]
/proc/loadavg: 3.68 3.93 3.93 4/184 15983
/proc/meminfo: memFree=14094452/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=0 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 468400530 8912896 252 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300303 s]
/proc/loadavg: 3.68 3.93 3.93 4/184 15983
/proc/meminfo: memFree=14094452/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=0 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 468400530 8912896 252 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700222 s]
/proc/loadavg: 3.68 3.93 3.93 4/184 15983
/proc/meminfo: memFree=14094452/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=0 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 468400530 8912896 252 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 3.68 3.93 3.93 5/186 15987
/proc/meminfo: memFree=13964392/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8704

[startup+3.10074 s]
/proc/loadavg: 3.68 3.93 3.93 5/186 15988
/proc/meminfo: memFree=13865760/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=50564 CPUtime=1.6 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 11754 0 0 0 159 1 0 0 24 0 1 0 468400678 51777536 11692 33554432000 134512640 134556542 4291068048 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 12641 11692 213 11 0 11975 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59268

[startup+6.30111 s]
/proc/loadavg: 3.87 3.97 3.95 5/190 15997
/proc/meminfo: memFree=13544284/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=55060 CPUtime=4.81 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 12882 0 0 0 479 2 0 0 25 0 1 0 468400678 56381440 12820 33554432000 134512640 134556542 4291068048 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 13765 12820 213 11 0 13099 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63764

[startup+12.7008 s]
/proc/loadavg: 4.04 4.00 3.96 5/194 16007
/proc/meminfo: memFree=12703524/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=60264 CPUtime=11.21 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 14163 0 0 0 1119 2 0 0 25 0 1 0 468400678 61710336 14101 33554432000 134512640 134556542 4291068048 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 15066 14101 213 11 0 14400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68968

[startup+25.5003 s]
/proc/loadavg: 4.03 4.00 3.96 5/190 16011
/proc/meminfo: memFree=12678580/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=62988 CPUtime=24 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 14846 0 0 0 2398 2 0 0 25 0 1 0 468400678 64499712 14784 33554432000 134512640 134556542 4291068048 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 15747 14784 213 11 0 15081 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 71692

[startup+51.1003 s]
/proc/loadavg: 4.02 4.00 3.96 5/190 16044
/proc/meminfo: memFree=12793392/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=66824 CPUtime=49.61 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 15810 0 0 0 4958 3 0 0 25 0 1 0 468400678 68427776 15748 33554432000 134512640 134556542 4291068048 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 16706 15748 213 11 0 16040 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 75528

[startup+102.307 s]
/proc/loadavg: 4.22 4.06 3.98 5/190 16300
/proc/meminfo: memFree=13769764/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=71244 CPUtime=100.82 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 16904 0 0 0 10079 3 0 0 25 0 1 0 468400678 72953856 16842 33554432000 134512640 134556542 4291068048 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 17811 16842 213 11 0 17145 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 79948

[startup+162.301 s]
/proc/loadavg: 4.08 4.05 3.98 5/194 16392
/proc/meminfo: memFree=13607844/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=76584 CPUtime=160.81 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 18207 0 0 0 16077 4 0 0 25 0 1 0 468400678 78422016 18145 33554432000 134512640 134556542 4291068048 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 19146 18145 213 11 0 18480 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 85288

[startup+222.3 s]
/proc/loadavg: 4.03 4.03 3.98 5/194 16393
/proc/meminfo: memFree=13557516/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=81208 CPUtime=220.82 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 19376 0 0 0 22077 5 0 0 25 0 1 0 468400678 83156992 19314 33554432000 134512640 134556542 4291068048 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 20302 19314 213 11 0 19636 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89912

[startup+282.3 s]
/proc/loadavg: 4.06 4.04 3.98 5/194 16395
/proc/meminfo: memFree=13531568/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=83072 CPUtime=280.82 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 19832 0 0 0 28077 5 0 0 25 0 1 0 468400678 85065728 19770 33554432000 134512640 134556542 4291068048 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 20768 19770 213 11 0 20102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 91776

[startup+342.3 s]
/proc/loadavg: 4.02 4.03 3.98 5/194 16396
/proc/meminfo: memFree=13522740/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=84416 CPUtime=340.82 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20152 0 0 0 34077 5 0 0 25 0 1 0 468400678 86441984 20090 33554432000 134512640 134556542 4291068048 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21104 20090 213 11 0 20438 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93120

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13520752/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85296 CPUtime=400.83 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20334 0 0 0 40078 5 0 0 25 0 1 0 468400678 87343104 20272 33554432000 134512640 134556542 4291068048 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21324 20272 213 11 0 20658 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94000

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

[startup+403.1 s]
/proc/loadavg: 4.01 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13519636/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85296 CPUtime=401.63 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20334 0 0 0 40158 5 0 0 25 0 1 0 468400678 87343104 20272 33554432000 134512640 134556542 4291068048 18446744073709551615 134538030 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21324 20272 213 11 0 20658 0
Current children cumulated CPU time (s) 403.1
Current children cumulated vsize (KiB) 94000

[startup+409.501 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13515048/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85296 CPUtime=408.03 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20335 0 0 0 40798 5 0 0 25 0 1 0 468400678 87343104 20273 33554432000 134512640 134556542 4291068048 18446744073709551615 134544227 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21324 20273 213 11 0 20658 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 94000

[startup+411.101 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13514800/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85296 CPUtime=409.63 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20336 0 0 0 40958 5 0 0 25 0 1 0 468400678 87343104 20274 33554432000 134512640 134556542 4291068048 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21324 20274 213 11 0 20658 0
Current children cumulated CPU time (s) 411.1
Current children cumulated vsize (KiB) 94000

[startup+411.901 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13514800/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85296 CPUtime=410.43 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20336 0 0 0 41038 5 0 0 25 0 1 0 468400678 87343104 20274 33554432000 134512640 134556542 4291068048 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21324 20274 213 11 0 20658 0
Current children cumulated CPU time (s) 411.9
Current children cumulated vsize (KiB) 94000

[startup+412.7 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13514800/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85444 CPUtime=411.23 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20349 0 0 0 41118 5 0 0 25 0 1 0 468400678 87494656 20287 33554432000 134512640 134556542 4291068048 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21361 20287 213 11 0 20695 0
Current children cumulated CPU time (s) 412.7
Current children cumulated vsize (KiB) 94148

[startup+412.9 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13514800/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85444 CPUtime=411.43 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20349 0 0 0 41138 5 0 0 25 0 1 0 468400678 87494656 20287 33554432000 134512640 134556542 4291068048 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21361 20287 213 11 0 20695 0
Current children cumulated CPU time (s) 412.9
Current children cumulated vsize (KiB) 94148

[startup+413 s]
/proc/loadavg: 4.00 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13514800/32951124 swapFree=67111528/67111528
[pid=15983] ppid=15981 vsize=8704 CPUtime=1.47 cores=1,3
/proc/15983/stat : 15983 (ebglucose.sh) S 15981 15983 15473 0 -1 4202496 379 17138 0 0 0 0 141 6 18 0 1 0 468400530 8912896 255 33554432000 4194304 4922060 140735655824304 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15983/statm: 2176 255 211 178 0 69 0
[pid=15988] ppid=15983 vsize=85444 CPUtime=411.53 cores=1,3
/proc/15988/stat : 15988 (ebglucose_stati) R 15983 15983 15473 0 -1 4202496 20349 0 0 0 41148 5 0 0 25 0 1 0 468400678 87494656 20287 33554432000 134512640 134556542 4291068048 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15988/statm: 21361 20287 213 11 0 20695 0
Current children cumulated CPU time (s) 413
Current children cumulated vsize (KiB) 94148

Child status: 20
Real time (s): 413.092
CPU time (s): 413.106
CPU user time (s): 412.979
CPU system time (s): 0.12698
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 94148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.979
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38092
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= 42
involuntary context switches= 587

runsolver used 0.671897 second user time and 1.58676 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 21:30:49
IDJOB=3284251
IDBENCH=71743
IDSOLVER=1652
FILE ID=node143/3284251-1303759849
RUNJOBID= node143-1303759848-15953
PBS_JOBID= 13154066
Free space on /tmp= 72276 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284251-1303759849/watcher-3284251-1303759849 -o /tmp/evaluation-result-3284251-1303759849/solver-3284251-1303759849 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3284251-1303759849.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1615562053

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.83
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.846
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.846
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.846
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.74
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.846
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:      14094856 kB
Buffers:       2274380 kB
Cached:       15922920 kB
SwapCached:          0 kB
Active:        6868952 kB
Inactive:     11428864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14094856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           74876 kB
Writeback:           0 kB
AnonPages:       99336 kB
Mapped:          15864 kB
Slab:           494980 kB
PageTables:       5820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72200 MiB
End job on node143 at 2011-04-25 21:37:42