Trace number 3322348

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 338.239 42.5297

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.18691
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...380650/instance-3322348-1304380650.cnf
0.09/0.13	c Solving...
338.20/42.52	s UNSATISFIABLE
338.20/42.52	
338.20/42.52	c Models        : 0     
338.20/42.52	c Time          : 42.491s (Solving: 42.36s 1st Model: 0.00s Unsat: 42.36s)
338.20/42.52	c CPU Time      : 338.190s

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-3322348-1304380650/watcher-3322348-1304380650 -o /tmp/evaluation-result-3322348-1304380650/solver-3322348-1304380650 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322348-1304380650.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=24256 CPUtime=0 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 1476 0 0 0 0 0 0 0 23 0 1 0 549663240 24838144 1270 33554432000 4194304 4964704 140735770283456 18446744073709551615 4367461 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/3523/statm: 6064 1276 380 189 0 938 0

[startup+0.103642 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=31504 CPUtime=0.09 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 3620 0 0 0 9 0 0 0 23 0 1 0 549663240 32260096 3075 33554432000 4194304 4964704 140735770283456 18446744073709551615 4621593 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/3523/statm: 7876 3075 404 189 0 2750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31504

[startup+0.200619 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=332668 CPUtime=0.26 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 8625 0 0 0 24 2 0 0 18 0 8 0 549663240 340652032 6852 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670291 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 83167 6854 458 189 0 77516 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 332668

[startup+0.3577 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=335392 CPUtime=6.66 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 12279 0 0 0 663 3 0 0 19 0 8 0 549663240 343441408 10506 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 83882 10671 464 189 0 78231 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 335392

[startup+1.50122 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=335792 CPUtime=10.71 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 12761 0 0 0 1067 4 0 0 20 0 8 0 549663240 343851008 10988 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 83948 10988 464 189 0 78297 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 335792

[startup+1.60733 s]
/proc/loadavg: 8.18 6.46 3.19 1/258 3523
/proc/meminfo: memFree=23684104/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=336200 CPUtime=11.51 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 13198 0 0 0 1147 4 0 0 20 0 8 0 549663240 344268800 11425 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668889 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 84050 11425 464 189 0 78399 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 336200

[startup+3.10106 s]
/proc/loadavg: 8.18 6.46 3.19 9/266 3532
/proc/meminfo: memFree=23637804/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=338060 CPUtime=23.44 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 15313 0 0 0 2339 5 0 0 25 0 8 0 549663240 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670193 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 84515 13540 464 189 0 78864 0
[pid=3523/tid=3526] ppid=3521 vsize=338060 CPUtime=2.91 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 1262 0 0 0 291 0 0 0 20 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4654486 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=338060 CPUtime=2.9 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 1945 0 0 0 290 0 0 0 22 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669263 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=338060 CPUtime=2.9 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 1463 0 0 0 290 0 0 0 22 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=338060 CPUtime=2.88 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 1453 0 0 0 288 0 0 0 22 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668683 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=338060 CPUtime=2.94 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 1129 0 0 0 294 0 0 0 24 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=338060 CPUtime=2.9 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 1419 0 0 0 290 0 0 0 22 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 246516493044 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=338060 CPUtime=2.91 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 2011 0 0 0 291 0 0 0 22 0 8 0 549663254 346173440 13540 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 338060

[startup+6.30048 s]
/proc/loadavg: 8.17 6.48 3.22 9/266 3533
/proc/meminfo: memFree=23627420/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=339752 CPUtime=48.99 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 17738 0 0 0 4893 6 0 0 23 0 8 0 549663240 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4320966 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 84938 15965 466 189 0 79287 0
[pid=3523/tid=3526] ppid=3521 vsize=339752 CPUtime=6.1 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 1480 0 0 0 610 0 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=339752 CPUtime=6.11 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 2507 0 0 0 610 1 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=339752 CPUtime=6.1 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 1652 0 0 0 610 0 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670578 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=339752 CPUtime=6.05 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 1708 0 0 0 605 0 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=339752 CPUtime=6.15 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 1334 0 0 0 614 1 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=339752 CPUtime=6.09 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 1726 0 0 0 609 0 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=339752 CPUtime=6.1 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 2370 0 0 0 610 0 0 0 25 0 8 0 549663254 347906048 15965 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670159 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.99
Current children cumulated vsize (KiB) 339752

[startup+12.7013 s]
/proc/loadavg: 8.15 6.51 3.25 9/266 3533
/proc/meminfo: memFree=23610824/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=343016 CPUtime=100.14 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 21980 0 0 0 10005 9 0 0 25 0 8 0 549663240 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 85754 20207 466 189 0 80103 0
[pid=3523/tid=3526] ppid=3521 vsize=343016 CPUtime=12.5 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 1747 0 0 0 1250 0 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668850 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=343016 CPUtime=12.5 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 3684 0 0 0 1249 1 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=343016 CPUtime=12.5 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2004 0 0 0 1250 0 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670114 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=343016 CPUtime=12.39 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 2206 0 0 0 1239 0 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670427 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=343016 CPUtime=12.55 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 1920 0 0 0 1254 1 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=343016 CPUtime=12.49 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 1945 0 0 0 1249 0 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4660355 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=343016 CPUtime=12.51 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 3285 0 0 0 1250 1 0 0 25 0 8 0 549663254 351248384 20207 33554432000 4194304 4964704 140735770283456 18446744073709551615 4342180 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 343016

[startup+25.501 s]
/proc/loadavg: 8.25 6.61 3.33 9/266 3533
/proc/meminfo: memFree=23581264/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=347568 CPUtime=202.42 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 29387 0 0 0 20227 15 0 0 25 0 8 0 549663240 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 86892 27614 466 189 0 81241 0
[pid=3523/tid=3526] ppid=3521 vsize=347568 CPUtime=25.3 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2443 0 0 0 2529 1 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=347568 CPUtime=25.3 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 5716 0 0 0 2528 2 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4362938 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=347568 CPUtime=25.3 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2603 0 0 0 2529 1 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669230 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=347568 CPUtime=25.08 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 2910 0 0 0 2507 1 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=347568 CPUtime=25.35 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 2719 0 0 0 2533 2 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=347568 CPUtime=25.3 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2712 0 0 0 2529 1 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4332009 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=347568 CPUtime=25.31 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 4563 0 0 0 2529 2 0 0 25 0 8 0 549663254 355909632 27614 33554432000 4194304 4964704 140735770283456 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.42
Current children cumulated vsize (KiB) 347568

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

[startup+26.7008 s]
/proc/loadavg: 8.25 6.61 3.33 9/266 3533
/proc/meminfo: memFree=23579652/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=347860 CPUtime=212.01 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 29737 0 0 0 21186 15 0 0 25 0 8 0 549663240 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4627536 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 86965 27964 466 189 0 81314 0
[pid=3523/tid=3526] ppid=3521 vsize=347860 CPUtime=26.49 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2499 0 0 0 2648 1 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=347860 CPUtime=26.5 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 5782 0 0 0 2648 2 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4361247 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=347860 CPUtime=26.5 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2631 0 0 0 2649 1 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=347860 CPUtime=26.27 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 2973 0 0 0 2626 1 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=347860 CPUtime=26.54 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 2761 0 0 0 2652 2 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=347860 CPUtime=26.5 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2725 0 0 0 2649 1 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=347860 CPUtime=26.51 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 4624 0 0 0 2649 2 0 0 25 0 8 0 549663254 356208640 27964 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 212.01
Current children cumulated vsize (KiB) 347860

[startup+33.1096 s]
/proc/loadavg: 8.21 6.66 3.38 9/266 3533
/proc/meminfo: memFree=23573072/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=349760 CPUtime=263.23 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 31478 0 0 0 26306 17 0 0 25 0 8 0 549663240 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 87440 29705 466 189 0 81789 0
[pid=3523/tid=3526] ppid=3521 vsize=349760 CPUtime=32.9 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2655 0 0 0 3289 1 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4332387 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=349760 CPUtime=32.91 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 6031 0 0 0 3289 2 0 0 22 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=349760 CPUtime=32.9 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2820 0 0 0 3289 1 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=349760 CPUtime=32.64 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 3086 0 0 0 3262 2 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=349760 CPUtime=32.95 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 3048 0 0 0 3293 2 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=349760 CPUtime=32.9 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2824 0 0 0 3289 1 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=349760 CPUtime=32.91 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 5083 0 0 0 3289 2 0 0 25 0 8 0 549663254 358154240 29705 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.23
Current children cumulated vsize (KiB) 349760

[startup+39.5004 s]
/proc/loadavg: 8.28 6.70 3.41 9/266 3533
/proc/meminfo: memFree=23570428/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=350860 CPUtime=314.3 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 32086 0 0 0 31413 17 0 0 25 0 8 0 549663240 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670269 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 87715 30313 466 189 0 82064 0
[pid=3523/tid=3526] ppid=3521 vsize=350860 CPUtime=39.29 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2781 0 0 0 3928 1 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=350860 CPUtime=39.3 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 6151 0 0 0 3928 2 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=350860 CPUtime=39.3 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2834 0 0 0 3929 1 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669107 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=350860 CPUtime=38.98 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 3218 0 0 0 3896 2 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=350860 CPUtime=39.34 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 3178 0 0 0 3932 2 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=350860 CPUtime=39.29 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2847 0 0 0 3928 1 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=350860 CPUtime=39.3 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 5099 0 0 0 3928 2 0 0 25 0 8 0 549663254 359280640 30313 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 314.3
Current children cumulated vsize (KiB) 350860

[startup+41.1012 s]
/proc/loadavg: 8.28 6.70 3.41 9/266 3534
/proc/meminfo: memFree=23569064/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=351728 CPUtime=327.09 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 32518 0 0 0 32692 17 0 0 25 0 8 0 549663240 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 87932 30745 466 189 0 82281 0
[pid=3523/tid=3526] ppid=3521 vsize=351728 CPUtime=40.89 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2867 0 0 0 4088 1 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=351728 CPUtime=40.9 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 6183 0 0 0 4088 2 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321150 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=351728 CPUtime=40.9 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2857 0 0 0 4089 1 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=351728 CPUtime=40.56 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 3292 0 0 0 4054 2 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669203 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=351728 CPUtime=40.94 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 3289 0 0 0 4092 2 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=351728 CPUtime=40.89 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2875 0 0 0 4088 1 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=351728 CPUtime=40.9 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 5160 0 0 0 4088 2 0 0 25 0 8 0 549663254 360169472 30745 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 327.09
Current children cumulated vsize (KiB) 351728

[startup+41.91 s]
/proc/loadavg: 8.28 6.70 3.41 9/266 3534
/proc/meminfo: memFree=23568196/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=351728 CPUtime=333.55 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 32584 0 0 0 33338 17 0 0 25 0 8 0 549663240 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4325293 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 87932 30811 466 189 0 82281 0
[pid=3523/tid=3526] ppid=3521 vsize=351728 CPUtime=41.7 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2893 0 0 0 4169 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=351728 CPUtime=41.71 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 6184 0 0 0 4169 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=351728 CPUtime=41.7 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2857 0 0 0 4169 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=351728 CPUtime=41.36 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 3331 0 0 0 4134 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=351728 CPUtime=41.75 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 3289 0 0 0 4173 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=351728 CPUtime=41.7 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2875 0 0 0 4169 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4660369 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=351728 CPUtime=41.71 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 5160 0 0 0 4169 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 333.55
Current children cumulated vsize (KiB) 351728

[startup+42.3009 s]
/proc/loadavg: 8.28 6.70 3.41 9/266 3534
/proc/meminfo: memFree=23568196/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=351728 CPUtime=336.67 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 32584 0 0 0 33650 17 0 0 25 0 8 0 549663240 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/3523/statm: 87932 30811 466 189 0 82281 0
[pid=3523/tid=3526] ppid=3521 vsize=351728 CPUtime=42.09 cores=0-7
/proc/3523/task/3526/stat : 3526 (claspmt) R 3521 3523 2634 0 -1 4202560 2893 0 0 0 4208 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3523/tid=3527] ppid=3521 vsize=351728 CPUtime=42.1 cores=0-7
/proc/3523/task/3527/stat : 3527 (claspmt) R 3521 3523 2634 0 -1 4202560 6184 0 0 0 4208 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3523/tid=3528] ppid=3521 vsize=351728 CPUtime=42.1 cores=0-7
/proc/3523/task/3528/stat : 3528 (claspmt) R 3521 3523 2634 0 -1 4202560 2857 0 0 0 4209 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3523/tid=3529] ppid=3521 vsize=351728 CPUtime=41.75 cores=0-7
/proc/3523/task/3529/stat : 3529 (claspmt) R 3521 3523 2634 0 -1 4202560 3331 0 0 0 4173 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=3523/tid=3530] ppid=3521 vsize=351728 CPUtime=42.14 cores=0-7
/proc/3523/task/3530/stat : 3530 (claspmt) R 3521 3523 2634 0 -1 4202560 3289 0 0 0 4212 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4670825 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3523/tid=3531] ppid=3521 vsize=351728 CPUtime=42.09 cores=0-7
/proc/3523/task/3531/stat : 3531 (claspmt) R 3521 3523 2634 0 -1 4202560 2875 0 0 0 4208 1 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=3523/tid=3532] ppid=3521 vsize=351728 CPUtime=42.1 cores=0-7
/proc/3523/task/3532/stat : 3532 (claspmt) R 3521 3523 2634 0 -1 4202560 5160 0 0 0 4208 2 0 0 25 0 8 0 549663254 360169472 30811 33554432000 4194304 4964704 140735770283456 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 336.67
Current children cumulated vsize (KiB) 351728

