Trace number 3362168

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 1302.58 326.788

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  262656   612864 |   78796       0        0     nan |  0.000 % |
1.00/1.04	c |         0 |  135563   459903 |      --       0       --      -- |     --   | -127091/-152956
1.00/1.04	c ==============================================================================
1.00/1.04	c Result  :   #vars: 23820   #clauses: 135563   #literals: 459903
1.00/1.04	c CPU time:   1.02084 s
1.00/1.04	c ==============================================================================
1302.32/326.76	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1302.32/326.76	c ============================[ Problem Statistics ]=============================
1302.32/326.76	c |                                                                             |
1302.32/326.76	c threadId              : 3
1302.32/326.76	c restarts              : 994
1302.32/326.76	c conflicts             : 632165         (486 /sec)
1302.32/326.76	c decisions             : 1244839        (1.87 % random) (957 /sec)
1302.32/326.76	c propagations          : 601804181      (462642 /sec)
1302.32/326.76	c conflict literals     : 51921237       (49.93 % deleted)
1302.32/326.76	c Memory used           : 326.91 MB
1302.32/326.76	c CPU time              : 1300.8 s
1302.32/326.76	
1302.32/326.76	c --->m=4, e=8, aimd=1, HOME/9149_many.cnf	time: 325.2	conflicts: 632165       
1302.32/326.78	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-3362168-1305300481/watcher-3362168-1305300481 -o /tmp/evaluation-result-3362168-1305300481/solver-3362168-1305300481 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362168-1305300481.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: 1.67 1.89 2.86 1/357 9149
/proc/meminfo: memFree=13323328/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=0 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720278823 8908800 250 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 250 209 178 0 68 0

[startup+0.0975999 s]
/proc/loadavg: 1.67 1.89 2.86 1/357 9149
/proc/meminfo: memFree=13323328/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=0 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720278823 8908800 250 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100602 s]
/proc/loadavg: 1.67 1.89 2.86 1/357 9149
/proc/meminfo: memFree=13323328/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=0 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720278823 8908800 250 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300577 s]
/proc/loadavg: 1.67 1.89 2.86 1/357 9149
/proc/meminfo: memFree=13323328/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=0 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720278823 8908800 250 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700498 s]
/proc/loadavg: 1.67 1.89 2.86 1/357 9149
/proc/meminfo: memFree=13323328/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=0 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720278823 8908800 250 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 1.67 1.89 2.86 2/359 9151
/proc/meminfo: memFree=13275956/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 1.67 1.89 2.86 5/362 9156
/proc/meminfo: memFree=13264524/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=87612 CPUtime=7.18 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 13507 0 0 0 703 15 0 0 19 0 4 0 720278938 89714688 13451 33554432000 134512640 135305190 4287479968 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 21903 13451 84 194 0 21707 0
[pid=9152/tid=9154] ppid=9149 vsize=87612 CPUtime=1.75 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 967 0 0 0 172 3 0 0 18 0 4 0 720278956 89714688 13451 33554432000 134512640 135305190 4287479968 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=87612 CPUtime=1.73 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 1101 0 0 0 170 3 0 0 19 0 4 0 720278956 89714688 13451 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=87612 CPUtime=1.74 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 947 0 0 0 171 3 0 0 19 0 4 0 720278956 89714688 13451 33554432000 134512640 135305190 4287479968 18446744073709551615 134529104 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 96312

[startup+6.3004 s]
/proc/loadavg: 1.85 1.92 2.86 5/362 9156
/proc/meminfo: memFree=13250880/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=101056 CPUtime=19.97 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 16822 0 0 0 1980 17 0 0 18 0 4 0 720278938 103481344 16758 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 25264 16758 84 194 0 25068 0
[pid=9152/tid=9154] ppid=9149 vsize=101056 CPUtime=4.95 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 1684 0 0 0 492 3 0 0 25 0 4 0 720278956 103481344 16758 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=101056 CPUtime=4.93 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 2024 0 0 0 489 4 0 0 18 0 4 0 720278956 103481344 16758 33554432000 134512640 135305190 4287479968 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=101056 CPUtime=4.94 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 1826 0 0 0 490 4 0 0 18 0 4 0 720278956 103481344 16758 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.1
Current children cumulated vsize (KiB) 109756

[startup+12.7013 s]
/proc/loadavg: 2.02 1.95 2.87 5/362 9156
/proc/meminfo: memFree=13232532/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=116232 CPUtime=45.56 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 20621 0 0 0 4536 20 0 0 18 0 4 0 720278938 119021568 20557 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 29058 20557 84 194 0 28862 0
[pid=9152/tid=9154] ppid=9149 vsize=116232 CPUtime=11.34 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 2232 0 0 0 1130 4 0 0 25 0 4 0 720278956 119021568 20557 33554432000 134512640 135305190 4287479968 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=116232 CPUtime=11.32 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 3169 0 0 0 1128 4 0 0 22 0 4 0 720278956 119021568 20557 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=116232 CPUtime=11.33 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 2806 0 0 0 1129 4 0 0 18 0 4 0 720278956 119021568 20557 33554432000 134512640 135305190 4287479968 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.69
Current children cumulated vsize (KiB) 124932

