Trace number 3362092

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 1356.4 341.949

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

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 | 1689184  4062497 |  506755       0        0     nan |  0.000 % |
1.20/1.25	c |         0 | 1596018  3866706 |      --       0       --      -- |     --   | -8260/1624
1.20/1.25	c ==============================================================================
1.20/1.25	c Result  :   #vars: 188863   #clauses: 1596018   #literals: 3866706
1.20/1.25	c CPU time:   1.15582 s
1.20/1.25	c ==============================================================================
1355.98/341.88	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1355.98/341.88	c ============================[ Problem Statistics ]=============================
1355.98/341.88	c |                                                                             |
1355.98/341.88	c threadId              : 3
1355.98/341.88	c restarts              : 62
1355.98/341.88	c conflicts             : 34969          (26 /sec)
1355.98/341.88	c decisions             : 77111          (1.18 % random) (57 /sec)
1355.98/341.88	c propagations          : 664585712      (490959 /sec)
1355.98/341.88	c conflict literals     : 69894076       (40.59 % deleted)
1355.98/341.88	c Memory used           : 1228.64 MB
1355.98/341.88	c CPU time              : 1353.65 s
1355.98/341.88	
1355.98/341.88	c --->m=4, e=8, aimd=1, HOME/1739_many.cnf	time: 338.412	conflicts: 34969        
1356.33/341.93	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-3362092-1305299414/watcher-3362092-1305299414 -o /tmp/evaluation-result-3362092-1305299414/solver-3362092-1305299414 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362092-1305299414.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.60 3.84 3.71 1/231 1739
/proc/meminfo: memFree=17560648/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0

[startup+0.102158 s]
/proc/loadavg: 3.60 3.84 3.71 1/231 1739
/proc/meminfo: memFree=17560648/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201141 s]
/proc/loadavg: 3.60 3.84 3.71 1/231 1739
/proc/meminfo: memFree=17560648/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301123 s]
/proc/loadavg: 3.60 3.84 3.71 1/231 1739
/proc/meminfo: memFree=17560648/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701048 s]
/proc/loadavg: 3.60 3.84 3.71 1/231 1739
/proc/meminfo: memFree=17560648/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5009 s]
/proc/loadavg: 3.60 3.84 3.71 2/233 1741
/proc/meminfo: memFree=17420664/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=0 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641542265 8908800 249 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1739/statm: 2175 249 209 178 0 68 0
[pid=1740] ppid=1739 vsize=155696 CPUtime=1.49 cores=0-7
/proc/1740/stat : 1740 (SatElite) R 1739 1739 1393 0 -1 4202496 56473 0 0 0 139 10 0 0 18 0 1 0 641542265 159432704 35178 33554432000 134512640 135034092 4287326560 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1740/statm: 38924 35178 74 128 0 38794 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164396

[startup+3.10061 s]
/proc/loadavg: 3.39 3.80 3.69 2/233 1742
/proc/meminfo: memFree=17477332/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=275984 CPUtime=0.99 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 65089 0 0 0 92 7 0 0 22 0 1 0 641542475 282607616 65031 33554432000 134512640 135305190 4288322944 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/1742/statm: 68996 65033 72 194 0 68800 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 284684

[startup+6.30102 s]
/proc/loadavg: 3.39 3.80 3.69 5/236 1745
/proc/meminfo: memFree=17153748/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=428740 CPUtime=11.9 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 94325 0 0 0 1178 12 0 0 18 0 4 0 641542475 439029760 94261 33554432000 134512640 135305190 4288322944 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 107185 94261 84 194 0 106989 0
[pid=1742/tid=1743] ppid=1739 vsize=428740 CPUtime=2.57 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 820 0 0 0 257 0 0 0 25 0 4 0 641542638 439029760 94261 33554432000 134512640 135305190 4288322944 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=428740 CPUtime=2.56 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 798 0 0 0 256 0 0 0 19 0 4 0 641542638 439029760 94261 33554432000 134512640 135305190 4288322944 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=428740 CPUtime=2.56 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 996 0 0 0 256 0 0 0 21 0 4 0 641542638 439029760 94261 33554432000 134512640 135305190 4288322944 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 437440

