Trace number 3321288

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 119.011 15.9682

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79273
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.00/0.04	c This is CryptoMiniSat 3.0.0
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Reading file 'HOME/instance-3321288-1304342741.cnf'
0.00/0.04	c -- header says num vars:         541150
0.00/0.04	c -- header says num clauses:     1645836
11.73/2.27	c -- clauses added:            0 learnts,      1645836 normals,            0 xors
11.73/2.27	c -- vars added     541150
11.73/2.27	c Parsing time:  0.84 s
11.73/2.27	c  N st     0         0    541150    516091   1060199         0   3795582         0   no data   no data
22.83/3.65	c asymm  cl-useful: 40/42/493556 lits-rem:2562 time: 1.35
118.68/15.87	c Following stats are for *FIRST FINISHED THREAD ONLY*
118.68/15.87	c num threads              : 8          
118.68/15.87	c restarts                 : 2          
118.68/15.87	c dynamic restarts         : 0          
118.68/15.87	c static restarts          : 2          
118.68/15.87	c full restarts            : 0          
118.68/15.87	c total simplify time      : 0.43       
118.68/15.87	c learnts DL2              : 0          
118.68/15.87	c learnts size 2           : 1070298    
118.68/15.87	c learnts size 1           : 34210       (6.32      % of vars)
118.68/15.87	c filedLit time            : 0.00        (0.00      % time)
118.68/15.87	c v-elim SatELite          : 0           (0.00      % vars)
118.68/15.87	c SatELite time            : 0.00        (0.00      % time)
118.68/15.87	c v-elim xor               : 0           (0.00      % vars)
118.68/15.87	c xor elim time            : 0.00        (0.00      % time)
118.68/15.87	c num binary xor trees     : 8005       
118.68/15.87	c binxor trees' crown      : 20081       (2.51      leafs/tree)
118.68/15.87	c bin xor find time        : 0.16       
118.68/15.87	c OTF clause improved      : 1           (0.01      clauses/conflict)
118.68/15.87	c OTF impr. size diff      : 1           (1.00       lits/clause)
118.68/15.87	c OTF cl watch-shrink      : 33          (0.24      clauses/conflict)
118.68/15.87	c OTF cl watch-sh-lit      : 219         (6.64       lits/clause)
118.68/15.87	c tried to recurMin cls    : 58          (42.65      % of conflicts)
118.68/15.87	c updated cache            : 149         (2.57       lits/tried recurMin)
118.68/15.87	c unit cls recevied        : 0           (0.00      % of units)
118.68/15.87	c unit cls sent            : 0           (0.00      % of units)
118.68/15.87	c bin cls recevied         : 0          
118.68/15.87	c bin cls sent             : 0          
118.68/15.87	c clauses over max glue    : 0           (0.00      % of all clauses)
118.68/15.87	c conflicts                : 136         (9.33      / sec)
118.68/15.87	c decisions                : 750         (2.13      % random)
118.68/15.87	c bogo-props               : 19703409    (1352161.75 / sec)
118.68/15.87	c conflict literals        : 8067        (26.07     % deleted)
118.68/15.87	c Memory used              : 2841.92     MB
118.68/15.87	c single-thread CPU time   : 14.57       s
118.68/15.87	c all-threads sum CPU time : 114.17      s
118.68/15.87	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-3321288-1304342741/watcher-3321288-1304342741 -o /tmp/evaluation-result-3321288-1304342741/solver-3321288-1304342741 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321288-1304342741.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.99 7.98 7.98 2/192 30866
/proc/meminfo: memFree=17099292/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113654 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30866/statm: 23047 352 299 106 0 18018 0
[pid=30866/tid=30867] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113650 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=92188 CPUtime=0 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545874609 94400512 352 33554432000 4194304 4627427 140733614773104 18446744073709551615 230820963382 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0524699 s]
/proc/loadavg: 7.99 7.98 7.98 2/192 30866
/proc/meminfo: memFree=17099292/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=433188 CPUtime=0.28 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 9012 0 0 0 26 2 0 0 18 0 8 0 545874609 443584512 8034 33554432000 4194304 4627427 140733614773104 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30866/statm: 108865 8611 341 106 0 103836 0
[pid=30866/tid=30867] ppid=30864 vsize=435716 CPUtime=0.03 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 1472 0 0 0 3 0 0 0 18 0 8 0 545874609 446173184 8801 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 4 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=435716 CPUtime=0.03 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 1572 0 0 0 3 0 0 0 18 0 8 0 545874609 446173184 8801 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809223594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=435716 CPUtime=0 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 1563 0 0 0 0 0 0 0 18 0 8 0 545874609 446173184 8801 33554432000 4194304 4627427 140733614773104 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=435716 CPUtime=0.03 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 552 0 0 0 3 0 0 0 17 0 8 0 545874609 446173184 8801 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 1 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=435932 CPUtime=0.03 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 1023 0 0 0 3 0 0 0 17 0 8 0 545874609 446394368 8806 33554432000 4194304 4627427 140733614773104 18446744073709551615 4354520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=435932 CPUtime=0.03 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 1094 0 0 0 3 0 0 0 17 0 8 0 545874609 446394368 8806 33554432000 4194304 4627427 140733614773104 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=435932 CPUtime=0.03 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 637 0 0 0 3 0 0 0 17 0 8 0 545874609 446394368 8806 33554432000 4194304 4627427 140733614773104 18446744073709551615 230808862928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 433188

