Trace number 3321286

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
CryptoMiniSat Strange-Night-2-mtUNSAT 478.687 65.643

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.38633
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.00	c Outputting solution to console
0.10/0.06	c Using 8 threads
0.10/0.06	c This is CryptoMiniSat 3.0.0
0.10/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.10/0.06	c Reading file 'HOME/instance-3321286-1304342734.cnf'
0.10/0.06	c -- header says num vars:        1987351
0.10/0.06	c -- header says num clauses:     5963534
39.20/7.11	c -- clauses added:            0 learnts,      5963534 normals,            0 xors
39.20/7.11	c -- vars added    1987351
39.20/7.11	c Parsing time:  2.90 s
39.20/7.11	c  N st     0         0   1987351   1963829   3945111         0  14109380         0   no data   no data
51.45/8.77	c asymm  cl-useful: 1/93/1897171 lits-rem:1 time: 1.52
262.45/35.18	c Flit:  1436 Blit:  59848 bXBeca:    0 bXProp: 9141 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 26.39
267.99/35.84	c Cleaning up after failed var search:     0.64 s 
273.57/36.50	c Replacing     9141 vars Replaced   200846 lits Time:     0.60 s 
282.53/38.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.04 s
285.04/38.41	c bin-w-bin subsume rem          666 bins  time:  0.39 s
295.14/39.74	c subs with bin:      677  lits-rem:      5238  v-fix:    0  time:  1.32 s
405.00/53.73	c Subs w/ non-existent bins:     10 l-rem:     14 v-fix:   244 done:   8451 time: 13.83 s
410.47/54.42	c Removed useless bin:       0  fixed:     0  props:  20.12M  time:  0.69 s
472.54/63.60	c lits-rem:        87  cl-subs:      125  v-elim:  76818  v-fix:    0  time:  8.96 s
474.93/64.15	c Finding binary XORs  T:     0.54 s  found:   18560
476.56/64.68	c Replacing    18560 vars Replaced   266936 lits Time:     0.53 s 
477.48/64.93	c calculated reachability. Time: 0.04
478.05/65.13	c Calc default polars -  time:   0.20 s pos: 1680160 undec:  289245 neg:   17946
478.05/65.13	c =========================================================================================
478.05/65.13	c types(t): F = full restart, N = normal restart
478.05/65.13	c types(t): S = simplification begin/end, E = solution found
478.05/65.13	c restart types(rt): st = static, dy = dynamic
478.05/65.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
478.05/65.13	c  B st     0         0   1706425   1712722   3463416         0  12365618         0   no data   no data
478.05/65.14	c Following stats are for *FIRST FINISHED THREAD ONLY*
478.05/65.14	c num threads              : 8          
478.05/65.14	c restarts                 : 3          
478.05/65.14	c dynamic restarts         : 0          
478.05/65.14	c static restarts          : 3          
478.05/65.14	c full restarts            : 0          
478.05/65.14	c total simplify time      : 0.94       
478.05/65.14	c learnts DL2              : 0          
478.05/65.14	c learnts size 2           : 3953205    
478.05/65.14	c learnts size 1           : 679887      (34.21     % of vars)
478.05/65.14	c filedLit time            : 0.00        (0.00      % time)
478.05/65.14	c v-elim SatELite          : 0           (0.00      % vars)
478.05/65.14	c SatELite time            : 0.00        (0.00      % time)
478.05/65.14	c v-elim xor               : 0           (0.00      % vars)
478.05/65.14	c xor elim time            : 0.00        (0.00      % time)
478.05/65.14	c num binary xor trees     : 4956       
478.05/65.14	c binxor trees' crown      : 11922       (2.41      leafs/tree)
478.05/65.14	c bin xor find time        : 0.57       
478.05/65.14	c OTF clause improved      : 19          (0.06      clauses/conflict)
478.05/65.14	c OTF impr. size diff      : 69          (3.63       lits/clause)
478.05/65.14	c OTF cl watch-shrink      : 57          (0.19      clauses/conflict)
478.05/65.14	c OTF cl watch-sh-lit      : 306         (5.37       lits/clause)
478.05/65.14	c tried to recurMin cls    : 144         (46.75      % of conflicts)
478.05/65.14	c updated cache            : 421         (2.92       lits/tried recurMin)
478.05/65.14	c unit cls recevied        : 0           (0.00      % of units)
478.05/65.14	c unit cls sent            : 0           (0.00      % of units)
478.05/65.14	c bin cls recevied         : 0          
478.05/65.14	c bin cls sent             : 0          
478.05/65.14	c clauses over max glue    : 0           (0.00      % of all clauses)
478.05/65.14	c conflicts                : 308         (5.07      / sec)
478.05/65.14	c decisions                : 2990        (1.54      % random)
478.05/65.14	c bogo-props               : 77583554    (1276701.26 / sec)
478.05/65.14	c conflict literals        : 19376       (42.69     % deleted)
478.05/65.14	c Memory used              : 11146.52    MB
478.05/65.14	c single-thread CPU time   : 60.77       s
478.05/65.14	c all-threads sum CPU time : 458.36      s
478.05/65.14	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-3321286-1304342734/watcher-3321286-1304342734 -o /tmp/evaluation-result-3321286-1304342734/solver-3321286-1304342734 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321286-1304342734.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.19 6.43 7.48 1/246 5059
/proc/meminfo: memFree=21741784/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 23047 352 299 106 0 18018 0
[pid=5059/tid=5060] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886252 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886248 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0209951 s]
/proc/loadavg: 3.19 6.43 7.48 1/246 5059
/proc/meminfo: memFree=21741784/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=92188 CPUtime=0.1 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 412 0 0 0 10 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 23047 352 299 106 0 18018 0
[pid=5059/tid=5060] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 526689575 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=92188 CPUtime=0 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=92188 CPUtime=0.01 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 526689576 94400512 352 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599886258 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 92188

