Trace number 3361885

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 3484.06 874.01

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.49	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.50	c ==============================================================================
0.00/0.50	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.50	c CPU time:   0.482926 s
0.00/0.50	c ==============================================================================
3483.70/873.97	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
3483.70/873.97	c ============================[ Problem Statistics ]=============================
3483.70/873.97	c |                                                                             |
3483.70/873.97	c threadId              : 0
3483.70/873.97	c restarts              : 3860
3483.70/873.97	c conflicts             : 3109488        (893 /sec)
3483.70/873.97	c decisions             : 5569595        (1.01 % random) (1600 /sec)
3483.70/873.97	c propagations          : 1235803689     (354932 /sec)
3483.70/873.97	c conflict literals     : 188419888      (20.48 % deleted)
3483.70/873.97	c Memory used           : 686.40 MB
3483.70/873.97	c CPU time              : 3481.8 s
3483.70/873.97	
3483.70/873.97	c --->m=4, e=8, aimd=1, HOME/29158_many.cnf	time: 870.45	conflicts: 3109488      
3484.04/874.00	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-3361885-1305296392/watcher-3361885-1305296392 -o /tmp/evaluation-result-3361885-1305296392/solver-3361885-1305296392 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361885-1305296392.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/287 29158
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641237312 8908800 249 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29158/statm: 2175 249 209 178 0 68 0

[startup+0.0223339 s]
/proc/loadavg: 0.00 0.00 0.00 3/287 29158
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641237312 8908800 249 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29158/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100318 s]
/proc/loadavg: 0.00 0.00 0.00 3/287 29158
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641237312 8908800 249 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29158/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300295 s]
/proc/loadavg: 0.00 0.00 0.00 3/287 29158
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641237312 8908800 249 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29158/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700215 s]
/proc/loadavg: 0.00 0.00 0.00 3/287 29158
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 0.00 0.00 0.00 11/297 29170
/proc/meminfo: memFree=29446784/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=77408 CPUtime=3.12 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 11280 0 0 0 307 5 0 0 19 0 4 0 641237371 79265792 11228 33554432000 134512640 135305190 4286659024 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 19352 11228 84 194 0 19156 0
[pid=29164/tid=29168] ppid=29158 vsize=77408 CPUtime=0.73 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 665 0 0 0 73 0 0 0 20 0 4 0 641237387 79265792 11229 33554432000 134512640 135305190 4286659024 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=77408 CPUtime=0.74 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 711 0 0 0 73 1 0 0 19 0 4 0 641237387 79265792 11229 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=77408 CPUtime=0.73 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 810 0 0 0 72 1 0 0 18 0 4 0 641237387 79265792 11229 33554432000 134512640 135305190 4286659024 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 86108

[startup+3.10074 s]
/proc/loadavg: 0.64 0.13 0.04 10/297 29170
/proc/meminfo: memFree=29425332/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=90704 CPUtime=9.51 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 14463 0 0 0 945 6 0 0 22 0 4 0 641237371 92880896 14411 33554432000 134512640 135305190 4286659024 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 22676 14411 84 194 0 22480 0
[pid=29164/tid=29168] ppid=29158 vsize=90704 CPUtime=2.33 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 1192 0 0 0 233 0 0 0 25 0 4 0 641237387 92880896 14411 33554432000 134512640 135305190 4286659024 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=90704 CPUtime=2.33 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 1699 0 0 0 232 1 0 0 22 0 4 0 641237387 92880896 14411 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=90704 CPUtime=2.32 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 1676 0 0 0 231 1 0 0 22 0 4 0 641237387 92880896 14411 33554432000 134512640 135305190 4286659024 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 99404

