Trace number 3394238

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-mt (fixed)UNSAT 89.1344 15.0467

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3394238-1306093721.cnf'
0.00/0.02	c -- header says num vars:          29317
0.00/0.02	c -- header says num clauses:      277090
1.31/0.30	c -- clauses added:            0 learnts,       277090 normals,            0 xors
1.31/0.30	c -- vars added      29317
1.31/0.30	c Parsing time:  0.12 s
1.31/0.30	c  N st     0         0     29317     12861    264085         0    598738         0   no data   no data
2.78/0.59	c asymm  cl-useful: 5/3513/12727 lits-rem:201 time: 0.25
32.13/4.41	c Flit:    89 Blit:   1878 bXBeca:    0 bXProp:  527 Bins:      0 BRemL:      0 BRemN:      0 P: 111.1M T:  3.54
32.13/4.41	c Cleaning up after failed var search:     0.01 s 
32.94/4.43	c Replacing      527 vars Replaced    11553 lits Time:     0.01 s 
32.94/4.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.94/4.45	c bin-w-bin subsume rem          156 bins  time:  0.01 s
32.94/4.48	c subs with bin:       22  lits-rem:         0  v-fix:    0  time:  0.03 s
34.33/4.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  26575 time:  0.21 s
35.93/4.84	c Removed useless bin:    2803  fixed:     0  props:  20.00M  time:  0.14 s
37.50/5.05	c lits-rem:       291  cl-subs:     1976  v-elim:   4960  v-fix:    0  time:  0.19 s
39.04/5.25	c Finding binary XORs  T:     0.19 s  found:       0
39.85/5.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
39.85/5.30	c calculated reachability. Time: 0.04
39.85/5.30	c Calc default polars -  time:   0.01 s pos:    2524 undec:    8777 neg:   18016
39.85/5.30	c =========================================================================================
39.85/5.30	c types(t): F = full restart, N = normal restart
39.85/5.30	c types(t): S = simplification begin/end, E = solution found
39.85/5.30	c restart types(rt): st = static, dy = dynamic
39.85/5.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
39.85/5.30	c  B st     0         0     21615     13414    184644         0    526741         0   no data   no data
43.02/5.78	c  N dy    16      4050     21615     13414    185314      3303    526741    136240      8.10      8.57
47.02/6.23	c  N dy    37      8374     21615     13414    186528      5176    526741    152381      8.22      8.70
49.55/6.59	c  N dy    68     12422     21615     13414    186560      5244    526741    132350      9.11     10.70
52.60/6.96	c  N dy    94     16491     21615     13414    189074      9208    526741    284690      9.47      9.97
55.80/7.34	c  N dy   116     20520     21615     13414    189221      7819    526741    212276      9.64     10.73
59.14/7.73	c  N dy   131     24581     21615     13414    189297     11786    526741    355024      9.62     16.07
59.14/7.78	c  F st   135     25000     21615     13414    189297     12197    526741    371153      9.64   no data
62.98/8.26	c Decided on static restart strategy
62.98/8.26	c  N st   141     30002     21615     13414    189299     10485    526741    305696      9.64   no data
62.98/8.26	c  S st   141     30002     21615     13414    189299     10485    526741    305696      9.64   no data
63.78/8.36	c  S st   141     30504     21615     13414    189334     10952    526741    324009      9.64   no data
63.78/8.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
82.56/12.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bins: 831980 BRemL:  34976 BRemN:   1974 P: 105.2M T:  4.15
82.56/12.58	c Replacing        9 vars Replaced      566 lits Time:     0.03 s 
82.86/12.61	c blocked clauses removed:     1354 vars:   1237 tried:       24717 T: 0.02 s
82.86/12.68	c bin-w-bin subsume rem          188 bins  time:  0.08 s
83.76/12.99	c subs with bin:      300  lits-rem:     27482  v-fix:    0  time:  0.31 s
84.41/13.18	c Subs w/ non-existent bins:      9 l-rem:      6 v-fix:     0 done:  20369 time:  0.19 s
84.72/13.22	c Removed useless bin:     481  fixed:     0  props:   3.64M  time:  0.04 s
84.96/13.31	c lits-rem:       152  cl-subs:      363  v-elim:    285  v-fix:    0  time:  0.09 s
85.56/13.54	c subs with bin:     1209  lits-rem:      8570  v-fix:    0  time:  0.21 s
85.85/13.65	c lits-rem:       531  cl-subs:      473  v-elim:      0  v-fix:    0  time:  0.11 s
86.45/13.89	c asymm  cl-useful: 24/3862/11034 lits-rem:28 time: 0.24
86.75/13.95	c calculated reachability. Time: 0.04
86.75/13.95	c  N st   141     30504     20084     11034    915799      9245    446355   1784386      9.64   no data
88.91/14.97	c Following stats are for *FIRST FINISHED THREAD ONLY*
88.91/14.97	c num threads              : 8          
88.91/14.97	c restarts                 : 124        
88.91/14.97	c dynamic restarts         : 106        
88.91/14.97	c static restarts          : 18         
88.91/14.97	c full restarts            : 1          
88.91/14.97	c total simplify time      : 0.08       
88.91/14.97	c learnts DL2              : 0          
88.91/14.97	c learnts size 2           : 276543     
88.91/14.97	c learnts size 1           : 2824        (9.63      % of vars)
88.91/14.97	c filedLit time            : 0.00        (0.00      % time)
88.91/14.97	c v-elim SatELite          : 0           (0.00      % vars)
88.91/14.97	c SatELite time            : 0.00        (0.00      % time)
88.91/14.97	c v-elim xor               : 0           (0.00      % vars)
88.91/14.97	c xor elim time            : 0.00        (0.00      % time)
88.91/14.97	c num binary xor trees     : 339        
88.91/14.97	c binxor trees' crown      : 547         (1.61      leafs/tree)
88.91/14.97	c bin xor find time        : 0.02       
88.91/14.97	c OTF clause improved      : 4209        (0.06      clauses/conflict)
88.91/14.97	c OTF impr. size diff      : 4955        (1.18       lits/clause)
88.91/14.97	c OTF cl watch-shrink      : 40571       (0.57      clauses/conflict)
88.91/14.97	c OTF cl watch-sh-lit      : 149420      (3.68       lits/clause)
88.91/14.97	c tried to recurMin cls    : 14208       (19.92      % of conflicts)
88.91/14.97	c updated cache            : 4738        (0.33       lits/tried recurMin)
88.91/14.97	c unit cls recevied        : 1629        (57.68     % of units)
88.91/14.97	c unit cls sent            : 405         (14.34     % of units)
88.91/14.97	c bin cls recevied         : 11327      
88.91/14.97	c bin cls sent             : 1930       
88.91/14.97	c clauses over max glue    : 0           (0.00      % of all clauses)
88.91/14.97	c conflicts                : 71324       (4873.26   / sec)
88.91/14.97	c decisions                : 144232      (1.67      % random)
88.91/14.97	c bogo-props               : 731002354   (49946268.92 / sec)
88.91/14.97	c conflict literals        : 1667308     (29.47     % deleted)
88.91/14.97	c Memory used              : 1705.68     MB
88.91/14.97	c single-thread CPU time   : 14.64       s
88.91/14.97	c all-threads sum CPU time : 87.26       s
88.91/14.97	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: 961)

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-3394238-1306093721/watcher-3394238-1306093721 -o /tmp/evaluation-result-3394238-1306093721/solver-3394238-1306093721 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3394238-1306093721.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: 7.15 7.63 5.68 2/551 32000
/proc/meminfo: memFree=25567188/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=92144 CPUtime=0.09 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 412 0 0 0 9 0 0 0 23 0 8 0 799602835 94355456 352 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740402 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 23036 352 299 95 0 18018 0
[pid=32000/tid=32001] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 4 0 0 0 1 0 0 0 23 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 224284925883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 0 0 0 0 1 0 0 0 24 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740406 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=92144 CPUtime=0 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=92144 CPUtime=0.01 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 8 0 799602836 94355456 360 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350739987 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0570759 s]
/proc/loadavg: 7.15 7.63 5.68 2/551 32000
/proc/meminfo: memFree=25567188/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=464740 CPUtime=0.27 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 19617 0 0 0 21 6 0 0 17 0 8 0 799602835 475893760 16446 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 116185 16451 337 95 0 111167 0
[pid=32000/tid=32001] ppid=31997 vsize=464740 CPUtime=0.04 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2783 0 0 0 3 1 0 0 17 0 8 0 799602836 475893760 16453 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=464740 CPUtime=0.03 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2377 0 0 0 3 0 0 0 17 0 8 0 799602836 475893760 16454 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=464740 CPUtime=0.04 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2559 0 0 0 3 1 0 0 18 0 8 0 799602836 475893760 16457 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=464740 CPUtime=0.04 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 2260 0 0 0 3 1 0 0 18 0 8 0 799602836 475893760 16457 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 18446604443397973184 0 0 -1 3 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=464740 CPUtime=0.02 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) D 31997 32000 31798 0 -1 4202560 2328 0 0 0 2 0 0 0 17 0 8 0 799602836 475893760 16457 33554432000 4194304 4580107 140733588802048 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=464740 CPUtime=0 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 1661 0 0 0 0 0 0 0 18 0 8 0 799602836 475893760 16457 33554432000 4194304 4580107 140733588802048 18446744073709551615 4306964 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=464740 CPUtime=0.03 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2692 0 0 0 2 1 0 0 17 0 8 0 799602836 475893760 16457 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 464740

