Trace number 3362127

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 3653.74 917.916

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.00/0.00	c Parsing...
0.00/0.28	c ==============================================================================
0.00/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.28	c ==============================================================================
0.00/0.28	c |         0 |  783852  1708423 |  235155       0        0     nan |  0.000 % |
1.29/1.32	c |         0 |  779390  1794017 |      --       0       --      -- |     --   | -3820/87017
1.29/1.32	c ==============================================================================
1.29/1.32	c Result  :   #vars: 97280   #clauses: 779390   #literals: 1794017
1.29/1.32	c CPU time:   1.27581 s
1.29/1.32	c ==============================================================================
3653.37/917.87	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
3653.37/917.87	c ============================[ Problem Statistics ]=============================
3653.37/917.87	c |                                                                             |
3653.37/917.87	c threadId              : 3
3653.37/917.87	c restarts              : 514
3653.37/917.87	c conflicts             : 424749         (116 /sec)
3653.37/917.87	c decisions             : 674815         (1.90 % random) (185 /sec)
3653.37/917.87	c propagations          : 2563074813     (702028 /sec)
3653.37/917.87	c conflict literals     : 97362044       (38.60 % deleted)
3653.37/917.87	c Memory used           : 772.29 MB
3653.37/917.87	c CPU time              : 3650.96 s
3653.37/917.87	
3653.37/917.87	c --->m=4, e=8, aimd=1, HOME/13323_many.cnf	time: 912.739	conflicts: 424749       
3653.70/917.91	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-3362127-1305299232/watcher-3362127-1305299232 -o /tmp/evaluation-result-3362127-1305299232/solver-3362127-1305299232 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362127-1305299232.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: 8.15 8.07 7.64 5/334 13323
/proc/meminfo: memFree=8216920/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0

[startup+0.070946 s]
/proc/loadavg: 8.15 8.07 7.64 5/334 13323
/proc/meminfo: memFree=8216920/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100966 s]
/proc/loadavg: 8.15 8.07 7.64 5/334 13323
/proc/meminfo: memFree=8216920/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300894 s]
/proc/loadavg: 8.15 8.07 7.64 5/334 13323
/proc/meminfo: memFree=8216920/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70081 s]
/proc/loadavg: 8.15 8.07 7.64 5/334 13323
/proc/meminfo: memFree=8216920/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 7.89 8.02 7.62 6/336 13326
/proc/meminfo: memFree=8153456/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622338899 8908800 249 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13323/statm: 2175 249 209 178 0 68 0
[pid=13324] ppid=13323 vsize=68220 CPUtime=1.49 cores=0,2,4,6
/proc/13324/stat : 13324 (SatElite) R 13323 13323 12895 0 -1 4202496 17413 0 0 0 144 5 0 0 25 0 1 0 622338899 69857280 15069 33554432000 134512640 135034092 4294202224 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13324/statm: 17055 15069 68 128 0 16925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76920

[startup+3.1003 s]
/proc/loadavg: 7.89 8.02 7.62 6/336 13327
/proc/meminfo: memFree=8086000/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=227540 CPUtime=2.84 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 45913 0 0 0 277 7 0 0 23 0 4 0 622339070 233000960 45837 33554432000 134512640 135305190 4292970480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 56885 45837 84 194 0 56689 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 236240

[startup+6.30066 s]
/proc/loadavg: 7.90 8.02 7.63 9/339 13330
/proc/meminfo: memFree=7984916/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=234984 CPUtime=15.6 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 47978 0 0 0 1551 9 0 0 25 0 4 0 622339070 240623616 47902 33554432000 134512640 135305190 4292970480 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 58746 47902 84 194 0 58550 0
[pid=13327/tid=13328] ppid=13323 vsize=234984 CPUtime=3.68 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 849 0 0 0 368 0 0 0 25 0 4 0 622339160 240623616 47902 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=234984 CPUtime=3.67 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 994 0 0 0 366 1 0 0 25 0 4 0 622339160 240623616 47902 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=234984 CPUtime=3.63 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 791 0 0 0 363 0 0 0 25 0 4 0 622339160 240623616 47902 33554432000 134512640 135305190 4292970480 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.29
Current children cumulated vsize (KiB) 243684

[startup+12.7004 s]
/proc/loadavg: 7.91 8.02 7.63 9/339 13330
/proc/meminfo: memFree=7933596/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=254444 CPUtime=41.12 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 52589 0 0 0 4100 12 0 0 25 0 4 0 622339070 260550656 52513 33554432000 134512640 135305190 4292970480 18446744073709551615 134529606 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 63611 52513 84 194 0 63415 0
[pid=13327/tid=13328] ppid=13323 vsize=254444 CPUtime=10.08 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 1816 0 0 0 1007 1 0 0 25 0 4 0 622339160 260550656 52513 33554432000 134512640 135305190 4292970480 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=254444 CPUtime=10.07 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 2194 0 0 0 1005 2 0 0 25 0 4 0 622339160 260550656 52513 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=254444 CPUtime=9.97 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 1736 0 0 0 996 1 0 0 25 0 4 0 622339160 260550656 52513 33554432000 134512640 135305190 4292970480 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.81
Current children cumulated vsize (KiB) 263144