[startup+6.30116 s]
/proc/loadavg: 0.64 0.13 0.04 10/297 29170
/proc/meminfo: memFree=29383072/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=105920 CPUtime=22.27 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 18091 0 0 0 2219 8 0 0 25 0 4 0 641237371 108462080 18039 33554432000 134512640 135305190 4286659024 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 26480 18039 84 194 0 26284 0
[pid=29164/tid=29168] ppid=29158 vsize=105920 CPUtime=5.53 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 1936 0 0 0 552 1 0 0 25 0 4 0 641237387 108462080 18039 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=105920 CPUtime=5.54 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 2784 0 0 0 552 2 0 0 25 0 4 0 641237387 108462080 18039 33554432000 134512640 135305190 4286659024 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=105920 CPUtime=5.48 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 2585 0 0 0 546 2 0 0 25 0 4 0 641237387 108462080 18039 33554432000 134512640 135305190 4286659024 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 114620

[startup+12.701 s]
/proc/loadavg: 1.77 0.39 0.13 10/297 29171
/proc/meminfo: memFree=29327284/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=133720 CPUtime=47.8 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 24979 0 0 0 4768 12 0 0 25 0 4 0 641237371 136929280 24927 33554432000 134512640 135305190 4286659024 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 33430 24927 84 194 0 33234 0
[pid=29164/tid=29168] ppid=29158 vsize=133720 CPUtime=11.93 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 3267 0 0 0 1191 2 0 0 25 0 4 0 641237387 136929280 24927 33554432000 134512640 135305190 4286659024 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=133720 CPUtime=11.93 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 4000 0 0 0 1191 2 0 0 25 0 4 0 641237387 136929280 24927 33554432000 134512640 135305190 4286659024 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=133720 CPUtime=11.82 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 5111 0 0 0 1179 3 0 0 25 0 4 0 641237387 136929280 24927 33554432000 134512640 135305190 4286659024 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (KiB) 142420

[startup+25.5007 s]
/proc/loadavg: 2.73 0.64 0.21 10/297 29171
/proc/meminfo: memFree=29267000/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=159052 CPUtime=98.84 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 31074 0 0 0 9866 18 0 0 25 0 4 0 641237371 162869248 31022 33554432000 134512640 135305190 4286659024 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 39763 31022 84 194 0 39567 0
[pid=29164/tid=29168] ppid=29158 vsize=159052 CPUtime=24.72 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 4424 0 0 0 2469 3 0 0 25 0 4 0 641237387 162869248 31022 33554432000 134512640 135305190 4286659024 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=159052 CPUtime=24.72 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 5475 0 0 0 2468 4 0 0 18 0 4 0 641237387 162869248 31022 33554432000 134512640 135305190 4286659024 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=159052 CPUtime=24.49 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 6813 0 0 0 2444 5 0 0 25 0 4 0 641237387 162869248 31022 33554432000 134512640 135305190 4286659024 18446744073709551615 134541873 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.42
Current children cumulated vsize (KiB) 167752

[startup+51.101 s]
/proc/loadavg: 4.53 1.23 0.42 10/297 29172
/proc/meminfo: memFree=29176864/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=216148 CPUtime=200.99 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 45427 0 0 0 20073 26 0 0 25 0 4 0 641237371 221335552 45375 33554432000 134512640 135305190 4286659024 18446744073709551615 134556761 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 54037 45375 84 194 0 53841 0
[pid=29164/tid=29168] ppid=29158 vsize=216148 CPUtime=50.32 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 6400 0 0 0 5028 4 0 0 25 0 4 0 641237387 221335552 45375 33554432000 134512640 135305190 4286659024 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=216148 CPUtime=50.32 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 10853 0 0 0 5026 6 0 0 25 0 4 0 641237387 221335552 45375 33554432000 134512640 135305190 4286659024 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=216148 CPUtime=49.86 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 10725 0 0 0 4979 7 0 0 25 0 4 0 641237387 221335552 45375 33554432000 134512640 135305190 4286659024 18446744073709551615 134559176 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.57
Current children cumulated vsize (KiB) 224848