[startup+12.7009 s]
/proc/loadavg: 3.49 3.80 3.69 5/236 1746
/proc/meminfo: memFree=17130564/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=452344 CPUtime=37.51 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 100141 0 0 0 3737 14 0 0 25 0 4 0 641542475 463200256 99992 33554432000 134512640 135305190 4288322944 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 113086 99992 84 194 0 112890 0
[pid=1742/tid=1743] ppid=1739 vsize=452344 CPUtime=8.97 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 3432 0 0 0 896 1 0 0 25 0 4 0 641542638 463200256 99992 33554432000 134512640 135305190 4288322944 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=452344 CPUtime=8.96 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 1807 0 0 0 896 0 0 0 19 0 4 0 641542638 463200256 99992 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=452344 CPUtime=8.96 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 1822 0 0 0 896 0 0 0 25 0 4 0 641542638 463200256 99992 33554432000 134512640 135305190 4288322944 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (KiB) 461044

[startup+25.5005 s]
/proc/loadavg: 3.57 3.81 3.70 5/236 1746
/proc/meminfo: memFree=17093720/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=488560 CPUtime=88.7 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 109523 0 0 0 8854 16 0 0 21 0 4 0 641542475 500285440 109363 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 122140 109363 84 194 0 121944 0
[pid=1742/tid=1743] ppid=1739 vsize=488560 CPUtime=21.76 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 5858 0 0 0 2175 1 0 0 25 0 4 0 641542638 500285440 109363 33554432000 134512640 135305190 4288322944 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=488560 CPUtime=21.76 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 3706 0 0 0 2176 0 0 0 18 0 4 0 641542638 500285440 109363 33554432000 134512640 135305190 4288322944 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=488560 CPUtime=21.76 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 4651 0 0 0 2175 1 0 0 25 0 4 0 641542638 500285440 109363 33554432000 134512640 135305190 4288322944 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.79
Current children cumulated vsize (KiB) 497260

[startup+51.1008 s]
/proc/loadavg: 3.71 3.82 3.70 5/236 1747
/proc/meminfo: memFree=17019236/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=565108 CPUtime=191.1 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 128347 0 0 0 19089 21 0 0 25 0 4 0 641542475 578670592 128186 33554432000 134512640 135305190 4288322944 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 141277 128186 84 194 0 141081 0
[pid=1742/tid=1743] ppid=1739 vsize=565108 CPUtime=47.37 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 9980 0 0 0 4735 2 0 0 25 0 4 0 641542638 578670592 128186 33554432000 134512640 135305190 4288322944 18446744073709551615 134570418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=565108 CPUtime=47.36 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 7694 0 0 0 4735 1 0 0 25 0 4 0 641542638 578670592 128186 33554432000 134512640 135305190 4288322944 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=565108 CPUtime=47.36 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 10533 0 0 0 4734 2 0 0 25 0 4 0 641542638 578670592 128186 33554432000 134512640 135305190 4288322944 18446744073709551615 134557894 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 193.19
Current children cumulated vsize (KiB) 573808

[startup+102.3 s]
/proc/loadavg: 3.88 3.85 3.72 5/236 1748
/proc/meminfo: memFree=16842572/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=739840 CPUtime=395.92 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 172119 0 0 0 39560 32 0 0 25 0 4 0 641542475 757596160 171893 33554432000 134512640 135305190 4288322944 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 184960 171893 84 194 0 184764 0
[pid=1742/tid=1743] ppid=1739 vsize=739840 CPUtime=98.57 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 18697 0 0 0 9853 4 0 0 25 0 4 0 641542638 757596160 171893 33554432000 134512640 135305190 4288322944 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=739840 CPUtime=98.57 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 18955 0 0 0 9853 4 0 0 18 0 4 0 641542638 757596160 171893 33554432000 134512640 135305190 4288322944 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=739840 CPUtime=98.57 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 24944 0 0 0 9852 5 0 0 25 0 4 0 641542638 757596160 171893 33554432000 134512640 135305190 4288322944 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 398.01
Current children cumulated vsize (KiB) 748540

