Trace number 3361854

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 6232.73 1569.79

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1912.22
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c Parsing...
0.00/0.51	c ==============================================================================
0.00/0.51	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.51	c ==============================================================================
0.00/0.51	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
3.99/4.09	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
3.99/4.09	c ==============================================================================
3.99/4.09	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
3.99/4.09	c CPU time:   3.99939 s
3.99/4.09	c ==============================================================================
6232.63/1569.75	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
6232.63/1569.75	c ============================[ Problem Statistics ]=============================
6232.63/1569.75	c |                                                                             |
6232.63/1569.75	c threadId              : 2
6232.63/1569.75	c restarts              : 23
6232.63/1569.75	c conflicts             : 1964684        (316 /sec)
6232.63/1569.75	c decisions             : 2471490        (0.72 % random) (397 /sec)
6232.63/1569.75	c propagations          : 1879586628     (301856 /sec)
6232.63/1569.75	c conflict literals     : 69249246       (40.37 % deleted)
6232.63/1569.75	c Memory used           : 583.94 MB
6232.63/1569.75	c CPU time              : 6226.77 s
6232.63/1569.75	
6232.63/1569.75	c --->m=4, e=8, aimd=1, HOME/6156_many.cnf	time: 1556.69	conflicts: 1964684      
6232.63/1569.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-3361854-1305296393/watcher-3361854-1305296393 -o /tmp/evaluation-result-3361854-1305296393/solver-3361854-1305296393 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361854-1305296393.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: 0.02 0.01 0.00 1/243 6156
/proc/meminfo: memFree=16031432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0

[startup+0.0506589 s]
/proc/loadavg: 0.02 0.01 0.00 1/243 6156
/proc/meminfo: memFree=16031432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100651 s]
/proc/loadavg: 0.02 0.01 0.00 1/243 6156
/proc/meminfo: memFree=16031432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300635 s]
/proc/loadavg: 0.02 0.01 0.00 1/243 6156
/proc/meminfo: memFree=16031432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700542 s]
/proc/loadavg: 0.02 0.01 0.00 1/243 6156
/proc/meminfo: memFree=16031432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/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: 0.10 0.03 0.01 2/245 6158
/proc/meminfo: memFree=15920312/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0
[pid=6157] ppid=6156 vsize=128976 CPUtime=1.49 cores=0-7
/proc/6157/stat : 6157 (SatElite) R 6156 6156 6130 0 -1 4202496 30804 0 0 0 142 7 0 0 25 0 1 0 641237262 132071424 28228 33554432000 134512640 135034092 4290963344 18446744073709551615 134566288 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6157/statm: 32244 28228 68 128 0 32114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137676

[startup+3.10112 s]
/proc/loadavg: 0.10 0.03 0.01 2/245 6158
/proc/meminfo: memFree=15915220/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=0 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237262 8908800 249 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6156/statm: 2175 249 209 178 0 68 0
[pid=6157] ppid=6156 vsize=130732 CPUtime=3.09 cores=0-7
/proc/6157/stat : 6157 (SatElite) R 6156 6156 6130 0 -1 4202496 34452 0 0 0 301 8 0 0 25 0 1 0 641237262 133869568 28509 33554432000 134512640 135034092 4290963344 18446744073709551615 134566447 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6157/statm: 32683 28509 68 128 0 32553 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139432

[startup+6.30053 s]
/proc/loadavg: 0.10 0.03 0.01 5/248 6162
/proc/meminfo: memFree=15909880/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=147284 CPUtime=5.94 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 27155 0 0 0 579 15 0 0 17 0 4 0 641237701 150818816 27099 33554432000 134512640 135305190 4291041552 18446744073709551615 134529252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 36821 27099 84 194 0 36625 0
[pid=6159/tid=6160] ppid=6156 vsize=147284 CPUtime=1.36 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 533 0 0 0 134 2 0 0 18 0 4 0 641237752 150818816 27099 33554432000 134512640 135305190 4291041552 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=147284 CPUtime=1.34 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 498 0 0 0 131 3 0 0 18 0 4 0 641237752 150818816 27099 33554432000 134512640 135305190 4291041552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=147284 CPUtime=1.35 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 592 0 0 0 133 2 0 0 18 0 4 0 641237752 150818816 27099 33554432000 134512640 135305190 4291041552 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 155984

