Trace number 3361988

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 6235.05 1563.24

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
0.00/0.71	c ==============================================================================
0.00/0.71	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.71	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.71	c ==============================================================================
0.00/0.71	c |         0 | 1358076  3290875 |  407422       0        0     nan |  0.000 % |
3.78/3.84	c |         0 |  943589  2622489 |      --       0       --      -- |     --   | -112392/18842
3.78/3.84	c ==============================================================================
3.78/3.84	c Result  :   #vars: 137484   #clauses: 943589   #literals: 2622489
3.78/3.84	c CPU time:   3.74043 s
3.78/3.84	c ==============================================================================
6234.69/1563.18	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
6234.69/1563.18	c ============================[ Problem Statistics ]=============================
6234.69/1563.18	c |                                                                             |
6234.69/1563.18	c threadId              : 0
6234.69/1563.18	c restarts              : 1386
6234.69/1563.18	c conflicts             : 490181         (79 /sec)
6234.69/1563.18	c decisions             : 1960212        (1.24 % random) (315 /sec)
6234.69/1563.18	c propagations          : 3805988518     (611000 /sec)
6234.69/1563.18	c conflict literals     : 115063349      (52.62 % deleted)
6234.69/1563.18	c Memory used           : 1028.64 MB
6234.69/1563.18	c CPU time              : 6229.11 s
6234.69/1563.18	
6234.69/1563.18	c --->m=4, e=8, aimd=1, HOME/25190_many.cnf	time: 1557.28	conflicts: 490181       
6234.99/1563.23	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-3361988-1305297022/watcher-3361988-1305297022 -o /tmp/evaluation-result-3361988-1305297022/solver-3361988-1305297022 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361988-1305297022.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.61 3.40 1.91 1/267 25190
/proc/meminfo: memFree=16392920/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0

[startup+0.0388621 s]
/proc/loadavg: 3.61 3.40 1.91 1/267 25190
/proc/meminfo: memFree=16392920/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100837 s]
/proc/loadavg: 3.61 3.40 1.91 1/267 25190
/proc/meminfo: memFree=16392920/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300802 s]
/proc/loadavg: 3.61 3.40 1.91 1/267 25190
/proc/meminfo: memFree=16392920/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70073 s]
/proc/loadavg: 3.61 3.40 1.91 1/267 25190
/proc/meminfo: memFree=16392920/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 3.61 3.40 1.91 2/269 25192
/proc/meminfo: memFree=16265132/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
[pid=25191] ppid=25190 vsize=148260 CPUtime=1.48 cores=0-7
/proc/25191/stat : 25191 (SatElite) R 25190 25190 25049 0 -1 4202496 38481 0 0 0 140 8 0 0 25 0 1 0 719932930 151818240 35061 33554432000 134512640 135034092 4289609136 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/25191/statm: 37065 35061 68 128 0 36935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 156960

[startup+3.10029 s]
/proc/loadavg: 3.40 3.36 1.90 2/269 25192
/proc/meminfo: memFree=16244440/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=0 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719932930 8908800 250 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 250 209 178 0 68 0
[pid=25191] ppid=25190 vsize=151600 CPUtime=3.09 cores=0-7
/proc/25191/stat : 25191 (SatElite) R 25190 25190 25049 0 -1 4202496 42719 0 0 0 300 9 0 0 25 0 1 0 719932930 155238400 36034 33554432000 134512640 135034092 4289609136 18446744073709551615 134574590 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/25191/statm: 37900 36034 68 128 0 37770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160300

[startup+6.30067 s]
/proc/loadavg: 3.40 3.36 1.90 2/269 25193
/proc/meminfo: memFree=16162352/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=291532 CPUtime=3.47 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 63754 0 0 0 320 27 0 0 18 0 4 0 719933373 298528768 63693 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 72883 63693 84 194 0 72687 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 300232

[startup+12.7005 s]
/proc/loadavg: 3.49 3.38 1.93 5/272 25197
/proc/meminfo: memFree=16102224/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=301168 CPUtime=28.93 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 66162 0 0 0 2861 32 0 0 18 0 4 0 719933373 308396032 66101 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 75292 66101 84 194 0 75096 0
[pid=25193/tid=25194] ppid=25190 vsize=301168 CPUtime=6.93 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 1500 0 0 0 687 6 0 0 21 0 4 0 719933498 308396032 66101 33554432000 134512640 135305190 4291196992 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=301168 CPUtime=6.91 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 1989 0 0 0 685 6 0 0 18 0 4 0 719933498 308396032 66101 33554432000 134512640 135305190 4291196992 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=301168 CPUtime=6.9 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 1708 0 0 0 684 6 0 0 18 0 4 0 719933498 308396032 66101 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.35
Current children cumulated vsize (KiB) 309868

