Trace number 3361954

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 9351.99 2338.73

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1376.76
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  226144   586057 |   67843       0        0     nan |  0.000 % |
0.00/0.55	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
0.00/0.55	c CPU time:   0.538918 s
0.00/0.55	c ==============================================================================
9351.92/2338.70	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
9351.92/2338.70	c ============================[ Problem Statistics ]=============================
9351.92/2338.70	c |                                                                             |
9351.92/2338.70	c threadId              : 3
9351.92/2338.70	c restarts              : 600
9351.92/2338.70	c conflicts             : 574772         (61 /sec)
9351.92/2338.70	c decisions             : 744446         (2.09 % random) (80 /sec)
9351.92/2338.70	c propagations          : 2884322726     (308462 /sec)
9351.92/2338.70	c conflict literals     : 53804682       (49.06 % deleted)
9351.92/2338.70	c Memory used           : 335.21 MB
9351.92/2338.70	c CPU time              : 9350.65 s
9351.92/2338.70	
9351.92/2338.70	c --->m=4, e=8, aimd=1, HOME/13043_many.cnf	time: 2337.66	conflicts: 574772       
9351.92/2338.72	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-3361954-1305296609/watcher-3361954-1305296609 -o /tmp/evaluation-result-3361954-1305296609/solver-3361954-1305296609 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361954-1305296609.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.88 2.03 0.81 2/255 13043
/proc/meminfo: memFree=23706572/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 641259138 8908800 250 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 250 209 178 0 68 0

[startup+0.0792299 s]
/proc/loadavg: 3.88 2.03 0.81 2/255 13043
/proc/meminfo: memFree=23706572/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 641259138 8908800 250 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100238 s]
/proc/loadavg: 3.88 2.03 0.81 2/255 13043
/proc/meminfo: memFree=23706572/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 641259138 8908800 250 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301148 s]
/proc/loadavg: 3.88 2.03 0.81 2/255 13043
/proc/meminfo: memFree=23706572/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 641259138 8908800 250 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70107 s]
/proc/loadavg: 3.88 2.03 0.81 2/255 13043
/proc/meminfo: memFree=23706572/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 3.88 2.03 0.81 5/260 13049
/proc/meminfo: memFree=23648792/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=92684 CPUtime=2.48 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 14291 0 0 0 230 18 0 0 18 0 4 0 641259205 94908416 14238 33554432000 134512640 135305190 4293094560 18446744073709551615 134557923 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/13046/statm: 23171 14238 84 194 0 22975 0
[pid=13046/tid=13047] ppid=13043 vsize=92684 CPUtime=0.57 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 659 0 0 0 53 4 0 0 16 0 4 0 641259228 94908416 14238 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=92684 CPUtime=0.55 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 561 0 0 0 51 4 0 0 18 0 4 0 641259228 94908416 14238 33554432000 134512640 135305190 4293094560 18446744073709551615 134552861 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=92684 CPUtime=0.55 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 850 0 0 0 52 3 0 0 18 0 4 0 641259228 94908416 14238 33554432000 134512640 135305190 4293094560 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 101384

[startup+3.10063 s]
/proc/loadavg: 3.89 2.06 0.83 5/260 13049
/proc/meminfo: memFree=23640236/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=95320 CPUtime=8.87 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 15003 0 0 0 868 19 0 0 19 0 4 0 641259205 97607680 14950 33554432000 134512640 135305190 4293094560 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 23830 14950 84 194 0 23634 0
[pid=13046/tid=13047] ppid=13043 vsize=95320 CPUtime=2.16 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 799 0 0 0 212 4 0 0 18 0 4 0 641259228 97607680 14950 33554432000 134512640 135305190 4293094560 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=95320 CPUtime=2.15 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 793 0 0 0 211 4 0 0 20 0 4 0 641259228 97607680 14950 33554432000 134512640 135305190 4293094560 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=95320 CPUtime=2.15 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1050 0 0 0 212 3 0 0 18 0 4 0 641259228 97607680 14950 33554432000 134512640 135305190 4293094560 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 104020

