Trace number 3362104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (exit code) 2618.55 671.798

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 6175026, num vars = 1134832
0.00/0.00	c Exiting...too many clauses
2618.45/671.79	HOME/manysat.sh: line 55: 11181 Segmentation fault      (core dumped) $MS $INPUT "$@"

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362104-1305299754/watcher-3362104-1305299754 -o /tmp/evaluation-result-3362104-1305299754/solver-3362104-1305299754 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362104-1305299754.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: 4.20 4.12 3.89 2/309 11179
/proc/meminfo: memFree=9018452/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0

[startup+0.025154 s]
/proc/loadavg: 4.20 4.12 3.89 2/309 11179
/proc/meminfo: memFree=9018452/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101129 s]
/proc/loadavg: 4.20 4.12 3.89 2/309 11179
/proc/meminfo: memFree=9018452/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301094 s]
/proc/loadavg: 4.20 4.12 3.89 2/309 11179
/proc/meminfo: memFree=9018452/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70102 s]
/proc/loadavg: 4.20 4.12 3.89 2/309 11179
/proc/meminfo: memFree=9018452/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 4.20 4.12 3.89 2/311 11182
/proc/meminfo: memFree=8786556/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=380940 CPUtime=1.49 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 91504 0 0 0 140 9 0 0 25 0 1 0 720206448 390082560 91455 33554432000 134512640 135305190 4286590336 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/11181/statm: 95235 91456 71 194 0 95039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 389640

[startup+3.10056 s]
/proc/loadavg: 4.20 4.12 3.89 2/311 11182
/proc/meminfo: memFree=8504208/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=828316 CPUtime=3.09 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 192589 0 0 0 285 24 0 0 25 0 1 0 720206448 848195584 192540 33554432000 134512640 135305190 4286590336 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/11181/statm: 207079 192541 71 194 0 206883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 837016

[startup+6.30096 s]
/proc/loadavg: 3.94 4.07 3.88 2/311 11182
/proc/meminfo: memFree=7709328/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=1386004 CPUtime=6.29 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 327872 0 0 0 586 43 0 0 25 0 1 0 720206448 1419268096 327823 33554432000 134512640 135305190 4286590336 18446744073709551615 134529062 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/11181/statm: 346501 327823 73 194 0 346305 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1394704

[startup+12.7007 s]
/proc/loadavg: 3.94 4.06 3.88 5/314 11185
/proc/meminfo: memFree=7680428/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=1449704 CPUtime=30.61 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 335956 0 0 0 3015 46 0 0 25 0 4 0 720206448 1484496896 335854 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 362426 335854 83 194 0 362230 0
[pid=11181/tid=11183] ppid=11179 vsize=1449704 CPUtime=5.98 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 777 0 0 0 598 0 0 0 25 0 4 0 720207118 1484496896 335854 33554432000 134512640 135305190 4286590336 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=1449704 CPUtime=5.97 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 2653 0 0 0 597 0 0 0 25 0 4 0 720207118 1484496896 335854 33554432000 134512640 135305190 4286590336 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=1449704 CPUtime=5.97 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 2198 0 0 0 597 0 0 0 25 0 4 0 720207118 1484496896 335854 33554432000 134512640 135305190 4286590336 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 30.61
Current children cumulated vsize (KiB) 1458404

[startup+25.5013 s]
/proc/loadavg: 4.03 4.08 3.88 5/314 11186
/proc/meminfo: memFree=7589272/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=1543164 CPUtime=81.81 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 358992 0 0 0 8126 55 0 0 22 0 4 0 720206448 1580199936 358890 33554432000 134512640 135305190 4286590336 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 385791 358890 83 194 0 385595 0
[pid=11181/tid=11183] ppid=11179 vsize=1543164 CPUtime=18.78 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 1747 0 0 0 1878 0 0 0 19 0 4 0 720207118 1580199936 358890 33554432000 134512640 135305190 4286590336 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=1543164 CPUtime=18.76 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 17085 0 0 0 1873 3 0 0 18 0 4 0 720207118 1580199936 358890 33554432000 134512640 135305190 4286590336 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=1543164 CPUtime=18.76 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 5625 0 0 0 1874 2 0 0 25 0 4 0 720207118 1580199936 358890 33554432000 134512640 135305190 4286590336 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.81
Current children cumulated vsize (KiB) 1551864

