Trace number 3362128

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 4173.63 1045.43

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 benchmark218.303
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.31	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.27981 s
1.29/1.32	c ==============================================================================
4173.22/1045.38	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
4173.22/1045.38	c ============================[ Problem Statistics ]=============================
4173.22/1045.38	c |                                                                             |
4173.22/1045.38	c threadId              : 0
4173.22/1045.38	c restarts              : 768
4173.22/1045.38	c conflicts             : 398638         (96 /sec)
4173.22/1045.38	c decisions             : 1071939        (1.39 % random) (257 /sec)
4173.22/1045.38	c propagations          : 2639631605     (632907 /sec)
4173.22/1045.38	c conflict literals     : 86840102       (42.30 % deleted)
4173.22/1045.38	c Memory used           : 841.33 MB
4173.22/1045.38	c CPU time              : 4170.65 s
4173.22/1045.38	
4173.22/1045.38	c --->m=4, e=8, aimd=1, HOME/22102_many.cnf	time: 1042.66	conflicts: 398638       
4173.58/1045.42	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-3362128-1305299889/watcher-3362128-1305299889 -o /tmp/evaluation-result-3362128-1305299889/solver-3362128-1305299889 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362128-1305299889.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: 3.14 3.69 3.76 1/378 22102
/proc/meminfo: memFree=27235128/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0

[startup+0.0313211 s]
/proc/loadavg: 3.14 3.69 3.76 1/378 22102
/proc/meminfo: memFree=27235128/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100308 s]
/proc/loadavg: 3.14 3.69 3.76 1/378 22102
/proc/meminfo: memFree=27235128/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300274 s]
/proc/loadavg: 3.14 3.69 3.76 1/378 22102
/proc/meminfo: memFree=27235128/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700209 s]
/proc/loadavg: 3.14 3.69 3.76 1/378 22102
/proc/meminfo: memFree=27235128/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50107 s]
/proc/loadavg: 3.14 3.69 3.76 2/380 22104
/proc/meminfo: memFree=27176892/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=0 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641587658 8908800 250 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22102/statm: 2175 250 209 178 0 68 0
[pid=22103] ppid=22102 vsize=68220 CPUtime=1.49 cores=0-7
/proc/22103/stat : 22103 (SatElite) R 22102 22102 21839 0 -1 4202496 17414 0 0 0 145 4 0 0 25 0 1 0 641587658 69857280 15069 33554432000 134512640 135034092 4290762464 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22103/statm: 17055 15069 68 128 0 16925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76920

[startup+3.10081 s]
/proc/loadavg: 3.14 3.69 3.76 2/380 22105
/proc/meminfo: memFree=27115280/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=228104 CPUtime=2.96 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 46130 0 0 0 289 7 0 0 18 0 4 0 641587828 233578496 46050 33554432000 134512640 135305190 4292225360 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 57026 46050 84 194 0 56830 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 236804

[startup+6.30033 s]
/proc/loadavg: 3.21 3.69 3.76 5/383 22108
/proc/meminfo: memFree=27029704/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=237728 CPUtime=15.7 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 48453 0 0 0 1561 9 0 0 21 0 4 0 641587828 243433472 48373 33554432000 134512640 135305190 4292225360 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 59432 48373 84 194 0 59236 0
[pid=22105/tid=22106] ppid=22102 vsize=237728 CPUtime=3.71 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 871 0 0 0 371 0 0 0 25 0 4 0 641587915 243433472 48373 33554432000 134512640 135305190 4292225360 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=237728 CPUtime=3.71 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 1254 0 0 0 370 1 0 0 18 0 4 0 641587915 243433472 48373 33554432000 134512640 135305190 4292225360 18446744073709551615 134530569 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=237728 CPUtime=3.66 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 957 0 0 0 366 0 0 0 18 0 4 0 641587915 243433472 48373 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 246428

[startup+12.7013 s]
/proc/loadavg: 3.27 3.70 3.76 5/383 22108
/proc/meminfo: memFree=27008984/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=257104 CPUtime=41.3 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 53358 0 0 0 4118 12 0 0 18 0 4 0 641587828 263274496 53278 33554432000 134512640 135305190 4292225360 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 64276 53278 84 194 0 64080 0
[pid=22105/tid=22106] ppid=22102 vsize=257104 CPUtime=10.11 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 1865 0 0 0 1011 0 0 0 25 0 4 0 641587915 263274496 53278 33554432000 134512640 135305190 4292225360 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=257104 CPUtime=10.11 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 2794 0 0 0 1009 2 0 0 18 0 4 0 641587915 263274496 53278 33554432000 134512640 135305190 4292225360 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=257104 CPUtime=10.06 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 2128 0 0 0 1005 1 0 0 18 0 4 0 641587915 263274496 53278 33554432000 134512640 135305190 4292225360 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.99
Current children cumulated vsize (KiB) 265804