[startup+25.5009 s]
/proc/loadavg: 7.93 8.02 7.63 9/339 13330
/proc/meminfo: memFree=7833640/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=286536 CPUtime=92.18 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 60835 0 0 0 9201 17 0 0 25 0 4 0 622339070 293412864 60759 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 71634 60759 84 194 0 71438 0
[pid=13327/tid=13328] ppid=13323 vsize=286536 CPUtime=22.88 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 3813 0 0 0 2286 2 0 0 25 0 4 0 622339160 293412864 60759 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=286536 CPUtime=22.87 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 4035 0 0 0 2284 3 0 0 25 0 4 0 622339160 293412864 60759 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=286536 CPUtime=22.62 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 3548 0 0 0 2260 2 0 0 25 0 4 0 622339160 293412864 60759 33554432000 134512640 135305190 4292970480 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 295236

[startup+51.1008 s]
/proc/loadavg: 8.01 8.03 7.65 9/339 13331
/proc/meminfo: memFree=7656224/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=326688 CPUtime=194.3 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 70845 0 0 0 19406 24 0 0 25 0 4 0 622339070 334528512 70769 33554432000 134512640 135305190 4292970480 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 81672 70769 84 194 0 81476 0
[pid=13327/tid=13328] ppid=13323 vsize=326688 CPUtime=48.47 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 6182 0 0 0 4844 3 0 0 25 0 4 0 622339160 334528512 70769 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=326688 CPUtime=48.47 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 5888 0 0 0 4843 4 0 0 25 0 4 0 622339160 334528512 70769 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=326688 CPUtime=47.95 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 6435 0 0 0 4791 4 0 0 25 0 4 0 622339160 334528512 70769 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 335388

[startup+102.313 s]
/proc/loadavg: 8.11 8.05 7.67 9/339 13332
/proc/meminfo: memFree=7460900/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=353512 CPUtime=398.58 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 77392 0 0 0 39830 28 0 0 25 0 4 0 622339070 361996288 77316 33554432000 134512640 135305190 4292970480 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 88378 77316 84 194 0 88182 0
[pid=13327/tid=13328] ppid=13323 vsize=353512 CPUtime=99.32 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 7781 0 0 0 9928 4 0 0 25 0 4 0 622339160 361996288 77316 33554432000 134512640 135305190 4292970480 18446744073709551615 134530592 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=353512 CPUtime=99.67 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 7533 0 0 0 9962 5 0 0 25 0 4 0 622339160 361996288 77316 33554432000 134512640 135305190 4292970480 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=353512 CPUtime=98.96 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 8010 0 0 0 9891 5 0 0 25 0 4 0 622339160 361996288 77316 33554432000 134512640 135305190 4292970480 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 400.27
Current children cumulated vsize (KiB) 362212

[startup+162.301 s]
/proc/loadavg: 8.10 8.06 7.70 9/339 13334
/proc/meminfo: memFree=7390948/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=422656 CPUtime=637.87 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 94684 0 0 0 63748 39 0 0 25 0 4 0 622339070 432799744 94608 33554432000 134512640 135305190 4292970480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 105664 94608 84 194 0 105468 0
[pid=13327/tid=13328] ppid=13323 vsize=422656 CPUtime=158.67 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 11605 0 0 0 15860 7 0 0 25 0 4 0 622339160 432799744 94608 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=422656 CPUtime=159.65 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 12014 0 0 0 15958 7 0 0 25 0 4 0 622339160 432799744 94608 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=422656 CPUtime=158.94 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 12701 0 0 0 15886 8 0 0 25 0 4 0 622339160 432799744 94608 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 639.56
Current children cumulated vsize (KiB) 431356

[startup+222.301 s]
/proc/loadavg: 8.09 8.06 7.72 9/339 13336
/proc/meminfo: memFree=7301524/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6

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

/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 175706 0 0 0 303049 96 0 0 25 0 4 0 622339070 767672320 175626 33554432000 134512640 135305190 4292970480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13327/statm: 187420 175626 84 194 0 187224 0
[pid=13327/tid=13328] ppid=13323 vsize=749680 CPUtime=752.33 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 30990 0 0 0 75211 22 0 0 25 0 4 0 622339160 767672320 175626 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=749680 CPUtime=759.57 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 31497 0 0 0 75937 20 0 0 25 0 4 0 622339160 767672320 175626 33554432000 134512640 135305190 4292970480 18446744073709551615 134552678 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=749680 CPUtime=758.93 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 34463 0 0 0 75870 23 0 0 25 0 4 0 622339160 767672320 175626 33554432000 134512640 135305190 4292970480 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3033.14
Current children cumulated vsize (KiB) 758380