[startup+25.5009 s]
/proc/loadavg: 2.46 2.05 2.89 5/362 9156
/proc/meminfo: memFree=13203732/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=146108 CPUtime=96.74 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 27997 0 0 0 9649 25 0 0 18 0 4 0 720278938 149614592 27933 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 36527 27933 84 194 0 36331 0
[pid=9152/tid=9154] ppid=9149 vsize=146108 CPUtime=24.14 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 3338 0 0 0 2409 5 0 0 25 0 4 0 720278956 149614592 27933 33554432000 134512640 135305190 4287479968 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=146108 CPUtime=24.12 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 5576 0 0 0 2407 5 0 0 18 0 4 0 720278956 149614592 27933 33554432000 134512640 135305190 4287479968 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=146108 CPUtime=24.13 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 4849 0 0 0 2407 6 0 0 18 0 4 0 720278956 149614592 27933 33554432000 134512640 135305190 4287479968 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 154808

[startup+51.1012 s]
/proc/loadavg: 2.99 2.21 2.92 5/362 9157
/proc/meminfo: memFree=13176260/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=173360 CPUtime=199.08 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 34883 0 0 0 19878 30 0 0 19 0 4 0 720278938 177520640 34819 33554432000 134512640 135305190 4287479968 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 43340 34819 84 194 0 43144 0
[pid=9152/tid=9154] ppid=9149 vsize=173360 CPUtime=49.73 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 4536 0 0 0 4967 6 0 0 25 0 4 0 720278956 177520640 34819 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=173360 CPUtime=49.7 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 7623 0 0 0 4963 7 0 0 18 0 4 0 720278956 177520640 34819 33554432000 134512640 135305190 4287479968 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=173360 CPUtime=49.72 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 6661 0 0 0 4964 8 0 0 18 0 4 0 720278956 177520640 34819 33554432000 134512640 135305190 4287479968 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200.21
Current children cumulated vsize (KiB) 182060

[startup+102.314 s]
/proc/loadavg: 3.56 2.48 2.97 5/362 9158
/proc/meminfo: memFree=13116724/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=231720 CPUtime=403.87 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 49464 0 0 0 40346 41 0 0 23 0 4 0 720278938 237281280 49400 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 57930 49400 84 194 0 57734 0
[pid=9152/tid=9154] ppid=9149 vsize=231720 CPUtime=100.93 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 7316 0 0 0 10085 8 0 0 25 0 4 0 720278956 237281280 49400 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=231720 CPUtime=100.91 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 11085 0 0 0 10082 9 0 0 23 0 4 0 720278956 237281280 49400 33554432000 134512640 135305190 4287479968 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=231720 CPUtime=100.9 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 10546 0 0 0 10079 11 0 0 18 0 4 0 720278956 237281280 49400 33554432000 134512640 135305190 4287479968 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405
Current children cumulated vsize (KiB) 240420

[startup+162.301 s]
/proc/loadavg: 3.91 2.77 3.04 5/362 9160
/proc/meminfo: memFree=13081944/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=267856 CPUtime=643.74 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 58285 0 0 0 64328 46 0 0 25 0 4 0 720278938 274284544 58221 33554432000 134512640 135305190 4287479968 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 66964 58221 84 194 0 66768 0
[pid=9152/tid=9154] ppid=9149 vsize=267856 CPUtime=160.89 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 8983 0 0 0 16080 9 0 0 25 0 4 0 720278956 274284544 58221 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=267856 CPUtime=160.87 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 13648 0 0 0 16076 11 0 0 25 0 4 0 720278956 274284544 58221 33554432000 134512640 135305190 4287479968 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=267856 CPUtime=160.89 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12611 0 0 0 16076 13 0 0 25 0 4 0 720278956 274284544 58221 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 644.87
Current children cumulated vsize (KiB) 276556

[startup+222.301 s]
/proc/loadavg: 3.96 2.99 3.09 5/362 9161
/proc/meminfo: memFree=13034140/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=315556 CPUtime=883.67 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 70261 0 0 0 88313 54 0 0 25 0 4 0 720278938 323129344 70197 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 78889 70197 84 194 0 78693 0
[pid=9152/tid=9154] ppid=9149 vsize=315556 CPUtime=220.89 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 11184 0 0 0 22079 10 0 0 25 0 4 0 720278956 323129344 70197 33554432000 134512640 135305190 4287479968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=315556 CPUtime=220.83 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 17152 0 0 0 22070 13 0 0 25 0 4 0 720278956 323129344 70197 33554432000 134512640 135305190 4287479968 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=315556 CPUtime=220.87 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 15310 0 0 0 22072 15 0 0 18 0 4 0 720278956 323129344 70197 33554432000 134512640 135305190 4287479968 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 884.8
Current children cumulated vsize (KiB) 324256