[startup+0.101085 s]
/proc/loadavg: 7.15 7.63 5.68 2/551 32000
/proc/meminfo: memFree=25567188/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=654904 CPUtime=0.49 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 22912 0 0 0 35 14 0 0 17 0 8 0 799602835 670621696 19484 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 163726 19487 338 95 0 158708 0
[pid=32000/tid=32001] ppid=31997 vsize=654904 CPUtime=0.07 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 3090 0 0 0 5 2 0 0 17 0 8 0 799602836 670621696 19488 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 18446604443397973184 0 0 -1 0 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=654904 CPUtime=0.05 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2602 0 0 0 4 1 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=654904 CPUtime=0.07 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2800 0 0 0 5 2 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=654904 CPUtime=0.07 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2642 0 0 0 5 2 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=654904 CPUtime=0.04 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 2633 0 0 0 3 1 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=654904 CPUtime=0.01 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 2833 0 0 0 1 0 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=654904 CPUtime=0.05 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) D 31997 32000 31798 0 -1 4202560 2988 0 0 0 4 1 0 0 17 0 8 0 799602836 670621696 19489 33554432000 4194304 4580107 140733588802048 18446744073709551615 224284587041 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 654904

[startup+0.301055 s]
/proc/loadavg: 7.15 7.63 5.68 2/551 32000
/proc/meminfo: memFree=25567188/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=659848 CPUtime=1.31 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 32908 0 0 0 84 47 0 0 18 0 8 0 799602835 675684352 29453 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 164962 29456 338 95 0 159944 0
[pid=32000/tid=32001] ppid=31997 vsize=659848 CPUtime=0.18 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 4431 0 0 0 12 6 0 0 15 0 8 0 799602836 675684352 29460 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=659848 CPUtime=0.14 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 3764 0 0 0 10 4 0 0 15 0 8 0 799602836 675684352 29461 33554432000 4194304 4580107 140733588802048 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=659848 CPUtime=0.21 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 4118 0 0 0 13 8 0 0 18 0 8 0 799602836 675684352 29461 33554432000 4194304 4580107 140733588802048 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=659848 CPUtime=0.21 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 4027 0 0 0 13 8 0 0 18 0 8 0 799602836 675684352 29465 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=659848 CPUtime=0.1 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 3665 0 0 0 6 4 0 0 15 0 8 0 799602836 675684352 29465 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=659848 CPUtime=0.09 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 4091 0 0 0 6 3 0 0 15 0 8 0 799602836 675684352 29465 33554432000 4194304 4580107 140733588802048 18446744073709551615 224285030894 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=659848 CPUtime=0.1 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 4050 0 0 0 7 3 0 0 16 0 8 0 799602836 675684352 29465 33554432000 4194304 4580107 140733588802048 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 659848

