Trace number 3361864

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 1680.08 423.8

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10580    27785 |    3173       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    7470    25292 |      --       0       --      -- |     --   | -3110/-2493
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1304   #clauses: 7470   #literals: 25292
0.00/0.03	c CPU time:   0.035994 s
0.00/0.03	c ==============================================================================
1679.97/423.78	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1679.97/423.78	c ============================[ Problem Statistics ]=============================
1679.97/423.78	c |                                                                             |
1679.97/423.78	c threadId              : 2
1679.97/423.78	c restarts              : 25
1679.97/423.78	c conflicts             : 3484472        (2075 /sec)
1679.97/423.78	c decisions             : 4731137        (1.18 % random) (2817 /sec)
1679.97/423.78	c propagations          : 652471098      (388488 /sec)
1679.97/423.78	c conflict literals     : 147621524      (51.34 % deleted)
1679.97/423.78	c Memory used           : 222.87 MB
1679.97/423.78	c CPU time              : 1679.52 s
1679.97/423.78	
1679.97/423.78	c --->m=4, e=8, aimd=1, HOME/27720_many.cnf	time: 419.879	conflicts: 3484472      
1679.97/423.79	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-3361864-1305296394/watcher-3361864-1305296394 -o /tmp/evaluation-result-3361864-1305296394/solver-3361864-1305296394 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361864-1305296394.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 27720
/proc/meminfo: memFree=6450932/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641239070 8908800 250 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 250 209 178 0 68 0