[startup+0.102649 s]
/proc/loadavg: 7.99 7.98 7.98 2/192 30866
/proc/meminfo: memFree=17099292/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=535972 CPUtime=0.57 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) S 30864 30866 30702 0 -1 4202496 58786 0 0 0 44 13 0 0 17 0 8 0 545874609 548835328 47316 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30866/statm: 133993 47316 341 106 0 128964 0
[pid=30866/tid=30867] ppid=30864 vsize=535972 CPUtime=0.07 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 7859 0 0 0 6 1 0 0 18 0 8 0 545874609 548835328 46804 33554432000 4194304 4627427 140733614773104 18446744073709551615 4313864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=535972 CPUtime=0.07 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 9604 0 0 0 6 1 0 0 18 0 8 0 545874609 548835328 46804 33554432000 4194304 4627427 140733614773104 18446744073709551615 230808862823 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=535972 CPUtime=0.04 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 9752 0 0 0 2 2 0 0 18 0 8 0 545874609 548835328 46804 33554432000 4194304 4627427 140733614773104 18446744073709551615 4313569 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=535972 CPUtime=0.07 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 5312 0 0 0 6 1 0 0 17 0 8 0 545874609 548835328 46804 33554432000 4194304 4627427 140733614773104 18446744073709551615 4314333 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=535972 CPUtime=0.06 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 5424 0 0 0 5 1 0 0 17 0 8 0 545874609 548835328 46804 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=537160 CPUtime=0.06 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 7278 0 0 0 5 1 0 0 17 0 8 0 545874609 550051840 47756 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809223594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=537160 CPUtime=0.06 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 5100 0 0 0 5 1 0 0 17 0 8 0 545874609 550051840 47756 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 535972

[startup+0.320853 s]
/proc/loadavg: 7.99 7.98 7.98 2/192 30866
/proc/meminfo: memFree=17099292/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=1136484 CPUtime=1.74 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 259386 0 0 0 120 54 0 0 17 0 8 0 545874609 1163759616 193376 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809209015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30866/statm: 300505 195027 341 106 0 295476 0
[pid=30866/tid=30867] ppid=30864 vsize=1202020 CPUtime=0.21 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 27269 0 0 0 16 5 0 0 17 0 8 0 545874609 1230868480 195027 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=1202020 CPUtime=0.22 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 36437 0 0 0 15 7 0 0 17 0 8 0 545874609 1230868480 195027 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=1202020 CPUtime=0.2 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 35949 0 0 0 11 9 0 0 17 0 8 0 545874609 1230868480 195027 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=1207488 CPUtime=0.22 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 32739 0 0 0 16 6 0 0 17 0 8 0 545874609 1236467712 195320 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 1 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=1207488 CPUtime=0.2 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) D 30864 30866 30702 0 -1 4202560 36124 0 0 0 14 6 0 0 17 0 8 0 545874609 1236467712 195320 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=1207488 CPUtime=0.23 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 29518 0 0 0 17 6 0 0 17 0 8 0 545874609 1236467712 195320 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809223594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=1207488 CPUtime=0.2 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 30322 0 0 0 15 5 0 0 17 0 8 0 545874609 1236467712 195320 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1136484