[startup+0.101437 s]
/proc/loadavg: 3.19 6.43 7.48 1/246 5059
/proc/meminfo: memFree=21741784/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=424088 CPUtime=0.6 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) D 5057 5059 5034 0 -1 4202496 35246 0 0 0 51 9 0 0 18 0 8 0 526689575 434266112 29226 33554432000 4194304 4627427 140734480521408 18446744073709551615 4317104 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 106022 28739 340 106 0 100993 0
[pid=5059/tid=5060] ppid=5057 vsize=422036 CPUtime=0.08 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 4848 0 0 0 7 1 0 0 17 0 8 0 526689575 432164864 28750 33554432000 4194304 4627427 140734480521408 18446744073709551615 4313348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=422036 CPUtime=0.08 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 5064 0 0 0 7 1 0 0 18 0 8 0 526689575 432164864 28965 33554432000 4194304 4627427 140734480521408 18446744073709551615 4317104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=422036 CPUtime=0.08 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 4236 0 0 0 7 1 0 0 17 0 8 0 526689575 432164864 28965 33554432000 4194304 4627427 140734480521408 18446744073709551615 4354520 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=423476 CPUtime=0.06 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 3079 0 0 0 6 0 0 0 17 0 8 0 526689576 433639424 28975 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314333 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=433476 CPUtime=0.02 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 4834 0 0 0 2 0 0 0 18 0 8 0 526689576 443879424 32159 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=433476 CPUtime=0.07 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 5420 0 0 0 6 1 0 0 18 0 8 0 526689576 443879424 31864 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=433476 CPUtime=0.07 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 3734 0 0 0 7 0 0 0 17 0 8 0 526689576 443879424 31864 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106812039 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 424088