[startup+822.301 s]
/proc/loadavg: 8.03 8.07 7.88 9/339 13384
/proc/meminfo: memFree=9827376/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=780324 CPUtime=3270.74 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 183314 0 0 0 326973 101 0 0 25 0 4 0 622339070 799051776 183234 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 195081 183234 84 194 0 194885 0
[pid=13327/tid=13328] ppid=13323 vsize=780324 CPUtime=812.1 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 32750 0 0 0 81186 24 0 0 25 0 4 0 622339160 799051776 183234 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=780324 CPUtime=819.56 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33007 0 0 0 81935 21 0 0 25 0 4 0 622339160 799051776 183234 33554432000 134512640 135305190 4292970480 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=780324 CPUtime=818.93 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 36693 0 0 0 81868 25 0 0 25 0 4 0 622339160 799051776 183234 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3272.43
Current children cumulated vsize (KiB) 789024

[startup+882.301 s]
/proc/loadavg: 8.01 8.06 7.89 9/339 13386
/proc/meminfo: memFree=9797840/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=789132 CPUtime=3510.07 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185313 0 0 0 350904 103 0 0 25 0 4 0 622339070 808071168 185233 33554432000 134512640 135305190 4292970480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197283 185233 84 194 0 197087 0
[pid=13327/tid=13328] ppid=13323 vsize=789132 CPUtime=872.1 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33185 0 0 0 87186 24 0 0 25 0 4 0 622339160 808071168 185233 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=789132 CPUtime=879.53 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33468 0 0 0 87932 21 0 0 25 0 4 0 622339160 808071168 185233 33554432000 134512640 135305190 4292970480 18446744073709551615 134555078 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=789132 CPUtime=878.92 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37327 0 0 0 87867 25 0 0 25 0 4 0 622339160 808071168 185233 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3511.76
Current children cumulated vsize (KiB) 797832

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

[startup+895.901 s]
/proc/loadavg: 8.01 8.05 7.89 9/339 13386
/proc/meminfo: memFree=9790888/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790456 CPUtime=3564.33 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185652 0 0 0 356330 103 0 0 25 0 4 0 622339070 809426944 185572 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197614 185572 84 194 0 197418 0
[pid=13327/tid=13328] ppid=13323 vsize=790456 CPUtime=885.7 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33270 0 0 0 88546 24 0 0 25 0 4 0 622339160 809426944 185572 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790456 CPUtime=893.13 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33522 0 0 0 89292 21 0 0 25 0 4 0 622339160 809426944 185572 33554432000 134512640 135305190 4292970480 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790456 CPUtime=892.52 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37479 0 0 0 89227 25 0 0 25 0 4 0 622339160 809426944 185572 33554432000 134512640 135305190 4292970480 18446744073709551615 134552018 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3566.02
Current children cumulated vsize (KiB) 799156

[startup+908.701 s]
/proc/loadavg: 8.08 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9786672/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790820 CPUtime=3615.39 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185903 0 0 0 361435 104 0 0 25 0 4 0 622339070 809799680 185823 33554432000 134512640 135305190 4292970480 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197705 185823 84 194 0 197509 0
[pid=13327/tid=13328] ppid=13323 vsize=790820 CPUtime=898.5 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33329 0 0 0 89826 24 0 0 25 0 4 0 622339160 809799680 185823 33554432000 134512640 135305190 4292970480 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790820 CPUtime=905.94 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33612 0 0 0 90572 22 0 0 25 0 4 0 622339160 809799680 185823 33554432000 134512640 135305190 4292970480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790820 CPUtime=905.31 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37488 0 0 0 90506 25 0 0 25 0 4 0 622339160 809799680 185823 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3617.08
Current children cumulated vsize (KiB) 799520

[startup+911.913 s]
/proc/loadavg: 8.07 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9785804/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790820 CPUtime=3628.2 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185952 0 0 0 362716 104 0 0 25 0 4 0 622339070 809799680 185872 33554432000 134512640 135305190 4292970480 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197705 185872 84 194 0 197509 0
[pid=13327/tid=13328] ppid=13323 vsize=790820 CPUtime=901.71 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33330 0 0 0 90147 24 0 0 25 0 4 0 622339160 809799680 185872 33554432000 134512640 135305190 4292970480 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790820 CPUtime=909.15 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33638 0 0 0 90893 22 0 0 25 0 4 0 622339160 809799680 185872 33554432000 134512640 135305190 4292970480 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790820 CPUtime=908.53 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37488 0 0 0 90828 25 0 0 25 0 4 0 622339160 809799680 185872 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3629.89
Current children cumulated vsize (KiB) 799520

