Trace number 3299898

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
claspmt 2.0-R4095UNSAT 1974.53 494.238

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...108233/instance-3299898-1304108233.cnf
0.00/0.00	c Solving...
1974.38/494.23	s UNSATISFIABLE
1974.38/494.23	
1974.38/494.23	c Models        : 0     
1974.38/494.23	c Time          : 494.232s (Solving: 494.23s 1st Model: 0.00s Unsat: 494.23s)
1974.38/494.23	c CPU Time      : 1974.510s

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: 935)

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-3299898-1304108233/watcher-3299898-1304108233 -o /tmp/evaluation-result-3299898-1304108233/solver-3299898-1304108233 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299898-1304108233.cnf 

running on 4 cores: 0,2,4,6

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: 6.20 7.67 7.80 2/174 2334
/proc/meminfo: memFree=22135052/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=21012 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 562 0 0 0 0 0 0 0 24 0 1 0 522422115 21516288 490 33554432000 4194304 4964704 140733890838544 18446744073709551615 4616189 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2334/statm: 5253 492 396 189 0 127 0

[startup+0.049242 s]
/proc/loadavg: 6.20 7.67 7.80 2/174 2334
/proc/meminfo: memFree=22135052/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=168396 CPUtime=0.16 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 1074 0 0 0 16 0 0 0 25 0 4 0 522422115 172437504 993 33554432000 4194304 4964704 140733890838544 18446744073709551615 268272794143 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42099 993 458 189 0 36448 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 168396

[startup+0.112144 s]
/proc/loadavg: 6.20 7.67 7.80 2/174 2334
/proc/meminfo: memFree=22135052/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=168528 CPUtime=0.41 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 1229 0 0 0 41 0 0 0 25 0 4 0 522422115 172572672 1148 33554432000 4194304 4964704 140733890838544 18446744073709551615 4642509 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42132 1148 458 189 0 36481 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 168528

[startup+0.301001 s]
/proc/loadavg: 6.20 7.67 7.80 2/174 2334
/proc/meminfo: memFree=22135052/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=168920 CPUtime=1.16 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 1594 0 0 0 116 0 0 0 25 0 4 0 522422115 172974080 1513 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670458 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42230 1513 458 189 0 36579 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 168920

[startup+0.700929 s]
/proc/loadavg: 6.20 7.67 7.80 2/174 2334
/proc/meminfo: memFree=22135052/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=169736 CPUtime=2.77 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 2122 0 0 0 276 1 0 0 25 0 4 0 522422115 173809664 2041 33554432000 4194304 4964704 140733890838544 18446744073709551615 4661050 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42434 2041 458 189 0 36783 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 169736

[startup+1.50079 s]
/proc/loadavg: 6.20 7.67 7.80 9/184 2378
/proc/meminfo: memFree=22120324/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=170012 CPUtime=5.95 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 2565 0 0 0 594 1 0 0 25 0 4 0 522422115 174092288 2484 33554432000 4194304 4964704 140733890838544 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42503 2484 458 189 0 36852 0
[pid=2334/tid=2336] ppid=2332 vsize=170012 CPUtime=1.48 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 390 0 0 0 148 0 0 0 25 0 4 0 522422116 174092288 2484 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=170012 CPUtime=1.48 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 784 0 0 0 148 0 0 0 25 0 4 0 522422116 174092288 2484 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=170012 CPUtime=1.48 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 338 0 0 0 148 0 0 0 25 0 4 0 522422116 174092288 2484 33554432000 4194304 4964704 140733890838544 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 170012

[startup+3.1005 s]
/proc/loadavg: 6.35 7.68 7.80 9/184 2378
/proc/meminfo: memFree=22108964/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=170952 CPUtime=12.35 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 2960 0 0 0 1233 2 0 0 25 0 4 0 522422115 175054848 2879 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321020 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42738 2879 458 189 0 37087 0
[pid=2334/tid=2336] ppid=2332 vsize=170952 CPUtime=3.07 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 448 0 0 0 307 0 0 0 25 0 4 0 522422116 175054848 2879 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=170952 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1015 0 0 0 308 0 0 0 25 0 4 0 522422116 175054848 2879 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=170952 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 414 0 0 0 308 0 0 0 25 0 4 0 522422116 175054848 2879 33554432000 4194304 4964704 140733890838544 18446744073709551615 4361321 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 170952