[startup+0.300952 s]
/proc/loadavg: 3.19 6.43 7.48 1/246 5059
/proc/meminfo: memFree=21741784/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=1217888 CPUtime=1.84 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) D 5057 5059 5034 0 -1 4202496 236401 0 0 0 121 63 0 0 18 0 8 0 526689575 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 304472 178457 341 106 0 299443 0
[pid=5059/tid=5060] ppid=5057 vsize=1217888 CPUtime=0.22 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 28851 0 0 0 15 7 0 0 17 0 8 0 526689575 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=1217888 CPUtime=0.25 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 33754 0 0 0 17 8 0 0 18 0 8 0 526689575 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106826666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=1217888 CPUtime=0.23 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 29055 0 0 0 16 7 0 0 17 0 8 0 526689575 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=1217888 CPUtime=0.19 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 22217 0 0 0 14 5 0 0 17 0 8 0 526689576 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 1 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=1217888 CPUtime=0.18 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 30822 0 0 0 10 8 0 0 17 0 8 0 526689576 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106466112 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=1217888 CPUtime=0.23 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 31675 0 0 0 15 8 0 0 18 0 8 0 526689576 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106466241 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=1217888 CPUtime=0.22 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) D 5057 5059 5034 0 -1 4202560 27426 0 0 0 15 7 0 0 17 0 8 0 526689576 1247117312 178457 33554432000 4194304 4627427 140734480521408 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1217888

[startup+0.700889 s]
/proc/loadavg: 3.19 6.43 7.48 1/246 5059
/proc/meminfo: memFree=21741784/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=2972912 CPUtime=4.29 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 635834 0 0 0 267 162 0 0 17 0 8 0 526689575 3044261888 500144 33554432000 4194304 4627427 140734480521408 18446744073709551615 4358019 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 743228 500217 341 106 0 738199 0
[pid=5059/tid=5060] ppid=5057 vsize=2972912 CPUtime=0.51 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 74626 0 0 0 33 18 0 0 17 0 8 0 526689575 3044261888 500247 33554432000 4194304 4627427 140734480521408 18446744073709551615 4317104 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=2972912 CPUtime=0.59 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 89091 0 0 0 37 22 0 0 17 0 8 0 526689575 3044261888 500280 33554432000 4194304 4627427 140734480521408 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=2972912 CPUtime=0.52 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 73682 0 0 0 32 20 0 0 17 0 8 0 526689575 3044261888 500309 33554432000 4194304 4627427 140734480521408 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=2972912 CPUtime=0.49 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 74376 0 0 0 34 15 0 0 17 0 8 0 526689576 3044261888 500342 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106466119 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=2972912 CPUtime=0.47 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 81754 0 0 0 26 21 0 0 17 0 8 0 526689576 3044261888 500371 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=2972912 CPUtime=0.53 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 77286 0 0 0 33 20 0 0 17 0 8 0 526689576 3044261888 500402 33554432000 4194304 4627427 140734480521408 18446744073709551615 4313312 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=2972912 CPUtime=0.51 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 76595 0 0 0 31 20 0 0 17 0 8 0 526689576 3044261888 500435 33554432000 4194304 4627427 140734480521408 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 2972912

[startup+1.50078 s]
/proc/loadavg: 3.19 6.43 7.48 9/254 5067
/proc/meminfo: memFree=18948512/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=5237136 CPUtime=8.77 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) S 5057 5059 5034 0 -1 4202496 1340354 0 0 0 525 352 0 0 17 0 8 0 526689575 5362827264 1051140 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 1309284 1051181 341 106 0 1304255 0
[pid=5059/tid=5060] ppid=5057 vsize=5237136 CPUtime=1.09 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 169653 0 0 0 65 44 0 0 17 0 8 0 526689575 5362827264 1051193 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=5237136 CPUtime=1.15 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 172912 0 0 0 69 46 0 0 17 0 8 0 526689575 5362827264 1051221 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=5237136 CPUtime=1.08 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 160678 0 0 0 63 45 0 0 16 0 8 0 526689575 5362827264 1051238 33554432000 4194304 4627427 140734480521408 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=5237136 CPUtime=1.01 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 162944 0 0 0 66 35 0 0 16 0 8 0 526689576 5362827264 1051254 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106466156 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=5237136 CPUtime=0.99 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 167384 0 0 0 54 45 0 0 16 0 8 0 526689576 5362827264 1051274 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=5237136 CPUtime=1.1 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 164594 0 0 0 65 45 0 0 17 0 8 0 526689576 5362827264 1051291 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=5237136 CPUtime=1.1 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 173011 0 0 0 64 46 0 0 17 0 8 0 526689576 5362827264 1051312 33554432000 4194304 4627427 140734480521408 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 5237136