[startup+102.312 s]
/proc/loadavg: 6.68 2.40 0.86 10/297 29173
/proc/meminfo: memFree=29092028/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=246028 CPUtime=405.29 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 52915 0 0 0 40494 35 0 0 25 0 4 0 641237371 251932672 52863 33554432000 134512640 135305190 4286659024 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 61507 52863 84 194 0 61311 0
[pid=29164/tid=29168] ppid=29158 vsize=246028 CPUtime=101.51 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 7994 0 0 0 10145 6 0 0 25 0 4 0 641237387 251932672 52863 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=246028 CPUtime=101.51 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 12542 0 0 0 10144 7 0 0 25 0 4 0 641237387 251932672 52863 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=246028 CPUtime=100.57 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 13112 0 0 0 10047 10 0 0 25 0 4 0 641237387 251932672 52863 33554432000 134512640 135305190 4286659024 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 405.87
Current children cumulated vsize (KiB) 254728

[startup+162.301 s]
/proc/loadavg: 7.55 3.43 1.31 10/297 29175
/proc/meminfo: memFree=28917404/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=348716 CPUtime=644.62 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 78524 0 0 0 64408 54 0 0 25 0 4 0 641237371 357085184 78410 33554432000 134512640 135305190 4286659024 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 87179 78410 84 194 0 86983 0
[pid=29164/tid=29168] ppid=29158 vsize=348716 CPUtime=161.47 cores=1,3,5,7

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

/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 161846 0 0 0 327579 157 0 0 25 0 4 0 641237371 710770688 161711 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29164/statm: 173528 161711 84 194 0 173332 0
[pid=29164/tid=29168] ppid=29158 vsize=694112 CPUtime=818.48 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 26446 0 0 0 81820 28 0 0 25 0 4 0 641237387 710770688 161711 33554432000 134512640 135305190 4286659024 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=694112 CPUtime=819.72 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41530 0 0 0 81933 39 0 0 25 0 4 0 641237387 710770688 161711 33554432000 134512640 135305190 4286659024 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=694112 CPUtime=817.76 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 47384 0 0 0 81729 47 0 0 25 0 4 0 641237387 710770688 161711 33554432000 134512640 135305190 4286659024 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.94
Current children cumulated vsize (KiB) 702812

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

[startup+844.701 s]
/proc/loadavg: 8.12 7.59 4.80 9/297 29226
/proc/meminfo: memFree=28626448/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=699116 CPUtime=3366.72 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163090 0 0 0 336511 161 0 0 25 0 4 0 641237371 715894784 162955 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 174779 162955 84 194 0 174583 0
[pid=29164/tid=29168] ppid=29158 vsize=699116 CPUtime=840.79 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 26844 0 0 0 84051 28 0 0 25 0 4 0 641237387 715894784 162955 33554432000 134512640 135305190 4286659024 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=699116 CPUtime=842.11 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41847 0 0 0 84171 40 0 0 25 0 4 0 641237387 715894784 162955 33554432000 134512640 135305190 4286659024 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=699116 CPUtime=840.16 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 47816 0 0 0 83969 47 0 0 25 0 4 0 641237387 715894784 162955 33554432000 134512640 135305190 4286659024 18446744073709551615 134549123 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3367.3
Current children cumulated vsize (KiB) 707816

[startup+857.5 s]
/proc/loadavg: 8.09 7.61 4.85 9/297 29226
/proc/meminfo: memFree=28603628/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=701680 CPUtime=3417.76 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163543 0 0 0 341614 162 0 0 25 0 4 0 641237371 718520320 163408 33554432000 134512640 135305190 4286659024 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175420 163408 84 194 0 175224 0
[pid=29164/tid=29168] ppid=29158 vsize=701680 CPUtime=853.57 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27036 0 0 0 85329 28 0 0 25 0 4 0 641237387 718520320 163408 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=701680 CPUtime=854.9 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41860 0 0 0 85450 40 0 0 25 0 4 0 641237387 718520320 163408 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=701680 CPUtime=852.95 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48050 0 0 0 85247 48 0 0 25 0 4 0 641237387 718520320 163408 33554432000 134512640 135305190 4286659024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3418.34
Current children cumulated vsize (KiB) 710380