[startup+0.700381 s]
/proc/loadavg: 7.99 7.98 7.98 2/192 30866
/proc/meminfo: memFree=17099292/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2255508 CPUtime=3.48 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 469651 0 0 0 238 110 0 0 15 0 8 0 545874609 2309640192 337563 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270815 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30866/statm: 563877 337563 341 106 0 558848 0
[pid=30866/tid=30867] ppid=30864 vsize=2255508 CPUtime=0.41 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 52073 0 0 0 30 11 0 0 16 0 8 0 545874609 2309640192 337563 33554432000 4194304 4627427 140733614773104 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2255508 CPUtime=0.39 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 58650 0 0 0 27 12 0 0 16 0 8 0 545874609 2309640192 337564 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2255508 CPUtime=0.37 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 57835 0 0 0 23 14 0 0 16 0 8 0 545874609 2309640192 337565 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 4 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2255508 CPUtime=0.47 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 63488 0 0 0 32 15 0 0 17 0 8 0 545874609 2309640192 337566 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 1 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2255508 CPUtime=0.47 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 67267 0 0 0 31 16 0 0 17 0 8 0 545874609 2309640192 337566 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2255508 CPUtime=0.46 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 47791 0 0 0 34 12 0 0 16 0 8 0 545874609 2309640192 337566 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 5 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2255508 CPUtime=0.41 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 62942 0 0 0 30 11 0 0 16 0 8 0 545874609 2309640192 337566 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 2255508

[startup+1.50121 s]
/proc/loadavg: 7.99 7.98 7.98 5/200 30874
/proc/meminfo: memFree=15709500/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2329680 CPUtime=7.6 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 498580 0 0 0 473 287 0 0 15 0 8 0 545874609 2385592320 366492 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 582420 366494 341 106 0 577391 0
[pid=30866/tid=30867] ppid=30864 vsize=2329680 CPUtime=0.92 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 55896 0 0 0 58 34 0 0 16 0 8 0 545874609 2385592320 366495 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2329680 CPUtime=0.87 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 61594 0 0 0 55 32 0 0 16 0 8 0 545874609 2385592320 366498 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2329680 CPUtime=0.86 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61114 0 0 0 53 33 0 0 16 0 8 0 545874609 2385592320 366498 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2329680 CPUtime=1.01 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 68388 0 0 0 62 39 0 0 16 0 8 0 545874609 2385592320 366500 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2329680 CPUtime=1.03 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 70254 0 0 0 61 42 0 0 16 0 8 0 545874609 2385592320 366500 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2329680 CPUtime=1 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 51437 0 0 0 65 35 0 0 16 0 8 0 545874609 2385592320 366500 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2329680 CPUtime=0.94 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 66370 0 0 0 62 32 0 0 16 0 8 0 545874609 2385592320 366503 33554432000 4194304 4627427 140733614773104 18446744073709551615 230809270766 0 0 4096 2 18446604453860493248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 2329680

[startup+3.10089 s]
/proc/loadavg: 7.99 7.98 7.98 3/200 30874
/proc/meminfo: memFree=15469188/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2832196 CPUtime=18.83 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 557508 0 0 0 1412 471 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 708049 424253 366 106 0 703020 0
[pid=30866/tid=30867] ppid=30864 vsize=2832196 CPUtime=2.33 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 62325 0 0 0 174 59 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2832196 CPUtime=2.29 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 69158 0 0 0 174 55 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2832196 CPUtime=2.27 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 67546 0 0 0 174 53 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2832196 CPUtime=2.41 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75603 0 0 0 176 65 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2832196 CPUtime=2.43 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 77525 0 0 0 178 65 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4297757 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2832196 CPUtime=2.43 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 58739 0 0 0 183 60 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2832196 CPUtime=2.32 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75459 0 0 0 179 53 0 0 16 0 8 0 545874609 2900168704 424253 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 2832196

