Trace number 3362236

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 18199.9 4560.81

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  152640   373004 |   45791       0        0     nan |  0.000 % |
0.00/0.64	c |         0 |   95209   320851 |      --       0       --      -- |     --   | -57431/-52153
0.00/0.64	c ==============================================================================
0.00/0.64	c Result  :   #vars: 18664   #clauses: 95209   #literals: 320851
0.00/0.64	c CPU time:   0.618905 s
0.00/0.64	c ==============================================================================
18199.82/4560.76	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
18199.82/4560.76	c ============================[ Problem Statistics ]=============================
18199.82/4560.76	c |                                                                             |
18199.82/4560.76	c threadId              : 1
18199.82/4560.76	c restarts              : 18561
18199.82/4560.76	c conflicts             : 5958676        (327 /sec)
18199.82/4560.76	c decisions             : 8067684        (1.69 % random) (443 /sec)
18199.82/4560.76	c propagations          : 1711862312     (94081 /sec)
18199.82/4560.76	c conflict literals     : 134627676      (30.98 % deleted)
18199.82/4560.76	c Memory used           : 806.80 MB
18199.82/4560.76	c CPU time              : 18195.6 s
18199.82/4560.76	
18199.82/4560.76	c --->m=4, e=8, aimd=1, HOME/28417_many.cnf	time: 4548.9	conflicts: 5958676      
18199.82/4560.80	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-3362236-1305301514/watcher-3362236-1305301514 -o /tmp/evaluation-result-3362236-1305301514/solver-3362236-1305301514 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362236-1305301514.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: 4.00 4.00 3.92 2/342 28417
/proc/meminfo: memFree=27303112/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 641754002 8908800 249 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28417/statm: 2175 249 209 178 0 68 0

[startup+0.0866451 s]
/proc/loadavg: 4.00 4.00 3.92 2/342 28417
/proc/meminfo: memFree=27303112/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 641754002 8908800 249 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28417/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100644 s]
/proc/loadavg: 4.00 4.00 3.92 2/342 28417
/proc/meminfo: memFree=27303112/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 641754002 8908800 249 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28417/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300608 s]
/proc/loadavg: 4.00 4.00 3.92 2/342 28417
/proc/meminfo: memFree=27303112/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 641754002 8908800 249 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28417/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700535 s]
/proc/loadavg: 4.00 4.00 3.92 2/342 28417
/proc/meminfo: memFree=27303112/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 641754002 8908800 249 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28417/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28423
/proc/meminfo: memFree=27265004/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=71172 CPUtime=2.68 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 9243 0 0 0 257 11 0 0 18 0 4 0 641754074 72880128 9195 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 17793 9195 84 194 0 17597 0
[pid=28420/tid=28421] ppid=28417 vsize=71172 CPUtime=0.64 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 452 0 0 0 62 2 0 0 17 0 4 0 641754086 72880128 9195 33554432000 134512640 135305190 4293822848 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=71172 CPUtime=0.63 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 584 0 0 0 61 2 0 0 18 0 4 0 641754086 72880128 9195 33554432000 134512640 135305190 4293822848 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=71172 CPUtime=0.62 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 549 0 0 0 60 2 0 0 18 0 4 0 641754086 72880128 9195 33554432000 134512640 135305190 4293822848 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 79872