[startup+162.3 s]
/proc/loadavg: 3.95 3.87 3.74 5/236 1750
/proc/meminfo: memFree=16652888/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=932140 CPUtime=635.92 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 219950 0 0 0 63549 43 0 0 25 0 4 0 641542475 954511360 219644 33554432000 134512640 135305190 4288322944 18446744073709551615 134528212 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 233035 219644 84 194 0 232839 0
[pid=1742/tid=1743] ppid=1739 vsize=932140 CPUtime=158.57 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 27308 0 0 0 15851 6 0 0 25 0 4 0 641542638 954511360 219644 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=932140 CPUtime=158.56 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 28840 0 0 0 15850 6 0 0 19 0 4 0 641542638 954511360 219644 33554432000 134512640 135305190 4288322944 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=932140 CPUtime=158.56 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 38037 0 0 0 15847 9 0 0 25 0 4 0 641542638 954511360 219644 33554432000 134512640 135305190 4288322944 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 638.01
Current children cumulated vsize (KiB) 940840

[startup+222.309 s]
/proc/loadavg: 3.98 3.89 3.75 5/236 1751
/proc/meminfo: memFree=16565080/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7

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

/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 281137 0 0 0 111538 55 0 0 25 0 4 0 641542475 1204936704 280755 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 294174 280755 84 194 0 293978 0
[pid=1742/tid=1743] ppid=1739 vsize=1176696 CPUtime=278.57 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 43594 0 0 0 27848 9 0 0 25 0 4 0 641542638 1204936704 280755 33554432000 134512640 135305190 4288322944 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1176696 CPUtime=278.57 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 34602 0 0 0 27849 8 0 0 20 0 4 0 641542638 1204936704 280755 33554432000 134512640 135305190 4288322944 18446744073709551615 134551951 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1176696 CPUtime=278.56 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 56750 0 0 0 27844 12 0 0 25 0 4 0 641542638 1204936704 280755 33554432000 134512640 135305190 4288322944 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1118.02
Current children cumulated vsize (KiB) 1185396

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

[startup+307.201 s]
/proc/loadavg: 3.99 3.92 3.76 5/236 1753
/proc/meminfo: memFree=16342968/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1242024 CPUtime=1215.54 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 297295 0 0 0 121495 59 0 0 25 0 4 0 641542475 1271832576 296911 33554432000 134512640 135305190 4288322944 18446744073709551615 134530592 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 310506 296911 84 194 0 310310 0
[pid=1742/tid=1743] ppid=1739 vsize=1242024 CPUtime=303.47 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 46940 0 0 0 30338 9 0 0 25 0 4 0 641542638 1271832576 296911 33554432000 134512640 135305190 4288322944 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1242024 CPUtime=303.47 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 38309 0 0 0 30339 8 0 0 25 0 4 0 641542638 1271832576 296911 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1242024 CPUtime=303.46 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60453 0 0 0 30333 13 0 0 25 0 4 0 641542638 1271832576 296911 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1217.63
Current children cumulated vsize (KiB) 1250724