[startup+25.501 s]
/proc/loadavg: 3.43 3.71 3.76 5/383 22109
/proc/meminfo: memFree=26972800/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=293952 CPUtime=92.5 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 62624 0 0 0 9232 18 0 0 18 0 4 0 641587828 301006848 62544 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 73488 62544 84 194 0 73292 0
[pid=22105/tid=22106] ppid=22102 vsize=293952 CPUtime=22.91 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 3764 0 0 0 2290 1 0 0 25 0 4 0 641587915 301006848 62544 33554432000 134512640 135305190 4292225360 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=293952 CPUtime=22.91 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 5934 0 0 0 2287 4 0 0 19 0 4 0 641587915 301006848 62544 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=293952 CPUtime=22.86 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 4035 0 0 0 2284 2 0 0 20 0 4 0 641587915 301006848 62544 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 94.19
Current children cumulated vsize (KiB) 302652

[startup+51.1007 s]
/proc/loadavg: 3.62 3.73 3.77 5/383 22109
/proc/meminfo: memFree=26937584/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=331144 CPUtime=194.89 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 71679 0 0 0 19465 24 0 0 25 0 4 0 641587828 339091456 71599 33554432000 134512640 135305190 4292225360 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 82786 71599 84 194 0 82590 0
[pid=22105/tid=22106] ppid=22102 vsize=331144 CPUtime=48.51 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 5627 0 0 0 4849 2 0 0 25 0 4 0 641587915 339091456 71599 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=331144 CPUtime=48.51 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 8064 0 0 0 4846 5 0 0 25 0 4 0 641587915 339091456 71599 33554432000 134512640 135305190 4292225360 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=331144 CPUtime=48.46 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 6481 0 0 0 4842 4 0 0 25 0 4 0 641587915 339091456 71599 33554432000 134512640 135305190 4292225360 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.58
Current children cumulated vsize (KiB) 339844

[startup+102.314 s]
/proc/loadavg: 3.84 3.77 3.78 5/383 22111
/proc/meminfo: memFree=26896024/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=369452 CPUtime=399.73 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 81583 0 0 0 39940 33 0 0 25 0 4 0 641587828 378318848 81503 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/22105/statm: 92363 81503 84 194 0 92167 0
[pid=22105/tid=22106] ppid=22102 vsize=369452 CPUtime=99.72 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 7793 0 0 0 9968 4 0 0 25 0 4 0 641587915 378318848 81503 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=369452 CPUtime=99.72 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 10515 0 0 0 9965 7 0 0 25 0 4 0 641587915 378318848 81503 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=369452 CPUtime=99.68 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 9346 0 0 0 9961 7 0 0 25 0 4 0 641587915 378318848 81503 33554432000 134512640 135305190 4292225360 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.42
Current children cumulated vsize (KiB) 378152

[startup+162.301 s]
/proc/loadavg: 3.94 3.81 3.79 5/383 22112
/proc/meminfo: memFree=26850864/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=415332 CPUtime=639.68 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 92777 0 0 0 63926 42 0 0 25 0 4 0 641587828 425299968 92697 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/22105/statm: 103833 92697 84 194 0 103637 0
[pid=22105/tid=22106] ppid=22102 vsize=415332 CPUtime=159.7 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 10126 0 0 0 15964 6 0 0 25 0 4 0 641587915 425299968 92697 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=415332 CPUtime=159.71 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 12941 0 0 0 15962 9 0 0 25 0 4 0 641587915 425299968 92697 33554432000 134512640 135305190 4292225360 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=415332 CPUtime=159.66 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 12850 0 0 0 15956 10 0 0 25 0 4 0 641587915 425299968 92697 33554432000 134512640 135305190 4292225360 18446744073709551615 134542818 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 641.37
Current children cumulated vsize (KiB) 424032

[startup+222.301 s]
/proc/loadavg: 3.98 3.84 3.80 5/383 22114
/proc/meminfo: memFree=26788096/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7

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