[startup+12.7004 s]
/proc/loadavg: 0.70 0.16 0.05 5/248 6162
/proc/meminfo: memFree=15905988/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=150952 CPUtime=31.38 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 28230 0 0 0 3120 18 0 0 18 0 4 0 641237701 154574848 28174 33554432000 134512640 135305190 4291041552 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 37738 28174 84 194 0 37542 0
[pid=6159/tid=6160] ppid=6156 vsize=150952 CPUtime=7.71 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 654 0 0 0 769 2 0 0 23 0 4 0 641237752 154574848 28174 33554432000 134512640 135305190 4291041552 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=150952 CPUtime=7.7 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 960 0 0 0 766 4 0 0 21 0 4 0 641237752 154574848 28174 33554432000 134512640 135305190 4291041552 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=150952 CPUtime=7.71 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 856 0 0 0 768 3 0 0 18 0 4 0 641237752 154574848 28174 33554432000 134512640 135305190 4291041552 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35.74
Current children cumulated vsize (KiB) 159652

[startup+25.501 s]
/proc/loadavg: 1.21 0.28 0.09 5/248 6163
/proc/meminfo: memFree=15891884/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=165852 CPUtime=82.57 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 31927 0 0 0 8236 21 0 0 20 0 4 0 641237701 169832448 31850 33554432000 134512640 135305190 4291041552 18446744073709551615 134563934 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 41463 31850 84 194 0 41267 0
[pid=6159/tid=6160] ppid=6156 vsize=165852 CPUtime=20.52 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 1137 0 0 0 2049 3 0 0 25 0 4 0 641237752 169832448 31850 33554432000 134512640 135305190 4291041552 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=165852 CPUtime=20.49 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 2336 0 0 0 2045 4 0 0 20 0 4 0 641237752 169832448 31850 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=165852 CPUtime=20.51 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 1865 0 0 0 2046 5 0 0 18 0 4 0 641237752 169832448 31850 33554432000 134512640 135305190 4291041552 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 86.93
Current children cumulated vsize (KiB) 174552

[startup+51.1004 s]
/proc/loadavg: 2.16 0.58 0.19 5/248 6164
/proc/meminfo: memFree=15869440/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=189092 CPUtime=184.96 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 37472 0 0 0 18471 25 0 0 20 0 4 0 641237701 193630208 37395 33554432000 134512640 135305190 4291041552 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 47273 37395 84 194 0 47077 0
[pid=6159/tid=6160] ppid=6156 vsize=189092 CPUtime=46.11 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 2109 0 0 0 4608 3 0 0 25 0 4 0 641237752 193630208 37395 33554432000 134512640 135305190 4291041552 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=189092 CPUtime=46.1 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 4140 0 0 0 4604 6 0 0 25 0 4 0 641237752 193630208 37395 33554432000 134512640 135305190 4291041552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=189092 CPUtime=46.11 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 3214 0 0 0 4605 6 0 0 25 0 4 0 641237752 193630208 37395 33554432000 134512640 135305190 4291041552 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 189.32
Current children cumulated vsize (KiB) 197792

[startup+102.309 s]
/proc/loadavg: 3.32 1.17 0.41 5/248 6165
/proc/meminfo: memFree=15832100/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=227904 CPUtime=389.76 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 46723 0 0 0 38941 35 0 0 18 0 4 0 641237701 233373696 46646 33554432000 134512640 135305190 4291041552 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 56976 46646 84 194 0 56780 0
[pid=6159/tid=6160] ppid=6156 vsize=227904 CPUtime=97.32 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 3673 0 0 0 9727 5 0 0 25 0 4 0 641237752 233373696 46646 33554432000 134512640 135305190 4291041552 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=227904 CPUtime=97.3 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 6940 0 0 0 9723 7 0 0 18 0 4 0 641237752 233373696 46646 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=227904 CPUtime=97.31 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 5790 0 0 0 9720 11 0 0 25 0 4 0 641237752 233373696 46646 33554432000 134512640 135305190 4291041552 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 394.12
Current children cumulated vsize (KiB) 236604