[startup+6.30105 s]
/proc/loadavg: 3.89 2.06 0.83 5/260 13049
/proc/meminfo: memFree=23637400/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=98068 CPUtime=21.67 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 15683 0 0 0 2148 19 0 0 25 0 4 0 641259205 100421632 15621 33554432000 134512640 135305190 4293094560 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 24517 15621 84 194 0 24321 0
[pid=13046/tid=13047] ppid=13043 vsize=98068 CPUtime=5.36 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 962 0 0 0 532 4 0 0 18 0 4 0 641259228 100421632 15621 33554432000 134512640 135305190 4293094560 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=98068 CPUtime=5.35 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 879 0 0 0 531 4 0 0 22 0 4 0 641259228 100421632 15621 33554432000 134512640 135305190 4293094560 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=98068 CPUtime=5.36 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1322 0 0 0 532 4 0 0 22 0 4 0 641259228 100421632 15621 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.33
Current children cumulated vsize (KiB) 106768

[startup+12.7009 s]
/proc/loadavg: 3.91 2.12 0.86 5/260 13049
/proc/meminfo: memFree=23633324/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=101872 CPUtime=47.27 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 16706 0 0 0 4707 20 0 0 25 0 4 0 641259205 104316928 16644 33554432000 134512640 135305190 4293094560 18446744073709551615 134556740 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 25468 16644 84 194 0 25272 0
[pid=13046/tid=13047] ppid=13043 vsize=101872 CPUtime=11.76 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1206 0 0 0 1172 4 0 0 21 0 4 0 641259228 104316928 16644 33554432000 134512640 135305190 4293094560 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=101872 CPUtime=11.74 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1094 0 0 0 1170 4 0 0 25 0 4 0 641259228 104316928 16645 33554432000 134512640 135305190 4293094560 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=101872 CPUtime=11.76 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1674 0 0 0 1172 4 0 0 19 0 4 0 641259228 104316928 16645 33554432000 134512640 135305190 4293094560 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.93
Current children cumulated vsize (KiB) 110572

[startup+25.5006 s]
/proc/loadavg: 3.92 2.19 0.89 5/260 13050
/proc/meminfo: memFree=23626436/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=109500 CPUtime=98.48 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 18677 0 0 0 9827 21 0 0 25 0 4 0 641259205 112128000 18615 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 27375 18615 84 194 0 27179 0
[pid=13046/tid=13047] ppid=13043 vsize=109500 CPUtime=24.57 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1687 0 0 0 2452 5 0 0 25 0 4 0 641259228 112128000 18615 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=109500 CPUtime=24.54 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 1502 0 0 0 2450 4 0 0 25 0 4 0 641259228 112128000 18615 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=109500 CPUtime=24.56 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 2311 0 0 0 2452 4 0 0 25 0 4 0 641259228 112128000 18615 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.14
Current children cumulated vsize (KiB) 118200

[startup+51.1009 s]
/proc/loadavg: 3.95 2.33 0.97 5/260 13050
/proc/meminfo: memFree=23612968/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=123312 CPUtime=200.87 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 22057 0 0 0 20064 23 0 0 25 0 4 0 641259205 126271488 21995 33554432000 134512640 135305190 4293094560 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 30828 21995 84 194 0 30632 0
[pid=13046/tid=13047] ppid=13043 vsize=123312 CPUtime=50.16 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 2514 0 0 0 5011 5 0 0 20 0 4 0 641259228 126271488 21995 33554432000 134512640 135305190 4293094560 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=123312 CPUtime=50.15 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 2254 0 0 0 5010 5 0 0 25 0 4 0 641259228 126271488 21995 33554432000 134512640 135305190 4293094560 18446744073709551615 134553245 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=123312 CPUtime=50.16 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 3457 0 0 0 5011 5 0 0 22 0 4 0 641259228 126271488 21995 33554432000 134512640 135305190 4293094560 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.53
Current children cumulated vsize (KiB) 132012