[startup+6.30093 s]
/proc/loadavg: 6.35 7.68 7.80 10/184 2378
/proc/meminfo: memFree=22097164/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=171496 CPUtime=25.13 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 3301 0 0 0 2510 3 0 0 25 0 4 0 522422115 175611904 3220 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320848 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 42874 3220 458 189 0 37223 0
[pid=2334/tid=2336] ppid=2332 vsize=171496 CPUtime=6.25 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 499 0 0 0 625 0 0 0 19 0 4 0 522422116 175611904 3220 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=171496 CPUtime=6.27 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1195 0 0 0 627 0 0 0 25 0 4 0 522422116 175611904 3220 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=171496 CPUtime=6.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 445 0 0 0 628 0 0 0 25 0 4 0 522422116 175611904 3220 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 171496

[startup+12.7008 s]
/proc/loadavg: 6.60 7.69 7.80 9/184 2379
/proc/meminfo: memFree=22085740/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=172300 CPUtime=50.69 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 3809 0 0 0 5065 4 0 0 25 0 4 0 522422115 176435200 3728 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 43075 3728 458 189 0 37424 0
[pid=2334/tid=2336] ppid=2332 vsize=172300 CPUtime=12.62 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 555 0 0 0 1262 0 0 0 25 0 4 0 522422116 176435200 3728 33554432000 4194304 4964704 140733890838544 18446744073709551615 4325338 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=172300 CPUtime=12.68 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1340 0 0 0 1267 1 0 0 25 0 4 0 522422116 176435200 3728 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=172300 CPUtime=12.68 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 526 0 0 0 1267 1 0 0 25 0 4 0 522422116 176435200 3728 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 172300

[startup+25.5005 s]
/proc/loadavg: 6.82 7.70 7.80 10/184 2379
/proc/meminfo: memFree=22062580/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=172836 CPUtime=101.82 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 4251 0 0 0 10175 7 0 0 25 0 4 0 522422115 176984064 4170 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 43209 4170 458 189 0 37558 0
[pid=2334/tid=2336] ppid=2332 vsize=172836 CPUtime=25.36 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 645 0 0 0 2535 1 0 0 25 0 4 0 522422116 176984064 4170 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=172836 CPUtime=25.47 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1493 0 0 0 2546 1 0 0 25 0 4 0 522422116 176984064 4170 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321122 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=172836 CPUtime=25.48 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 642 0 0 0 2547 1 0 0 25 0 4 0 522422116 176984064 4170 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 172836

[startup+51.101 s]
/proc/loadavg: 7.22 7.72 7.81 9/184 2380
/proc/meminfo: memFree=22027696/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=238900 CPUtime=204.1 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 5068 0 0 0 20400 10 0 0 25 0 4 0 522422115 244633600 4962 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59725 4962 458 189 0 54074 0
[pid=2334/tid=2336] ppid=2332 vsize=238900 CPUtime=50.83 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 839 0 0 0 5082 1 0 0 25 0 4 0 522422116 244633600 4962 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=238900 CPUtime=51.06 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1781 0 0 0 5104 2 0 0 25 0 4 0 522422116 244633600 4962 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=238900 CPUtime=51.08 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 937 0 0 0 5106 2 0 0 25 0 4 0 522422116 244633600 4962 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 238900

[startup+102.307 s]
/proc/loadavg: 7.72 7.78 7.82 10/184 2381
/proc/meminfo: memFree=21964172/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239076 CPUtime=408.66 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 5822 0 0 0 40848 18 0 0 25 0 4 0 522422115 244813824 5579 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59769 5579 458 189 0 54118 0
[pid=2334/tid=2336] ppid=2332 vsize=239076 CPUtime=101.8 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1099 0 0 0 10177 3 0 0 25 0 4 0 522422116 244813824 5579 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239076 CPUtime=102.26 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1864 0 0 0 10221 5 0 0 25 0 4 0 522422116 244813824 5579 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239076 CPUtime=102.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1125 0 0 0 10225 3 0 0 25 0 4 0 522422116 244813824 5579 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 239076

[startup+162.3 s]
/proc/loadavg: 7.89 7.82 7.83 9/184 2383
/proc/meminfo: memFree=21952736/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239380 CPUtime=648.35 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 6447 0 0 0 64813 22 0 0 25 0 4 0 522422115 245125120 6013 33554432000 4194304 4964704 140733890838544 18446744073709551615 4683994 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59845 6013 458 189 0 54194 0
[pid=2334/tid=2336] ppid=2332 vsize=239380 CPUtime=161.52 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1202 0 0 0 16148 4 0 0 25 0 4 0 522422116 245125120 6013 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239380 CPUtime=162.25 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1981 0 0 0 16219 6 0 0 25 0 4 0 522422116 245125120 6013 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239380 CPUtime=162.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1279 0 0 0 16223 5 0 0 25 0 4 0 522422116 245125120 6013 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.35
Current children cumulated vsize (KiB) 239380