[startup+51.1004 s]
/proc/loadavg: 4.02 4.07 3.89 5/314 11186
/proc/meminfo: memFree=7485420/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=1649768 CPUtime=184.2 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 385225 0 0 0 18353 67 0 0 18 0 4 0 720206448 1689362432 385060 33554432000 134512640 135305190 4286590336 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 412442 385060 83 194 0 412246 0
[pid=11181/tid=11183] ppid=11179 vsize=1649768 CPUtime=44.38 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 7483 0 0 0 4437 1 0 0 25 0 4 0 720207118 1689362432 385060 33554432000 134512640 135305190 4286590336 18446744073709551615 134541848 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=1649768 CPUtime=44.37 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 22251 0 0 0 4431 6 0 0 21 0 4 0 720207118 1689362432 385060 33554432000 134512640 135305190 4286590336 18446744073709551615 134553038 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=1649768 CPUtime=44.36 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 12302 0 0 0 4431 5 0 0 25 0 4 0 720207118 1689362432 385060 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 184.2
Current children cumulated vsize (KiB) 1658468

[startup+102.312 s]
/proc/loadavg: 4.01 4.06 3.89 5/314 11188
/proc/meminfo: memFree=7239772/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=1892488 CPUtime=389.04 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 446164 0 0 0 38821 83 0 0 20 0 4 0 720206448 1937907712 445981 33554432000 134512640 135305190 4286590336 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 473122 445981 83 194 0 472926 0
[pid=11181/tid=11183] ppid=11179 vsize=1892488 CPUtime=95.59 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 24201 0 0 0 9555 4 0 0 25 0 4 0 720207118 1937907712 445981 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=1892488 CPUtime=95.58 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 33705 0 0 0 9549 9 0 0 19 0 4 0 720207118 1937907712 445981 33554432000 134512640 135305190 4286590336 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=1892488 CPUtime=95.57 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 30039 0 0 0 9549 8 0 0 25 0 4 0 720207118 1937907712 445981 33554432000 134512640 135305190 4286590336 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 389.04
Current children cumulated vsize (KiB) 1901188

[startup+162.3 s]
/proc/loadavg: 4.00 4.04 3.90 5/314 11189
/proc/meminfo: memFree=6882868/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=2254980 CPUtime=629 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 536442 0 0 0 62794 106 0 0 25 0 4 0 720206448 2309099520 536085 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 563745 536085 83 194 0 563549 0
[pid=11181/tid=11183] ppid=11179 vsize=2254980 CPUtime=155.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 44225 0 0 0 15550 8 0 0 25 0 4 0 720207118 2309099520 536085 33554432000 134512640 135305190 4286590336 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=2254980 CPUtime=155.57 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 61832 0 0 0 15543 14 0 0 25 0 4 0 720207118 2309099520 536085 33554432000 134512640 135305190 4286590336 18446744073709551615 134554662 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=2254980 CPUtime=155.55 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 48580 0 0 0 15544 11 0 0 25 0 4 0 720207118 2309099520 536085 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 629
Current children cumulated vsize (KiB) 2263680

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 3.90 5/314 11191
/proc/meminfo: memFree=6542440/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=2592128 CPUtime=869 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 620505 0 0 0 86772 128 0 0 18 0 4 0 720206448 2654339072 620112 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 648032 620112 83 194 0 647836 0
[pid=11181/tid=11183] ppid=11179 vsize=2592128 CPUtime=215.58 cores=0-7

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

/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 920625 0 0 0 206669 229 0 0 25 0 4 0 720206448 3888427008 919744 33554432000 134512640 135305190 4286590336 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 949323 919744 83 194 0 949127 0
[pid=11181/tid=11183] ppid=11179 vsize=3797292 CPUtime=515.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 146895 0 0 0 51524 34 0 0 19 0 4 0 720207118 3888427008 919744 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=3797292 CPUtime=515.57 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 141778 0 0 0 51526 31 0 0 25 0 4 0 720207118 3888427008 919744 33554432000 134512640 135305190 4286590336 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=3797292 CPUtime=515.52 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 151131 0 0 0 51507 45 0 0 19 0 4 0 720207118 3888427008 919744 33554432000 134512640 135305190 4286590336 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2068.98
Current children cumulated vsize (KiB) 3805992