[startup+25.5012 s]
/proc/loadavg: 3.57 3.40 1.95 5/272 25197
/proc/meminfo: memFree=16076196/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=328140 CPUtime=80.12 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 72974 0 0 0 7976 36 0 0 18 0 4 0 719933373 336015360 72913 33554432000 134512640 135305190 4291196992 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 82035 72913 84 194 0 81839 0
[pid=25193/tid=25194] ppid=25190 vsize=328140 CPUtime=19.74 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 2407 0 0 0 1967 7 0 0 25 0 4 0 719933498 336015360 72913 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=328140 CPUtime=19.7 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 4305 0 0 0 1963 7 0 0 25 0 4 0 719933498 336015360 72913 33554432000 134512640 135305190 4291196992 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=328140 CPUtime=19.7 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 3411 0 0 0 1963 7 0 0 18 0 4 0 719933498 336015360 72913 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.54
Current children cumulated vsize (KiB) 336840

[startup+51.1005 s]
/proc/loadavg: 3.72 3.45 2.00 5/272 25198
/proc/meminfo: memFree=16026004/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=378580 CPUtime=182.5 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 85608 0 0 0 18206 44 0 0 18 0 4 0 719933373 387665920 85547 33554432000 134512640 135305190 4291196992 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 94645 85547 84 194 0 94449 0
[pid=25193/tid=25194] ppid=25190 vsize=378580 CPUtime=45.33 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 4272 0 0 0 4525 8 0 0 25 0 4 0 719933498 387665920 85547 33554432000 134512640 135305190 4291196992 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=378580 CPUtime=45.31 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 7996 0 0 0 4521 10 0 0 24 0 4 0 719933498 387665920 85547 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=378580 CPUtime=45.28 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 6347 0 0 0 4519 9 0 0 20 0 4 0 719933498 387665920 85547 33554432000 134512640 135305190 4291196992 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 186.92
Current children cumulated vsize (KiB) 387280

[startup+102.31 s]
/proc/loadavg: 3.88 3.54 2.11 5/272 25199
/proc/meminfo: memFree=15957296/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=446680 CPUtime=387.3 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 102452 0 0 0 38678 52 0 0 21 0 4 0 719933373 457400320 102391 33554432000 134512640 135305190 4291196992 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 111670 102391 84 194 0 111474 0
[pid=25193/tid=25194] ppid=25190 vsize=446680 CPUtime=96.53 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 7330 0 0 0 9643 10 0 0 25 0 4 0 719933498 457400320 102391 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=446680 CPUtime=96.51 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 11940 0 0 0 9639 12 0 0 25 0 4 0 719933498 457400320 102391 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=446680 CPUtime=96.47 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 11136 0 0 0 9637 10 0 0 18 0 4 0 719933498 457400320 102391 33554432000 134512640 135305190 4291196992 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 391.72
Current children cumulated vsize (KiB) 455380

[startup+162.301 s]
/proc/loadavg: 3.96 3.62 2.23 5/272 25201
/proc/meminfo: memFree=15881108/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=524032 CPUtime=627.25 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 121811 0 0 0 62663 62 0 0 18 0 4 0 719933373 536608768 121750 33554432000 134512640 135305190 4291196992 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 131008 121750 84 194 0 130812 0
[pid=25193/tid=25194] ppid=25190 vsize=524032 CPUtime=156.52 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 10608 0 0 0 15640 12 0 0 25 0 4 0 719933498 536608768 121750 33554432000 134512640 135305190 4291196992 18446744073709551615 134528990 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=524032 CPUtime=156.5 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 17025 0 0 0 15635 15 0 0 25 0 4 0 719933498 536608768 121750 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=524032 CPUtime=156.47 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 16860 0 0 0 15634 13 0 0 21 0 4 0 719933498 536608768 121750 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 631.67
Current children cumulated vsize (KiB) 532732