[startup+915.1 s]
/proc/loadavg: 8.07 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9784684/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790820 CPUtime=3640.94 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185958 0 0 0 363990 104 0 0 25 0 4 0 622339070 809799680 185878 33554432000 134512640 135305190 4292970480 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197705 185878 84 194 0 197509 0
[pid=13327/tid=13328] ppid=13323 vsize=790820 CPUtime=904.91 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33332 0 0 0 90467 24 0 0 25 0 4 0 622339160 809799680 185878 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790820 CPUtime=912.34 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33641 0 0 0 91212 22 0 0 25 0 4 0 622339160 809799680 185878 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790820 CPUtime=911.73 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37488 0 0 0 91148 25 0 0 25 0 4 0 622339160 809799680 185878 33554432000 134512640 135305190 4292970480 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3642.63
Current children cumulated vsize (KiB) 799520

[startup+916.701 s]
/proc/loadavg: 8.07 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9784436/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790820 CPUtime=3647.3 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185967 0 0 0 364626 104 0 0 25 0 4 0 622339070 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197705 185887 84 194 0 197509 0
[pid=13327/tid=13328] ppid=13323 vsize=790820 CPUtime=906.5 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33332 0 0 0 90626 24 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790820 CPUtime=913.93 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33650 0 0 0 91371 22 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790820 CPUtime=913.31 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37488 0 0 0 91306 25 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3648.99
Current children cumulated vsize (KiB) 799520

[startup+917.501 s]
/proc/loadavg: 8.07 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9784188/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=790820 CPUtime=3650.48 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202496 185967 0 0 0 364944 104 0 0 25 0 4 0 622339070 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 197705 185887 84 194 0 197509 0
[pid=13327/tid=13328] ppid=13323 vsize=790820 CPUtime=907.3 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33332 0 0 0 90706 24 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13327/tid=13329] ppid=13323 vsize=790820 CPUtime=914.73 cores=0,2,4,6
/proc/13327/task/13329/stat : 13329 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 33650 0 0 0 91451 22 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13327/tid=13330] ppid=13323 vsize=790820 CPUtime=914.11 cores=0,2,4,6
/proc/13327/task/13330/stat : 13330 (manysat1.1_stat) R 13323 13323 12895 0 -1 4202560 37488 0 0 0 91386 25 0 0 25 0 4 0 622339160 809799680 185887 33554432000 134512640 135305190 4292970480 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3652.17
Current children cumulated vsize (KiB) 799520

[startup+917.901 s]
/proc/loadavg: 8.07 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9784188/32951124 swapFree=67111352/67111528
[pid=13323] ppid=13321 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/13323/stat : 13323 (manysat.sh) S 13321 13323 12895 0 -1 4202496 357 17416 0 0 0 0 163 6 18 0 1 0 622338899 8908800 252 33554432000 4194304 4922060 140737084804912 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13323/statm: 2175 252 209 178 0 68 0
[pid=13327] ppid=13323 vsize=0 CPUtime=3652.01 cores=0,2,4,6
/proc/13327/stat : 13327 (manysat1.1_stat) Z 13323 13323 12895 0 -1 4202524 185982 0 0 0 365095 106 0 0 25 0 2 0 622339070 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13327/statm: 0 0 0 0 0 0 0
[pid=13327/tid=13328] ppid=13323 vsize=0 CPUtime=907.71 cores=0,2,4,6
/proc/13327/task/13328/stat : 13328 (manysat1.1_stat) R 13323 13323 12895 0 -1 4203588 33332 0 0 0 90744 27 0 0 25 0 2 0 622339160 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3653.7
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 917.916
CPU time (s): 3653.74
CPU user time (s): 3652.6
CPU system time (s): 1.14582
CPU usage (%): 398.047
Max. virtual memory (cumulated for all children) (KiB): 799520

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

runsolver used 2.70459 second user time and 7.06492 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 17:07:13
IDJOB=3362127
IDBENCH=82431
IDSOLVER=1838
FILE ID=node143/3362127-1305299232
RUNJOBID= node143-1305296391-12913
PBS_JOBID= 13321410
Free space on /tmp= 41072 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362127-1305299232/watcher-3362127-1305299232 -o /tmp/evaluation-result-3362127-1305299232/solver-3362127-1305299232 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362127-1305299232.cnf aimd 1

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=380610661

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:     32951124 kB
MemFree:       8217192 kB
Buffers:        229632 kB
Cached:        5641800 kB
SwapCached:          0 kB
Active:       19548452 kB
Inactive:      4866424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8217192 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           13624 kB
Writeback:           0 kB
AnonPages:    18543464 kB
Mapped:          29408 kB
Slab:           198756 kB
PageTables:      58300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 72375344 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= 41200 MiB
End job on node143 at 2011-05-13 17:22:31