Trace number 3281215

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 439.657 439.792

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data

0.00/0.02	c
0.00/0.02	c Starting SatElite Preprocessing
0.00/0.02	c
0.00/0.02	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 |  176662   468934 |   52998       0        0     nan |  0.000 % |
0.00/0.46	c |         0 |  126705   459117 |      --       0       --      -- |     --   | -48055/-4128
0.00/0.46	c ==============================================================================
0.00/0.46	c Result  :   #vars: 18202   #clauses: 126705   #literals: 459117
0.00/0.46	c CPU time:   0.429934 s
0.00/0.46	c ==============================================================================
0.00/0.54	c
0.00/0.54	c Starting glucose
0.00/0.54	c
0.51/0.66	
0.51/0.66	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.51/0.66	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.51/0.66	
0.51/0.66	c ============================[ Problem Statistics ]=============================
0.51/0.66	c |                                                                             |
0.51/0.66	c |  Number of variables:  18202                                                |
0.51/0.66	c |  Number of clauses:    126705                                               |
0.51/0.71	c |  Parsing time:         0.05         s                                       |
439.54/439.78	c restarts              : 4259
439.54/439.78	c nb ReduceDB           : 68
439.54/439.78	c nb learnts DL2        : 33604
439.54/439.78	c nb learnts size 2     : 9097
439.54/439.78	c nb learnts size 1     : 28
439.54/439.78	c conflicts             : 3644125        (8299 /sec)
439.54/439.78	c decisions             : 7957165        (1.11 % random) (18122 /sec)
439.54/439.78	c propagations          : 807592276      (1839248 /sec)
439.54/439.78	c conflict literals     : 117715002      (14.53 % deleted)
439.54/439.78	c Memory used           : 64.04 MB
439.54/439.78	c CPU time              : 439.088 s
439.54/439.78	
439.54/439.79	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: 977)

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-3281215-1307637826/watcher-3281215-1307637826 -o /tmp/evaluation-result-3281215-1307637826/solver-3281215-1307637826 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3281215-1307637826.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 2.54 3.22 5/180 4912
/proc/meminfo: memFree=32619548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8700 CPUtime=0 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 322 0 0 0 0 0 0 0 20 0 1 0 875381470 8908800 250 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272688896 0 0 4100 65536 18446744071562362840 0 0 17 0 0 0 0
/proc/4912/statm: 2175 250 209 178 0 68 0

[startup+0.0982651 s]
/proc/loadavg: 1.09 2.54 3.22 5/180 4912
/proc/meminfo: memFree=32619548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 356 232 0 1 0 0 0 0 20 0 1 0 875381470 8912896 253 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4912/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100263 s]
/proc/loadavg: 1.09 2.54 3.22 5/180 4912
/proc/meminfo: memFree=32619548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 356 232 0 1 0 0 0 0 20 0 1 0 875381470 8912896 253 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4912/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300229 s]
/proc/loadavg: 1.09 2.54 3.22 5/180 4912
/proc/meminfo: memFree=32619548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 356 232 0 1 0 0 0 0 20 0 1 0 875381470 8912896 253 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4912/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700106 s]
/proc/loadavg: 1.09 2.54 3.22 5/180 4912
/proc/meminfo: memFree=32619548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 1.09 2.54 3.22 5/190 4940
/proc/meminfo: memFree=32395800/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=15252 CPUtime=0.82 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 3350 0 19 0 82 0 0 0 19 0 1 0 875381525 15618048 3305 33554432000 134512640 134556542 4289779520 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 3813 3305 214 11 0 3147 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 23956

[startup+3.10068 s]
/proc/loadavg: 1.09 2.54 3.22 5/190 4941
/proc/meminfo: memFree=32362248/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=18488 CPUtime=2.42 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 4141 0 19 0 242 0 0 0 22 0 1 0 875381525 18931712 4096 33554432000 134512640 134556542 4289779520 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 4622 4096 214 11 0 3956 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 27192

[startup+6.30117 s]
/proc/loadavg: 1.64 2.63 3.25 5/194 4956
/proc/meminfo: memFree=32088768/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=20504 CPUtime=5.62 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 4656 0 19 0 562 0 0 0 25 0 1 0 875381525 20996096 4611 33554432000 134512640 134556542 4289779520 18446744073709551615 8635337 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 5126 4611 214 11 0 4460 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 29208