[startup+222.301 s]
/proc/loadavg: 4.03 3.70 2.34 5/272 25202
/proc/meminfo: memFree=15815564/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=587428 CPUtime=867.26 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 137833 0 0 0 86655 71 0 0 18 0 4 0 719933373 601526272 137772 33554432000 134512640 135305190 4291196992 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 146857 137772 84 194 0 146661 0
[pid=25193/tid=25194] ppid=25190 vsize=587428 CPUtime=216.52 cores=0-7

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

/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253340 0 0 0 590571 142 0 0 20 0 4 0 719933373 1076662272 253279 33554432000 134512640 135305190 4291196992 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 262857 253279 84 194 0 262661 0
[pid=25193/tid=25194] ppid=25190 vsize=1051428 CPUtime=1476.5 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30283 0 0 0 147625 25 0 0 25 0 4 0 719933498 1076662272 253279 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1051428 CPUtime=1476.5 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50494 0 0 0 147615 35 0 0 25 0 4 0 719933498 1076662272 253279 33554432000 134512640 135305190 4291196992 18446744073709551615 134552665 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1051428 CPUtime=1476.43 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 147601 42 0 0 19 0 4 0 719933498 1076662272 253279 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5911.55
Current children cumulated vsize (KiB) 1060128

[startup+1542.3 s]
/proc/loadavg: 4.00 3.99 3.57 5/272 25241
/proc/meminfo: memFree=15352004/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6147.08 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253545 0 0 0 614564 144 0 0 25 0 4 0 719933373 1078489088 253484 33554432000 134512640 135305190 4291196992 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253484 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1536.5 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30336 0 0 0 153625 25 0 0 25 0 4 0 719933498 1078489088 253484 33554432000 134512640 135305190 4291196992 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1536.44 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50644 0 0 0 153608 36 0 0 25 0 4 0 719933498 1078489088 253484 33554432000 134512640 135305190 4291196992 18446744073709551615 134570407 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1536.42 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 153600 42 0 0 25 0 4 0 719933498 1078489088 253484 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6151.5
Current children cumulated vsize (KiB) 1061912

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

[startup+1548.7 s]
/proc/loadavg: 4.00 3.99 3.57 5/272 25241
/proc/meminfo: memFree=15351872/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6172.71 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253551 0 0 0 617127 144 0 0 25 0 4 0 719933373 1078489088 253490 33554432000 134512640 135305190 4291196992 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253490 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1542.91 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30336 0 0 0 154266 25 0 0 25 0 4 0 719933498 1078489088 253490 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1542.85 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50650 0 0 0 154249 36 0 0 25 0 4 0 719933498 1078489088 253490 33554432000 134512640 135305190 4291196992 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1542.82 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 154240 42 0 0 25 0 4 0 719933498 1078489088 253490 33554432000 134512640 135305190 4291196992 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6177.13
Current children cumulated vsize (KiB) 1061912

