Trace number 3281629

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 296.787 296.795

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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.54	c ==============================================================================
0.00/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.54	c ==============================================================================
0.00/0.54	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
4.19/4.25	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
4.19/4.25	c ==============================================================================
4.19/4.25	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
4.19/4.25	c CPU time:   4.08438 s
4.19/4.25	c ==============================================================================
4.59/4.65	c
4.59/4.65	c Starting glucose
4.59/4.65	c
4.59/4.66	
4.59/4.66	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.59/4.66	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.59/4.66	
4.59/4.66	c ============================[ Problem Statistics ]=============================
4.59/4.66	c |                                                                             |
4.59/4.66	c |  Number of variables:  68748                                                |
4.59/4.66	c |  Number of clauses:    547995                                               |
4.65/4.88	c |  Parsing time:         0.21         s                                       |
296.68/296.77	c restarts              : 1667
296.68/296.77	c nb ReduceDB           : 41
296.68/296.77	c nb learnts DL2        : 32064
296.68/296.77	c nb learnts size 2     : 2431
296.68/296.77	c nb learnts size 1     : 200
296.68/296.77	c conflicts             : 1657045        (5673 /sec)
296.68/296.77	c decisions             : 12550045       (1.59 % random) (42968 /sec)
296.68/296.77	c propagations          : 837705039      (2868091 /sec)
296.68/296.77	c conflict literals     : 32886039       (19.10 % deleted)
296.68/296.77	c Memory used           : 80.24 MB
296.68/296.77	c CPU time              : 292.078 s
296.68/296.77	
296.68/296.78	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-3281629-1303751072/watcher-3281629-1303751072 -o /tmp/evaluation-result-3281629-1303751072/solver-3281629-1303751072 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3281629-1303751072.cnf 

running on 2 cores: 5,7

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: 2.01 2.65 3.14 2/178 3024
/proc/meminfo: memFree=11719064/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) R 3022 3024 2377 0 -1 4202496 337 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880385429 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0

[startup+0.0602521 s]
/proc/loadavg: 2.01 2.65 3.14 2/178 3024
/proc/meminfo: memFree=11719064/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100234 s]
/proc/loadavg: 2.01 2.65 3.14 2/178 3024
/proc/meminfo: memFree=11719064/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300198 s]
/proc/loadavg: 2.01 2.65 3.14 2/178 3024
/proc/meminfo: memFree=11719064/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701134 s]
/proc/loadavg: 2.01 2.65 3.14 2/178 3024
/proc/meminfo: memFree=11719064/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50099 s]
/proc/loadavg: 2.01 2.65 3.14 3/180 3027
/proc/meminfo: memFree=11536156/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
[pid=3026] ppid=3024 vsize=198600 CPUtime=1.49 cores=5,7
/proc/3026/stat : 3026 (SatELite_releas) R 3024 3024 2377 0 -1 4202496 48835 0 0 0 138 11 0 0 25 0 1 0 565338004 203366400 45206 33554432000 134512640 135144230 4292331696 18446744073709551615 134546752 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/3026/statm: 49650 45206 78 155 0 49493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207304

[startup+3.10071 s]
/proc/loadavg: 2.01 2.65 3.14 3/180 3028
/proc/meminfo: memFree=11512588/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=0 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 565338003 8912896 253 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/3024/statm: 2176 253 211 178 0 69 0
[pid=3026] ppid=3024 vsize=212068 CPUtime=3.09 cores=5,7
/proc/3026/stat : 3026 (SatELite_releas) R 3024 3024 2377 0 -1 4202496 51878 0 0 0 294 15 0 0 25 0 1 0 565338004 217157632 48249 33554432000 134512640 135144230 4292331696 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/3026/statm: 53017 48249 78 155 0 52860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220772

[startup+6.30115 s]
/proc/loadavg: 2.09 2.66 3.14 3/180 3029
/proc/meminfo: memFree=11620268/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=52160 CPUtime=1.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 12348 0 0 0 162 1 0 0 20 0 1 0 565338469 53411840 12263 33554432000 134512640 134556542 4289069904 18446744073709551615 134542413 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 13040 12263 213 11 0 12374 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60864

[startup+12.701 s]
/proc/loadavg: 2.08 2.65 3.13 3/180 3029
/proc/meminfo: memFree=11611920/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=57604 CPUtime=8.03 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 13665 0 0 0 802 1 0 0 25 0 1 0 565338469 58986496 13580 33554432000 134512640 134556542 4289069904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 14401 13580 213 11 0 13735 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66308

[startup+25.5007 s]
/proc/loadavg: 2.06 2.61 3.11 3/180 3029
/proc/meminfo: memFree=11608820/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=59600 CPUtime=20.83 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 14167 0 0 0 2082 1 0 0 25 0 1 0 565338469 61030400 14082 33554432000 134512640 134556542 4289069904 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 14900 14082 213 11 0 14234 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68304

[startup+51.1012 s]
/proc/loadavg: 2.04 2.56 3.08 3/180 3030
/proc/meminfo: memFree=11603172/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=63740 CPUtime=46.44 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 15169 0 0 0 4642 2 0 0 25 0 1 0 565338469 65269760 15084 33554432000 134512640 134556542 4289069904 18446744073709551615 134543670 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 15935 15084 213 11 0 15269 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72444

[startup+102.307 s]
/proc/loadavg: 2.02 2.47 3.02 3/180 3031
/proc/meminfo: memFree=11592028/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=69652 CPUtime=97.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 16611 0 0 0 9761 2 0 0 25 0 1 0 565338469 71323648 16526 33554432000 134512640 134556542 4289069904 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 17413 16526 213 11 0 16747 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 78356