[startup+6.3013 s]
/proc/loadavg: 8.15 8.01 7.99 10/200 30874
/proc/meminfo: memFree=15323636/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2910124 CPUtime=44.41 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 577105 0 0 0 3968 473 0 0 21 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 727531 443850 368 106 0 722502 0
[pid=30866/tid=30867] ppid=30864 vsize=2910124 CPUtime=5.53 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 65107 0 0 0 494 59 0 0 22 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2910124 CPUtime=5.49 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 71985 0 0 0 494 55 0 0 22 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4309379 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2910124 CPUtime=5.47 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 70316 0 0 0 494 53 0 0 22 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4239419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2910124 CPUtime=5.59 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 78274 0 0 0 494 65 0 0 21 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2910124 CPUtime=5.63 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 80344 0 0 0 498 65 0 0 22 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2910124 CPUtime=5.62 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61411 0 0 0 502 60 0 0 22 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2910124 CPUtime=5.52 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75793 0 0 0 499 53 0 0 21 0 8 0 545874609 2979966976 443850 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407088836 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.41
Current children cumulated vsize (KiB) 2910124

[startup+12.7011 s]
/proc/loadavg: 8.14 8.01 7.99 9/200 30874
/proc/meminfo: memFree=15323824/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2910124 CPUtime=95.57 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 577182 0 0 0 9084 473 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 727531 443927 368 106 0 722502 0
[pid=30866/tid=30867] ppid=30864 vsize=2910124 CPUtime=11.93 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 65119 0 0 0 1134 59 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2910124 CPUtime=11.89 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 71998 0 0 0 1134 55 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2910124 CPUtime=11.87 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 70330 0 0 0 1134 53 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2910124 CPUtime=11.95 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 78281 0 0 0 1130 65 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2910124 CPUtime=12.03 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 80354 0 0 0 1138 65 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2910124 CPUtime=12.02 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61416 0 0 0 1142 60 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2910124 CPUtime=11.92 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75793 0 0 0 1139 53 0 0 25 0 8 0 545874609 2979966976 443927 33554432000 4194304 4627427 140733614773104 18446744073709551615 4219962 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.57
Current children cumulated vsize (KiB) 2910124

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

[startup+14.3078 s]
/proc/loadavg: 8.13 8.01 7.99 9/200 30874
/proc/meminfo: memFree=15323948/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2910124 CPUtime=108.42 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 577196 0 0 0 10369 473 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 727531 443941 368 106 0 722502 0
[pid=30866/tid=30867] ppid=30864 vsize=2910124 CPUtime=13.54 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 65120 0 0 0 1295 59 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2910124 CPUtime=13.5 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 72000 0 0 0 1295 55 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2910124 CPUtime=13.48 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 70332 0 0 0 1295 53 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2910124 CPUtime=13.54 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 78282 0 0 0 1289 65 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2910124 CPUtime=13.64 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 80357 0 0 0 1299 65 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4299630 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2910124 CPUtime=13.63 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61418 0 0 0 1303 60 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2910124 CPUtime=13.53 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75793 0 0 0 1300 53 0 0 25 0 8 0 545874609 2979966976 443941 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407088836 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.42
Current children cumulated vsize (KiB) 2910124

[startup+15.1007 s]
/proc/loadavg: 8.13 8.01 7.99 9/200 30874
/proc/meminfo: memFree=15323948/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2910124 CPUtime=114.69 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 577226 0 0 0 10995 474 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 4309021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 727531 443971 368 106 0 722502 0
[pid=30866/tid=30867] ppid=30864 vsize=2910124 CPUtime=14.33 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 65120 0 0 0 1374 59 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2910124 CPUtime=14.21 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 72018 0 0 0 1366 55 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113268 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2910124 CPUtime=14.27 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 70342 0 0 0 1374 53 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113241 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2910124 CPUtime=14.34 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 78283 0 0 0 1369 65 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2910124 CPUtime=14.43 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 80358 0 0 0 1378 65 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308162 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2910124 CPUtime=14.42 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61418 0 0 0 1382 60 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2910124 CPUtime=14.32 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75793 0 0 0 1379 53 0 0 25 0 8 0 545874609 2979966976 443971 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407088683 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.69
Current children cumulated vsize (KiB) 2910124