[startup+0.700931 s]
/proc/loadavg: 7.15 7.63 5.68 2/551 32000
/proc/meminfo: memFree=25567188/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=669996 CPUtime=4.33 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 50114 0 0 0 376 57 0 0 18 0 8 0 799602835 686075904 46631 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293280 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 167499 46636 360 95 0 162481 0
[pid=32000/tid=32001] ppid=31997 vsize=669996 CPUtime=0.57 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6794 0 0 0 50 7 0 0 16 0 8 0 799602836 686075904 46641 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=669996 CPUtime=0.54 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6141 0 0 0 48 6 0 0 16 0 8 0 799602836 686075904 46642 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=669996 CPUtime=0.6 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6418 0 0 0 51 9 0 0 18 0 8 0 799602836 686075904 46645 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=669996 CPUtime=0.6 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6476 0 0 0 51 9 0 0 18 0 8 0 799602836 686075904 46645 33554432000 4194304 4580107 140733588802048 18446744073709551615 4231584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=669996 CPUtime=0.45 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 5667 0 0 0 40 5 0 0 16 0 8 0 799602836 686075904 46648 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=669996 CPUtime=0.45 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6368 0 0 0 40 5 0 0 16 0 8 0 799602836 686075904 46651 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=669996 CPUtime=0.46 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 4931 0 0 0 42 4 0 0 16 0 8 0 799602836 686075904 46651 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 669996