[startup+1555.1 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351992/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6198.26 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253556 0 0 0 619682 144 0 0 25 0 4 0 719933373 1078489088 253495 33554432000 134512640 135305190 4291196992 18446744073709551615 134545988 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253495 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1549.28 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 154903 25 0 0 25 0 4 0 719933498 1078489088 253495 33554432000 134512640 135305190 4291196992 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1549.24 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50654 0 0 0 154888 36 0 0 25 0 4 0 719933498 1078489088 253495 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1549.21 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 154879 42 0 0 25 0 4 0 719933498 1078489088 253495 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6202.68
Current children cumulated vsize (KiB) 1061912

[startup+1558.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351992/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6211.06 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253557 0 0 0 620962 144 0 0 25 0 4 0 719933373 1078489088 253496 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253496 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1552.48 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 155223 25 0 0 25 0 4 0 719933498 1078489088 253496 33554432000 134512640 135305190 4291196992 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1552.44 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50655 0 0 0 155208 36 0 0 25 0 4 0 719933498 1078489088 253496 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1552.41 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 155199 42 0 0 20 0 4 0 719933498 1078489088 253496 33554432000 134512640 135305190 4291196992 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6215.48
Current children cumulated vsize (KiB) 1061912

[startup+1561.5 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351744/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6223.84 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253558 0 0 0 622240 144 0 0 18 0 4 0 719933373 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253497 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1555.68 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 155543 25 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1555.64 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50656 0 0 0 155528 36 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1555.61 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 155519 42 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6228.26
Current children cumulated vsize (KiB) 1061912

[startup+1562.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351860/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053212 CPUtime=6227.04 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253558 0 0 0 622560 144 0 0 20 0 4 0 719933373 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263303 253497 84 194 0 263107 0
[pid=25193/tid=25194] ppid=25190 vsize=1053212 CPUtime=1556.48 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 155623 25 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053212 CPUtime=1556.44 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50656 0 0 0 155608 36 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053212 CPUtime=1556.41 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 155599 42 0 0 25 0 4 0 719933498 1078489088 253497 33554432000 134512640 135305190 4291196992 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6231.46
Current children cumulated vsize (KiB) 1061912

[startup+1562.7 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351860/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053320 CPUtime=6228.64 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253562 0 0 0 622720 144 0 0 20 0 4 0 719933373 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263330 253501 84 194 0 263134 0
[pid=25193/tid=25194] ppid=25190 vsize=1053320 CPUtime=1556.88 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 155663 25 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053320 CPUtime=1556.84 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50660 0 0 0 155648 36 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053320 CPUtime=1556.81 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 155639 42 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6233.06
Current children cumulated vsize (KiB) 1062020

[startup+1563.11 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351976/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=1053320 CPUtime=6230.27 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202496 253562 0 0 0 622883 144 0 0 21 0 4 0 719933373 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 263330 253501 84 194 0 263134 0
[pid=25193/tid=25194] ppid=25190 vsize=1053320 CPUtime=1557.29 cores=0-7
/proc/25193/task/25194/stat : 25194 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 30337 0 0 0 155704 25 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=1053320 CPUtime=1557.25 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 50660 0 0 0 155689 36 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=25193/tid=25196] ppid=25190 vsize=1053320 CPUtime=1557.22 cores=0-7
/proc/25193/task/25196/stat : 25196 (manysat1.1_stat) R 25190 25190 25049 0 -1 4202560 66397 0 0 0 155680 42 0 0 25 0 4 0 719933498 1078599680 253501 33554432000 134512640 135305190 4291196992 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6234.69
Current children cumulated vsize (KiB) 1062020

[startup+1563.2 s]
/proc/loadavg: 4.00 3.99 3.58 5/272 25241
/proc/meminfo: memFree=15351976/32951124 swapFree=67083432/67111528
[pid=25190] ppid=25188 vsize=8700 CPUtime=4.42 cores=0-7
/proc/25190/stat : 25190 (manysat.sh) S 25188 25190 25049 0 -1 4202496 357 47333 0 0 0 0 430 12 18 0 1 0 719932930 8908800 253 33554432000 4194304 4922060 140734626293456 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25190/statm: 2175 253 209 178 0 68 0
[pid=25193] ppid=25190 vsize=0 CPUtime=6230.57 cores=0-7
/proc/25193/stat : 25193 (manysat1.1_stat) Z 25190 25190 25049 0 -1 4202524 253577 0 0 0 622911 146 0 0 21 0 2 0 719933373 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25193/statm: 0 0 0 0 0 0 0
[pid=25193/tid=25195] ppid=25190 vsize=0 CPUtime=1557.34 cores=0-7
/proc/25193/task/25195/stat : 25195 (manysat1.1_stat) R 25190 25190 25049 0 -1 4203588 50660 0 0 0 155696 38 0 0 25 0 2 0 719933498 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6234.99
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 1563.24
CPU time (s): 6235.05
CPU user time (s): 6233.41
CPU system time (s): 1.63375
CPU usage (%): 398.854
Max. virtual memory (cumulated for all children) (KiB): 1062020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6233.41
system time used= 1.63375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301478
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= 42276
involuntary context switches= 10411

runsolver used 3.80642 second user time and 8.98763 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-13 16:30:24
IDJOB=3361988
IDBENCH=71036
IDSOLVER=1839
FILE ID=node110/3361988-1305297022
RUNJOBID= node110-1305296396-25063
PBS_JOBID= 13321443
Free space on /tmp= 50428 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361988-1305297022/watcher-3361988-1305297022 -o /tmp/evaluation-result-3361988-1305297022/solver-3361988-1305297022 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361988-1305297022.cnf aimd 1

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1787235454

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16393192 kB
Buffers:        235616 kB
Cached:       12571676 kB
SwapCached:       1440 kB
Active:        4564336 kB
Inactive:     11389708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16393192 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           27604 kB
Writeback:           0 kB
AnonPages:     3145188 kB
Mapped:          22316 kB
Slab:           518792 kB
PageTables:      19988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46097184 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= 50424 MiB
End job on node110 at 2011-05-13 16:56:27