[startup+282.301 s]
/proc/loadavg: 3.98 3.17 3.15 5/362 9163
/proc/meminfo: memFree=13019440/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=330080 CPUtime=1123.65 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 73926 0 0 0 112307 58 0 0 19 0 4 0 720278938 338001920 73862 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 82520 73862 84 194 0 82324 0
[pid=9152/tid=9154] ppid=9149 vsize=330080 CPUtime=280.88 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 11988 0 0 0 28077 11 0 0 25 0 4 0 720278956 338001920 73862 33554432000 134512640 135305190 4287479968 18446744073709551615 134556720 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=330080 CPUtime=280.83 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 17932 0 0 0 28069 14 0 0 25 0 4 0 720278956 338001920 73862 33554432000 134512640 135305190 4287479968 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=330080 CPUtime=280.86 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16496 0 0 0 28070 16 0 0 23 0 4 0 720278956 338001920 73862 33554432000 134512640 135305190 4287479968 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.78
Current children cumulated vsize (KiB) 338780

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

[startup+307.1 s]
/proc/loadavg: 3.99 3.24 3.17 5/362 9164
/proc/meminfo: memFree=13017544/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=332052 CPUtime=1222.85 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74403 0 0 0 122226 59 0 0 25 0 4 0 720278938 340021248 74339 33554432000 134512640 135305190 4287479968 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83013 74339 84 194 0 82817 0
[pid=9152/tid=9154] ppid=9149 vsize=332052 CPUtime=305.68 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12135 0 0 0 30557 11 0 0 25 0 4 0 720278956 340021248 74339 33554432000 134512640 135305190 4287479968 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=332052 CPUtime=305.63 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18087 0 0 0 30549 14 0 0 25 0 4 0 720278956 340021248 74339 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=332052 CPUtime=305.66 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16651 0 0 0 30550 16 0 0 25 0 4 0 720278956 340021248 74339 33554432000 134512640 135305190 4287479968 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1223.98
Current children cumulated vsize (KiB) 340752

[startup+319.901 s]
/proc/loadavg: 3.99 3.28 3.18 5/362 9164
/proc/meminfo: memFree=13016416/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334584 CPUtime=1273.97 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74695 0 0 0 127337 60 0 0 19 0 4 0 720278938 342614016 74631 33554432000 134512640 135305190 4287479968 18446744073709551615 134570422 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83646 74631 84 194 0 83450 0
[pid=9152/tid=9154] ppid=9149 vsize=334584 CPUtime=318.47 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12171 0 0 0 31836 11 0 0 25 0 4 0 720278956 342614016 74631 33554432000 134512640 135305190 4287479968 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334584 CPUtime=318.39 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18193 0 0 0 31824 15 0 0 18 0 4 0 720278956 342614016 74631 33554432000 134512640 135305190 4287479968 18446744073709551615 134538583 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334584 CPUtime=318.44 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 31827 17 0 0 18 0 4 0 720278956 342614016 74631 33554432000 134512640 135305190 4287479968 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1275.1
Current children cumulated vsize (KiB) 343284

[startup+323.1 s]
/proc/loadavg: 3.99 3.28 3.18 5/362 9164
/proc/meminfo: memFree=13016416/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334756 CPUtime=1286.73 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74726 0 0 0 128613 60 0 0 25 0 4 0 720278938 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83689 74662 84 194 0 83493 0
[pid=9152/tid=9154] ppid=9149 vsize=334756 CPUtime=321.67 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12172 0 0 0 32156 11 0 0 25 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334756 CPUtime=321.56 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18223 0 0 0 32141 15 0 0 24 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334756 CPUtime=321.64 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 32147 17 0 0 25 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1287.86
Current children cumulated vsize (KiB) 343456

[startup+324.701 s]
/proc/loadavg: 3.99 3.29 3.19 5/362 9164
/proc/meminfo: memFree=13016292/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334756 CPUtime=1293.14 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74726 0 0 0 129253 61 0 0 19 0 4 0 720278938 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528402 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83689 74662 84 194 0 83493 0
[pid=9152/tid=9154] ppid=9149 vsize=334756 CPUtime=323.27 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12172 0 0 0 32316 11 0 0 25 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334756 CPUtime=323.16 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18223 0 0 0 32301 15 0 0 19 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334756 CPUtime=323.24 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 32307 17 0 0 25 0 4 0 720278956 342790144 74662 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1294.27
Current children cumulated vsize (KiB) 343456