[startup+1.5008 s]
/proc/loadavg: 7.15 7.63 5.68 9/559 32008
/proc/meminfo: memFree=25247576/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=980252 CPUtime=10.3 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 137096 0 0 0 938 92 0 0 18 0 8 0 799602835 1003778048 133285 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293032 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 245063 133291 360 95 0 240045 0
[pid=32000/tid=32001] ppid=31997 vsize=980252 CPUtime=1.31 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 19197 0 0 0 119 12 0 0 17 0 8 0 799602836 1003778048 133291 33554432000 4194304 4580107 140733588802048 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=980252 CPUtime=1.28 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 18709 0 0 0 117 11 0 0 17 0 8 0 799602836 1003778048 133293 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294656 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=980252 CPUtime=1.35 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 18612 0 0 0 121 14 0 0 18 0 8 0 799602836 1003778048 133299 33554432000 4194304 4580107 140733588802048 18446744073709551615 4234960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=980252 CPUtime=1.32 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 18640 0 0 0 118 14 0 0 18 0 8 0 799602836 1003778048 133306 33554432000 4194304 4580107 140733588802048 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=980252 CPUtime=1.19 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 18053 0 0 0 110 9 0 0 17 0 8 0 799602836 1003778048 133306 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=980252 CPUtime=1.2 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 18759 0 0 0 110 10 0 0 17 0 8 0 799602836 1003778048 133308 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=980252 CPUtime=1.24 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 5387 0 0 0 120 4 0 0 17 0 8 0 799602836 1003778048 133311 33554432000 4194304 4580107 140733588802048 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 980252

[startup+3.10053 s]
/proc/loadavg: 7.15 7.63 5.68 9/559 32008
/proc/meminfo: memFree=24723304/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1720028 CPUtime=22.42 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 301934 0 0 0 2092 150 0 0 18 0 8 0 799602835 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293268 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 430007 297741 361 95 0 424989 0
[pid=32000/tid=32001] ppid=31997 vsize=1720028 CPUtime=2.8 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 42342 0 0 0 259 21 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4234870 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1720028 CPUtime=2.8 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 42205 0 0 0 261 19 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1720028 CPUtime=2.85 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 42195 0 0 0 262 23 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1720028 CPUtime=2.84 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 41729 0 0 0 261 23 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294185 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1720028 CPUtime=2.7 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 41993 0 0 0 253 17 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1720028 CPUtime=2.7 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 42472 0 0 0 253 17 0 0 18 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4234960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1720028 CPUtime=2.81 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 6369 0 0 0 277 4 0 0 19 0 8 0 799602836 1761308672 297741 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.42
Current children cumulated vsize (KiB) 1720028