[startup+3.10111 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28423
/proc/meminfo: memFree=27257212/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=80052 CPUtime=9.07 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 11381 0 0 0 895 12 0 0 18 0 4 0 641754074 81973248 11333 33554432000 134512640 135305190 4293822848 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 20013 11333 84 194 0 19817 0
[pid=28420/tid=28421] ppid=28417 vsize=80052 CPUtime=2.24 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 845 0 0 0 222 2 0 0 19 0 4 0 641754086 81973248 11333 33554432000 134512640 135305190 4293822848 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=80052 CPUtime=2.22 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 1189 0 0 0 220 2 0 0 18 0 4 0 641754086 81973248 11333 33554432000 134512640 135305190 4293822848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=80052 CPUtime=2.23 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 1141 0 0 0 220 3 0 0 18 0 4 0 641754086 81973248 11333 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 88752

[startup+6.30055 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28423
/proc/meminfo: memFree=27243344/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=90520 CPUtime=21.86 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 13987 0 0 0 2173 13 0 0 18 0 4 0 641754074 92692480 13939 33554432000 134512640 135305190 4293822848 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 22630 13939 84 194 0 22434 0
[pid=28420/tid=28421] ppid=28417 vsize=90520 CPUtime=5.44 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 1351 0 0 0 542 2 0 0 20 0 4 0 641754086 92692480 13939 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=90520 CPUtime=5.43 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 1954 0 0 0 540 3 0 0 18 0 4 0 641754086 92692480 13939 33554432000 134512640 135305190 4293822848 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=90520 CPUtime=5.42 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 1737 0 0 0 539 3 0 0 18 0 4 0 641754086 92692480 13939 33554432000 134512640 135305190 4293822848 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.57
Current children cumulated vsize (KiB) 99220

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28423
/proc/meminfo: memFree=27223296/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=109760 CPUtime=47.46 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 18815 0 0 0 4730 16 0 0 18 0 4 0 641754074 112394240 18767 33554432000 134512640 135305190 4293822848 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 27440 18767 84 194 0 27244 0
[pid=28420/tid=28421] ppid=28417 vsize=109760 CPUtime=11.83 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 2139 0 0 0 1181 2 0 0 25 0 4 0 641754086 112394240 18767 33554432000 134512640 135305190 4293822848 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=109760 CPUtime=11.83 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 3485 0 0 0 1180 3 0 0 18 0 4 0 641754086 112394240 18767 33554432000 134512640 135305190 4293822848 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=109760 CPUtime=11.82 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 3066 0 0 0 1179 3 0 0 18 0 4 0 641754086 112394240 18767 33554432000 134512640 135305190 4293822848 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.17
Current children cumulated vsize (KiB) 118460

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28423
/proc/meminfo: memFree=27205064/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=129524 CPUtime=98.63 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 23517 0 0 0 9844 19 0 0 18 0 4 0 641754074 132632576 23469 33554432000 134512640 135305190 4293822848 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 32381 23469 84 194 0 32185 0
[pid=28420/tid=28421] ppid=28417 vsize=129524 CPUtime=24.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 3119 0 0 0 2460 3 0 0 25 0 4 0 641754086 132632576 23469 33554432000 134512640 135305190 4293822848 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=129524 CPUtime=24.61 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 4731 0 0 0 2458 3 0 0 18 0 4 0 641754086 132632576 23469 33554432000 134512640 135305190 4293822848 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=129524 CPUtime=24.61 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 4404 0 0 0 2457 4 0 0 19 0 4 0 641754086 132632576 23469 33554432000 134512640 135305190 4293822848 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (KiB) 138224

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28424
/proc/meminfo: memFree=27187868/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=147888 CPUtime=201 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 27955 0 0 0 20077 23 0 0 18 0 4 0 641754074 151437312 27907 33554432000 134512640 135305190 4293822848 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 36972 27907 84 194 0 36776 0
[pid=28420/tid=28421] ppid=28417 vsize=147888 CPUtime=50.23 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 4020 0 0 0 5019 4 0 0 25 0 4 0 641754086 151437312 27907 33554432000 134512640 135305190 4293822848 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=147888 CPUtime=50.21 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 6159 0 0 0 5017 4 0 0 25 0 4 0 641754086 151437312 27907 33554432000 134512640 135305190 4293822848 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=147888 CPUtime=50.2 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 5461 0 0 0 5015 5 0 0 18 0 4 0 641754086 151437312 27907 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 156588

[startup+102.313 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28425
/proc/meminfo: memFree=27162420/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=173892 CPUtime=405.76 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 34050 0 0 0 40547 29 0 0 25 0 4 0 641754074 178065408 34002 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 43473 34002 84 194 0 43277 0
[pid=28420/tid=28421] ppid=28417 vsize=173892 CPUtime=101.42 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 5667 0 0 0 10137 5 0 0 25 0 4 0 641754086 178065408 34002 33554432000 134512640 135305190 4293822848 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=173892 CPUtime=101.4 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 7661 0 0 0 10135 5 0 0 18 0 4 0 641754086 178065408 34002 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=173892 CPUtime=101.4 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 6999 0 0 0 10133 7 0 0 18 0 4 0 641754086 178065408 34002 33554432000 134512640 135305190 4293822848 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.47
Current children cumulated vsize (KiB) 182592

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/347 28427
/proc/meminfo: memFree=27146984/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=190072 CPUtime=645.66 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 37901 0 0 0 64530 36 0 0 24 0 4 0 641754074 194633728 37853 33554432000 134512640 135305190 4293822848 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 47518 37853 84 194 0 47322 0
[pid=28420/tid=28421] ppid=28417 vsize=190072 CPUtime=161.39 cores=0-7

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

/proc/meminfo: memFree=26566392/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=823116 CPUtime=17923.8 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 182657 0 0 0 1792022 357 0 0 25 0 4 0 641754074 842870784 182534 33554432000 134512640 135305190 4293822848 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 205779 182534 84 194 0 205583 0
[pid=28420/tid=28421] ppid=28417 vsize=823116 CPUtime=4480.99 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 37473 0 0 0 448028 71 0 0 25 0 4 0 641754086 842870784 182534 33554432000 134512640 135305190 4293822848 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=823116 CPUtime=4480.75 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 58938 0 0 0 447937 138 0 0 25 0 4 0 641754086 842870784 182534 33554432000 134512640 135305190 4293822848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=823116 CPUtime=4481.06 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 38791 0 0 0 448036 70 0 0 25 0 4 0 641754086 842870784 182534 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17924.5
Current children cumulated vsize (KiB) 831816

[startup+4542.3 s]
/proc/loadavg: 4.00 4.00 3.99 5/347 28556
/proc/meminfo: memFree=26563864/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=825892 CPUtime=18163.8 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 183304 0 0 0 1816021 358 0 0 25 0 4 0 641754074 845713408 183181 33554432000 134512640 135305190 4293822848 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206473 183181 84 194 0 206277 0
[pid=28420/tid=28421] ppid=28417 vsize=825892 CPUtime=4540.99 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 37575 0 0 0 454028 71 0 0 18 0 4 0 641754086 845713408 183181 33554432000 134512640 135305190 4293822848 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=825892 CPUtime=4540.74 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59259 0 0 0 453936 138 0 0 25 0 4 0 641754086 845713408 183181 33554432000 134512640 135305190 4293822848 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=825892 CPUtime=4541.06 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 38944 0 0 0 454036 70 0 0 25 0 4 0 641754086 845713408 183181 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18164.5
Current children cumulated vsize (KiB) 834592

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

[startup+4543.9 s]
/proc/loadavg: 4.00 4.00 3.99 5/347 28556
/proc/meminfo: memFree=26563740/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826000 CPUtime=18170.2 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202496 183310 0 0 0 1816662 358 0 0 25 0 4 0 641754074 845824000 183187 33554432000 134512640 135305190 4293822848 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206500 183187 84 194 0 206304 0
[pid=28420/tid=28421] ppid=28417 vsize=826000 CPUtime=4542.59 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 37575 0 0 0 454188 71 0 0 21 0 4 0 641754086 845824000 183187 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826000 CPUtime=4542.35 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59265 0 0 0 454097 138 0 0 25 0 4 0 641754086 845824000 183187 33554432000 134512640 135305190 4293822848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826000 CPUtime=4542.66 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 38944 0 0 0 454196 70 0 0 25 0 4 0 641754086 845824000 183187 33554432000 134512640 135305190 4293822848 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18170.9
Current children cumulated vsize (KiB) 834700

[startup+4550.3 s]
/proc/loadavg: 4.00 4.00 3.99 2/347 28565
/proc/meminfo: memFree=26561260/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18188.7 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1818513 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4548.75 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 454737 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18189.4
Current children cumulated vsize (KiB) 834860

[startup+4556.7 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561524/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18195.1 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1819153 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4555.15 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 455377 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18195.8
Current children cumulated vsize (KiB) 834860

[startup+4558.3 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561772/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18196.7 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1819314 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4556.76 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 455538 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18197.4
Current children cumulated vsize (KiB) 834860

[startup+4559.9 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561772/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18198.3 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1819473 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4558.35 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 455697 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529391 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18199
Current children cumulated vsize (KiB) 834860

[startup+4560.3 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561772/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18198.7 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1819513 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4558.75 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 455737 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18199.4
Current children cumulated vsize (KiB) 834860

[startup+4560.7 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561772/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8700 CPUtime=0.71 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 356 6866 0 0 0 0 69 2 17 0 1 0 641754002 8908800 252 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28417/statm: 2175 252 209 178 0 68 0
[pid=28420] ppid=28417 vsize=826160 CPUtime=18199.1 cores=0-7
/proc/28420/stat : 28420 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202496 183365 0 0 0 1819553 358 0 0 25 0 4 0 641754074 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/28420/statm: 206540 183242 84 194 0 206344 0
[pid=28420/tid=28421] ppid=28417 vsize=826160 CPUtime=4546.63 cores=0-7
/proc/28420/task/28421/stat : 28421 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 37583 0 0 0 454592 71 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 3 0 0 0
[pid=28420/tid=28422] ppid=28417 vsize=826160 CPUtime=4559.15 cores=0-7
/proc/28420/task/28422/stat : 28422 (manysat1.1_stat) R 28417 28417 28176 0 -1 4202560 59312 0 0 0 455777 138 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134529382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=28420/tid=28423] ppid=28417 vsize=826160 CPUtime=4546.71 cores=0-7
/proc/28420/task/28423/stat : 28423 (manysat1.1_stat) S 28417 28417 28176 0 -1 4202560 38944 0 0 0 454601 70 0 0 25 0 4 0 641754086 845987840 183242 33554432000 134512640 135305190 4293822848 18446744073709551615 134657474 0 0 4096 3 18446604455767943360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18199.8
Current children cumulated vsize (KiB) 834860

[startup+4560.8 s]
/proc/loadavg: 3.54 3.90 3.96 2/347 28565
/proc/meminfo: memFree=26561772/32951124 swapFree=53501236/67111528
[pid=28417] ppid=28415 vsize=8704 CPUtime=18199.9 cores=0-7
/proc/28417/stat : 28417 (manysat.sh) S 28415 28417 28176 0 -1 4202496 365 190246 0 0 0 0 1819629 364 15 0 1 0 641754002 8912896 257 33554432000 4194304 4922060 140735817436064 18446744073709551615 216634511205 0 2147483391 4100 65536 18446744071699199166 0 0 17 4 0 0 0
/proc/28417/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 18199.9
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 4560.81
CPU time (s): 18199.9
CPU user time (s): 18196.3
CPU system time (s): 3.64845
CPU usage (%): 399.051
Max. virtual memory (cumulated for all children) (KiB): 834860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18196.3
system time used= 3.64844
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190813
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= 30561
involuntary context switches= 71300

runsolver used 14.1119 second user time and 35.6466 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 17:45:14
IDJOB=3362236
IDBENCH=83115
IDSOLVER=1839
FILE ID=node103/3362236-1305301514
RUNJOBID= node103-1305296397-28190
PBS_JOBID= 13321450
Free space on /tmp= 48416 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362236-1305301514/watcher-3362236-1305301514 -o /tmp/evaluation-result-3362236-1305301514/solver-3362236-1305301514 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362236-1305301514.cnf aimd 1

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1156803680

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27303268 kB
Buffers:        239000 kB
Cached:        2886960 kB
SwapCached:     340160 kB
Active:        1178336 kB
Inactive:      4212924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27303268 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            4292 kB
Writeback:           0 kB
AnonPages:     1936164 kB
Mapped:          10428 kB
Slab:           137796 kB
PageTables:      52904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78287940 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= 48416 MiB
End job on node103 at 2011-05-13 19:01:15