[startup+102.31 s]
/proc/loadavg: 3.98 2.61 1.15 5/260 13052
/proc/meminfo: memFree=23597592/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=137908 CPUtime=405.72 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 25767 0 0 0 40546 26 0 0 25 0 4 0 641259205 141217792 25675 33554432000 134512640 135305190 4293094560 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 34477 25675 84 194 0 34281 0
[pid=13046/tid=13047] ppid=13043 vsize=137908 CPUtime=101.38 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 3422 0 0 0 10132 6 0 0 25 0 4 0 641259228 141217792 25675 33554432000 134512640 135305190 4293094560 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=137908 CPUtime=101.35 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 3162 0 0 0 10130 5 0 0 25 0 4 0 641259228 141217792 25675 33554432000 134512640 135305190 4293094560 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=137908 CPUtime=101.37 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 4525 0 0 0 10131 6 0 0 25 0 4 0 641259228 141217792 25675 33554432000 134512640 135305190 4293094560 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.38
Current children cumulated vsize (KiB) 146608

[startup+162.301 s]
/proc/loadavg: 3.99 2.84 1.31 5/260 13053
/proc/meminfo: memFree=23572896/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=163156 CPUtime=645.68 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 31964 0 0 0 64540 28 0 0 25 0 4 0 641259205 167071744 31872 33554432000 134512640 135305190 4293094560 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 40789 31872 84 194 0 40593 0
[pid=13046/tid=13047] ppid=13043 vsize=163156 CPUtime=161.36 cores=0-7

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

[pid=13046/tid=13048] ppid=13043 vsize=336700 CPUtime=2141.36 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10944 0 0 0 214126 10 0 0 25 0 4 0 641259228 344780800 73922 33554432000 134512640 135305190 4293094560 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=336700 CPUtime=2141.36 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 20963 0 0 0 214119 17 0 0 25 0 4 0 641259228 344780800 73922 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8566.39
Current children cumulated vsize (KiB) 345400