[startup+162.301 s]
/proc/loadavg: 3.78 1.70 0.64 5/248 6166
/proc/meminfo: memFree=15801196/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=259172 CPUtime=629.7 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 54325 0 0 0 62927 43 0 0 20 0 4 0 641237701 265392128 54248 33554432000 134512640 135305190 4291041552 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 64793 54248 84 194 0 64597 0
[pid=6159/tid=6160] ppid=6156 vsize=259172 CPUtime=157.3 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 4946 0 0 0 15724 6 0 0 25 0 4 0 641237752 265392128 54248 33554432000 134512640 135305190 4291041552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=259172 CPUtime=157.3 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 9314 0 0 0 15721 9 0 0 25 0 4 0 641237752 265392128 54248 33554432000 134512640 135305190 4291041552 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=259172 CPUtime=157.28 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 7758 0 0 0 15714 14 0 0 25 0 4 0 641237752 265392128 54248 33554432000 134512640 135305190 4291041552 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 634.06
Current children cumulated vsize (KiB) 267872

[startup+222.301 s]
/proc/loadavg: 3.92 2.11 0.85 5/248 6168
/proc/meminfo: memFree=15767560/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7

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

[pid=6159/tid=6161] ppid=6156 vsize=590280 CPUtime=1417.23 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 31147 0 0 0 141688 35 0 0 25 0 4 0 641237752 604446720 130973 33554432000 134512640 135305190 4291041552 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=590280 CPUtime=1417.12 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 26144 0 0 0 141664 48 0 0 18 0 4 0 641237752 604446720 130973 33554432000 134512640 135305190 4291041552 18446744073709551615 134539404 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5673.65
Current children cumulated vsize (KiB) 598980

[startup+1482.3 s]
/proc/loadavg: 4.00 3.96 3.16 5/248 6202
/proc/meminfo: memFree=15490572/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=596264 CPUtime=5909.2 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132024 0 0 0 590767 153 0 0 25 0 4 0 641237701 610574336 131883 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149066 131883 84 194 0 148870 0
[pid=6159/tid=6160] ppid=6156 vsize=596264 CPUtime=1477.18 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 21493 0 0 0 147693 25 0 0 25 0 4 0 641237752 610574336 131883 33554432000 134512640 135305190 4291041552 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=596264 CPUtime=1477.22 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 31488 0 0 0 147686 36 0 0 25 0 4 0 641237752 610574336 131883 33554432000 134512640 135305190 4291041552 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=596264 CPUtime=1477.1 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 26144 0 0 0 147661 49 0 0 25 0 4 0 641237752 610574336 131883 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5913.56
Current children cumulated vsize (KiB) 604964

[startup+1542.3 s]
/proc/loadavg: 4.04 3.98 3.22 5/248 6203
/proc/meminfo: memFree=15488556/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6149.17 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132505 0 0 0 614763 154 0 0 25 0 4 0 641237701 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132364 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1537.17 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 21787 0 0 0 153691 26 0 0 25 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134538309 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1537.2 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 31646 0 0 0 153684 36 0 0 18 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1537.09 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 26172 0 0 0 153660 49 0 0 25 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6153.53
Current children cumulated vsize (KiB) 606648

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

[startup+1548.7 s]
/proc/loadavg: 4.03 3.98 3.22 5/248 6203
/proc/meminfo: memFree=15488432/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6174.78 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132505 0 0 0 617324 154 0 0 25 0 4 0 641237701 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132364 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1543.57 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 21787 0 0 0 154331 26 0 0 25 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134538906 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1543.61 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 31646 0 0 0 154325 36 0 0 25 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1543.5 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202560 26172 0 0 0 154301 49 0 0 19 0 4 0 641237752 612298752 132364 33554432000 134512640 135305190 4291041552 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6179.14
Current children cumulated vsize (KiB) 606648

[startup+1561.5 s]
/proc/loadavg: 3.78 3.93 3.22 2/248 6204
/proc/meminfo: memFree=15488540/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6220.06 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 621851 155 0 0 23 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529396 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6224.42
Current children cumulated vsize (KiB) 606648

