Trace number 3361943

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-20? (TO) 4800.3 1203.12

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25863    60347 |    7758       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   19663    59086 |      --       0       --      -- |     --   | -6198/-1256
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 4390   #clauses: 19663   #literals: 59086
0.00/0.10	c CPU time:   0.102984 s
0.00/0.10	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3361943-1305297268/watcher-3361943-1305297268 -o /tmp/evaluation-result-3361943-1305297268/solver-3361943-1305297268 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361943-1305297268.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.14 7.64 4.91 5/292 29254
/proc/meminfo: memFree=29256092/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641324742 8908800 249 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29254/statm: 2175 249 209 178 0 68 0

[startup+0.028558 s]
/proc/loadavg: 8.14 7.64 4.91 5/292 29254
/proc/meminfo: memFree=29256092/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641324742 8908800 249 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29254/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100556 s]
/proc/loadavg: 8.14 7.64 4.91 5/292 29254
/proc/meminfo: memFree=29256092/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641324742 8908800 249 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29254/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300473 s]
/proc/loadavg: 8.14 7.64 4.91 5/292 29254
/proc/meminfo: memFree=29256092/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+0.700402 s]
/proc/loadavg: 8.14 7.64 4.91 5/292 29254
/proc/meminfo: memFree=29256092/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29260
/proc/meminfo: memFree=29236468/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=55824 CPUtime=5.4 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 5639 0 0 0 536 4 0 0 19 0 4 0 641324754 57163776 5580 33554432000 134512640 135305190 4287490368 18446744073709551615 134528939 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 13956 5580 84 194 0 13760 0
[pid=29257/tid=29258] ppid=29254 vsize=55824 CPUtime=1.34 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 856 0 0 0 133 1 0 0 19 0 4 0 641324757 57163776 5580 33554432000 134512640 135305190 4287490368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=55824 CPUtime=1.33 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1060 0 0 0 132 1 0 0 19 0 4 0 641324757 57163776 5580 33554432000 134512640 135305190 4287490368 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=55824 CPUtime=1.34 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 980 0 0 0 133 1 0 0 19 0 4 0 641324757 57163776 5580 33554432000 134512640 135305190 4287490368 18446744073709551615 134550801 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 64524

