Trace number 3498578

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 324.507 324.521

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 benchmark132.277
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.60	c ==============================================================================
0.00/0.60	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.60	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.60	c ==============================================================================
0.00/0.60	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
4.69/4.71	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
4.69/4.71	c ==============================================================================
4.69/4.71	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
4.69/4.71	c CPU time:   4.55531 s
4.69/4.71	c ==============================================================================
5.09/5.16	c
5.09/5.16	c Starting glucose
5.09/5.16	c
5.09/5.16	
5.09/5.16	c This is EBGlucose 1.0 -- based on Glucose version 1.0
5.09/5.16	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
5.09/5.16	
5.09/5.16	c ============================[ Problem Statistics ]=============================
5.09/5.16	c |                                                                             |
5.09/5.16	c |  Number of variables:  68748                                                |
5.09/5.16	c |  Number of clauses:    547995                                               |
5.15/5.39	c |  Parsing time:         0.21         s                                       |
324.38/324.50	c restarts              : 1667
324.38/324.50	c nb ReduceDB           : 41
324.38/324.50	c nb learnts DL2        : 32064
324.38/324.50	c nb learnts size 2     : 2431
324.38/324.50	c nb learnts size 1     : 200
324.38/324.50	c conflicts             : 1657045        (5190 /sec)
324.38/324.50	c decisions             : 12550045       (1.59 % random) (39308 /sec)
324.38/324.50	c propagations          : 837705039      (2623794 /sec)
324.38/324.50	c conflict literals     : 32886039       (19.10 % deleted)
324.38/324.50	c Memory used           : 80.25 MB
324.38/324.50	c CPU time              : 319.272 s
324.38/324.50	
324.47/324.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498578-1307959724/watcher-3498578-1307959724 -o /var/tmp/evaluation-result-3498578-1307959724/solver-3498578-1307959724 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498578-1307959724.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.04 1.31 2/178 30997
/proc/meminfo: memFree=13235856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0

[startup+0.0868971 s]
/proc/loadavg: 1.08 1.04 1.31 2/178 30997
/proc/meminfo: memFree=13235856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100877 s]
/proc/loadavg: 1.08 1.04 1.31 2/178 30997
/proc/meminfo: memFree=13235856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300847 s]
/proc/loadavg: 1.08 1.04 1.31 2/178 30997
/proc/meminfo: memFree=13235856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700789 s]
/proc/loadavg: 1.08 1.04 1.31 2/178 30997
/proc/meminfo: memFree=13235856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50061 s]
/proc/loadavg: 1.08 1.04 1.31 3/180 31000
/proc/meminfo: memFree=13053328/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
[pid=30999] ppid=30997 vsize=197680 CPUtime=1.49 cores=0,2,4,6
/proc/30999/stat : 30999 (SatELite_releas) R 30997 30997 30305 0 -1 4202496 48548 0 0 0 140 9 0 0 25 0 1 0 888388632 202424320 44920 33554432000 134512640 135144230 4291890832 18446744073709551615 134546896 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/30999/statm: 49420 44920 78 155 0 49263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206384

[startup+3.10035 s]
/proc/loadavg: 1.08 1.04 1.31 3/180 31000
/proc/meminfo: memFree=13030760/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 888388632 8912896 252 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 252 211 178 0 69 0
[pid=30999] ppid=30997 vsize=210220 CPUtime=3.09 cores=0,2,4,6
/proc/30999/stat : 30999 (SatELite_releas) R 30997 30997 30305 0 -1 4202496 51307 0 0 0 296 13 0 0 25 0 1 0 888388632 215265280 47679 33554432000 134512640 135144230 4291890832 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/30999/statm: 52555 47679 78 155 0 52398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 218924

[startup+6.30076 s]
/proc/loadavg: 1.15 1.06 1.31 3/180 31001
/proc/meminfo: memFree=13139144/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=50288 CPUtime=1.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 11859 0 0 0 111 2 0 0 22 0 1 0 888389148 51494912 11774 33554432000 134512640 134556542 4294658976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31001/statm: 12572 11774 213 11 0 11906 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58992

[startup+12.7007 s]
/proc/loadavg: 1.22 1.07 1.32 3/180 31001
/proc/meminfo: memFree=13122856/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=57612 CPUtime=7.53 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 13665 0 0 0 750 3 0 0 25 0 1 0 888389148 58994688 13580 33554432000 134512640 134556542 4294658976 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31001/statm: 14403 13580 213 11 0 13737 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66316

[startup+25.5004 s]
/proc/loadavg: 1.39 1.12 1.33 3/180 31001
/proc/meminfo: memFree=13118984/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=59608 CPUtime=20.33 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 14168 0 0 0 2030 3 0 0 25 0 1 0 888389148 61038592 14083 33554432000 134512640 134556542 4294658976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31001/statm: 14902 14083 213 11 0 14236 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68312

[startup+51.1009 s]
/proc/loadavg: 1.60 1.19 1.34 3/180 31002
/proc/meminfo: memFree=13112580/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=62392 CPUtime=45.92 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 14842 0 0 0 4589 3 0 0 25 0 1 0 888389148 63889408 14757 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 15598 14757 213 11 0 14932 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71096