[startup+3.10047 s]
/proc/loadavg: 3.19 6.43 7.48 8/254 5067
/proc/meminfo: memFree=17305512/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=5839864 CPUtime=18.58 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 1444206 0 0 0 1132 726 0 0 16 0 8 0 526689575 5980020736 1153920 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 1459966 1153921 341 106 0 1454937 0
[pid=5059/tid=5060] ppid=5057 vsize=5839864 CPUtime=2.3 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 185134 0 0 0 138 92 0 0 15 0 8 0 526689575 5980020736 1153922 33554432000 4194304 4627427 140734480521408 18446744073709551615 4301491 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=5839864 CPUtime=2.37 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 181140 0 0 0 143 94 0 0 16 0 8 0 526689575 5980020736 1153927 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=5839864 CPUtime=2.32 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 174844 0 0 0 148 84 0 0 16 0 8 0 526689575 5980020736 1153928 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=5839864 CPUtime=2.22 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 183264 0 0 0 138 84 0 0 16 0 8 0 526689576 5980020736 1153930 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=5839864 CPUtime=2.24 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 185743 0 0 0 128 96 0 0 16 0 8 0 526689576 5980020736 1153932 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=5839864 CPUtime=2.32 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 172856 0 0 0 140 92 0 0 15 0 8 0 526689576 5980020736 1153932 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=5839864 CPUtime=2.34 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 183228 0 0 0 141 93 0 0 16 0 8 0 526689576 5980020736 1153932 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.58
Current children cumulated vsize (KiB) 5839864

[startup+6.3009 s]
/proc/loadavg: 3.57 6.45 7.49 6/254 5067
/proc/meminfo: memFree=16480828/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=6438304 CPUtime=34.4 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 1658967 0 0 0 2021 1419 0 0 16 0 8 0 526689575 6592823296 1368681 33554432000 4194304 4627427 140734480521408 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 1609576 1368685 341 106 0 1604547 0
[pid=5059/tid=5060] ppid=5057 vsize=6438304 CPUtime=4.27 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 212082 0 0 0 243 184 0 0 16 0 8 0 526689575 6592823296 1368686 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 18446604453931593792 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=6438304 CPUtime=4.36 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 210827 0 0 0 258 178 0 0 15 0 8 0 526689575 6592823296 1368688 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=6438304 CPUtime=4.32 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 201115 0 0 0 266 166 0 0 15 0 8 0 526689575 6592823296 1368691 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=6438304 CPUtime=4.18 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 208510 0 0 0 251 167 0 0 15 0 8 0 526689576 6592823296 1368692 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873838 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=6438304 CPUtime=4.22 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 212437 0 0 0 240 182 0 0 16 0 8 0 526689576 6592823296 1368695 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=6438304 CPUtime=4.31 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 199709 0 0 0 251 180 0 0 15 0 8 0 526689576 6592823296 1368697 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=6438304 CPUtime=4.32 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 209417 0 0 0 253 179 0 0 16 0 8 0 526689576 6592823296 1368698 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 3 0 0 0

################
# More data... #
################

[pid=5059/tid=5064] ppid=5057 vsize=8425844 CPUtime=23.13 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 240070 0 0 0 2097 216 0 0 25 0 8 0 526689576 8628064256 1563822 33554432000 4194304 4627427 140734480521408 18446744073709551615 4237488 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=8425844 CPUtime=23.24 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 225157 0 0 0 2114 210 0 0 25 0 8 0 526689576 8628064256 1563822 33554432000 4194304 4627427 140734480521408 18446744073709551615 4237900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=8425844 CPUtime=23.23 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 2112 211 0 0 25 0 8 0 526689576 8628064256 1563822 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861291 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 185.67
Current children cumulated vsize (KiB) 8425844