/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 190039 0 0 0 375841 117 0 0 25 0 4 0 641587828 830570496 189959 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 202776 189959 84 194 0 202580 0
[pid=22105/tid=22106] ppid=22102 vsize=811104 CPUtime=939.68 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 32107 0 0 0 93948 20 0 0 25 0 4 0 641587915 830570496 189959 33554432000 134512640 135305190 4292225360 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=811104 CPUtime=939.71 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 39497 0 0 0 93942 29 0 0 25 0 4 0 641587915 830570496 189959 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=811104 CPUtime=939.62 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 40824 0 0 0 93928 34 0 0 25 0 4 0 641587915 830570496 189959 33554432000 134512640 135305190 4292225360 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3761.27
Current children cumulated vsize (KiB) 819804

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/383 22135
/proc/meminfo: memFree=26440580/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=832500 CPUtime=3999.59 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 195435 0 0 0 399839 120 0 0 25 0 4 0 641587828 852480000 195340 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 208125 195340 84 194 0 207929 0
[pid=22105/tid=22106] ppid=22102 vsize=832500 CPUtime=999.67 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 33183 0 0 0 99947 20 0 0 25 0 4 0 641587915 852480000 195340 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=832500 CPUtime=999.71 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 40664 0 0 0 99941 30 0 0 25 0 4 0 641587915 852480000 195340 33554432000 134512640 135305190 4292225360 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=832500 CPUtime=999.63 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 42445 0 0 0 99928 35 0 0 18 0 4 0 641587915 852480000 195340 33554432000 134512640 135305190 4292225360 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.28
Current children cumulated vsize (KiB) 841200

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

[startup+1023.9 s]
/proc/loadavg: 4.02 3.99 3.91 5/383 22135
/proc/meminfo: memFree=26420712/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=853840 CPUtime=4085.99 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 200529 0 0 0 408478 121 0 0 25 0 4 0 641587828 874332160 200434 33554432000 134512640 135305190 4292225360 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 213460 200434 84 194 0 213264 0
[pid=22105/tid=22106] ppid=22102 vsize=853840 CPUtime=1021.27 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34411 0 0 0 102107 20 0 0 25 0 4 0 641587915 874332160 200434 33554432000 134512640 135305190 4292225360 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=853840 CPUtime=1021.31 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41474 0 0 0 102101 30 0 0 25 0 4 0 641587915 874332160 200434 33554432000 134512640 135305190 4292225360 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=853840 CPUtime=1021.23 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 44566 0 0 0 102087 36 0 0 25 0 4 0 641587915 874332160 200434 33554432000 134512640 135305190 4292225360 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4087.68
Current children cumulated vsize (KiB) 862540