[startup+102.307 s]
/proc/loadavg: 1.82 1.31 1.38 3/180 31003
/proc/meminfo: memFree=13102768/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=68736 CPUtime=97.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 16381 0 0 0 9710 3 0 0 25 0 1 0 888389148 70385664 16296 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 17184 16296 213 11 0 16518 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 77440

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.41 3/180 31005
/proc/meminfo: memFree=13095296/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=73116 CPUtime=157.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 17484 0 0 0 15709 4 0 0 25 0 1 0 888389148 74870784 17399 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 18279 17399 213 11 0 17613 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 81820

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.45 3/180 31007
/proc/meminfo: memFree=13088588/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=77512 CPUtime=217.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 18544 0 0 0 21708 5 0 0 25 0 1 0 888389148 79372288 18459 33554432000 134512640 134556542 4294658976 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 19378 18459 213 11 0 18712 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 86216

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.48 3/180 31008
/proc/meminfo: memFree=13083484/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=80164 CPUtime=277.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19209 0 0 0 27708 5 0 0 25 0 1 0 888389148 82087936 19124 33554432000 134512640 134556542 4294658976 18446744073709551615 134538001 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20041 19124 213 11 0 19375 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 88868

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.65 1.49 3/180 31009
/proc/meminfo: memFree=13080496/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=81904 CPUtime=301.93 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19675 0 0 0 30188 5 0 0 25 0 1 0 888389148 83869696 19590 33554432000 134512640 134556542 4294658976 18446744073709551615 134537570 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20476 19590 213 11 0 19810 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 90608

[startup+313.507 s]
/proc/loadavg: 1.99 1.65 1.49 3/180 31009
/proc/meminfo: memFree=13080120/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=81904 CPUtime=308.33 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19692 0 0 0 30828 5 0 0 25 0 1 0 888389148 83869696 19607 33554432000 134512640 134556542 4294658976 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20476 19607 213 11 0 19810 0
Current children cumulated CPU time (s) 313.48
Current children cumulated vsize (KiB) 90608

[startup+319.901 s]
/proc/loadavg: 1.99 1.66 1.49 3/180 31009
/proc/meminfo: memFree=13079872/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=82040 CPUtime=314.73 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19718 0 0 0 31468 5 0 0 25 0 1 0 888389148 84008960 19633 33554432000 134512640 134556542 4294658976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20510 19633 213 11 0 19844 0
Current children cumulated CPU time (s) 319.88
Current children cumulated vsize (KiB) 90744

[startup+323.101 s]
/proc/loadavg: 1.99 1.66 1.50 3/180 31009
/proc/meminfo: memFree=13079988/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=82040 CPUtime=317.93 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19721 0 0 0 31788 5 0 0 25 0 1 0 888389148 84008960 19636 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20510 19636 213 11 0 19844 0
Current children cumulated CPU time (s) 323.08
Current children cumulated vsize (KiB) 90744

[startup+323.901 s]
/proc/loadavg: 1.99 1.66 1.50 3/180 31009
/proc/meminfo: memFree=13079988/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=82172 CPUtime=318.73 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19726 0 0 0 31868 5 0 0 25 0 1 0 888389148 84144128 19641 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20543 19641 213 11 0 19877 0
Current children cumulated CPU time (s) 323.88
Current children cumulated vsize (KiB) 90876

[startup+324.301 s]
/proc/loadavg: 1.99 1.66 1.50 3/180 31009
/proc/meminfo: memFree=13079988/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=82172 CPUtime=319.13 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202496 19730 0 0 0 31908 5 0 0 25 0 1 0 888389148 84144128 19645 33554432000 134512640 134556542 4294658976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31001/statm: 20543 19645 213 11 0 19877 0
Current children cumulated CPU time (s) 324.28
Current children cumulated vsize (KiB) 90876

[startup+324.507 s]
/proc/loadavg: 1.99 1.67 1.50 3/180 31009
/proc/meminfo: memFree=13079988/32951124 swapFree=67055536/67111528
[pid=30997] ppid=30995 vsize=8704 CPUtime=5.15 cores=0,2,4,6
/proc/30997/stat : 30997 (ebglucose.sh) S 30995 30997 30305 0 -1 4202496 381 57081 0 0 0 0 496 19 18 0 1 0 888388632 8912896 255 33554432000 4194304 4922060 140733248805920 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30997/statm: 2176 255 211 178 0 69 0
[pid=31001] ppid=30997 vsize=0 CPUtime=319.32 cores=0,2,4,6
/proc/31001/stat : 31001 (ebglucose_stati) R 30997 30997 30305 0 -1 4202500 19747 0 1 0 31927 5 0 0 25 0 1 0 888389148 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 4 0 0 1
/proc/31001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.47
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 324.521
CPU time (s): 324.507
CPU user time (s): 324.239
CPU system time (s): 0.267959
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 225916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.239
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77418
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 3863

runsolver used 0.555915 second user time and 1.20282 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 12:08:45
IDJOB=3498578
IDBENCH=69591
IDSOLVER=1992
FILE ID=node144/3498578-1307959724
RUNJOBID= node144-1307959724-30966
PBS_JOBID= 13559684
Free space on /var/tmp= 2880 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 /var/tmp/evaluation-result-3498578-1307959724/watcher-3498578-1307959724 -o /var/tmp/evaluation-result-3498578-1307959724/solver-3498578-1307959724 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498578-1307959724.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=212559471

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13236416 kB
Buffers:         97860 kB
Cached:       18920400 kB
SwapCached:       9088 kB
Active:        3603280 kB
Inactive:     15445476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13236416 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           33768 kB
Writeback:           8 kB
AnonPages:       27916 kB
Mapped:          14088 kB
Slab:           601348 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2876 MiB
End job on node144 at 2011-06-13 12:14:10