[startup+51.101 s]
/proc/loadavg: 6.09 6.72 7.52 9/254 5068
/proc/meminfo: memFree=13033524/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11025464 CPUtime=384.49 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2564166 0 0 0 36539 1910 0 0 25 0 8 0 526689575 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4534968 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 2756366 2184968 382 106 0 2751337 0
[pid=5059/tid=5060] ppid=5057 vsize=11025464 CPUtime=47.64 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 341246 0 0 0 4501 263 0 0 25 0 8 0 526689575 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11025464 CPUtime=48.23 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 330843 0 0 0 4580 243 0 0 25 0 8 0 526689575 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4436111 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11025464 CPUtime=47.72 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 327431 0 0 0 4536 236 0 0 25 0 8 0 526689575 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4534796 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11025464 CPUtime=47.02 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 339303 0 0 0 4462 240 0 0 25 0 8 0 526689576 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4467886 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11025464 CPUtime=48.48 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 354604 0 0 0 4600 248 0 0 25 0 8 0 526689576 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4423999 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11025464 CPUtime=48.25 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 321820 0 0 0 4590 235 0 0 25 0 8 0 526689576 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4454440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11025464 CPUtime=48.83 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 4672 211 0 0 25 0 8 0 526689576 11290075136 2184968 33554432000 4194304 4627427 140734480521408 18446744073709551615 4219962 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 384.49
Current children cumulated vsize (KiB) 11025464

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

[startup+57.5009 s]
/proc/loadavg: 6.24 6.74 7.53 9/254 5069
/proc/meminfo: memFree=12992656/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11119096 CPUtime=434.71 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2702539 0 0 0 41529 1942 0 0 19 0 8 0 526689575 11385954304 2192326 33554432000 4194304 4627427 140734480521408 18446744073709551615 4424007 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 2779774 2192326 382 106 0 2774745 0
[pid=5059/tid=5060] ppid=5057 vsize=11119096 CPUtime=53.98 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 361310 0 0 0 5131 267 0 0 19 0 8 0 526689575 11385954304 2192326 33554432000 4194304 4627427 140734480521408 18446744073709551615 4440702 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11119096 CPUtime=54.49 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 359601 0 0 0 5200 249 0 0 19 0 8 0 526689575 11385954304 2192327 33554432000 4194304 4627427 140734480521408 18446744073709551615 4412484 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11119096 CPUtime=54.03 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 354254 0 0 0 5160 243 0 0 20 0 8 0 526689575 11385954304 2192327 33554432000 4194304 4627427 140734480521408 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11119096 CPUtime=53.22 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 358273 0 0 0 5078 244 0 0 18 0 8 0 526689576 11385954304 2192327 33554432000 4194304 4627427 140734480521408 18446744073709551615 4537211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11119096 CPUtime=54.59 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 383471 0 0 0 5208 251 0 0 21 0 8 0 526689576 11385954304 2192328 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11119096 CPUtime=54.5 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 335363 0 0 0 5211 239 0 0 18 0 8 0 526689576 11385954304 2192328 33554432000 4194304 4627427 140734480521408 18446744073709551615 4412484 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11119096 CPUtime=55.23 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 5312 211 0 0 25 0 8 0 526689576 11385954304 2192328 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 434.71
Current children cumulated vsize (KiB) 11119096

[startup+60.7004 s]
/proc/loadavg: 6.30 6.74 7.52 8/254 5069
/proc/meminfo: memFree=12766856/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11348484 CPUtime=457.02 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2755212 0 0 0 43736 1966 0 0 19 0 8 0 526689575 11620847616 2243225 33554432000 4194304 4627427 140734480521408 18446744073709551615 4424007 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5059/statm: 2837121 2243225 382 106 0 2832092 0
[pid=5059/tid=5060] ppid=5057 vsize=11348484 CPUtime=57.16 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 364716 0 0 0 5446 270 0 0 19 0 8 0 526689575 11620847616 2243225 33554432000 4194304 4627427 140734480521408 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11348484 CPUtime=57.69 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 369390 0 0 0 5517 252 0 0 20 0 8 0 526689575 11620847616 2243226 33554432000 4194304 4627427 140734480521408 18446744073709551615 4443924 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11348484 CPUtime=57.2 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 363081 0 0 0 5473 247 0 0 19 0 8 0 526689575 11620847616 2243226 33554432000 4194304 4627427 140734480521408 18446744073709551615 4412469 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11348484 CPUtime=56.42 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 370078 0 0 0 5396 246 0 0 18 0 8 0 526689576 11620847616 2243226 33554432000 4194304 4627427 140734480521408 18446744073709551615 4258988 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11348484 CPUtime=54.59 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 383471 0 0 0 5208 251 0 0 21 0 8 0 526689576 11620847616 2243227 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11348484 CPUtime=57.69 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 344414 0 0 0 5528 241 0 0 18 0 8 0 526689576 11620847616 2243227 33554432000 4194304 4627427 140734480521408 18446744073709551615 4497763 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11348484 CPUtime=58.43 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 5632 211 0 0 25 0 8 0 526689576 11620847616 2243228 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 457.02
Current children cumulated vsize (KiB) 11348484