[startup+1564.7 s]
/proc/loadavg: 3.78 3.93 3.22 2/248 6204
/proc/meminfo: memFree=15488540/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6223.26 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 622171 155 0 0 25 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529391 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6227.62
Current children cumulated vsize (KiB) 606648

[startup+1567.9 s]
/proc/loadavg: 3.56 3.88 3.20 2/248 6204
/proc/meminfo: memFree=15488416/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6226.46 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 622491 155 0 0 25 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529369 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6230.82
Current children cumulated vsize (KiB) 606648

[startup+1568.7 s]
/proc/loadavg: 3.56 3.88 3.20 2/248 6204
/proc/meminfo: memFree=15488416/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6227.26 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 622571 155 0 0 25 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529624 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6231.62
Current children cumulated vsize (KiB) 606648

[startup+1569.5 s]
/proc/loadavg: 3.56 3.88 3.20 2/248 6204
/proc/meminfo: memFree=15488416/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6228.06 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 622651 155 0 0 25 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529244 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6232.42
Current children cumulated vsize (KiB) 606648

[startup+1569.71 s]
/proc/loadavg: 3.56 3.88 3.20 2/248 6204
/proc/meminfo: memFree=15488536/32951124 swapFree=67056788/67111528
[pid=6156] ppid=6154 vsize=8700 CPUtime=4.36 cores=0-7
/proc/6156/stat : 6156 (manysat.sh) S 6154 6156 6130 0 -1 4202496 355 46705 0 0 0 0 425 11 18 0 1 0 641237262 8908800 252 33554432000 4194304 4922060 140733247539840 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6156/statm: 2175 252 209 178 0 68 0
[pid=6159] ppid=6156 vsize=597948 CPUtime=6228.27 cores=0-7
/proc/6159/stat : 6159 (manysat1.1_stat) R 6156 6156 6130 0 -1 4202496 132512 0 0 0 622672 155 0 0 25 0 4 0 641237701 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134529232 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6159/statm: 149487 132371 84 194 0 149291 0
[pid=6159/tid=6160] ppid=6156 vsize=597948 CPUtime=1554.08 cores=0-7
/proc/6159/task/6160/stat : 6160 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 21787 0 0 0 155382 26 0 0 25 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 0 0 0 0
[pid=6159/tid=6161] ppid=6156 vsize=597948 CPUtime=1554.13 cores=0-7
/proc/6159/task/6161/stat : 6161 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 31653 0 0 0 155376 37 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 5 0 0 0
[pid=6159/tid=6162] ppid=6156 vsize=597948 CPUtime=1554.95 cores=0-7
/proc/6159/task/6162/stat : 6162 (manysat1.1_stat) S 6156 6156 6130 0 -1 4202560 26172 0 0 0 155446 49 0 0 19 0 4 0 641237752 612298752 132371 33554432000 134512640 135305190 4291041552 18446744073709551615 134657474 0 0 4096 3 18446604469183301760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6232.63
Current children cumulated vsize (KiB) 606648

Child status: 20
Real time (s): 1569.79
CPU time (s): 6232.73
CPU user time (s): 6231.03
CPU system time (s): 1.70174
CPU usage (%): 397.042
Max. virtual memory (cumulated for all children) (KiB): 606648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6231.03
system time used= 1.70174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179799
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= 24592
involuntary context switches= 24793

runsolver used 3.19251 second user time and 8.22775 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-13 16:19:54
IDJOB=3361854
IDBENCH=20384
IDSOLVER=1839
FILE ID=node133/3361854-1305296393
RUNJOBID= node133-1305296392-6144
PBS_JOBID= 13321420
Free space on /tmp= 43076 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361854-1305296393/watcher-3361854-1305296393 -o /tmp/evaluation-result-3361854-1305296393/solver-3361854-1305296393 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361854-1305296393.cnf aimd 1

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=958841269

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      16031704 kB
Buffers:        212480 kB
Cached:        8906240 kB
SwapCached:       8724 kB
Active:        8314516 kB
Inactive:      8228876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16031704 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           20668 kB
Writeback:           0 kB
AnonPages:     7421820 kB
Mapped:          20556 kB
Slab:           289856 kB
PageTables:      23132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19195696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43076 MiB
End job on node133 at 2011-05-13 16:46:04