[startup+863.9 s]
/proc/loadavg: 8.16 7.63 4.87 9/297 29226
/proc/meminfo: memFree=28591964/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702428 CPUtime=3443.27 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163709 0 0 0 344164 163 0 0 25 0 4 0 641237371 719286272 163574 33554432000 134512640 135305190 4286659024 18446744073709551615 134558192 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175607 163574 84 194 0 175411 0
[pid=29164/tid=29168] ppid=29158 vsize=702428 CPUtime=859.97 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27097 0 0 0 85969 28 0 0 25 0 4 0 641237387 719286272 163574 33554432000 134512640 135305190 4286659024 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702428 CPUtime=861.29 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41884 0 0 0 86089 40 0 0 25 0 4 0 641237387 719286272 163574 33554432000 134512640 135305190 4286659024 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702428 CPUtime=859.33 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 85885 48 0 0 19 0 4 0 641237387 719286272 163574 33554432000 134512640 135305190 4286659024 18446744073709551615 134539066 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3443.85
Current children cumulated vsize (KiB) 711128

[startup+870.301 s]
/proc/loadavg: 8.15 7.64 4.89 9/297 29226
/proc/meminfo: memFree=28590476/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702868 CPUtime=3468.76 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163805 0 0 0 346712 164 0 0 25 0 4 0 641237371 719736832 163670 33554432000 134512640 135305190 4286659024 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175717 163670 84 194 0 175521 0
[pid=29164/tid=29168] ppid=29158 vsize=702868 CPUtime=866.37 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27156 0 0 0 86609 28 0 0 25 0 4 0 641237387 719736832 163670 33554432000 134512640 135305190 4286659024 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702868 CPUtime=867.69 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41921 0 0 0 86729 40 0 0 25 0 4 0 641237387 719736832 163670 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702868 CPUtime=865.69 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 86520 49 0 0 25 0 4 0 641237387 719736832 163670 33554432000 134512640 135305190 4286659024 18446744073709551615 134845208 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3469.34
Current children cumulated vsize (KiB) 711568

[startup+871.901 s]
/proc/loadavg: 8.15 7.64 4.89 9/297 29226
/proc/meminfo: memFree=28590344/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702868 CPUtime=3475.15 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163811 0 0 0 347351 164 0 0 25 0 4 0 641237371 719736832 163676 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175717 163676 84 194 0 175521 0
[pid=29164/tid=29168] ppid=29158 vsize=702868 CPUtime=867.97 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27162 0 0 0 86769 28 0 0 25 0 4 0 641237387 719736832 163676 33554432000 134512640 135305190 4286659024 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702868 CPUtime=869.29 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41921 0 0 0 86889 40 0 0 25 0 4 0 641237387 719736832 163676 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702868 CPUtime=867.29 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 86680 49 0 0 25 0 4 0 641237387 719736832 163676 33554432000 134512640 135305190 4286659024 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3475.73
Current children cumulated vsize (KiB) 711568