[startup+63.9008 s]
/proc/loadavg: 6.30 6.74 7.52 5/254 5069
/proc/meminfo: memFree=12651412/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11414028 CPUtime=474.14 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2805717 0 0 0 45433 1981 0 0 18 0 8 0 526689575 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 4515202 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 2853507 2269401 382 106 0 2848478 0
[pid=5059/tid=5060] ppid=5057 vsize=11414028 CPUtime=60.36 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 380299 0 0 0 5761 275 0 0 24 0 8 0 526689575 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 4515164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11414028 CPUtime=60.4 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 373917 0 0 0 5788 252 0 0 18 0 8 0 526689575 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11414028 CPUtime=60.38 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 367020 0 0 0 5789 249 0 0 22 0 8 0 526689575 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 4298558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11414028 CPUtime=57.07 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 370082 0 0 0 5461 246 0 0 18 0 8 0 526689576 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11414028 CPUtime=54.59 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 383471 0 0 0 5208 251 0 0 21 0 8 0 526689576 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11414028 CPUtime=58.66 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 348295 0 0 0 5624 242 0 0 18 0 8 0 526689576 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11414028 CPUtime=61.63 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 5952 211 0 0 25 0 8 0 526689576 11687964672 2269401 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 474.14
Current children cumulated vsize (KiB) 11414028

[startup+64.7007 s]
/proc/loadavg: 6.30 6.74 7.52 5/254 5069
/proc/meminfo: memFree=12651412/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11414028 CPUtime=476.86 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2809646 0 0 0 45704 1982 0 0 18 0 8 0 526689575 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 4236094 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 2853507 2269481 382 106 0 2848478 0
[pid=5059/tid=5060] ppid=5057 vsize=11414028 CPUtime=61.15 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 380335 0 0 0 5840 275 0 0 18 0 8 0 526689575 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 4495367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11414028 CPUtime=60.4 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 373917 0 0 0 5788 252 0 0 18 0 8 0 526689575 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11414028 CPUtime=60.71 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 370901 0 0 0 5821 250 0 0 23 0 8 0 526689575 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11414028 CPUtime=57.07 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 370082 0 0 0 5461 246 0 0 18 0 8 0 526689576 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11414028 CPUtime=54.59 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 383471 0 0 0 5208 251 0 0 21 0 8 0 526689576 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11414028 CPUtime=58.66 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 348295 0 0 0 5624 242 0 0 18 0 8 0 526689576 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11414028 CPUtime=62.43 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 6032 211 0 0 25 0 8 0 526689576 11687964672 2269481 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 476.86
Current children cumulated vsize (KiB) 11414028