[startup+6.301 s]
/proc/loadavg: 7.22 7.64 5.69 9/559 32008
/proc/meminfo: memFree=24296912/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1743020 CPUtime=47.82 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 328092 0 0 0 4618 164 0 0 19 0 8 0 799602835 1784852480 317955 33554432000 4194304 4580107 140733588802048 18446744073709551615 4317452 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 435755 317956 380 95 0 430737 0
[pid=32000/tid=32001] ppid=31997 vsize=1743020 CPUtime=5.99 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 46064 0 0 0 575 24 0 0 19 0 8 0 799602836 1784852480 317956 33554432000 4194304 4580107 140733588802048 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1743020 CPUtime=5.99 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 45500 0 0 0 578 21 0 0 19 0 8 0 799602836 1784852480 317956 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1743020 CPUtime=5.98 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 46050 0 0 0 573 25 0 0 19 0 8 0 799602836 1784852480 317956 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1743020 CPUtime=6.01 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 44819 0 0 0 576 25 0 0 19 0 8 0 799602836 1784852480 317956 33554432000 4194304 4580107 140733588802048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1743020 CPUtime=5.88 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 45309 0 0 0 570 18 0 0 19 0 8 0 799602836 1784852480 317956 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1743020 CPUtime=5.87 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 46050 0 0 0 568 19 0 0 19 0 8 0 799602836 1784852480 317957 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1743020 CPUtime=6.01 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 8229 0 0 0 596 5 0 0 19 0 8 0 799602836 1784852480 317957 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.82
Current children cumulated vsize (KiB) 1743020

[startup+12.701 s]
/proc/loadavg: 7.28 7.65 5.71 4/559 32008
/proc/meminfo: memFree=24223844/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1746480 CPUtime=83.16 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) R 31997 32000 31798 0 -1 4202496 363074 0 0 0 8137 179 0 0 21 0 8 0 799602835 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 4413647 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 436620 335409 381 95 0 431602 0
[pid=32000/tid=32001] ppid=31997 vsize=1746480 CPUtime=12.38 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 56189 0 0 0 1207 31 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1746480 CPUtime=9.22 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48483 0 0 0 900 22 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1746480 CPUtime=9.2 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48999 0 0 0 894 26 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1746480 CPUtime=9.25 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 47749 0 0 0 899 26 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1746480 CPUtime=9.11 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48191 0 0 0 892 19 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1746480 CPUtime=9.1 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 49039 0 0 0 890 20 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1746480 CPUtime=12.41 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 9971 0 0 0 1236 5 0 0 25 0 8 0 799602836 1788395520 335409 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350715435 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.16
Current children cumulated vsize (KiB) 1746480

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

[startup+14.3207 s]
/proc/loadavg: 7.28 7.65 5.71 3/559 32008
/proc/meminfo: memFree=24216304/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1746612 CPUtime=87.74 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) S 31997 32000 31798 0 -1 4202496 365277 0 0 0 8595 179 0 0 18 0 8 0 799602835 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 436653 337359 381 95 0 431635 0
[pid=32000/tid=32001] ppid=31997 vsize=1746612 CPUtime=14.01 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 56598 0 0 0 1369 32 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 224284594543 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1746612 CPUtime=9.22 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48483 0 0 0 900 22 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1746612 CPUtime=9.2 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48999 0 0 0 894 26 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1746612 CPUtime=9.25 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 47749 0 0 0 899 26 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1746612 CPUtime=9.11 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48191 0 0 0 892 19 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1746612 CPUtime=9.1 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 49039 0 0 0 890 20 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1746612 CPUtime=14.03 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 9971 0 0 0 1398 5 0 0 25 0 8 0 799602836 1788530688 337359 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350715435 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 87.74
Current children cumulated vsize (KiB) 1746612

[startup+14.7006 s]
/proc/loadavg: 7.28 7.65 5.71 3/559 32008
/proc/meminfo: memFree=24216304/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1746612 CPUtime=88.51 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) S 31997 32000 31798 0 -1 4202496 366924 0 0 0 8671 180 0 0 18 0 8 0 799602835 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 436653 338753 381 95 0 431635 0
[pid=32000/tid=32001] ppid=31997 vsize=1746612 CPUtime=14.38 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 58245 0 0 0 1406 32 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1746612 CPUtime=9.22 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48483 0 0 0 900 22 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1746612 CPUtime=9.2 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48999 0 0 0 894 26 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1746612 CPUtime=9.25 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 47749 0 0 0 899 26 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1746612 CPUtime=9.11 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48191 0 0 0 892 19 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1746612 CPUtime=9.1 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 49039 0 0 0 890 20 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1746612 CPUtime=14.41 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 9971 0 0 0 1436 5 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350715435 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 88.51
Current children cumulated vsize (KiB) 1746612