[startup+582.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/314 11201
/proc/meminfo: memFree=5294988/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=3845956 CPUtime=2308.98 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 933080 0 0 0 230666 232 0 0 25 0 4 0 720206448 3938258944 932052 33554432000 134512640 135305190 4286590336 18446744073709551615 134541959 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 961489 932052 83 194 0 961293 0
[pid=11181/tid=11183] ppid=11179 vsize=3845956 CPUtime=575.57 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 149009 0 0 0 57523 34 0 0 25 0 4 0 720207118 3938258944 932052 33554432000 134512640 135305190 4286590336 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=3845956 CPUtime=575.58 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 144301 0 0 0 57526 32 0 0 25 0 4 0 720207118 3938258944 932052 33554432000 134512640 135305190 4286590336 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=3845956 CPUtime=575.52 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 156500 0 0 0 57505 47 0 0 25 0 4 0 720207118 3938258944 932052 33554432000 134512640 135305190 4286590336 18446744073709551615 134551593 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2308.98
Current children cumulated vsize (KiB) 3854656

[startup+642.301 s]
/proc/loadavg: 4.03 4.01 3.91 5/314 11202
/proc/meminfo: memFree=5012592/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4126200 CPUtime=2549 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 1002914 0 0 0 254643 257 0 0 25 0 4 0 720206448 4225228800 1001770 33554432000 134512640 135305190 4286590336 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1031550 1001770 83 194 0 1031354 0
[pid=11181/tid=11183] ppid=11179 vsize=4126200 CPUtime=635.59 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 162093 0 0 0 63521 38 0 0 25 0 4 0 720207118 4225228800 1001775 33554432000 134512640 135305190 4286590336 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4126200 CPUtime=635.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 154815 0 0 0 63525 34 0 0 25 0 4 0 720207118 4225228800 1001775 33554432000 134512640 135305190 4286590336 18446744073709551615 134552667 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4126200 CPUtime=635.53 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 178720 0 0 0 63497 56 0 0 25 0 4 0 720207118 4225228800 1001775 33554432000 134512640 135305190 4286590336 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2549
Current children cumulated vsize (KiB) 4134900

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

[startup+652.701 s]
/proc/loadavg: 4.02 4.01 3.91 5/314 11202
/proc/meminfo: memFree=4974012/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4166080 CPUtime=2590.57 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202496 1013158 0 0 0 258795 262 0 0 20 0 4 0 720206448 4266065920 1011899 33554432000 134512640 135305190 4286590336 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1041520 1011899 83 194 0 1041324 0
[pid=11181/tid=11183] ppid=11179 vsize=4166080 CPUtime=645.97 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 163497 0 0 0 64559 38 0 0 18 0 4 0 720207118 4266065920 1011899 33554432000 134512640 135305190 4286590336 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4166080 CPUtime=645.98 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 156441 0 0 0 64564 34 0 0 25 0 4 0 720207118 4266065920 1011899 33554432000 134512640 135305190 4286590336 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4166080 CPUtime=645.92 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4202560 182080 0 0 0 64533 59 0 0 25 0 4 0 720207118 4266065920 1011899 33554432000 134512640 135305190 4286590336 18446744073709551615 134530997 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2590.57
Current children cumulated vsize (KiB) 4174780

[startup+665.511 s]
/proc/loadavg: 4.02 4.01 3.91 1/314 11203
/proc/meminfo: memFree=1168004/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4194244 CPUtime=2617.78 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203524 1023600 0 0 0 260959 819 0 0 18 0 4 0 720206448 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1048561 1019189 83 194 0 1048365 0
[pid=11181/tid=11183] ppid=11179 vsize=4194244 CPUtime=651.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 164339 0 0 0 65115 43 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4194244 CPUtime=651.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 157595 0 0 0 65123 36 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551959 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4194244 CPUtime=656.31 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) D 11179 11179 10950 0 -1 4204096 185613 0 0 0 65065 566 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134557610 0 0 4096 3 18446744071562154983 0 0 -1 1 0 0 138
Current children cumulated CPU time (s) 2617.78
Current children cumulated vsize (KiB) 4202944

[startup+668.701 s]
/proc/loadavg: 4.26 4.06 3.93 1/314 11203
/proc/meminfo: memFree=920732/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4194244 CPUtime=2618.11 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203524 1023600 0 0 0 260959 852 0 0 18 0 4 0 720206448 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1048561 1019189 83 194 0 1048365 0
[pid=11181/tid=11183] ppid=11179 vsize=4194244 CPUtime=651.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 164339 0 0 0 65115 43 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4194244 CPUtime=651.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 157595 0 0 0 65123 36 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551959 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4194244 CPUtime=656.65 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) D 11179 11179 10950 0 -1 4204096 185613 0 0 0 65065 600 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134557610 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 458
Current children cumulated CPU time (s) 2618.11
Current children cumulated vsize (KiB) 4202944

[startup+670.301 s]
/proc/loadavg: 4.26 4.06 3.93 2/314 11203
/proc/meminfo: memFree=845812/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4194244 CPUtime=2618.27 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203524 1023600 0 0 0 260959 868 0 0 18 0 4 0 720206448 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1048561 1019189 83 194 0 1048365 0
[pid=11181/tid=11183] ppid=11179 vsize=4194244 CPUtime=651.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 164339 0 0 0 65115 43 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4194244 CPUtime=651.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 157595 0 0 0 65123 36 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551959 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4194244 CPUtime=656.81 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) D 11179 11179 10950 0 -1 4204096 185613 0 0 0 65065 616 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134557610 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 623
Current children cumulated CPU time (s) 2618.27
Current children cumulated vsize (KiB) 4202944