[startup+12.701 s]
/proc/loadavg: 1.83 2.65 3.25 5/194 4956
/proc/meminfo: memFree=32002844/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=22308 CPUtime=12.02 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 5108 0 19 0 1202 0 0 0 25 0 1 0 875381525 22843392 5063 33554432000 134512640 134556542 4289779520 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 5577 5063 214 11 0 4911 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31012

[startup+25.5007 s]
/proc/loadavg: 2.31 2.72 3.27 5/194 4956
/proc/meminfo: memFree=31991392/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=26008 CPUtime=24.82 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 6028 0 19 0 2482 0 0 0 25 0 1 0 875381525 26632192 5983 33554432000 134512640 134556542 4289779520 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 6502 5983 214 11 0 5836 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 34712

[startup+51.1012 s]
/proc/loadavg: 2.94 2.83 3.29 5/194 4957
/proc/meminfo: memFree=31972204/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=32004 CPUtime=50.42 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 7470 0 19 0 5041 1 0 0 25 0 1 0 875381525 32772096 7425 33554432000 134512640 134556542 4289779520 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 8001 7425 214 11 0 7335 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 40708

[startup+102.301 s]
/proc/loadavg: 3.54 3.01 3.32 5/194 4958
/proc/meminfo: memFree=31947548/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=38620 CPUtime=101.62 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 9173 0 19 0 10161 1 0 0 25 0 1 0 875381525 39546880 9128 33554432000 134512640 134556542 4289779520 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 9655 9128 214 11 0 8989 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 47324

[startup+162.3 s]
/proc/loadavg: 3.83 3.19 3.36 5/194 4960
/proc/meminfo: memFree=31929124/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=45076 CPUtime=161.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 10754 0 19 0 16161 2 0 0 25 0 1 0 875381525 46157824 10709 33554432000 134512640 134556542 4289779520 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 11269 10709 214 11 0 10603 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 53780

[startup+222.301 s]
/proc/loadavg: 3.93 3.33 3.40 5/194 4961
/proc/meminfo: memFree=31917628/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=47992 CPUtime=221.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 11498 0 19 0 22161 2 0 0 25 0 1 0 875381525 49143808 11453 33554432000 134512640 134556542 4289779520 18446744073709551615 134528987 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 11998 11453 214 11 0 11332 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 56696

[startup+282.301 s]
/proc/loadavg: 3.97 3.45 3.43 5/194 4963
/proc/meminfo: memFree=31903516/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=52404 CPUtime=281.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 12549 0 19 0 28161 2 0 0 25 0 1 0 875381525 53661696 12504 33554432000 134512640 134556542 4289779520 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 13101 12504 214 11 0 12435 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 61108

[startup+342.3 s]
/proc/loadavg: 4.04 3.56 3.47 5/194 4965
/proc/meminfo: memFree=31884332/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=58540 CPUtime=341.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 14084 0 19 0 34160 3 0 0 25 0 1 0 875381525 59944960 14039 33554432000 134512640 134556542 4289779520 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 14635 14039 214 11 0 13969 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 67244

[startup+402.301 s]
/proc/loadavg: 4.01 3.64 3.50 5/194 4966
/proc/meminfo: memFree=31874596/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=61852 CPUtime=401.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 14880 0 19 0 40160 3 0 0 25 0 1 0 875381525 63336448 14835 33554432000 134512640 134556542 4289779520 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 15463 14835 214 11 0 14797 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 70556

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

[startup+410.501 s]
/proc/loadavg: 4.01 3.65 3.51 5/194 4966
/proc/meminfo: memFree=31873096/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=62412 CPUtime=409.83 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15002 0 19 0 40980 3 0 0 25 0 1 0 875381525 63909888 14957 33554432000 134512640 134556542 4289779520 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 15603 14957 214 11 0 14937 0
Current children cumulated CPU time (s) 410.34
Current children cumulated vsize (KiB) 71116

[startup+423.301 s]
/proc/loadavg: 4.01 3.66 3.51 5/194 4967
/proc/meminfo: memFree=31872460/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=62836 CPUtime=422.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15116 0 19 0 42260 3 0 0 25 0 1 0 875381525 64344064 15071 33554432000 134512640 134556542 4289779520 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 15709 15071 214 11 0 15043 0
Current children cumulated CPU time (s) 423.14
Current children cumulated vsize (KiB) 71540

