Trace number 3362039

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 4573.36 1153.06

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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 | 1035559  2720796 |  310667       0        0     nan |  0.000 % |
4.30/4.35	c |         0 |  779069  2479069 |      --       0       --      -- |     --   | -255664/-239349
4.30/4.35	c ==============================================================================
4.30/4.35	c Result  :   #vars: 159113   #clauses: 779069   #literals: 2479069
4.30/4.35	c CPU time:   4.23236 s
4.30/4.35	c ==============================================================================
4573.28/1153.03	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
4573.28/1153.03	c ============================[ Problem Statistics ]=============================
4573.28/1153.03	c |                                                                             |
4573.28/1153.03	c threadId              : 3
4573.28/1153.03	c restarts              : 1499
4573.28/1153.03	c conflicts             : 935200         (205 /sec)
4573.28/1153.03	c decisions             : 1839709        (1.52 % random) (403 /sec)
4573.28/1153.03	c propagations          : 3056029089     (669078 /sec)
4573.28/1153.03	c conflict literals     : 30991760       (62.06 % deleted)
4573.28/1153.03	c Memory used           : 514.55 MB
4573.28/1153.03	c CPU time              : 4567.52 s
4573.28/1153.03	
4573.28/1153.03	c --->m=4, e=8, aimd=1, HOME/29544_many.cnf	time: 1141.88	conflicts: 935200       
4573.28/1153.05	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-3362039-1305298261/watcher-3362039-1305298261 -o /tmp/evaluation-result-3362039-1305298261/solver-3362039-1305298261 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362039-1305298261.cnf aimd 1 

running on 4 cores: 0,2,4,6

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: 6.61 7.70 6.86 6/292 29544
/proc/meminfo: memFree=29101676/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0

[startup+0.0515909 s]
/proc/loadavg: 6.61 7.70 6.86 6/292 29544
/proc/meminfo: memFree=29101676/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100586 s]
/proc/loadavg: 6.61 7.70 6.86 6/292 29544
/proc/meminfo: memFree=29101676/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300546 s]
/proc/loadavg: 6.61 7.70 6.86 6/292 29544
/proc/meminfo: memFree=29101676/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700487 s]
/proc/loadavg: 6.61 7.70 6.86 6/292 29544
/proc/meminfo: memFree=29101676/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 6.61 7.70 6.86 6/294 29546
/proc/meminfo: memFree=28955340/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
[pid=29545] ppid=29544 vsize=191200 CPUtime=1.49 cores=0,2,4,6
/proc/29545/stat : 29545 (SatElite) R 29544 29544 29121 0 -1 4202496 43076 0 0 0 139 10 0 0 25 0 1 0 641424195 195788800 40493 33554432000 134512640 135034092 4289529904 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29545/statm: 47800 40493 68 128 0 47670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199900

[startup+3.10105 s]
/proc/loadavg: 6.61 7.70 6.86 6/294 29546
/proc/meminfo: memFree=28927100/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 641424195 8908800 249 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29544/statm: 2175 249 209 178 0 68 0
[pid=29545] ppid=29544 vsize=189932 CPUtime=3.09 cores=0,2,4,6
/proc/29545/stat : 29545 (SatElite) R 29544 29544 29121 0 -1 4202496 43613 0 0 0 299 10 0 0 25 0 1 0 641424195 194490368 40264 33554432000 134512640 135034092 4289529904 18446744073709551615 134541189 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29545/statm: 47483 40264 68 128 0 47353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198632

[startup+6.30043 s]
/proc/loadavg: 6.49 7.65 6.85 6/294 29547
/proc/meminfo: memFree=28936116/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=289936 CPUtime=2.31 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 59704 0 0 0 192 39 0 0 18 0 4 0 641424688 296894464 59554 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 72484 59554 84 194 0 72288 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 298636