[startup+671.1 s]
/proc/loadavg: 4.26 4.06 3.93 1/314 11203
/proc/meminfo: memFree=796708/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4194244 CPUtime=2618.27 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203524 1023600 0 0 0 260959 868 0 0 18 0 4 0 720206448 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1048561 1019189 83 194 0 1048365 0
[pid=11181/tid=11183] ppid=11179 vsize=4194244 CPUtime=651.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 164339 0 0 0 65115 43 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4194244 CPUtime=651.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 157595 0 0 0 65123 36 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551959 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4194244 CPUtime=656.81 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) D 11179 11179 10950 0 -1 4204096 185613 0 0 0 65065 616 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134557610 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 623
Current children cumulated CPU time (s) 2618.27
Current children cumulated vsize (KiB) 4202944

[startup+671.5 s]
/proc/loadavg: 4.26 4.06 3.93 1/314 11203
/proc/meminfo: memFree=796708/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=4194244 CPUtime=2618.27 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203524 1023600 0 0 0 260959 868 0 0 18 0 4 0 720206448 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 1048561 1019189 83 194 0 1048365 0
[pid=11181/tid=11183] ppid=11179 vsize=4194244 CPUtime=651.58 cores=0-7
/proc/11181/task/11183/stat : 11183 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 164339 0 0 0 65115 43 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=11181/tid=11184] ppid=11179 vsize=4194244 CPUtime=651.59 cores=0-7
/proc/11181/task/11184/stat : 11184 (manysat1.1_stat) D 11179 11179 10950 0 -1 4203588 157595 0 0 0 65123 36 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134551959 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=4194244 CPUtime=656.81 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) D 11179 11179 10950 0 -1 4204096 185613 0 0 0 65065 616 0 0 18 0 4 0 720207118 4294905856 1019189 33554432000 134512640 135305190 4286590336 18446744073709551615 134557610 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 623
Current children cumulated CPU time (s) 2618.27
Current children cumulated vsize (KiB) 4202944

[startup+671.701 s]
/proc/loadavg: 4.26 4.06 3.93 1/314 11203
/proc/meminfo: memFree=796708/32950928 swapFree=67085488/67111528
[pid=11179] ppid=11177 vsize=8700 CPUtime=0 cores=0-7
/proc/11179/stat : 11179 (manysat.sh) S 11177 11179 10950 0 -1 4202496 354 107 0 0 0 0 0 0 22 0 1 0 720206448 8908800 251 33554432000 4194304 4922060 140735604423216 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11179/statm: 2175 251 209 178 0 68 0
[pid=11181] ppid=11179 vsize=0 CPUtime=2618.45 cores=0-7
/proc/11181/stat : 11181 (manysat1.1_stat) Z 11179 11179 10950 0 -1 4203548 1023601 0 0 0 260959 886 0 0 18 0 2 0 720206448 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11181/statm: 0 0 0 0 0 0 0
[pid=11181/tid=11185] ppid=11179 vsize=0 CPUtime=656.99 cores=0-7
/proc/11181/task/11185/stat : 11185 (manysat1.1_stat) R 11179 11179 10950 0 -1 4204100 185614 0 0 0 65065 634 0 0 18 0 2 0 720207118 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 2 0 0 789
Current children cumulated CPU time (s) 2618.45
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 671.798
CPU time (s): 2618.55
CPU user time (s): 2609.59
CPU system time (s): 8.95964
CPU usage (%): 389.783
Max. virtual memory (cumulated for all children) (KiB): 4202944

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

runsolver used 1.89871 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 17:15:58
IDJOB=3362104
IDBENCH=82413
IDSOLVER=1839
FILE ID=node114/3362104-1305299754
RUNJOBID= node114-1305296396-10964
PBS_JOBID= 13321439
Free space on /tmp= 39124 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362104-1305299754/watcher-3362104-1305299754 -o /tmp/evaluation-result-3362104-1305299754/solver-3362104-1305299754 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362104-1305299754.cnf aimd 1

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1787235454

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9018864 kB
Buffers:        249060 kB
Cached:       12796116 kB
SwapCached:         96 kB
Active:       12140076 kB
Inactive:     11260340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9018864 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          122588 kB
Writeback:           0 kB
AnonPages:    10355020 kB
Mapped:          26352 kB
Slab:           430580 kB
PageTables:      36512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52431184 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= 35136 MiB
End job on node114 at 2011-05-13 17:27:10