[startup+429.701 s]
/proc/loadavg: 4.01 3.67 3.52 5/194 5010
/proc/meminfo: memFree=31946264/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=63308 CPUtime=429.03 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15221 0 19 0 42900 3 0 0 25 0 1 0 875381525 64827392 15176 33554432000 134512640 134556542 4289779520 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 15827 15176 214 11 0 15161 0
Current children cumulated CPU time (s) 429.54
Current children cumulated vsize (KiB) 72012

[startup+436.1 s]
/proc/loadavg: 4.01 3.68 3.52 5/194 5010
/proc/meminfo: memFree=31941900/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=64516 CPUtime=435.43 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15523 0 19 0 43540 3 0 0 25 0 1 0 875381525 66064384 15478 33554432000 134512640 134556542 4289779520 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 16129 15478 214 11 0 15463 0
Current children cumulated CPU time (s) 435.94
Current children cumulated vsize (KiB) 73220

[startup+437.707 s]
/proc/loadavg: 4.01 3.68 3.52 5/194 5010
/proc/meminfo: memFree=31940784/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=64944 CPUtime=437.04 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15648 0 19 0 43701 3 0 0 25 0 1 0 875381525 66502656 15603 33554432000 134512640 134556542 4289779520 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 16236 15603 214 11 0 15570 0
Current children cumulated CPU time (s) 437.55
Current children cumulated vsize (KiB) 73648

[startup+438.501 s]
/proc/loadavg: 4.01 3.68 3.52 5/194 5010
/proc/meminfo: memFree=31940784/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=65284 CPUtime=437.83 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15698 0 19 0 43780 3 0 0 25 0 1 0 875381525 66850816 15653 33554432000 134512640 134556542 4289779520 18446744073709551615 134544008 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 16321 15653 214 11 0 15655 0
Current children cumulated CPU time (s) 438.34
Current children cumulated vsize (KiB) 73988

[startup+439.301 s]
/proc/loadavg: 4.01 3.68 3.52 5/194 5010
/proc/meminfo: memFree=31940640/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=65568 CPUtime=438.63 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15762 0 19 0 43860 3 0 0 25 0 1 0 875381525 67141632 15717 33554432000 134512640 134556542 4289779520 18446744073709551615 134551797 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 16392 15717 214 11 0 15726 0
Current children cumulated CPU time (s) 439.14
Current children cumulated vsize (KiB) 74272

[startup+439.701 s]
/proc/loadavg: 4.01 3.68 3.52 5/194 5010
/proc/meminfo: memFree=31940640/32950928 swapFree=67048808/67111528
[pid=4912] ppid=4910 vsize=8704 CPUtime=0.51 cores=0,2
/proc/4912/stat : 4912 (ebglucose.sh) S 4910 4912 4037 0 -1 4202496 380 7866 0 1 0 0 50 1 16 0 1 0 875381470 8912896 256 33554432000 4194304 4922060 140733376669440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4912/statm: 2176 256 211 178 0 69 0
[pid=4940] ppid=4912 vsize=65568 CPUtime=439.03 cores=0,2
/proc/4940/stat : 4940 (ebglucose_stati) R 4912 4912 4037 0 -1 4202496 15762 0 19 0 43900 3 0 0 25 0 1 0 875381525 67141632 15717 33554432000 134512640 134556542 4289779520 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/4940/statm: 16392 15717 214 11 0 15726 0
Current children cumulated CPU time (s) 439.54
Current children cumulated vsize (KiB) 74272

Child status: 20
Real time (s): 439.792
CPU time (s): 439.657
CPU user time (s): 439.596
CPU system time (s): 0.06099
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 74272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.596
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= 24232
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 5177

runsolver used 0.702893 second user time and 1.69874 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-09 18:43:47
IDJOB=3281215
IDBENCH=20536
IDSOLVER=1652
FILE ID=node122/3281215-1307637826
RUNJOBID= node122-1307637826-4884
PBS_JOBID= 13549369
Free space on /tmp= 74088 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281215-1307637826/watcher-3281215-1307637826 -o /tmp/evaluation-result-3281215-1307637826/solver-3281215-1307637826 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3281215-1307637826.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=843135204

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32620720 kB
Buffers:         19936 kB
Cached:         153888 kB
SwapCached:      14116 kB
Active:          95580 kB
Inactive:       107608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32620720 kB
SwapTotal:    67111528 kB
SwapFree:     67048808 kB
Dirty:           39216 kB
Writeback:           0 kB
AnonPages:       26596 kB
Mapped:           8800 kB
Slab:            61984 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   204240 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= 73932 MiB
End job on node122 at 2011-06-09 18:51:07