[startup+1036.7 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412900/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861100 CPUtime=4137.18 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202299 0 0 0 413596 122 0 0 25 0 4 0 641587828 881766400 202204 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215275 202204 84 194 0 215079 0
[pid=22105/tid=22106] ppid=22102 vsize=861100 CPUtime=1034.08 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34823 0 0 0 103387 21 0 0 25 0 4 0 641587915 881766400 202204 33554432000 134512640 135305190 4292225360 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861100 CPUtime=1034.11 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41778 0 0 0 103381 30 0 0 25 0 4 0 641587915 881766400 202204 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861100 CPUtime=1034.02 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45251 0 0 0 103366 36 0 0 18 0 4 0 641587915 881766400 202204 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4138.87
Current children cumulated vsize (KiB) 869800

[startup+1039.9 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412528/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861520 CPUtime=4149.93 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202387 0 0 0 414870 123 0 0 20 0 4 0 641587828 882196480 202292 33554432000 134512640 135305190 4292225360 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215380 202292 84 194 0 215184 0
[pid=22105/tid=22106] ppid=22102 vsize=861520 CPUtime=1037.24 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34824 0 0 0 103703 21 0 0 19 0 4 0 641587915 882196480 202292 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861520 CPUtime=1037.31 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41822 0 0 0 103701 30 0 0 25 0 4 0 641587915 882196480 202292 33554432000 134512640 135305190 4292225360 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861520 CPUtime=1037.22 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45274 0 0 0 103686 36 0 0 20 0 4 0 641587915 882196480 202292 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4151.62
Current children cumulated vsize (KiB) 870220

[startup+1043.1 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412276/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861520 CPUtime=4162.73 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202392 0 0 0 416150 123 0 0 25 0 4 0 641587828 882196480 202297 33554432000 134512640 135305190 4292225360 18446744073709551615 134524807 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215380 202297 84 194 0 215184 0
[pid=22105/tid=22106] ppid=22102 vsize=861520 CPUtime=1040.44 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34824 0 0 0 104023 21 0 0 25 0 4 0 641587915 882196480 202297 33554432000 134512640 135305190 4292225360 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861520 CPUtime=1040.51 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41825 0 0 0 104021 30 0 0 25 0 4 0 641587915 882196480 202297 33554432000 134512640 135305190 4292225360 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861520 CPUtime=1040.42 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45276 0 0 0 104006 36 0 0 22 0 4 0 641587915 882196480 202297 33554432000 134512640 135305190 4292225360 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4164.42
Current children cumulated vsize (KiB) 870220

[startup+1044.7 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412276/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861520 CPUtime=4169.13 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202393 0 0 0 416790 123 0 0 25 0 4 0 641587828 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215380 202298 84 194 0 215184 0
[pid=22105/tid=22106] ppid=22102 vsize=861520 CPUtime=1042.04 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34824 0 0 0 104183 21 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861520 CPUtime=1042.11 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41826 0 0 0 104180 31 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861520 CPUtime=1042.02 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45276 0 0 0 104166 36 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4170.82
Current children cumulated vsize (KiB) 870220

[startup+1045.1 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412276/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861520 CPUtime=4170.73 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202393 0 0 0 416950 123 0 0 25 0 4 0 641587828 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215380 202298 84 194 0 215184 0
[pid=22105/tid=22106] ppid=22102 vsize=861520 CPUtime=1042.44 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34824 0 0 0 104223 21 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861520 CPUtime=1042.51 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41826 0 0 0 104220 31 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861520 CPUtime=1042.42 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45276 0 0 0 104206 36 0 0 25 0 4 0 641587915 882196480 202298 33554432000 134512640 135305190 4292225360 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4172.42
Current children cumulated vsize (KiB) 870220

[startup+1045.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412276/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=861520 CPUtime=4171.53 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202496 202394 0 0 0 417030 123 0 0 25 0 4 0 641587828 882196480 202299 33554432000 134512640 135305190 4292225360 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 215380 202299 84 194 0 215184 0
[pid=22105/tid=22106] ppid=22102 vsize=861520 CPUtime=1042.64 cores=0-7
/proc/22105/task/22106/stat : 22106 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 34824 0 0 0 104243 21 0 0 25 0 4 0 641587915 882196480 202299 33554432000 134512640 135305190 4292225360 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=861520 CPUtime=1042.71 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 41826 0 0 0 104240 31 0 0 25 0 4 0 641587915 882196480 202299 33554432000 134512640 135305190 4292225360 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22105/tid=22108] ppid=22102 vsize=861520 CPUtime=1042.62 cores=0-7
/proc/22105/task/22108/stat : 22108 (manysat1.1_stat) R 22102 22102 21839 0 -1 4202560 45277 0 0 0 104226 36 0 0 25 0 4 0 641587915 882196480 202299 33554432000 134512640 135305190 4292225360 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4173.22
Current children cumulated vsize (KiB) 870220

[startup+1045.4 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22136
/proc/meminfo: memFree=26412276/32950928 swapFree=44388876/67111528
[pid=22102] ppid=22100 vsize=8700 CPUtime=1.69 cores=0-7
/proc/22102/stat : 22102 (manysat.sh) S 22100 22102 21839 0 -1 4202496 357 17417 0 0 0 0 163 6 18 0 1 0 641587658 8908800 253 33554432000 4194304 4922060 140734831720000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22102/statm: 2175 253 209 178 0 68 0
[pid=22105] ppid=22102 vsize=0 CPUtime=4171.89 cores=0-7
/proc/22105/stat : 22105 (manysat1.1_stat) Z 22102 22102 21839 0 -1 4202524 202409 0 0 0 417065 124 0 0 25 0 2 0 641587828 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/22105/statm: 0 0 0 0 0 0 0
[pid=22105/tid=22107] ppid=22102 vsize=0 CPUtime=1042.81 cores=0-7
/proc/22105/task/22107/stat : 22107 (manysat1.1_stat) R 22102 22102 21839 0 -1 4203588 41826 0 0 0 104249 32 0 0 25 0 2 0 641587915 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4173.58
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 1045.43
CPU time (s): 4173.63
CPU user time (s): 4172.29
CPU system time (s): 1.3378
CPU usage (%): 399.225
Max. virtual memory (cumulated for all children) (KiB): 870220

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

runsolver used 3.89241 second user time and 9.41557 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 17:18:10
IDJOB=3362128
IDBENCH=82431
IDSOLVER=1839
FILE ID=node126/3362128-1305299889
RUNJOBID= node126-1305296393-21853
PBS_JOBID= 13321427
Free space on /tmp= 50524 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-3362128-1305299889/watcher-3362128-1305299889 -o /tmp/evaluation-result-3362128-1305299889/solver-3362128-1305299889 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362128-1305299889.cnf aimd 1

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1840290525

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27235400 kB
Buffers:        206080 kB
Cached:        2304736 kB
SwapCached:      92524 kB
Active:         641156 kB
Inactive:      4830104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27235400 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           13896 kB
Writeback:           0 kB
AnonPages:     2880088 kB
Mapped:          14884 kB
Slab:           101256 kB
PageTables:      74688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88085340 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= 50524 MiB
End job on node126 at 2011-05-13 17:35:35