[startup+12.7003 s]
/proc/loadavg: 6.61 7.66 6.85 9/297 29550
/proc/meminfo: memFree=28818416/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=300008 CPUtime=27.84 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 62281 0 0 0 2743 41 0 0 25 0 4 0 641424688 307208192 62131 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 75002 62131 84 194 0 74806 0
[pid=29547/tid=29548] ppid=29544 vsize=300008 CPUtime=6.75 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 2205 0 0 0 668 7 0 0 25 0 4 0 641424785 307208192 62131 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=300008 CPUtime=6.71 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 2185 0 0 0 662 9 0 0 25 0 4 0 641424785 307208192 62131 33554432000 134512640 135305190 4292082912 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=300008 CPUtime=6.66 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 2192 0 0 0 658 8 0 0 25 0 4 0 641424785 307208192 62131 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.76
Current children cumulated vsize (KiB) 308708

[startup+25.5009 s]
/proc/loadavg: 6.91 7.67 6.87 9/297 29551
/proc/meminfo: memFree=28805616/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=310100 CPUtime=78.91 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 64897 0 0 0 7849 42 0 0 25 0 4 0 641424688 317542400 64715 33554432000 134512640 135305190 4292082912 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 77525 64715 84 194 0 77329 0
[pid=29547/tid=29548] ppid=29544 vsize=310100 CPUtime=19.55 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 2530 0 0 0 1948 7 0 0 25 0 4 0 641424785 317542400 64715 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=310100 CPUtime=19.51 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 3120 0 0 0 1942 9 0 0 25 0 4 0 641424785 317542400 64715 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=310100 CPUtime=19.33 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 2920 0 0 0 1925 8 0 0 25 0 4 0 641424785 317542400 64715 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.83
Current children cumulated vsize (KiB) 318800

[startup+51.1003 s]
/proc/loadavg: 7.34 7.71 6.90 9/297 29551
/proc/meminfo: memFree=28787028/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=322332 CPUtime=181.07 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 67902 0 0 0 18062 45 0 0 25 0 4 0 641424688 330067968 67720 33554432000 134512640 135305190 4292082912 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 80583 67720 84 194 0 80387 0
[pid=29547/tid=29548] ppid=29544 vsize=322332 CPUtime=45.15 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 3098 0 0 0 4507 8 0 0 25 0 4 0 641424785 330067968 67720 33554432000 134512640 135305190 4292082912 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=322332 CPUtime=45.11 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 3848 0 0 0 4501 10 0 0 25 0 4 0 641424785 330067968 67720 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=322332 CPUtime=44.69 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 3850 0 0 0 4460 9 0 0 25 0 4 0 641424785 330067968 67720 33554432000 134512640 135305190 4292082912 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 331032

[startup+102.311 s]
/proc/loadavg: 7.83 7.79 6.97 9/297 29553
/proc/meminfo: memFree=28768232/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=341328 CPUtime=385.42 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 72435 0 0 0 38494 48 0 0 25 0 4 0 641424688 349519872 72253 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 85332 72253 84 194 0 85136 0
[pid=29547/tid=29548] ppid=29544 vsize=341328 CPUtime=96.36 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 3963 0 0 0 9627 9 0 0 25 0 4 0 641424785 349519872 72253 33554432000 134512640 135305190 4292082912 18446744073709551615 134530601 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=341328 CPUtime=96.32 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 4935 0 0 0 9621 11 0 0 25 0 4 0 641424785 349519872 72253 33554432000 134512640 135305190 4292082912 18446744073709551615 134570384 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=341328 CPUtime=95.43 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 5201 0 0 0 9533 10 0 0 25 0 4 0 641424785 349519872 72253 33554432000 134512640 135305190 4292082912 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 390.34
Current children cumulated vsize (KiB) 350028

[startup+162.301 s]
/proc/loadavg: 8.04 7.85 7.04 9/297 29554
/proc/meminfo: memFree=28735956/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=360956 CPUtime=624.83 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 77355 0 0 0 62432 51 0 0 25 0 4 0 641424688 369618944 77173 33554432000 134512640 135305190 4292082912 18446744073709551615 134538543 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 90239 77173 84 194 0 90043 0
[pid=29547/tid=29548] ppid=29544 vsize=360956 CPUtime=156.35 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 4835 0 0 0 15626 9 0 0 25 0 4 0 641424785 369618944 77173 33554432000 134512640 135305190 4292082912 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=360956 CPUtime=156.31 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 6225 0 0 0 15620 11 0 0 25 0 4 0 641424785 369618944 77173 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=360956 CPUtime=154.86 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 6756 0 0 0 15475 11 0 0 25 0 4 0 641424785 369618944 77173 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 629.75
Current children cumulated vsize (KiB) 369656