[startup+0.0846719 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 27720
/proc/meminfo: memFree=6450932/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.103109 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 27720
/proc/meminfo: memFree=6450932/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.300072 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 27720
/proc/meminfo: memFree=6450932/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.700995 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 27720
/proc/meminfo: memFree=6450932/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 0.00 0.00 0.00 5/293 27726
/proc/meminfo: memFree=6440716/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=48104 CPUtime=5.78 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 3615 0 0 0 574 4 0 0 18 0 4 0 641239075 49258496 3563 33554432000 134512640 135305190 4291251072 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 12026 3563 84 194 0 11830 0
[pid=27723/tid=27724] ppid=27720 vsize=48104 CPUtime=1.43 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 693 0 0 0 142 1 0 0 18 0 4 0 641239076 49258496 3563 33554432000 134512640 135305190 4291251072 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=48104 CPUtime=1.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 785 0 0 0 143 0 0 0 18 0 4 0 641239076 49258496 3563 33554432000 134512640 135305190 4291251072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=48104 CPUtime=1.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 735 0 0 0 143 1 0 0 18 0 4 0 641239076 49258496 3563 33554432000 134512640 135305190 4291251072 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 56804

[startup+3.10054 s]
/proc/loadavg: 0.32 0.07 0.02 5/293 27726
/proc/meminfo: memFree=6434888/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=51696 CPUtime=12.16 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 4474 0 0 0 1212 4 0 0 19 0 4 0 641239075 52936704 4422 33554432000 134512640 135305190 4291251072 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 12924 4422 84 194 0 12728 0
[pid=27723/tid=27724] ppid=27720 vsize=51696 CPUtime=3.03 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 887 0 0 0 302 1 0 0 20 0 4 0 641239076 52936704 4422 33554432000 134512640 135305190 4291251072 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=51696 CPUtime=3.02 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 1002 0 0 0 302 0 0 0 19 0 4 0 641239076 52936704 4422 33554432000 134512640 135305190 4291251072 18446744073709551615 134553259 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=51696 CPUtime=3.03 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 970 0 0 0 302 1 0 0 19 0 4 0 641239076 52936704 4422 33554432000 134512640 135305190 4291251072 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 60396

[startup+6.30093 s]
/proc/loadavg: 0.32 0.07 0.02 5/293 27726
/proc/meminfo: memFree=6423580/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=64996 CPUtime=24.96 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 7719 0 0 0 2490 6 0 0 18 0 4 0 641239075 66555904 7667 33554432000 134512640 135305190 4291251072 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 16249 7667 84 194 0 16053 0
[pid=27723/tid=27724] ppid=27720 vsize=64996 CPUtime=6.23 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 1626 0 0 0 622 1 0 0 21 0 4 0 641239076 66555904 7667 33554432000 134512640 135305190 4291251072 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=64996 CPUtime=6.22 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 1714 0 0 0 622 0 0 0 18 0 4 0 641239076 66555904 7667 33554432000 134512640 135305190 4291251072 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=64996 CPUtime=6.23 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 1911 0 0 0 622 1 0 0 18 0 4 0 641239076 66555904 7667 33554432000 134512640 135305190 4291251072 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 73696

[startup+12.7007 s]
/proc/loadavg: 0.89 0.20 0.06 5/293 27726
/proc/meminfo: memFree=6409376/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=76576 CPUtime=50.53 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 10513 0 0 0 5045 8 0 0 18 0 4 0 641239075 78413824 10461 33554432000 134512640 135305190 4291251072 18446744073709551615 134528774 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 19144 10461 84 194 0 18948 0
[pid=27723/tid=27724] ppid=27720 vsize=76576 CPUtime=12.62 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 2187 0 0 0 1260 2 0 0 18 0 4 0 641239076 78413824 10461 33554432000 134512640 135305190 4291251072 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=76576 CPUtime=12.62 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 2540 0 0 0 1261 1 0 0 18 0 4 0 641239076 78413824 10461 33554432000 134512640 135305190 4291251072 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=76576 CPUtime=12.62 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 2612 0 0 0 1260 2 0 0 18 0 4 0 641239076 78413824 10461 33554432000 134512640 135305190 4291251072 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 85276

[startup+25.5003 s]
/proc/loadavg: 1.36 0.32 0.11 5/293 27726
/proc/meminfo: memFree=6400120/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=86108 CPUtime=101.72 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 12905 0 0 0 10162 10 0 0 21 0 4 0 641239075 88174592 12853 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 21527 12853 84 194 0 21331 0
[pid=27723/tid=27724] ppid=27720 vsize=86108 CPUtime=25.42 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 2660 0 0 0 2540 2 0 0 25 0 4 0 641239076 88174592 12853 33554432000 134512640 135305190 4291251072 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=86108 CPUtime=25.42 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 3264 0 0 0 2541 1 0 0 18 0 4 0 641239076 88174592 12853 33554432000 134512640 135305190 4291251072 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=86108 CPUtime=25.42 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 3297 0 0 0 2539 3 0 0 21 0 4 0 641239076 88174592 12853 33554432000 134512640 135305190 4291251072 18446744073709551615 134551953 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 94808

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/293 27727
/proc/meminfo: memFree=6384552/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=101824 CPUtime=204.08 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 16811 0 0 0 20393 15 0 0 25 0 4 0 641239075 104267776 16759 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 25456 16759 84 194 0 25260 0
[pid=27723/tid=27724] ppid=27720 vsize=101824 CPUtime=51.01 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 3417 0 0 0 5098 3 0 0 25 0 4 0 641239076 104267776 16759 33554432000 134512640 135305190 4291251072 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=101824 CPUtime=51.01 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 4497 0 0 0 5098 3 0 0 18 0 4 0 641239076 104267776 16759 33554432000 134512640 135305190 4291251072 18446744073709551615 134541991 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=101824 CPUtime=51.01 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 4140 0 0 0 5097 4 0 0 18 0 4 0 641239076 104267776 16759 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 110524

[startup+102.311 s]
/proc/loadavg: 3.30 1.18 0.42 5/293 27728
/proc/meminfo: memFree=6358988/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=127500 CPUtime=408.87 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 23043 0 0 0 40865 22 0 0 25 0 4 0 641239075 130560000 22991 33554432000 134512640 135305190 4291251072 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 31875 22991 84 194 0 31679 0
[pid=27723/tid=27724] ppid=27720 vsize=127500 CPUtime=102.2 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 4669 0 0 0 10216 4 0 0 25 0 4 0 641239076 130560000 22991 33554432000 134512640 135305190 4291251072 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=127500 CPUtime=102.21 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 6523 0 0 0 10216 5 0 0 25 0 4 0 641239076 130560000 22991 33554432000 134512640 135305190 4291251072 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=127500 CPUtime=102.2 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 5729 0 0 0 10214 6 0 0 25 0 4 0 641239076 130560000 22991 33554432000 134512640 135305190 4291251072 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.91
Current children cumulated vsize (KiB) 136200

[startup+162.301 s]
/proc/loadavg: 3.74 1.69 0.64 5/293 27730
/proc/meminfo: memFree=6330692/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=156672 CPUtime=648.8 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 30131 0 0 0 64849 31 0 0 25 0 4 0 641239075 160432128 30079 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 39168 30079 84 194 0 38972 0
[pid=27723/tid=27724] ppid=27720 vsize=156672 CPUtime=162.19 cores=0-7

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

[pid=27723/tid=27725] ppid=27720 vsize=194324 CPUtime=282.17 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 13215 0 0 0 28205 12 0 0 25 0 4 0 641239076 198987776 38987 33554432000 134512640 135305190 4291251072 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=194324 CPUtime=282.16 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 8328 0 0 0 28206 10 0 0 25 0 4 0 641239076 198987776 38987 33554432000 134512640 135305190 4291251072 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1128.75
Current children cumulated vsize (KiB) 203024

[startup+342.301 s]
/proc/loadavg: 4.00 2.74 1.23 5/293 27735
/proc/meminfo: memFree=6275172/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=213412 CPUtime=1368.68 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 43960 0 0 0 136822 46 0 0 25 0 4 0 641239075 218533888 43908 33554432000 134512640 135305190 4291251072 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 53353 43908 84 194 0 53157 0
[pid=27723/tid=27724] ppid=27720 vsize=213412 CPUtime=342.16 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 8444 0 0 0 34207 9 0 0 25 0 4 0 641239076 218533888 43908 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=213412 CPUtime=342.16 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 15751 0 0 0 34202 14 0 0 25 0 4 0 641239076 218533888 43908 33554432000 134512640 135305190 4291251072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=213412 CPUtime=342.14 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9256 0 0 0 34203 11 0 0 25 0 4 0 641239076 218533888 43908 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1368.72
Current children cumulated vsize (KiB) 222112

[startup+402.3 s]
/proc/loadavg: 4.00 2.97 1.40 5/293 27736
/proc/meminfo: memFree=6269436/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=221120 CPUtime=1608.66 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 45454 0 0 0 160817 49 0 0 25 0 4 0 641239075 226426880 45402 33554432000 134512640 135305190 4291251072 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 55280 45402 84 194 0 55084 0
[pid=27723/tid=27724] ppid=27720 vsize=221120 CPUtime=402.17 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9020 0 0 0 40207 10 0 0 25 0 4 0 641239076 226426880 45402 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=221120 CPUtime=402.15 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 16046 0 0 0 40200 15 0 0 25 0 4 0 641239076 226426880 45402 33554432000 134512640 135305190 4291251072 18446744073709551615 134555045 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=221120 CPUtime=402.15 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9407 0 0 0 40203 12 0 0 25 0 4 0 641239076 226426880 45402 33554432000 134512640 135305190 4291251072 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1608.7
Current children cumulated vsize (KiB) 229820

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

[startup+409.501 s]
/proc/loadavg: 4.00 2.99 1.42 5/293 27737
/proc/meminfo: memFree=6265836/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=225424 CPUtime=1637.46 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 46437 0 0 0 163697 49 0 0 25 0 4 0 641239075 230834176 46385 33554432000 134512640 135305190 4291251072 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 56356 46385 84 194 0 56160 0
[pid=27723/tid=27724] ppid=27720 vsize=225424 CPUtime=409.37 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9221 0 0 0 40927 10 0 0 25 0 4 0 641239076 230834176 46385 33554432000 134512640 135305190 4291251072 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=225424 CPUtime=409.34 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 16533 0 0 0 40919 15 0 0 25 0 4 0 641239076 230834176 46385 33554432000 134512640 135305190 4291251072 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=225424 CPUtime=409.35 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9469 0 0 0 40923 12 0 0 25 0 4 0 641239076 230834176 46385 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1637.5
Current children cumulated vsize (KiB) 234124

[startup+415.901 s]
/proc/loadavg: 4.00 3.00 1.43 5/293 27737
/proc/meminfo: memFree=6263480/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228068 CPUtime=1663.07 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 47012 0 0 0 166257 50 0 0 25 0 4 0 641239075 233541632 46960 33554432000 134512640 135305190 4291251072 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57017 46960 84 194 0 56821 0
[pid=27723/tid=27724] ppid=27720 vsize=228068 CPUtime=415.77 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9358 0 0 0 41567 10 0 0 25 0 4 0 641239076 233541632 46960 33554432000 134512640 135305190 4291251072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228068 CPUtime=415.74 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 16843 0 0 0 41559 15 0 0 22 0 4 0 641239076 233541632 46960 33554432000 134512640 135305190 4291251072 18446744073709551615 134554308 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228068 CPUtime=415.75 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9506 0 0 0 41563 12 0 0 24 0 4 0 641239076 233541632 46960 33554432000 134512640 135305190 4291251072 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1663.11
Current children cumulated vsize (KiB) 236768

[startup+419.111 s]
/proc/loadavg: 4.00 3.02 1.44 3/293 27737
/proc/meminfo: memFree=6263108/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228212 CPUtime=1672.86 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202496 47073 0 0 0 167236 50 0 0 25 0 4 0 641239075 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57053 47021 84 194 0 56857 0
[pid=27723/tid=27724] ppid=27720 vsize=228212 CPUtime=418.98 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9411 0 0 0 41888 10 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228212 CPUtime=417.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 16843 0 0 0 41728 15 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228212 CPUtime=417.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 9506 0 0 0 41732 12 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1672.9
Current children cumulated vsize (KiB) 236912

[startup+422.301 s]
/proc/loadavg: 3.84 3.00 1.45 2/293 27737
/proc/meminfo: memFree=6263104/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228212 CPUtime=1678.54 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202496 47073 0 0 0 167804 50 0 0 25 0 4 0 641239075 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57053 47021 84 194 0 56857 0
[pid=27723/tid=27724] ppid=27720 vsize=228212 CPUtime=422.18 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9411 0 0 0 42208 10 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228212 CPUtime=417.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 16843 0 0 0 41728 15 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228212 CPUtime=417.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 9506 0 0 0 41732 12 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1678.58
Current children cumulated vsize (KiB) 236912

[startup+423.1 s]
/proc/loadavg: 3.84 3.00 1.45 2/293 27737
/proc/meminfo: memFree=6263104/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228212 CPUtime=1679.33 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202496 47073 0 0 0 167883 50 0 0 25 0 4 0 641239075 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57053 47021 84 194 0 56857 0
[pid=27723/tid=27724] ppid=27720 vsize=228212 CPUtime=422.97 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9411 0 0 0 42287 10 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228212 CPUtime=417.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 16843 0 0 0 41728 15 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228212 CPUtime=417.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 9506 0 0 0 41732 12 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1679.37
Current children cumulated vsize (KiB) 236912

[startup+423.51 s]
/proc/loadavg: 3.84 3.00 1.45 2/293 27737
/proc/meminfo: memFree=6263104/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228212 CPUtime=1679.74 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202496 47073 0 0 0 167924 50 0 0 25 0 4 0 641239075 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57053 47021 84 194 0 56857 0
[pid=27723/tid=27724] ppid=27720 vsize=228212 CPUtime=423.38 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9411 0 0 0 42328 10 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228212 CPUtime=417.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 16843 0 0 0 41728 15 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228212 CPUtime=417.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 9506 0 0 0 41732 12 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1679.78
Current children cumulated vsize (KiB) 236912

[startup+423.7 s]
/proc/loadavg: 3.84 3.00 1.45 2/293 27737
/proc/meminfo: memFree=6263104/32950928 swapFree=67083212/67111528
[pid=27720] ppid=27718 vsize=8700 CPUtime=0.04 cores=0-7
/proc/27720/stat : 27720 (manysat.sh) S 27718 27720 27694 0 -1 4202496 358 626 0 0 0 0 4 0 20 0 1 0 641239070 8908800 253 33554432000 4194304 4922060 140737096658224 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27720/statm: 2175 253 209 178 0 68 0
[pid=27723] ppid=27720 vsize=228212 CPUtime=1679.93 cores=0-7
/proc/27723/stat : 27723 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202496 47073 0 0 0 167943 50 0 0 25 0 4 0 641239075 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/27723/statm: 57053 47021 84 194 0 56857 0
[pid=27723/tid=27724] ppid=27720 vsize=228212 CPUtime=423.57 cores=0-7
/proc/27723/task/27724/stat : 27724 (manysat1.1_stat) R 27720 27720 27694 0 -1 4202560 9411 0 0 0 42347 10 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134529232 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=27723/tid=27725] ppid=27720 vsize=228212 CPUtime=417.43 cores=0-7
/proc/27723/task/27725/stat : 27725 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 16843 0 0 0 41728 15 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 5 0 0 0
[pid=27723/tid=27726] ppid=27720 vsize=228212 CPUtime=417.44 cores=0-7
/proc/27723/task/27726/stat : 27726 (manysat1.1_stat) S 27720 27720 27694 0 -1 4202560 9506 0 0 0 41732 12 0 0 25 0 4 0 641239076 233689088 47021 33554432000 134512640 135305190 4291251072 18446744073709551615 134657474 0 0 4096 3 18446604455874616192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1679.97
Current children cumulated vsize (KiB) 236912

Child status: 20
Real time (s): 423.8
CPU time (s): 1680.08
CPU user time (s): 1679.56
CPU system time (s): 0.516921
CPU usage (%): 396.432
Max. virtual memory (cumulated for all children) (KiB): 236912

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

runsolver used 1.08183 second user time and 2.78058 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 16:19:54
IDJOB=3361864
IDBENCH=20401
IDSOLVER=1839
FILE ID=node127/3361864-1305296394
RUNJOBID= node127-1305296393-27708
PBS_JOBID= 13321426
Free space on /tmp= 41888 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361864-1305296394/watcher-3361864-1305296394 -o /tmp/evaluation-result-3361864-1305296394/solver-3361864-1305296394 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361864-1305296394.cnf aimd 1

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=651379086

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6451328 kB
Buffers:        237404 kB
Cached:        9948916 kB
SwapCached:       1620 kB
Active:       18585364 kB
Inactive:      7434344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6451328 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:    15832276 kB
Mapped:          25656 kB
Slab:           370384 kB
PageTables:      46208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44320172 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= 41884 MiB
End job on node127 at 2011-05-13 16:26:58