[startup+872.701 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29226
/proc/meminfo: memFree=28590344/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702868 CPUtime=3478.34 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163815 0 0 0 347670 164 0 0 25 0 4 0 641237371 719736832 163680 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175717 163680 84 194 0 175521 0
[pid=29164/tid=29168] ppid=29158 vsize=702868 CPUtime=868.77 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27166 0 0 0 86849 28 0 0 25 0 4 0 641237387 719736832 163680 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702868 CPUtime=870.09 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41921 0 0 0 86969 40 0 0 25 0 4 0 641237387 719736832 163680 33554432000 134512640 135305190 4286659024 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702868 CPUtime=868.09 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 86760 49 0 0 25 0 4 0 641237387 719736832 163680 33554432000 134512640 135305190 4286659024 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3478.92
Current children cumulated vsize (KiB) 711568

[startup+873.501 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29226
/proc/meminfo: memFree=28590344/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702868 CPUtime=3481.52 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163819 0 0 0 347988 164 0 0 25 0 4 0 641237371 719736832 163684 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175717 163684 84 194 0 175521 0
[pid=29164/tid=29168] ppid=29158 vsize=702868 CPUtime=869.58 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27170 0 0 0 86929 29 0 0 25 0 4 0 641237387 719736832 163684 33554432000 134512640 135305190 4286659024 18446744073709551615 134530592 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702868 CPUtime=870.89 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41921 0 0 0 87049 40 0 0 25 0 4 0 641237387 719736832 163684 33554432000 134512640 135305190 4286659024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702868 CPUtime=868.89 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 86840 49 0 0 25 0 4 0 641237387 719736832 163684 33554432000 134512640 135305190 4286659024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3482.1
Current children cumulated vsize (KiB) 711568

[startup+873.901 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29226
/proc/meminfo: memFree=28590344/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=702868 CPUtime=3483.12 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202496 163830 0 0 0 348148 164 0 0 25 0 4 0 641237371 719736832 163695 33554432000 134512640 135305190 4286659024 18446744073709551615 134528192 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 175717 163695 84 194 0 175521 0
[pid=29164/tid=29168] ppid=29158 vsize=702868 CPUtime=869.98 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 27181 0 0 0 86969 29 0 0 25 0 4 0 641237387 719736832 163695 33554432000 134512640 135305190 4286659024 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29164/tid=29169] ppid=29158 vsize=702868 CPUtime=871.29 cores=1,3,5,7
/proc/29164/task/29169/stat : 29169 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 41921 0 0 0 87089 40 0 0 25 0 4 0 641237387 719736832 163695 33554432000 134512640 135305190 4286659024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=29164/tid=29170] ppid=29158 vsize=702868 CPUtime=869.29 cores=1,3,5,7
/proc/29164/task/29170/stat : 29170 (manysat1.1_stat) R 29158 29158 29121 0 -1 4202560 48131 0 0 0 86880 49 0 0 25 0 4 0 641237387 719736832 163695 33554432000 134512640 135305190 4286659024 18446744073709551615 134557336 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3483.7
Current children cumulated vsize (KiB) 711568

[startup+874 s]
/proc/loadavg: 8.14 7.64 4.91 9/297 29226
/proc/meminfo: memFree=28590344/32951124 swapFree=54427468/67111528
[pid=29158] ppid=29154 vsize=8700 CPUtime=0.58 cores=1,3,5,7
/proc/29158/stat : 29158 (manysat.sh) S 29154 29158 29121 0 -1 4202496 357 7214 0 0 0 0 56 2 15 0 1 0 641237312 8908800 252 33554432000 4194304 4922060 140735026515056 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29158/statm: 2175 252 209 178 0 68 0
[pid=29164] ppid=29158 vsize=0 CPUtime=3483.46 cores=1,3,5,7
/proc/29164/stat : 29164 (manysat1.1_stat) Z 29158 29158 29121 0 -1 4202524 163845 0 0 0 348180 166 0 0 25 0 2 0 641237371 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29164/statm: 0 0 0 0 0 0 0
[pid=29164/tid=29168] ppid=29158 vsize=0 CPUtime=870.08 cores=1,3,5,7
/proc/29164/task/29168/stat : 29168 (manysat1.1_stat) R 29158 29158 29121 0 -1 4203588 27181 0 0 0 86977 31 0 0 25 0 2 0 641237387 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3484.04
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 874.01
CPU time (s): 3484.06
CPU user time (s): 3482.37
CPU system time (s): 1.69274
CPU usage (%): 398.63
Max. virtual memory (cumulated for all children) (KiB): 711568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3482.37
system time used= 1.69274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171626
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= 41951
involuntary context switches= 30825

runsolver used 2.29565 second user time and 5.78212 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:19:53
IDJOB=3361885
IDBENCH=20521
IDSOLVER=1838
FILE ID=node138/3361885-1305296392
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47584 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361885-1305296392/watcher-3361885-1305296392 -o /tmp/evaluation-result-3361885-1305296392/solver-3361885-1305296392 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361885-1305296392.cnf aimd 1

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=958841269

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29534736 kB
Buffers:        203132 kB
Cached:        2992248 kB
SwapCached:      18472 kB
Active:         578316 kB
Inactive:      2639624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29534736 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           10516 kB
Writeback:           0 kB
AnonPages:       15948 kB
Mapped:           8504 kB
Slab:            94676 kB
PageTables:      40176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39471648 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= 47572 MiB
End job on node138 at 2011-05-13 16:34:28