[startup+162.3 s]
/proc/loadavg: 2.00 2.39 2.96 3/180 3033
/proc/meminfo: memFree=11582444/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=74440 CPUtime=157.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 17844 0 0 0 15760 3 0 0 25 0 1 0 565338469 76226560 17759 33554432000 134512640 134556542 4289069904 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 18610 17759 213 11 0 17944 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 83144

[startup+222.301 s]
/proc/loadavg: 2.00 2.31 2.89 3/180 3034
/proc/meminfo: memFree=11574292/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=78304 CPUtime=217.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 18765 0 0 0 21760 3 0 0 25 0 1 0 565338469 80183296 18680 33554432000 134512640 134556542 4289069904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 19576 18680 213 11 0 18910 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 87008

[startup+282.301 s]
/proc/loadavg: 2.00 2.25 2.84 3/180 3036
/proc/meminfo: memFree=11568236/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=81896 CPUtime=277.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19683 0 0 0 27760 3 0 0 25 0 1 0 565338469 83861504 19598 33554432000 134512640 134556542 4289069904 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20474 19598 213 11 0 19808 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 90600

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

[startup+287.901 s]
/proc/loadavg: 2.00 2.25 2.83 3/180 3036
/proc/meminfo: memFree=11566988/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82032 CPUtime=283.23 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19713 0 0 0 28320 3 0 0 25 0 1 0 565338469 84000768 19628 33554432000 134512640 134556542 4289069904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20508 19628 213 11 0 19842 0
Current children cumulated CPU time (s) 287.88
Current children cumulated vsize (KiB) 90736

[startup+291.101 s]
/proc/loadavg: 2.00 2.24 2.83 3/180 3036
/proc/meminfo: memFree=11566988/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82032 CPUtime=286.43 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19716 0 0 0 28640 3 0 0 25 0 1 0 565338469 84000768 19631 33554432000 134512640 134556542 4289069904 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20508 19631 213 11 0 19842 0
Current children cumulated CPU time (s) 291.08
Current children cumulated vsize (KiB) 90736

[startup+294.301 s]
/proc/loadavg: 2.00 2.24 2.83 3/180 3036
/proc/meminfo: memFree=11566988/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82032 CPUtime=289.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19717 0 0 0 28960 3 0 0 25 0 1 0 565338469 84000768 19632 33554432000 134512640 134556542 4289069904 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20508 19632 213 11 0 19842 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 90736

[startup+295.907 s]
/proc/loadavg: 2.00 2.24 2.82 3/180 3036
/proc/meminfo: memFree=11566984/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82164 CPUtime=291.23 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19722 0 0 0 29120 3 0 0 25 0 1 0 565338469 84135936 19637 33554432000 134512640 134556542 4289069904 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20541 19637 213 11 0 19875 0
Current children cumulated CPU time (s) 295.88
Current children cumulated vsize (KiB) 90868

[startup+296.301 s]
/proc/loadavg: 2.00 2.24 2.82 3/180 3036
/proc/meminfo: memFree=11566984/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82164 CPUtime=291.63 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19725 0 0 0 29160 3 0 0 25 0 1 0 565338469 84135936 19640 33554432000 134512640 134556542 4289069904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20541 19640 213 11 0 19875 0
Current children cumulated CPU time (s) 296.28
Current children cumulated vsize (KiB) 90868

[startup+296.701 s]
/proc/loadavg: 2.00 2.24 2.82 3/180 3036
/proc/meminfo: memFree=11566984/32950928 swapFree=67111528/67111528
[pid=3024] ppid=3022 vsize=8704 CPUtime=4.65 cores=5,7
/proc/3024/stat : 3024 (ebglucose.sh) S 3022 3024 2377 0 -1 4202496 379 57082 0 0 0 0 446 19 18 0 1 0 565338003 8912896 256 33554432000 4194304 4922060 140734927066320 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3024/statm: 2176 256 211 178 0 69 0
[pid=3029] ppid=3024 vsize=82164 CPUtime=292.03 cores=5,7
/proc/3029/stat : 3029 (ebglucose_stati) R 3024 3024 2377 0 -1 4202496 19729 0 0 0 29200 3 0 0 25 0 1 0 565338469 84135936 19644 33554432000 134512640 134556542 4289069904 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/3029/statm: 20541 19644 213 11 0 19875 0
Current children cumulated CPU time (s) 296.68
Current children cumulated vsize (KiB) 90868

Child status: 20
Real time (s): 296.795
CPU time (s): 296.787
CPU user time (s): 296.538
CPU system time (s): 0.248962
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 221960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.538
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77419
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= 43
involuntary context switches= 786

runsolver used 0.45693 second user time and 1.16382 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 19:04:33
IDJOB=3281629
IDBENCH=69591
IDSOLVER=1652
FILE ID=node112/3281629-1303751072
RUNJOBID= node112-1303749441-2703
PBS_JOBID= 13154050
Free space on /tmp= 72600 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281629-1303751072/watcher-3281629-1303751072 -o /tmp/evaluation-result-3281629-1303751072/solver-3281629-1303751072 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3281629-1303751072.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=2019592886

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11719096 kB
Buffers:       1969988 kB
Cached:       18591644 kB
SwapCached:          0 kB
Active:        9646128 kB
Inactive:     11037904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11719096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           71900 kB
Writeback:           0 kB
AnonPages:      121976 kB
Mapped:          16012 kB
Slab:           481904 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   265172 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= 72600 MiB
End job on node112 at 2011-04-25 19:09:30