[startup+42.5009 s]
/proc/loadavg: 8.28 6.70 3.41 9/266 3534
/proc/meminfo: memFree=23568196/32951124 swapFree=65796668/67111528
[pid=3523] ppid=3521 vsize=349564 CPUtime=338.2 cores=0-7
/proc/3523/stat : 3523 (claspmt) R 3521 3523 2634 0 -1 4202496 32594 0 0 0 33802 18 0 0 25 0 1 0 549663240 357953536 30256 33554432000 4194304 4964704 140735770283456 18446744073709551615 246516490197 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/3523/statm: 87391 30256 476 189 0 81740 0
Current children cumulated CPU time (s) 338.2
Current children cumulated vsize (KiB) 349564

Child status: 20
Real time (s): 42.5297
CPU time (s): 338.239
CPU user time (s): 338.043
CPU system time (s): 0.19597
CPU usage (%): 795.299
Max. virtual memory (cumulated for all children) (KiB): 351728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 338.043
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32595
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= 6159
involuntary context switches= 3240

runsolver used 0.104984 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-03 01:57:30
IDJOB=3322348
IDBENCH=83118
IDSOLVER=1711
FILE ID=node134/3322348-1304380650
RUNJOBID= node134-1304369188-2648
PBS_JOBID= 13181770
Free space on /tmp= 73132 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.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-3322348-1304380650/watcher-3322348-1304380650 -o /tmp/evaluation-result-3322348-1304380650/solver-3322348-1304380650 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322348-1304380650.cnf

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1551603064

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23684508 kB
Buffers:        243296 kB
Cached:        1121692 kB
SwapCached:       8900 kB
Active:        5660792 kB
Inactive:      3273240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23684508 kB
SwapTotal:    67111528 kB
SwapFree:     65796668 kB
Dirty:            1948 kB
Writeback:           4 kB
AnonPages:     7562480 kB
Mapped:          20500 kB
Slab:           235928 kB
PageTables:      31348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38901716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73132 MiB
End job on node134 at 2011-05-03 01:58:13