[startup+320.001 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326588/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1256792 CPUtime=1266.72 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 300980 0 0 0 126613 59 0 0 25 0 4 0 641542475 1286955008 300594 33554432000 134512640 135305190 4288322944 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314198 300594 84 194 0 314002 0
[pid=1742/tid=1743] ppid=1739 vsize=1256792 CPUtime=316.26 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47925 0 0 0 31617 9 0 0 25 0 4 0 641542638 1286955008 300594 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1256792 CPUtime=316.26 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 31618 8 0 0 18 0 4 0 641542638 1286955008 300594 33554432000 134512640 135305190 4288322944 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1256792 CPUtime=316.26 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60885 0 0 0 31613 13 0 0 25 0 4 0 641542638 1286955008 300594 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1268.81
Current children cumulated vsize (KiB) 1265492

[startup+332.801 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326336/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1317.93 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301091 0 0 0 131734 59 0 0 25 0 4 0 641542475 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300693 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=329.07 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47926 0 0 0 32898 9 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=329.06 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 32898 8 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=329.06 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 32893 13 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1320.02
Current children cumulated vsize (KiB) 1266828

[startup+336.001 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326336/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1330.73 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301091 0 0 0 133014 59 0 0 25 0 4 0 641542475 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300693 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=332.27 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47926 0 0 0 33218 9 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=332.26 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 33218 8 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=332.26 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 33213 13 0 0 18 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1332.82
Current children cumulated vsize (KiB) 1266828

[startup+339.201 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326212/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1343.49 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301091 0 0 0 134290 59 0 0 25 0 4 0 641542475 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300693 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=335.47 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47926 0 0 0 33538 9 0 0 25 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=335.46 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 33538 8 0 0 18 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=335.44 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 33531 13 0 0 20 0 4 0 641542638 1288323072 300693 33554432000 134512640 135305190 4288322944 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1345.58
Current children cumulated vsize (KiB) 1266828

[startup+340.801 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326212/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1349.89 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301092 0 0 0 134930 59 0 0 19 0 4 0 641542475 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300694 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=337.07 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47927 0 0 0 33698 9 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=337.06 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 33698 8 0 0 21 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=337.03 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 33690 13 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1351.98
Current children cumulated vsize (KiB) 1266828

[startup+341.601 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326332/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1353.09 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301092 0 0 0 135250 59 0 0 20 0 4 0 641542475 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300694 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=337.87 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47927 0 0 0 33778 9 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=337.86 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 33778 8 0 0 23 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=337.83 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 33770 13 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1355.18
Current children cumulated vsize (KiB) 1266828

[startup+341.801 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326332/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=1258128 CPUtime=1353.89 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202496 301092 0 0 0 135330 59 0 0 21 0 4 0 641542475 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 314532 300694 84 194 0 314336 0
[pid=1742/tid=1743] ppid=1739 vsize=1258128 CPUtime=338.07 cores=0-7
/proc/1742/task/1743/stat : 1743 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 47927 0 0 0 33798 9 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134557557 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1742/tid=1744] ppid=1739 vsize=1258128 CPUtime=338.06 cores=0-7
/proc/1742/task/1744/stat : 1744 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 39284 0 0 0 33798 8 0 0 25 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=1258128 CPUtime=338.03 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4202560 60995 0 0 0 33790 13 0 0 18 0 4 0 641542638 1288323072 300694 33554432000 134512640 135305190 4288322944 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1355.98
Current children cumulated vsize (KiB) 1266828

[startup+341.901 s]
/proc/loadavg: 3.99 3.92 3.77 5/236 1754
/proc/meminfo: memFree=16326332/32951124 swapFree=66522240/67111528
[pid=1739] ppid=1737 vsize=8700 CPUtime=2.09 cores=0-7
/proc/1739/stat : 1739 (manysat.sh) S 1737 1739 1393 0 -1 4202496 357 56476 0 0 0 0 196 13 18 0 1 0 641542265 8908800 252 33554432000 4194304 4922060 140733768565424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1739/statm: 2175 252 209 178 0 68 0
[pid=1742] ppid=1739 vsize=0 CPUtime=1354.24 cores=0-7
/proc/1742/stat : 1742 (manysat1.1_stat) Z 1739 1739 1393 0 -1 4202524 301107 0 0 0 135364 60 0 0 21 0 2 0 641542475 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1742/statm: 0 0 0 0 0 0 0
[pid=1742/tid=1745] ppid=1739 vsize=0 CPUtime=338.14 cores=0-7
/proc/1742/task/1745/stat : 1745 (manysat1.1_stat) R 1739 1739 1393 0 -1 4203588 60995 0 0 0 33799 15 0 0 18 0 2 0 641542638 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1356.33
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 341.949
CPU time (s): 1356.4
CPU user time (s): 1355.61
CPU system time (s): 0.790879
CPU usage (%): 396.668
Max. virtual memory (cumulated for all children) (KiB): 1266828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1355.61
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358153
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= 800
involuntary context switches= 1687

runsolver used 0.745886 second user time and 1.74073 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:10:15
IDJOB=3362092
IDBENCH=82403
IDSOLVER=1839
FILE ID=node109/3362092-1305299414
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36456 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362092-1305299414/watcher-3362092-1305299414 -o /tmp/evaluation-result-3362092-1305299414/solver-3362092-1305299414 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362092-1305299414.cnf aimd 1

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=328365453

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17561052 kB
Buffers:        219964 kB
Cached:        4024020 kB
SwapCached:      19036 kB
Active:        6370828 kB
Inactive:      8759268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17561052 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           46100 kB
Writeback:           0 kB
AnonPages:    10873684 kB
Mapped:          17728 kB
Slab:           165840 kB
PageTables:      29848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17845500 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= 36456 MiB
End job on node109 at 2011-05-13 17:15:57