[startup+222.301 s]
/proc/loadavg: 7.96 7.85 7.83 9/184 2384
/proc/meminfo: memFree=21951336/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239500 CPUtime=888.07 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 6650 0 0 0 88784 23 0 0 25 0 4 0 522422115 245248000 6162 33554432000 4194304 4964704 140733890838544 18446744073709551615 4668953 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59875 6162 458 189 0 54224 0
[pid=2334/tid=2336] ppid=2332 vsize=239500 CPUtime=221.25 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1232 0 0 0 22120 5 0 0 25 0 4 0 522422116 245248000 6162 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239500 CPUtime=222.24 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 1999 0 0 0 22218 6 0 0 25 0 4 0 522422116 245248000 6162 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239500 CPUtime=222.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1409 0 0 0 22223 5 0 0 25 0 4 0 522422116 245248000 6162 33554432000 4194304 4964704 140733890838544 18446744073709551615 4675462 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888.07
Current children cumulated vsize (KiB) 239500

[startup+282.301 s]

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

/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1476 0 0 0 28223 5 0 0 25 0 4 0 522422116 245248000 6257 33554432000 4194304 4964704 140733890838544 18446744073709551615 4654573 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1127.81
Current children cumulated vsize (KiB) 239500

[startup+342.3 s]
/proc/loadavg: 8.15 7.94 7.86 10/184 2388
/proc/meminfo: memFree=21911220/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239500 CPUtime=1367.52 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7197 0 0 0 136723 29 0 0 25 0 4 0 522422115 245248000 6509 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670271 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59875 6509 458 189 0 54224 0
[pid=2334/tid=2336] ppid=2332 vsize=239500 CPUtime=340.7 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1357 0 0 0 34064 6 0 0 25 0 4 0 522422116 245248000 6509 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670208 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239500 CPUtime=342.23 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2092 0 0 0 34215 8 0 0 18 0 4 0 522422116 245248000 6509 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239500 CPUtime=342.27 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1623 0 0 0 34221 6 0 0 25 0 4 0 522422116 245248000 6509 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1367.52
Current children cumulated vsize (KiB) 239500

[startup+402.3 s]
/proc/loadavg: 8.20 7.98 7.88 10/184 2389
/proc/meminfo: memFree=21887124/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239536 CPUtime=1607.21 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7326 0 0 0 160685 36 0 0 25 0 4 0 522422115 245284864 6564 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321065 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59884 6564 458 189 0 54233 0
[pid=2334/tid=2336] ppid=2332 vsize=239536 CPUtime=400.42 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 40034 8 0 0 20 0 4 0 522422116 245284864 6564 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239536 CPUtime=402.21 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 40211 10 0 0 25 0 4 0 522422116 245284864 6564 33554432000 4194304 4964704 140733890838544 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239536 CPUtime=402.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1661 0 0 0 40220 8 0 0 25 0 4 0 522422116 245284864 6564 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.21
Current children cumulated vsize (KiB) 239536

[startup+462.301 s]
/proc/loadavg: 8.13 7.99 7.89 9/184 2451
/proc/meminfo: memFree=22052464/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239536 CPUtime=1846.93 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 184655 38 0 0 25 0 4 0 522422115 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321013 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59884 6566 458 189 0 54233 0
[pid=2334/tid=2336] ppid=2332 vsize=239536 CPUtime=460.15 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 46006 9 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670071 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239536 CPUtime=462.2 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 46210 10 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4342174 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239536 CPUtime=462.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 46220 8 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1846.93
Current children cumulated vsize (KiB) 239536

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

[startup+473.501 s]
/proc/loadavg: 8.11 7.99 7.89 9/184 2451
/proc/meminfo: memFree=22047752/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239536 CPUtime=1891.68 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 189130 38 0 0 25 0 4 0 522422115 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321020 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59884 6566 458 189 0 54233 0
[pid=2334/tid=2336] ppid=2332 vsize=239536 CPUtime=471.3 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 47121 9 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4362289 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239536 CPUtime=473.4 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 47330 10 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239536 CPUtime=473.48 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 47340 8 0 0 25 0 4 0 522422116 245284864 6566 33554432000 4194304 4964704 140733890838544 18446744073709551615 4361072 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1891.68
Current children cumulated vsize (KiB) 239536