[startup+325.501 s]
/proc/loadavg: 3.99 3.29 3.19 5/362 9164
/proc/meminfo: memFree=13016292/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334756 CPUtime=1296.36 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74728 0 0 0 129575 61 0 0 20 0 4 0 720278938 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83689 74664 84 194 0 83493 0
[pid=9152/tid=9154] ppid=9149 vsize=334756 CPUtime=324.08 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12172 0 0 0 32397 11 0 0 25 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334756 CPUtime=323.98 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18225 0 0 0 32383 15 0 0 21 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334756 CPUtime=324.05 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 32388 17 0 0 25 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1297.49
Current children cumulated vsize (KiB) 343456

[startup+326.301 s]
/proc/loadavg: 3.99 3.29 3.19 5/362 9164
/proc/meminfo: memFree=13016292/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334756 CPUtime=1299.54 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74728 0 0 0 129893 61 0 0 23 0 4 0 720278938 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83689 74664 84 194 0 83493 0
[pid=9152/tid=9154] ppid=9149 vsize=334756 CPUtime=324.87 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12172 0 0 0 32476 11 0 0 25 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334756 CPUtime=324.76 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18225 0 0 0 32461 15 0 0 24 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334756 CPUtime=324.84 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 32467 17 0 0 25 0 4 0 720278956 342790144 74664 33554432000 134512640 135305190 4287479968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.67
Current children cumulated vsize (KiB) 343456

[startup+326.714 s]
/proc/loadavg: 3.99 3.29 3.19 5/362 9164
/proc/meminfo: memFree=13016292/32950928 swapFree=65762508/67111528
[pid=9149] ppid=9147 vsize=8700 CPUtime=1.13 cores=0-7
/proc/9149/stat : 9149 (manysat.sh) S 9147 9149 8868 0 -1 4202496 358 11958 0 0 0 0 111 2 18 0 1 0 720278823 8908800 253 33554432000 4194304 4922060 140733899517760 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9149/statm: 2175 253 209 178 0 68 0
[pid=9152] ppid=9149 vsize=334756 CPUtime=1301.19 cores=0-7
/proc/9152/stat : 9152 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202496 74736 0 0 0 130058 61 0 0 18 0 4 0 720278938 342790144 74672 33554432000 134512640 135305190 4287479968 18446744073709551615 134530694 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9152/statm: 83689 74672 84 194 0 83493 0
[pid=9152/tid=9154] ppid=9149 vsize=334756 CPUtime=325.28 cores=0-7
/proc/9152/task/9154/stat : 9154 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 12180 0 0 0 32517 11 0 0 25 0 4 0 720278956 342790144 74672 33554432000 134512640 135305190 4287479968 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9152/tid=9155] ppid=9149 vsize=334756 CPUtime=325.18 cores=0-7
/proc/9152/task/9155/stat : 9155 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 18225 0 0 0 32503 15 0 0 25 0 4 0 720278956 342790144 74672 33554432000 134512640 135305190 4287479968 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9152/tid=9156] ppid=9149 vsize=334756 CPUtime=325.26 cores=0-7
/proc/9152/task/9156/stat : 9156 (manysat1.1_stat) R 9149 9149 8868 0 -1 4202560 16754 0 0 0 32509 17 0 0 25 0 4 0 720278956 342790144 74672 33554432000 134512640 135305190 4287479968 18446744073709551615 134836399 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 343456

Child status: 20
Real time (s): 326.788
CPU time (s): 1302.58
CPU user time (s): 1301.92
CPU system time (s): 0.6569
CPU usage (%): 398.6
Max. virtual memory (cumulated for all children) (KiB): 343456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.92
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87277
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= 22901
involuntary context switches= 4895

runsolver used 1.12283 second user time and 2.72959 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 17:28:01
IDJOB=3362168
IDBENCH=82469
IDSOLVER=1839
FILE ID=node116/3362168-1305300481
RUNJOBID= node116-1305296394-8882
PBS_JOBID= 13321437
Free space on /tmp= 45448 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362168-1305300481/watcher-3362168-1305300481 -o /tmp/evaluation-result-3362168-1305300481/solver-3362168-1305300481 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362168-1305300481.cnf aimd 1

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1695865128

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      13323848 kB
Buffers:        251260 kB
Cached:        9661912 kB
SwapCached:      12420 kB
Active:       11033572 kB
Inactive:      8202396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13323848 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:            5792 kB
Writeback:           0 kB
AnonPages:     9321548 kB
Mapped:          15560 kB
Slab:           279016 kB
PageTables:      44048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82746264 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= 45444 MiB
End job on node116 at 2011-05-13 17:33:28