[startup+14.9006 s]
/proc/loadavg: 7.28 7.65 5.71 3/559 32008
/proc/meminfo: memFree=24216304/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=1746612 CPUtime=88.91 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) S 31997 32000 31798 0 -1 4202496 366924 0 0 0 8711 180 0 0 18 0 8 0 799602835 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 436653 338753 381 95 0 431635 0
[pid=32000/tid=32001] ppid=31997 vsize=1746612 CPUtime=14.58 cores=0-7
/proc/32000/task/32001/stat : 32001 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 58245 0 0 0 1426 32 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 4289094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32000/tid=32002] ppid=31997 vsize=1746612 CPUtime=9.22 cores=0-7
/proc/32000/task/32002/stat : 32002 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48483 0 0 0 900 22 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 0 0 0 0
[pid=32000/tid=32003] ppid=31997 vsize=1746612 CPUtime=9.2 cores=0-7
/proc/32000/task/32003/stat : 32003 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48999 0 0 0 894 26 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 7 0 0 0
[pid=32000/tid=32004] ppid=31997 vsize=1746612 CPUtime=9.25 cores=0-7
/proc/32000/task/32004/stat : 32004 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 47749 0 0 0 899 26 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 1 0 0 0
[pid=32000/tid=32005] ppid=31997 vsize=1746612 CPUtime=9.11 cores=0-7
/proc/32000/task/32005/stat : 32005 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 48191 0 0 0 892 19 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 6 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=1746612 CPUtime=9.1 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) S 31997 32000 31798 0 -1 4202560 49039 0 0 0 890 20 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350740020 0 0 4096 2 18446604443397973184 0 0 -1 2 0 0 0
[pid=32000/tid=32007] ppid=31997 vsize=1746612 CPUtime=14.61 cores=0-7
/proc/32000/task/32007/stat : 32007 (strangenight2-m) R 31997 32000 31798 0 -1 4202560 9971 0 0 0 1456 5 0 0 25 0 8 0 799602836 1788530688 338753 33554432000 4194304 4580107 140733588802048 18446744073709551615 47980350715435 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 88.91
Current children cumulated vsize (KiB) 1746612

[startup+15.0006 s]
/proc/loadavg: 7.28 7.65 5.71 3/559 32008
/proc/meminfo: memFree=24216304/32951124 swapFree=39849776/67111528
[pid=32000] ppid=31997 vsize=0 CPUtime=89.08 cores=0-7
/proc/32000/stat : 32000 (strangenight2-m) Z 31997 32000 31798 0 -1 4203548 366927 0 0 0 8725 183 0 0 18 0 2 0 799602835 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32000/statm: 0 0 0 0 0 0 0
[pid=32000/tid=32006] ppid=31997 vsize=0 CPUtime=9.12 cores=0-7
/proc/32000/task/32006/stat : 32006 (strangenight2-m) R 31997 32000 31798 0 -1 4203588 49039 0 0 0 890 22 0 0 18 0 2 0 799602836 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 89.08
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 15.0467
CPU time (s): 89.1344
CPU user time (s): 87.2557
CPU system time (s): 1.87871
CPU usage (%): 592.386
Max. virtual memory (cumulated for all children) (KiB): 1764812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.2557
system time used= 1.87871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366927
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= 175644
involuntary context switches= 2870

runsolver used 0.091986 second user time and 0.19097 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-22 21:48:42
IDJOB=3394238
IDBENCH=82424
IDSOLVER=1878
FILE ID=node118/3394238-1306093721
RUNJOBID= node118-1306092896-31812
PBS_JOBID= 13387946
Free space on /tmp= 72940 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394238-1306093721/watcher-3394238-1306093721 -o /tmp/evaluation-result-3394238-1306093721/solver-3394238-1306093721 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3394238-1306093721.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1345923299

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25567716 kB
Buffers:          2960 kB
Cached:         136256 kB
SwapCached:      50464 kB
Active:         455088 kB
Inactive:      6666064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25567716 kB
SwapTotal:    67111528 kB
SwapFree:     39849776 kB
Dirty:            9756 kB
Writeback:           0 kB
AnonPages:     6943992 kB
Mapped:          24824 kB
Slab:            74964 kB
PageTables:     114996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183775468 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= 72936 MiB
End job on node118 at 2011-05-22 21:48:57