[startup+486.301 s]
/proc/loadavg: 8.09 7.99 7.89 9/184 2451
/proc/meminfo: memFree=22041796/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1942.82 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 194243 39 0 0 20 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=484.04 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 48395 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4362287 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=486.2 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 48609 11 0 0 20 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=486.28 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 48620 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1942.82
Current children cumulated vsize (KiB) 239528

[startup+489.506 s]
/proc/loadavg: 8.16 8.01 7.90 9/184 2451
/proc/meminfo: memFree=22041548/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1955.63 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 195524 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=487.23 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 48714 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=489.41 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 48930 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=489.48 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 48940 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1955.63
Current children cumulated vsize (KiB) 239528

[startup+492.7 s]
/proc/loadavg: 8.15 8.01 7.90 9/184 2452
/proc/meminfo: memFree=22041548/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1968.4 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 196801 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4642509 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=490.41 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 49032 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4660085 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=492.6 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 49249 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=492.68 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 49260 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1968.4
Current children cumulated vsize (KiB) 239528

[startup+493.5 s]
/proc/loadavg: 8.15 8.01 7.90 9/184 2452
/proc/meminfo: memFree=22041548/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1971.58 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 197119 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4364720 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=491.21 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 49112 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=493.4 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 49329 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=493.48 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 49340 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1971.58
Current children cumulated vsize (KiB) 239528

[startup+493.906 s]
/proc/loadavg: 8.15 8.01 7.90 9/184 2482
/proc/meminfo: memFree=22103516/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1973.2 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 197281 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=491.61 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 49152 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=493.8 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 49369 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=493.88 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 49380 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1973.2
Current children cumulated vsize (KiB) 239528

[startup+494.1 s]
/proc/loadavg: 8.15 8.01 7.90 9/184 2482
/proc/meminfo: memFree=22103516/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1973.98 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 197359 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=491.8 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 49171 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=494 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 49389 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=494.08 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 49400 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1973.98
Current children cumulated vsize (KiB) 239528

[startup+494.2 s]
/proc/loadavg: 8.15 8.01 7.90 9/184 2482
/proc/meminfo: memFree=22103516/32950928 swapFree=67111524/67111528
[pid=2334] ppid=2332 vsize=239528 CPUtime=1974.38 cores=0,2,4,6
/proc/2334/stat : 2334 (claspmt) R 2332 2334 1515 0 -1 4202496 7328 0 0 0 197399 39 0 0 25 0 4 0 522422115 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321076 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2334/statm: 59882 6554 458 189 0 54231 0
[pid=2334/tid=2336] ppid=2332 vsize=239528 CPUtime=491.9 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (claspmt) R 2332 2334 1515 0 -1 4202560 1412 0 0 0 49181 9 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2334/tid=2337] ppid=2332 vsize=239528 CPUtime=494.1 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (claspmt) R 2332 2334 1515 0 -1 4202560 2101 0 0 0 49399 11 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2334/tid=2338] ppid=2332 vsize=239528 CPUtime=494.18 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (claspmt) R 2332 2334 1515 0 -1 4202560 1663 0 0 0 49410 8 0 0 25 0 4 0 522422116 245276672 6554 33554432000 4194304 4964704 140733890838544 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1974.38
Current children cumulated vsize (KiB) 239528

Child status: 20
Real time (s): 494.238
CPU time (s): 1974.53
CPU user time (s): 1974.13
CPU system time (s): 0.400939
CPU usage (%): 399.511
Max. virtual memory (cumulated for all children) (KiB): 239632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1974.13
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7340
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= 60700
involuntary context switches= 9952

runsolver used 0.683896 second user time and 1.57176 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 22:17:13
IDJOB=3299898
IDBENCH=87946
IDSOLVER=1683
FILE ID=node122/3299898-1304108233
RUNJOBID= node122-1304108233-2320
PBS_JOBID= 13170631
Free space on /tmp= 71664 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299898-1304108233/watcher-3299898-1304108233 -o /tmp/evaluation-result-3299898-1304108233/solver-3299898-1304108233 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299898-1304108233.cnf

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=796293655

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22135456 kB
Buffers:       1630824 kB
Cached:        8569756 kB
SwapCached:          4 kB
Active:        1122828 kB
Inactive:      9144156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22135456 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             956 kB
Writeback:           0 kB
AnonPages:       65828 kB
Mapped:          14684 kB
Slab:           486136 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192880 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= 71664 MiB
End job on node122 at 2011-04-29 22:25:28