[startup+15.5006 s]
/proc/loadavg: 8.13 8.01 7.99 7/200 30874
/proc/meminfo: memFree=15323976/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=2910124 CPUtime=117.16 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) R 30864 30866 30702 0 -1 4202496 577237 0 0 0 11242 474 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 727531 443982 368 106 0 722502 0
[pid=30866/tid=30867] ppid=30864 vsize=2910124 CPUtime=14.73 cores=0-7
/proc/30866/task/30867/stat : 30867 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 65121 0 0 0 1414 59 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 4299664 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30866/tid=30868] ppid=30864 vsize=2910124 CPUtime=14.21 cores=0-7
/proc/30866/task/30868/stat : 30868 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 72018 0 0 0 1366 55 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113268 0 0 4096 2 18446604453860493248 0 0 -1 6 0 0 0
[pid=30866/tid=30869] ppid=30864 vsize=2910124 CPUtime=14.34 cores=0-7
/proc/30866/task/30869/stat : 30869 (strangenight2-m) S 30864 30866 30702 0 -1 4202560 70342 0 0 0 1381 53 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113268 0 0 4096 2 18446604453860493248 0 0 -1 5 0 0 0
[pid=30866/tid=30870] ppid=30864 vsize=2910124 CPUtime=14.73 cores=0-7
/proc/30866/task/30870/stat : 30870 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 78284 0 0 0 1408 65 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30866/tid=30871] ppid=30864 vsize=2910124 CPUtime=14.83 cores=0-7
/proc/30866/task/30871/stat : 30871 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 80358 0 0 0 1418 65 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=2910124 CPUtime=14.82 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 61426 0 0 0 1422 60 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407113239 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30866/tid=30873] ppid=30864 vsize=2910124 CPUtime=14.72 cores=0-7
/proc/30866/task/30873/stat : 30873 (strangenight2-m) R 30864 30866 30702 0 -1 4202560 75793 0 0 0 1419 53 0 0 25 0 8 0 545874609 2979966976 443982 33554432000 4194304 4627427 140733614773104 18446744073709551615 47324407088836 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 117.16
Current children cumulated vsize (KiB) 2910124

[startup+15.9006 s]
/proc/loadavg: 8.13 8.01 7.99 7/200 30874
/proc/meminfo: memFree=15323976/32951124 swapFree=67111448/67111528
[pid=30866] ppid=30864 vsize=0 CPUtime=118.94 cores=0-7
/proc/30866/stat : 30866 (strangenight2-m) Z 30864 30866 30702 0 -1 4203548 577277 0 0 0 11417 477 0 0 24 0 2 0 545874609 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30866/statm: 0 0 0 0 0 0 0
[pid=30866/tid=30872] ppid=30864 vsize=0 CPUtime=14.91 cores=0-7
/proc/30866/task/30872/stat : 30872 (strangenight2-m) R 30864 30866 30702 0 -1 4203588 61426 0 0 0 1428 63 0 0 22 0 2 0 545874609 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) 118.94
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 15.9682
CPU time (s): 119.011
CPU user time (s): 114.174
CPU system time (s): 4.83726
CPU usage (%): 745.299
Max. virtual memory (cumulated for all children) (KiB): 2910124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.174
system time used= 4.83726
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577277
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= 413275
involuntary context switches= 3108

runsolver used 0.035994 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 15:25:42
IDJOB=3321288
IDBENCH=88185
IDSOLVER=1709
FILE ID=node104/3321288-1304342741
RUNJOBID= node104-1304342614-30716
PBS_JOBID= 13178062
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=601735779

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17099820 kB
Buffers:        468032 kB
Cached:        2850188 kB
SwapCached:         80 kB
Active:       12516604 kB
Inactive:      2888324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17099820 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           36892 kB
Writeback:           0 kB
AnonPages:    12086796 kB
Mapped:          20464 kB
Slab:           352036 kB
PageTables:      31452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13614612 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= 73400 MiB
End job on node104 at 2011-05-02 15:25:58