[startup+222.3 s]
/proc/loadavg: 7.94 7.87 7.10 9/297 29589
/proc/meminfo: memFree=28831084/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=376976 CPUtime=864.25 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 81249 0 0 0 86370 55 0 0 25 0 4 0 641424688 386023424 81067 33554432000 134512640 135305190 4292082912 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29547/statm: 94244 81067 84 194 0 94048 0
[pid=29547/tid=29548] ppid=29544 vsize=376976 CPUtime=216.35 cores=0,2,4,6

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

[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1116.32 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17120 0 0 0 111613 19 0 0 25 0 4 0 641424785 539541504 117098 33554432000 134512640 135305190 4292082912 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1114.49 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17754 0 0 0 111429 20 0 0 25 0 4 0 641424785 539541504 117098 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4460.07
Current children cumulated vsize (KiB) 535596

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

[startup+1126.3 s]
/proc/loadavg: 8.12 8.10 7.71 9/297 29625
/proc/meminfo: memFree=26162768/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4471.14 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 117295 0 0 0 447027 87 0 0 25 0 4 0 641424688 539541504 117113 33554432000 134512640 135305190 4292082912 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117113 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1111.95 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 13934 0 0 0 111177 18 0 0 25 0 4 0 641424785 539541504 117113 33554432000 134512640 135305190 4292082912 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1120.33 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17127 0 0 0 112014 19 0 0 25 0 4 0 641424785 539541504 117113 33554432000 134512640 135305190 4292082912 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1118.5 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17754 0 0 0 111830 20 0 0 25 0 4 0 641424785 539541504 117113 33554432000 134512640 135305190 4292082912 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.06
Current children cumulated vsize (KiB) 535596

[startup+1139.1 s]
/proc/loadavg: 8.10 8.10 7.71 9/297 29625
/proc/meminfo: memFree=26162512/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4522.16 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 117360 0 0 0 452129 87 0 0 25 0 4 0 641424688 539541504 117178 33554432000 134512640 135305190 4292082912 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117178 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1124.63 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 13942 0 0 0 112445 18 0 0 25 0 4 0 641424785 539541504 117178 33554432000 134512640 135305190 4292082912 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1133.09 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 113290 19 0 0 25 0 4 0 641424785 539541504 117178 33554432000 134512640 135305190 4292082912 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1131.28 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17757 0 0 0 113108 20 0 0 25 0 4 0 641424785 539541504 117178 33554432000 134512640 135305190 4292082912 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4527.08
Current children cumulated vsize (KiB) 535596

[startup+1145.5 s]
/proc/loadavg: 8.17 8.11 7.72 9/297 29626
/proc/meminfo: memFree=26162256/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4547.69 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 117409 0 0 0 454682 87 0 0 25 0 4 0 641424688 539541504 117227 33554432000 134512640 135305190 4292082912 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117227 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1130.97 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 13951 0 0 0 113079 18 0 0 25 0 4 0 641424785 539541504 117227 33554432000 134512640 135305190 4292082912 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1139.48 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 113929 19 0 0 25 0 4 0 641424785 539541504 117227 33554432000 134512640 135305190 4292082912 18446744073709551615 134529627 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1137.68 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17791 0 0 0 113748 20 0 0 25 0 4 0 641424785 539541504 117227 33554432000 134512640 135305190 4292082912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4552.61
Current children cumulated vsize (KiB) 535596

[startup+1148.7 s]
/proc/loadavg: 8.15 8.11 7.72 9/297 29626
/proc/meminfo: memFree=26162132/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4560.37 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202496 117422 0 0 0 455949 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1134.11 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 13964 0 0 0 113393 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1142.62 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114243 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529360 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1140.87 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17791 0 0 0 114067 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4565.29
Current children cumulated vsize (KiB) 535596

[startup+1150.3 s]
/proc/loadavg: 8.15 8.11 7.72 9/297 29626
/proc/meminfo: memFree=26162132/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4565.66 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202496 117422 0 0 0 456478 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1135.33 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 13964 0 0 0 113515 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1144.22 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114403 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529232 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1142.11 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 17791 0 0 0 114191 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4570.58
Current children cumulated vsize (KiB) 535596

[startup+1151.9 s]
/proc/loadavg: 8.15 8.11 7.72 6/297 29626
/proc/meminfo: memFree=26162008/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4567.26 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202496 117422 0 0 0 456638 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1135.33 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 13964 0 0 0 113515 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1145.82 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114563 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529627 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1142.11 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 17791 0 0 0 114191 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4572.18
Current children cumulated vsize (KiB) 535596

[startup+1152.7 s]
/proc/loadavg: 7.90 8.06 7.71 6/297 29626
/proc/meminfo: memFree=26161884/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4568.07 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202496 117422 0 0 0 456719 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1135.33 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 13964 0 0 0 113515 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1146.63 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114644 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1142.11 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 17791 0 0 0 114191 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4572.99
Current children cumulated vsize (KiB) 535596

[startup+1152.9 s]
/proc/loadavg: 7.90 8.06 7.71 6/297 29626
/proc/meminfo: memFree=26161884/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4568.26 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202496 117422 0 0 0 456738 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1135.33 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 13964 0 0 0 113515 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1146.82 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114663 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1142.11 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 17791 0 0 0 114191 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4573.18
Current children cumulated vsize (KiB) 535596

[startup+1153 s]
/proc/loadavg: 7.90 8.06 7.71 6/297 29626
/proc/meminfo: memFree=26161884/32951124 swapFree=54427468/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=4.92 cores=0,2,4,6
/proc/29544/stat : 29544 (manysat.sh) S 29542 29544 29121 0 -1 4202496 355 52497 0 0 0 0 477 15 18 0 1 0 641424195 8908800 252 33554432000 4194304 4922060 140735800822688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29544/statm: 2175 252 209 178 0 68 0
[pid=29547] ppid=29544 vsize=526896 CPUtime=4568.36 cores=0,2,4,6
/proc/29547/stat : 29547 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202496 117422 0 0 0 456748 88 0 0 25 0 4 0 641424688 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/29547/statm: 131724 117240 84 194 0 131528 0
[pid=29547/tid=29548] ppid=29544 vsize=526896 CPUtime=1135.33 cores=0,2,4,6
/proc/29547/task/29548/stat : 29548 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 13964 0 0 0 113515 18 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 6 0 0 0
[pid=29547/tid=29549] ppid=29544 vsize=526896 CPUtime=1146.92 cores=0,2,4,6
/proc/29547/task/29549/stat : 29549 (manysat1.1_stat) R 29544 29544 29121 0 -1 4202560 17138 0 0 0 114673 19 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134529232 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29547/tid=29550] ppid=29544 vsize=526896 CPUtime=1142.11 cores=0,2,4,6
/proc/29547/task/29550/stat : 29550 (manysat1.1_stat) S 29544 29544 29121 0 -1 4202560 17791 0 0 0 114191 20 0 0 25 0 4 0 641424785 539541504 117240 33554432000 134512640 135305190 4292082912 18446744073709551615 134657474 0 0 4096 3 18446604445328612352 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4573.28
Current children cumulated vsize (KiB) 535596

Child status: 20
Real time (s): 1153.06
CPU time (s): 4573.36
CPU user time (s): 4572.3
CPU system time (s): 1.05984
CPU usage (%): 396.628
Max. virtual memory (cumulated for all children) (KiB): 535596

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

runsolver used 3.00254 second user time and 7.48686 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:51:02
IDJOB=3362039
IDBENCH=82354
IDSOLVER=1838
FILE ID=node138/3362039-1305298261
RUNJOBID= node138-1305296392-29139
PBS_JOBID= 13321415
Free space on /tmp= 47568 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362039-1305298261/watcher-3362039-1305298261 -o /tmp/evaluation-result-3362039-1305298261/solver-3362039-1305298261 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362039-1305298261.cnf aimd 1

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=24845350

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:      29101824 kB
Buffers:        204744 kB
Cached:        3029480 kB
SwapCached:      18472 kB
Active:         988556 kB
Inactive:      2661300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29101824 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           22744 kB
Writeback:           0 kB
AnonPages:      408796 kB
Mapped:           9584 kB
Slab:            97248 kB
PageTables:      41100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39930868 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= 47520 MiB
End job on node138 at 2011-05-13 17:10:15