[startup+3.10097 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29260
/proc/meminfo: memFree=29230268/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=63348 CPUtime=11.8 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 7503 0 0 0 1173 7 0 0 24 0 4 0 641324754 64868352 7444 33554432000 134512640 135305190 4287490368 18446744073709551615 134556740 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 15837 7444 84 194 0 15641 0
[pid=29257/tid=29258] ppid=29254 vsize=63348 CPUtime=2.94 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1305 0 0 0 293 1 0 0 23 0 4 0 641324757 64868352 7444 33554432000 134512640 135305190 4287490368 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=63348 CPUtime=2.92 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1583 0 0 0 291 1 0 0 24 0 4 0 641324757 64868352 7444 33554432000 134512640 135305190 4287490368 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=63348 CPUtime=2.94 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1431 0 0 0 292 2 0 0 25 0 4 0 641324757 64868352 7444 33554432000 134512640 135305190 4287490368 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 72048

[startup+6.30039 s]
/proc/loadavg: 8.13 7.65 4.92 9/297 29260
/proc/meminfo: memFree=29217676/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=71760 CPUtime=24.55 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 9590 0 0 0 2447 8 0 0 19 0 4 0 641324754 73482240 9531 33554432000 134512640 135305190 4287490368 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 17940 9531 84 194 0 17744 0
[pid=29257/tid=29258] ppid=29254 vsize=71760 CPUtime=6.14 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1825 0 0 0 612 2 0 0 25 0 4 0 641324757 73482240 9531 33554432000 134512640 135305190 4287490368 18446744073709551615 134528939 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=71760 CPUtime=6.08 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 2186 0 0 0 607 1 0 0 25 0 4 0 641324757 73482240 9531 33554432000 134512640 135305190 4287490368 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=71760 CPUtime=6.13 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 1857 0 0 0 611 2 0 0 25 0 4 0 641324757 73482240 9531 33554432000 134512640 135305190 4287490368 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 80460

[startup+12.7012 s]
/proc/loadavg: 8.12 7.66 4.94 9/297 29260
/proc/meminfo: memFree=29196556/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=90792 CPUtime=50.09 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 14297 0 0 0 4998 11 0 0 25 0 4 0 641324754 92971008 14238 33554432000 134512640 135305190 4287490368 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 22698 14238 84 194 0 22502 0
[pid=29257/tid=29258] ppid=29254 vsize=90792 CPUtime=12.54 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 2806 0 0 0 1251 3 0 0 25 0 4 0 641324757 92971008 14238 33554432000 134512640 135305190 4287490368 18446744073709551615 134557130 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=90792 CPUtime=12.43 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 3798 0 0 0 1241 2 0 0 25 0 4 0 641324757 92971008 14238 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=90792 CPUtime=12.54 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 2859 0 0 0 1251 3 0 0 25 0 4 0 641324757 92971008 14238 33554432000 134512640 135305190 4287490368 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 99492

[startup+25.5009 s]
/proc/loadavg: 8.09 7.67 4.99 9/297 29260
/proc/meminfo: memFree=29175856/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=103500 CPUtime=101.14 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 17093 0 0 0 10099 15 0 0 25 0 4 0 641324754 105984000 17034 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 25875 17034 84 194 0 25679 0
[pid=29257/tid=29258] ppid=29254 vsize=103500 CPUtime=25.32 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 3618 0 0 0 2528 4 0 0 25 0 4 0 641324757 105984000 17034 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=103500 CPUtime=25.1 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 4531 0 0 0 2507 3 0 0 25 0 4 0 641324757 105984000 17034 33554432000 134512640 135305190 4287490368 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=103500 CPUtime=25.34 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 3420 0 0 0 2530 4 0 0 25 0 4 0 641324757 105984000 17034 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 112200

[startup+51.1012 s]
/proc/loadavg: 8.13 7.71 5.07 9/297 29261
/proc/meminfo: memFree=29150988/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=128712 CPUtime=203.28 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 23229 0 0 0 20307 21 0 0 25 0 4 0 641324754 131801088 23170 33554432000 134512640 135305190 4287490368 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 32178 23170 84 194 0 31982 0
[pid=29257/tid=29258] ppid=29254 vsize=128712 CPUtime=50.92 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 5319 0 0 0 5086 6 0 0 25 0 4 0 641324757 131801088 23170 33554432000 134512640 135305190 4287490368 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=128712 CPUtime=50.47 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 6374 0 0 0 5042 5 0 0 25 0 4 0 641324757 131801088 23170 33554432000 134512640 135305190 4287490368 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=128712 CPUtime=50.93 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 4683 0 0 0 5088 5 0 0 25 0 4 0 641324757 131801088 23170 33554432000 134512640 135305190 4287490368 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 137412

[startup+102.311 s]
/proc/loadavg: 8.12 7.77 5.24 9/297 29262
/proc/meminfo: memFree=29119212/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=159776 CPUtime=407.6 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 31125 0 0 0 40730 30 0 0 25 0 4 0 641324754 163610624 31066 33554432000 134512640 135305190 4287490368 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 39944 31066 84 194 0 39748 0
[pid=29257/tid=29258] ppid=29254 vsize=159776 CPUtime=102.11 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 7124 0 0 0 10203 8 0 0 25 0 4 0 641324757 163610624 31066 33554432000 134512640 135305190 4287490368 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=159776 CPUtime=101.46 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 9023 0 0 0 10138 8 0 0 25 0 4 0 641324757 163610624 31066 33554432000 134512640 135305190 4287490368 18446744073709551615 134553437 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=159776 CPUtime=101.84 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 6133 0 0 0 10178 6 0 0 25 0 4 0 641324757 163610624 31066 33554432000 134512640 135305190 4287490368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 168476

[startup+162.301 s]
/proc/loadavg: 8.16 7.84 5.41 9/297 29264
/proc/meminfo: memFree=29065232/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=188072 CPUtime=646.95 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 37577 0 0 0 64656 39 0 0 25 0 4 0 641324754 192585728 37518 33554432000 134512640 135305190 4287490368 18446744073709551615 134528777 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 47018 37518 84 194 0 46822 0
[pid=29257/tid=29258] ppid=29254 vsize=188072 CPUtime=162.1 cores=1,3,5,7

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

/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 15553 0 0 0 82069 22 0 0 25 0 4 0 641324757 392282112 83296 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.68
Current children cumulated vsize (KiB) 391788

[startup+882.3 s]
/proc/loadavg: 8.12 8.09 6.85 9/297 29283
/proc/meminfo: memFree=28612896/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=420452 CPUtime=3520.02 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 92668 0 0 0 351885 117 0 0 25 0 4 0 641324754 430542848 92567 33554432000 134512640 135305190 4287490368 18446744073709551615 134528944 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 105113 92567 84 194 0 104917 0
[pid=29257/tid=29258] ppid=29254 vsize=420452 CPUtime=876.15 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17575 0 0 0 87594 21 0 0 25 0 4 0 641324757 430542848 92567 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=420452 CPUtime=880.88 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 36979 0 0 0 88043 45 0 0 25 0 4 0 641324757 430542848 92567 33554432000 134512640 135305190 4287490368 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=420452 CPUtime=880.9 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17142 0 0 0 88067 23 0 0 25 0 4 0 641324757 430542848 92567 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.13
Current children cumulated vsize (KiB) 429152

[startup+942.3 s]
/proc/loadavg: 8.13 8.10 6.93 5/291 29286
/proc/meminfo: memFree=29139656/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=435724 CPUtime=3759.4 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 96052 0 0 0 375817 123 0 0 25 0 4 0 641324754 446181376 95951 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 108931 95951 84 194 0 108735 0
[pid=29257/tid=29258] ppid=29254 vsize=435724 CPUtime=935.57 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 18158 0 0 0 93534 23 0 0 25 0 4 0 641324757 446181376 95951 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=435724 CPUtime=940.87 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 38821 0 0 0 94039 48 0 0 25 0 4 0 641324757 446181376 95951 33554432000 134512640 135305190 4287490368 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=435724 CPUtime=940.89 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17652 0 0 0 94064 25 0 0 25 0 4 0 641324757 446181376 95951 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.51
Current children cumulated vsize (KiB) 444424

[startup+1002.3 s]
/proc/loadavg: 6.61 7.66 6.85 9/297 29550
/proc/meminfo: memFree=28824392/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=441144 CPUtime=3998.85 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 97344 0 0 0 399759 126 0 0 25 0 4 0 641324754 451731456 97243 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 110286 97243 84 194 0 110090 0
[pid=29257/tid=29258] ppid=29254 vsize=441144 CPUtime=995.01 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 18239 0 0 0 99478 23 0 0 25 0 4 0 641324757 451731456 97243 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=441144 CPUtime=1000.86 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 39312 0 0 0 100037 49 0 0 25 0 4 0 641324757 451731456 97243 33554432000 134512640 135305190 4287490368 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=441144 CPUtime=1000.89 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17750 0 0 0 100064 25 0 0 25 0 4 0 641324757 451731456 97243 33554432000 134512640 135305190 4287490368 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3998.96
Current children cumulated vsize (KiB) 449844

[startup+1062.3 s]
/proc/loadavg: 7.49 7.73 6.92 9/297 29552
/proc/meminfo: memFree=28780540/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=452724 CPUtime=4238.25 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 99975 0 0 0 423695 130 0 0 25 0 4 0 641324754 463589376 99874 33554432000 134512640 135305190 4287490368 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 113181 99874 84 194 0 112985 0
[pid=29257/tid=29258] ppid=29254 vsize=452724 CPUtime=1054.47 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 18674 0 0 0 105423 24 0 0 25 0 4 0 641324757 463589376 99874 33554432000 134512640 135305190 4287490368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=452724 CPUtime=1060.84 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 40837 0 0 0 106033 51 0 0 25 0 4 0 641324757 463589376 99874 33554432000 134512640 135305190 4287490368 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=452724 CPUtime=1060.89 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17806 0 0 0 106063 26 0 0 25 0 4 0 641324757 463589376 99874 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.36
Current children cumulated vsize (KiB) 461424

[startup+1122.3 s]
/proc/loadavg: 7.89 7.80 7.00 9/297 29553
/proc/meminfo: memFree=28756068/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=458924 CPUtime=4477.7 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 101423 0 0 0 447639 131 0 0 25 0 4 0 641324754 469938176 101322 33554432000 134512640 135305190 4287490368 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 114731 101322 84 194 0 114535 0
[pid=29257/tid=29258] ppid=29254 vsize=458924 CPUtime=1113.92 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 18840 0 0 0 111368 24 0 0 25 0 4 0 641324757 469938176 101322 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=458924 CPUtime=1120.84 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 41964 0 0 0 112032 52 0 0 25 0 4 0 641324757 469938176 101322 33554432000 134512640 135305190 4287490368 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=458924 CPUtime=1120.89 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 17961 0 0 0 112063 26 0 0 25 0 4 0 641324757 469938176 101322 33554432000 134512640 135305190 4287490368 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.81
Current children cumulated vsize (KiB) 467624

[startup+1182.3 s]
/proc/loadavg: 8.11 7.88 7.07 9/297 29555
/proc/meminfo: memFree=28723416/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=475632 CPUtime=4717.15 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 105876 0 0 0 471576 139 0 0 25 0 4 0 641324754 487047168 105775 33554432000 134512640 135305190 4287490368 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 118908 105775 84 194 0 118712 0
[pid=29257/tid=29258] ppid=29254 vsize=475632 CPUtime=1173.38 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 19716 0 0 0 117313 25 0 0 25 0 4 0 641324757 487047168 105775 33554432000 134512640 135305190 4287490368 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=475632 CPUtime=1180.82 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 44443 0 0 0 118027 55 0 0 25 0 4 0 641324757 487047168 105775 33554432000 134512640 135305190 4287490368 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=475632 CPUtime=1180.89 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 18661 0 0 0 118061 28 0 0 25 0 4 0 641324757 487047168 105775 33554432000 134512640 135305190 4287490368 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.26
Current children cumulated vsize (KiB) 484332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.19 7.92 7.10 9/297 29556
/proc/meminfo: memFree=28701944/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=486512 CPUtime=4800.19 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 107989 0 0 0 479876 143 0 0 25 0 4 0 641324754 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 121628 107888 84 194 0 121432 0
[pid=29257/tid=29258] ppid=29254 vsize=486512 CPUtime=1193.99 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 20092 0 0 0 119374 25 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=486512 CPUtime=1201.63 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 45763 0 0 0 120105 58 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=486512 CPUtime=1201.71 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 19016 0 0 0 120142 29 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 495212

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1203.1 s]
/proc/loadavg: 8.19 7.92 7.10 9/297 29556
/proc/meminfo: memFree=28701944/32951124 swapFree=54427468/67111528
[pid=29254] ppid=29252 vsize=8700 CPUtime=0.11 cores=1,3,5,7
/proc/29254/stat : 29254 (manysat.sh) S 29252 29254 29121 0 -1 4202496 357 1346 0 0 0 0 11 0 24 0 1 0 641324742 8908800 252 33554432000 4194304 4922060 140735899274752 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29254/statm: 2175 252 209 178 0 68 0
[pid=29257] ppid=29254 vsize=486512 CPUtime=4800.19 cores=1,3,5,7
/proc/29257/stat : 29257 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202496 107989 0 0 0 479876 143 0 0 25 0 4 0 641324754 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 121628 107888 84 194 0 121432 0
[pid=29257/tid=29258] ppid=29254 vsize=486512 CPUtime=1193.99 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 20092 0 0 0 119374 25 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29257/tid=29259] ppid=29254 vsize=486512 CPUtime=1201.63 cores=1,3,5,7
/proc/29257/task/29259/stat : 29259 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 45763 0 0 0 120105 58 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29257/tid=29260] ppid=29254 vsize=486512 CPUtime=1201.71 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (manysat1.1_stat) R 29254 29254 29121 0 -1 4202560 19016 0 0 0 120142 29 0 0 25 0 4 0 641324757 498188288 107888 33554432000 134512640 135305190 4287490368 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 495212

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29254 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=114982
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.118981
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.12
CPU time (s): 4800.3
CPU user time (s): 4798.87
CPU system time (s): 1.43
CPU usage (%): 398.986
Max. virtual memory (cumulated for all children) (KiB): 495212

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

runsolver used 3.09653 second user time and 7.85281 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:34:28
IDJOB=3361943
IDBENCH=70810
IDSOLVER=1838
FILE ID=node138/3361943-1305297268
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47576 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361943-1305297268/watcher-3361943-1305297268 -o /tmp/evaluation-result-3361943-1305297268/solver-3361943-1305297268 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361943-1305297268.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1823132659

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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:      29256248 kB
Buffers:        203620 kB
Cached:        2998912 kB
SwapCached:      18472 kB
Active:         851176 kB
Inactive:      2647060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29256248 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            1944 kB
Writeback:          16 kB
AnonPages:      289316 kB
Mapped:           9552 kB
Slab:            94948 kB
PageTables:      41080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39796492 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= 47536 MiB
End job on node138 at 2011-05-13 16:54:33