[startup+2202.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/260 13108
/proc/meminfo: memFree=23399000/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=342056 CPUtime=8805.73 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75111 0 0 0 880510 63 0 0 25 0 4 0 641259205 350265344 75019 33554432000 134512640 135305190 4293094560 18446744073709551615 134557557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85514 75019 84 194 0 85318 0
[pid=13046/tid=13047] ppid=13043 vsize=342056 CPUtime=2201.38 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17024 0 0 0 220122 16 0 0 25 0 4 0 641259228 350265344 75019 33554432000 134512640 135305190 4293094560 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=342056 CPUtime=2201.36 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10968 0 0 0 220126 10 0 0 25 0 4 0 641259228 350265344 75019 33554432000 134512640 135305190 4293094560 18446744073709551615 134552705 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=342056 CPUtime=2201.36 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 21986 0 0 0 220119 17 0 0 25 0 4 0 641259228 350265344 75019 33554432000 134512640 135305190 4293094560 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8806.39
Current children cumulated vsize (KiB) 350756

[startup+2262.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/260 13118
/proc/meminfo: memFree=23397332/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343004 CPUtime=9045.7 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75287 0 0 0 904507 63 0 0 25 0 4 0 641259205 351236096 75195 33554432000 134512640 135305190 4293094560 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85751 75195 84 194 0 85555 0
[pid=13046/tid=13047] ppid=13043 vsize=343004 CPUtime=2261.38 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17137 0 0 0 226122 16 0 0 25 0 4 0 641259228 351236096 75195 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343004 CPUtime=2261.35 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10975 0 0 0 226124 11 0 0 25 0 4 0 641259228 351236096 75195 33554432000 134512640 135305190 4293094560 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343004 CPUtime=2261.35 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 226118 17 0 0 25 0 4 0 641259228 351236096 75195 33554432000 134512640 135305190 4293094560 18446744073709551615 134557150 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9046.36
Current children cumulated vsize (KiB) 351704

[startup+2322.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/260 13120
/proc/meminfo: memFree=23397344/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9285.68 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 928504 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2321.37 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 232121 16 0 0 18 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2321.35 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 232124 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2321.34 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 232117 17 0 0 19 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9286.34
Current children cumulated vsize (KiB) 351956

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

[startup+2329.5 s]
/proc/loadavg: 4.00 4.00 3.71 5/260 13120
/proc/meminfo: memFree=23397340/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9314.47 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 931383 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2328.57 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 232841 16 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2328.54 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 232843 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528753 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2328.54 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 232837 17 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9315.13
Current children cumulated vsize (KiB) 351956

[startup+2332.7 s]
/proc/loadavg: 4.00 4.00 3.72 5/260 13120
/proc/meminfo: memFree=23397340/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9327.27 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 932663 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528854 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2331.77 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 233161 16 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2331.74 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 233163 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2331.74 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 233157 17 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528606 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9327.93
Current children cumulated vsize (KiB) 351956

[startup+2335.9 s]
/proc/loadavg: 4.00 4.00 3.72 5/260 13120
/proc/meminfo: memFree=23397092/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9340.07 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 933943 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2334.97 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 233481 16 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2334.94 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 233483 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2334.94 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 233477 17 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9340.73
Current children cumulated vsize (KiB) 351956

[startup+2337.51 s]
/proc/loadavg: 4.00 4.00 3.72 5/260 13120
/proc/meminfo: memFree=23397092/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9346.51 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 934587 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2336.58 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 233642 16 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2336.55 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 233644 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2336.55 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 233638 17 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9347.17
Current children cumulated vsize (KiB) 351956

[startup+2338.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/260 13120
/proc/meminfo: memFree=23397092/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9349.67 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 934903 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2337.37 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 233721 16 0 0 18 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2337.34 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 233723 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2337.35 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 233717 18 0 0 18 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9350.33
Current children cumulated vsize (KiB) 351956

[startup+2338.7 s]
/proc/loadavg: 4.00 4.00 3.72 5/260 13120
/proc/meminfo: memFree=23397092/32951124 swapFree=61565116/67111528
[pid=13043] ppid=13041 vsize=8700 CPUtime=0.66 cores=0-7
/proc/13043/stat : 13043 (manysat.sh) S 13041 13043 12978 0 -1 4202496 356 9886 0 0 0 0 64 2 15 0 1 0 641259138 8908800 253 33554432000 4194304 4922060 140735064597472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13043/statm: 2175 253 209 178 0 68 0
[pid=13046] ppid=13043 vsize=343256 CPUtime=9351.26 cores=0-7
/proc/13046/stat : 13046 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202496 75373 0 0 0 935062 64 0 0 25 0 4 0 641259205 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134657576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13046/statm: 85814 75281 84 194 0 85618 0
[pid=13046/tid=13047] ppid=13043 vsize=343256 CPUtime=2337.76 cores=0-7
/proc/13046/task/13047/stat : 13047 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 17185 0 0 0 233760 16 0 0 18 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13046/tid=13048] ppid=13043 vsize=343256 CPUtime=2337.74 cores=0-7
/proc/13046/task/13048/stat : 13048 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 10982 0 0 0 233763 11 0 0 25 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=343256 CPUtime=2337.75 cores=0-7
/proc/13046/task/13049/stat : 13049 (manysat1.1_stat) R 13043 13043 12978 0 -1 4202560 22002 0 0 0 233757 18 0 0 18 0 4 0 641259228 351494144 75281 33554432000 134512640 135305190 4293094560 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9351.92
Current children cumulated vsize (KiB) 351956

Child status: 20
Real time (s): 2338.73
CPU time (s): 9351.99
CPU user time (s): 9351.3
CPU system time (s): 0.683896
CPU usage (%): 399.875
Max. virtual memory (cumulated for all children) (KiB): 351956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9351.3
system time used= 0.683896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85842
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= 22836
involuntary context switches= 15878

runsolver used 5.48817 second user time and 13.6549 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-13 16:23:29
IDJOB=3361954
IDBENCH=70830
IDSOLVER=1839
FILE ID=node134/3361954-1305296609
RUNJOBID= node134-1305296392-12992
PBS_JOBID= 13321419
Free space on /tmp= 39160 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361954-1305296609/watcher-3361954-1305296609 -o /tmp/evaluation-result-3361954-1305296609/solver-3361954-1305296609 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361954-1305296609.cnf aimd 1

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1823132659

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23706968 kB
Buffers:        200892 kB
Cached:        5508648 kB
SwapCached:      13768 kB
Active:         877952 kB
Inactive:      8163376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23706968 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:            5568 kB
Writeback:           0 kB
AnonPages:     3326232 kB
Mapped:          11772 kB
Slab:           110384 kB
PageTables:      30152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38872200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 39160 MiB
End job on node134 at 2011-05-13 17:02:28