[startup+65.1006 s]
/proc/loadavg: 6.30 6.74 7.52 4/254 5069
/proc/meminfo: memFree=12651040/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=11479564 CPUtime=478.05 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) R 5057 5059 5034 0 -1 4202496 2817411 0 0 0 45823 1982 0 0 18 0 8 0 526689575 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 4302020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 2869891 2277246 383 106 0 2864862 0
[pid=5059/tid=5060] ppid=5057 vsize=11479564 CPUtime=61.55 cores=0-7
/proc/5059/task/5060/stat : 5060 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 384217 0 0 0 5880 275 0 0 18 0 8 0 526689575 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 4304779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5059/tid=5061] ppid=5057 vsize=11479564 CPUtime=60.4 cores=0-7
/proc/5059/task/5061/stat : 5061 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 373917 0 0 0 5788 252 0 0 18 0 8 0 526689575 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5062] ppid=5057 vsize=11479564 CPUtime=60.71 cores=0-7
/proc/5059/task/5062/stat : 5062 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 370901 0 0 0 5821 250 0 0 23 0 8 0 526689575 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 6 0 0 0
[pid=5059/tid=5063] ppid=5057 vsize=11479564 CPUtime=57.07 cores=0-7
/proc/5059/task/5063/stat : 5063 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 370082 0 0 0 5461 246 0 0 18 0 8 0 526689576 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5064] ppid=5057 vsize=11479564 CPUtime=54.59 cores=0-7
/proc/5059/task/5064/stat : 5064 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 383471 0 0 0 5208 251 0 0 21 0 8 0 526689576 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 5 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=11479564 CPUtime=58.66 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) S 5057 5059 5034 0 -1 4202560 348295 0 0 0 5624 242 0 0 18 0 8 0 526689576 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599885876 0 0 4096 2 18446604453931593792 0 0 -1 1 0 0 0
[pid=5059/tid=5066] ppid=5057 vsize=11479564 CPUtime=62.83 cores=0-7
/proc/5059/task/5066/stat : 5066 (strangenight2-m) R 5057 5059 5034 0 -1 4202560 235144 0 0 0 6072 211 0 0 25 0 8 0 526689576 11755073536 2277246 33554432000 4194304 4627427 140734480521408 18446744073709551615 47675599861444 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 478.05
Current children cumulated vsize (KiB) 11479564

[startup+65.5005 s]
/proc/loadavg: 6.30 6.74 7.52 4/254 5069
/proc/meminfo: memFree=12651040/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=0 CPUtime=478.53 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) Z 5057 5059 5034 0 -1 4203548 2817414 0 0 0 45835 2018 0 0 18 0 2 0 526689575 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 0 0 0 0 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=0 CPUtime=59.02 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4203588 348295 0 0 0 5624 278 0 0 18 0 2 0 526689576 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 478.53
Current children cumulated vsize (KiB) 0

[startup+65.6005 s]
/proc/loadavg: 6.30 6.74 7.52 4/254 5069
/proc/meminfo: memFree=12651040/32951124 swapFree=67111448/67111528
[pid=5059] ppid=5057 vsize=0 CPUtime=478.63 cores=0-7
/proc/5059/stat : 5059 (strangenight2-m) Z 5057 5059 5034 0 -1 4203548 2817414 0 0 0 45835 2028 0 0 18 0 2 0 526689575 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5059/statm: 0 0 0 0 0 0 0
[pid=5059/tid=5065] ppid=5057 vsize=0 CPUtime=59.12 cores=0-7
/proc/5059/task/5065/stat : 5065 (strangenight2-m) R 5057 5059 5034 0 -1 4203588 348295 0 0 0 5624 288 0 0 18 0 2 0 526689576 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 478.63
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 65.643
CPU time (s): 478.687
CPU user time (s): 458.356
CPU system time (s): 20.3309
CPU usage (%): 729.228
Max. virtual memory (cumulated for all children) (KiB): 11479564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.356
system time used= 20.3309
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2817414
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= 1655399
involuntary context switches= 3887

runsolver used 0.13098 second user time and 0.375942 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-02 15:25:34
IDJOB=3321286
IDBENCH=88172
IDSOLVER=1709
FILE ID=node144/3321286-1304342734
RUNJOBID= node144-1304342734-5048
PBS_JOBID= 13178064
Free space on /tmp= 73504 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321286-1304342734/watcher-3321286-1304342734 -o /tmp/evaluation-result-3321286-1304342734/solver-3321286-1304342734 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3321286-1304342734.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1661715026

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:      21742064 kB
Buffers:       2149536 kB
Cached:        5136796 kB
SwapCached:         80 kB
Active:        4033028 kB
Inactive:      6604212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21742064 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          126988 kB
Writeback:           0 kB
AnonPages:     3351216 kB
Mapped:          21180 kB
Slab:           489392 kB
PageTables:      18976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 37123404 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= 73500 MiB
End job on node144 at 2011-05-02 15:26:40