Trace number 3380978

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-R4095-patched (fixed)SAT 879.543 110.343

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.186971
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...498614/instance-3380978-1305498614.cnf
0.00/0.00	c Solving...
879.22/110.33	c Answer: 1
879.22/110.33	v 1 -2 -3 -4 5 6 7 -8 9 -10 11 12 13 -14 -15 16 -17 -18 19 -20 -21 22 23
879.22/110.33	v -24 25 26 27 -28 29 30 31 -32 -33 -34 -35 36 -37 38 39 -40 41 -42 43 -44
879.22/110.33	v 45 -46 47 48 49 -50 51 52 53 54 -55 56 57 -58 -59 60 61 -62 -63 64 65 -66
879.22/110.33	v 67 -68 69 70 -71 72 73 -74 75 -76 -77 -78 79 -80 81 -82 -83 84 -85 -86
879.22/110.33	v -87 -88 89 -90 -91 -92 -93 94 95 96 97 98 -99 100 101 -102 -103 104 -105
879.22/110.33	v -106 -107 -108 109 110 111 112 -113 -114 -115 116 -117 118 -119 -120 -121
879.22/110.33	v -122 123 124 -125 -126 -127 -128 -129 130 131 132 -133 -134 -135 136 137
879.22/110.33	v -138 139 140 -141 -142 -143 -144 -145 -146 -147 148 -149 -150 151 -152
879.22/110.33	v -153 -154 -155 156 -157 -158 159 160 0
879.22/110.34	s SATISFIABLE
879.22/110.34	
879.22/110.34	c Models        : 1+    
879.22/110.34	c Time          : 110.336s (Solving: 110.34s 1st Model: 110.34s Unsat: 0.00s)
879.22/110.34	c CPU Time      : 879.530s

Verifier Data

OK

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-3380978-1305498614/watcher-3380978-1305498614 -o /tmp/evaluation-result-3380978-1305498614/solver-3380978-1305498614 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380978-1305498614.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: 7.44 7.93 7.96 2/358 20079
/proc/meminfo: memFree=21438680/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=250076 CPUtime=0.02 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 912 0 0 0 2 0 0 0 25 0 8 0 117470825 256077824 837 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 62519 837 463 189 0 56868 0
[pid=20079/tid=20080] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 837 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670190 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) S 20077 20079 20053 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 838 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670190 0 0 4096 18946 18446604452852466048 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 28 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 838 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670190 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 18 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 838 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670190 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 25 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 838 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 838 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880225989 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=250076 CPUtime=0 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 8 0 117470825 256077824 839 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670190 0 0 4096 18946 0 0 0 -1 4 0 0 0

[startup+0.0976991 s]
/proc/loadavg: 7.44 7.93 7.96 2/358 20079
/proc/meminfo: memFree=21438680/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=315748 CPUtime=0.6 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 1186 0 0 0 59 1 0 0 17 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880223655 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 78937 1111 464 189 0 73286 0
[pid=20079/tid=20080] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 80 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4374915 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 92 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=315748 CPUtime=0.07 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 48 0 0 0 7 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4362960 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=315748 CPUtime=0 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4362098 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 53 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 58 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670190 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 129 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1111 33554432000 4194304 4964800 140735300122256 18446744073709551615 4324688 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 315748

[startup+0.10148 s]
/proc/loadavg: 7.44 7.93 7.96 2/358 20079
/proc/meminfo: memFree=21438680/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=315748 CPUtime=0.62 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 1191 0 0 0 61 1 0 0 17 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 78937 1116 464 189 0 73286 0
[pid=20079/tid=20080] ppid=20077 vsize=315748 CPUtime=0.09 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 82 0 0 0 9 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=315748 CPUtime=0.09 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 92 0 0 0 9 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 4642509 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=315748 CPUtime=0.07 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 48 0 0 0 7 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=315748 CPUtime=0 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 4362098 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 55 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321099 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 58 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=315748 CPUtime=0.08 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 129 0 0 0 8 0 0 0 18 0 8 0 117470825 323325952 1116 33554432000 4194304 4964800 140735300122256 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 315748

[startup+0.300445 s]
/proc/loadavg: 7.44 7.93 7.96 2/358 20079
/proc/meminfo: memFree=21438680/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=316148 CPUtime=2.18 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 1599 0 0 0 216 2 0 0 18 0 8 0 117470825 323735552 1524 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320919 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 79037 1524 464 189 0 73386 0
[pid=20079/tid=20080] ppid=20077 vsize=316148 CPUtime=0.28 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 164 0 0 0 28 0 0 0 18 0 8 0 117470825 323735552 1524 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=316148 CPUtime=0.28 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 154 0 0 0 28 0 0 0 18 0 8 0 117470825 323735552 1524 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321150 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=316148 CPUtime=0.27 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 66 0 0 0 27 0 0 0 18 0 8 0 117470825 323735552 1524 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660435 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=316148 CPUtime=0.18 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 60 0 0 0 18 0 0 0 25 0 8 0 117470825 323735552 1525 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670640 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=316148 CPUtime=0.28 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 88 0 0 0 28 0 0 0 18 0 8 0 117470825 323735552 1525 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=316148 CPUtime=0.28 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 97 0 0 0 28 0 0 0 18 0 8 0 117470825 323735552 1526 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=316148 CPUtime=0.28 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 198 0 0 0 28 0 0 0 18 0 8 0 117470825 323735552 1526 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 316148

[startup+0.700376 s]
/proc/loadavg: 7.44 7.93 7.96 2/358 20079
/proc/meminfo: memFree=21438680/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=316416 CPUtime=5.36 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 1943 0 0 0 532 4 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320916 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 79104 1868 464 189 0 73453 0
[pid=20079/tid=20080] ppid=20077 vsize=316416 CPUtime=0.68 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 224 0 0 0 68 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4654664 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=316416 CPUtime=0.68 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 226 0 0 0 68 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4653216 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=316416 CPUtime=0.66 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 75 0 0 0 66 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660185 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=316416 CPUtime=0.57 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 99 0 0 0 57 0 0 0 25 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321025 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=316416 CPUtime=0.67 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 97 0 0 0 67 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=316416 CPUtime=0.67 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 106 0 0 0 67 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=316416 CPUtime=0.68 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 280 0 0 0 68 0 0 0 18 0 8 0 117470825 324009984 1868 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 316416

[startup+1.50024 s]
/proc/loadavg: 7.44 7.93 7.96 9/366 20087
/proc/meminfo: memFree=21432548/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=316680 CPUtime=11.72 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 2282 0 0 0 1166 6 0 0 19 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4324798 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 79170 2207 464 189 0 73519 0
[pid=20079/tid=20080] ppid=20077 vsize=316680 CPUtime=1.47 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 291 0 0 0 147 0 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=316680 CPUtime=1.47 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 279 0 0 0 147 0 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=316680 CPUtime=1.46 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 91 0 0 0 146 0 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4363560 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=316680 CPUtime=1.36 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 141 0 0 0 136 0 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4362339 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=316680 CPUtime=1.46 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 118 0 0 0 146 0 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=316680 CPUtime=1.47 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 127 0 0 0 146 1 0 0 18 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660247 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=316680 CPUtime=1.47 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 317 0 0 0 147 0 0 0 19 0 8 0 117470825 324280320 2207 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 316680

[startup+3.10096 s]
/proc/loadavg: 7.44 7.93 7.96 9/366 20087
/proc/meminfo: memFree=21430808/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=316932 CPUtime=24.47 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 2670 0 0 0 2435 12 0 0 23 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320944 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 79233 2595 464 189 0 73582 0
[pid=20079/tid=20080] ppid=20077 vsize=316932 CPUtime=3.07 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 404 0 0 0 306 1 0 0 20 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=316932 CPUtime=3.08 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 333 0 0 0 307 1 0 0 21 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=316932 CPUtime=3.05 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 101 0 0 0 304 1 0 0 18 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4332156 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=316932 CPUtime=2.94 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 166 0 0 0 293 1 0 0 19 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4654543 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=316932 CPUtime=3.06 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 155 0 0 0 305 1 0 0 20 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=316932 CPUtime=3.05 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 145 0 0 0 304 1 0 0 19 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=316932 CPUtime=3.07 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 371 0 0 0 306 1 0 0 22 0 8 0 117470825 324538368 2595 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 316932

[startup+6.3004 s]
/proc/loadavg: 7.48 7.93 7.96 9/366 20087
/proc/meminfo: memFree=21429832/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=317196 CPUtime=49.94 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 3029 0 0 0 4974 20 0 0 20 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 79299 2954 464 189 0 73648 0
[pid=20079/tid=20080] ppid=20077 vsize=317196 CPUtime=6.26 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 512 0 0 0 624 2 0 0 25 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=317196 CPUtime=6.27 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 373 0 0 0 625 2 0 0 18 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=317196 CPUtime=6.25 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 128 0 0 0 622 3 0 0 21 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=317196 CPUtime=6.09 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 204 0 0 0 607 2 0 0 25 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670160 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=317196 CPUtime=6.23 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 172 0 0 0 621 2 0 0 20 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4668994 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=317196 CPUtime=6.24 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 170 0 0 0 622 2 0 0 18 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=317196 CPUtime=6.26 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 414 0 0 0 625 1 0 0 25 0 8 0 117470825 324808704 2954 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0

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

/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 293 0 0 0 2526 8 0 0 20 0 8 0 117470825 392597504 3898 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383396 CPUtime=25.36 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 229 0 0 0 2528 8 0 0 25 0 8 0 117470825 392597504 3898 33554432000 4194304 4964800 140735300122256 18446744073709551615 4363438 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383396 CPUtime=25.44 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 500 0 0 0 2537 7 0 0 18 0 8 0 117470825 392597504 3898 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.91
Current children cumulated vsize (KiB) 383396

[startup+51.1006 s]
/proc/loadavg: 7.75 7.94 7.96 9/366 20089
/proc/meminfo: memFree=21425948/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383528 CPUtime=407.02 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4308 0 0 0 40601 101 0 0 19 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95882 4233 464 189 0 90231 0
[pid=20079/tid=20080] ppid=20077 vsize=383528 CPUtime=50.97 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 942 0 0 0 5085 12 0 0 18 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660155 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383528 CPUtime=51 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 505 0 0 0 5090 10 0 0 19 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383528 CPUtime=50.76 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 213 0 0 0 5063 13 0 0 25 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383528 CPUtime=50.5 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 314 0 0 0 5035 15 0 0 19 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4333225 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383528 CPUtime=50.88 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 320 0 0 0 5075 13 0 0 19 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4669119 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383528 CPUtime=50.87 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 251 0 0 0 5074 13 0 0 18 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4668544 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383528 CPUtime=51.03 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 544 0 0 0 5091 12 0 0 21 0 8 0 117470825 392732672 4233 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.02
Current children cumulated vsize (KiB) 383528

[startup+102.314 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21424056/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=815.48 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4685 0 0 0 81380 168 0 0 18 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4334784 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4610 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=102.1 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1046 0 0 0 10189 21 0 0 22 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=102.15 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 539 0 0 0 10197 18 0 0 25 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670256 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=101.33 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 250 0 0 0 10112 21 0 0 25 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4363459 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=101.65 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 354 0 0 0 10141 24 0 0 25 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=101.94 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10173 21 0 0 25 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321150 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=101.97 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 306 0 0 0 10174 23 0 0 18 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=102.18 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 576 0 0 0 10198 20 0 0 25 0 8 0 117470825 392994816 4610 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 815.48
Current children cumulated vsize (KiB) 383784

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

[startup+105.501 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21424056/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=841.01 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4694 0 0 0 83931 170 0 0 22 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 4342174 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4619 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=105.29 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1050 0 0 0 10508 21 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=105.35 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 539 0 0 0 10517 18 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=104.5 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 253 0 0 0 10428 22 0 0 23 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=104.85 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 354 0 0 0 10460 25 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=105.15 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10493 22 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=105.17 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 306 0 0 0 10494 23 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 4654529 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=105.38 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 578 0 0 0 10518 20 0 0 25 0 8 0 117470825 392994816 4619 33554432000 4194304 4964800 140735300122256 18446744073709551615 218880670239 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 841.01
Current children cumulated vsize (KiB) 383784

[startup+108.701 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21423932/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=866.46 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4702 0 0 0 86471 175 0 0 19 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4668984 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4627 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=108.48 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1054 0 0 0 10826 22 0 0 25 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=108.54 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 539 0 0 0 10835 19 0 0 25 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=107.65 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 253 0 0 0 10743 22 0 0 21 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=108.03 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 356 0 0 0 10777 26 0 0 21 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=108.32 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10810 22 0 0 19 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=108.35 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 308 0 0 0 10811 24 0 0 25 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670160 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=108.56 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 578 0 0 0 10836 20 0 0 19 0 8 0 117470825 392994816 4627 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 866.46
Current children cumulated vsize (KiB) 383784

[startup+109.5 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21423932/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=872.84 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4711 0 0 0 87108 176 0 0 20 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660168 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4636 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=109.28 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1062 0 0 0 10906 22 0 0 25 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=109.33 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 540 0 0 0 10914 19 0 0 18 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=108.44 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 253 0 0 0 10822 22 0 0 25 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=108.83 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 356 0 0 0 10857 26 0 0 23 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4653652 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=109.12 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10890 22 0 0 21 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670446 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=109.15 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 308 0 0 0 10891 24 0 0 18 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4683965 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=109.37 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 578 0 0 0 10916 21 0 0 20 0 8 0 117470825 392994816 4636 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 872.84
Current children cumulated vsize (KiB) 383784

[startup+109.9 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21424052/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=876.12 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4712 0 0 0 87436 176 0 0 21 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4637 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=109.69 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1062 0 0 0 10947 22 0 0 25 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4362289 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=109.74 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 540 0 0 0 10955 19 0 0 19 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660123 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=108.84 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 253 0 0 0 10862 22 0 0 25 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=109.25 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 356 0 0 0 10899 26 0 0 25 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=109.53 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10931 22 0 0 22 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=109.56 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 308 0 0 0 10932 24 0 0 18 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4660449 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=109.78 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 578 0 0 0 10957 21 0 0 21 0 8 0 117470825 392994816 4637 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 876.12
Current children cumulated vsize (KiB) 383784

[startup+110.3 s]
/proc/loadavg: 8.01 7.99 7.98 9/366 20090
/proc/meminfo: memFree=21424052/32950928 swapFree=62959384/67111528
[pid=20079] ppid=20077 vsize=383784 CPUtime=879.22 cores=0-7
/proc/20079/stat : 20079 (claspmt) R 20077 20079 20053 0 -1 4202496 4714 0 0 0 87745 177 0 0 22 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4684125 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/20079/statm: 95946 4639 464 189 0 90295 0
[pid=20079/tid=20080] ppid=20077 vsize=383784 CPUtime=110.08 cores=0-7
/proc/20079/task/20080/stat : 20080 (claspmt) R 20077 20079 20053 0 -1 4202560 1064 0 0 0 10986 22 0 0 25 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321182 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=20079/tid=20081] ppid=20077 vsize=383784 CPUtime=110.13 cores=0-7
/proc/20079/task/20081/stat : 20081 (claspmt) R 20077 20079 20053 0 -1 4202560 540 0 0 0 10994 19 0 0 19 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20079/tid=20082] ppid=20077 vsize=383784 CPUtime=109.23 cores=0-7
/proc/20079/task/20082/stat : 20082 (claspmt) R 20077 20079 20053 0 -1 4202560 253 0 0 0 10901 22 0 0 25 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4324936 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20079/tid=20083] ppid=20077 vsize=383784 CPUtime=109.63 cores=0-7
/proc/20079/task/20083/stat : 20083 (claspmt) R 20077 20079 20053 0 -1 4202560 356 0 0 0 10937 26 0 0 25 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321082 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20079/tid=20084] ppid=20077 vsize=383784 CPUtime=109.91 cores=0-7
/proc/20079/task/20084/stat : 20084 (claspmt) R 20077 20079 20053 0 -1 4202560 352 0 0 0 10969 22 0 0 24 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4627186 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20079/tid=20085] ppid=20077 vsize=383784 CPUtime=109.94 cores=0-7
/proc/20079/task/20085/stat : 20085 (claspmt) R 20077 20079 20053 0 -1 4202560 308 0 0 0 10970 24 0 0 19 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20079/tid=20086] ppid=20077 vsize=383784 CPUtime=110.17 cores=0-7
/proc/20079/task/20086/stat : 20086 (claspmt) R 20077 20079 20053 0 -1 4202560 578 0 0 0 10996 21 0 0 22 0 8 0 117470825 392994816 4639 33554432000 4194304 4964800 140735300122256 18446744073709551615 4321116 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 879.22
Current children cumulated vsize (KiB) 383784

Child status: 10
Real time (s): 110.343
CPU time (s): 879.543
CPU user time (s): 877.772
CPU system time (s): 1.77173
CPU usage (%): 797.099
Max. virtual memory (cumulated for all children) (KiB): 383784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 877.772
system time used= 1.77173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4732
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= 283605
involuntary context switches= 3981

runsolver used 0.398939 second user time and 0.869867 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-16 00:30:14
IDJOB=3380978
IDBENCH=83138
IDSOLVER=1865
FILE ID=node112/3380978-1305498614
RUNJOBID= node112-1305498614-20067
PBS_JOBID= 13325447
Free space on /tmp= 73528 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.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-3380978-1305498614/watcher-3380978-1305498614 -o /tmp/evaluation-result-3380978-1305498614/solver-3380978-1305498614 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380978-1305498614.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=453965342

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21438836 kB
Buffers:          7216 kB
Cached:         144852 kB
SwapCached:      73280 kB
Active:         118840 kB
Inactive:     11207964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21438836 kB
SwapTotal:    67111528 kB
SwapFree:     62959384 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:    11110044 kB
Mapped:          19896 kB
Slab:            64736 kB
PageTables:      52276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 74554520 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= 73524 MiB
End job on node112 at 2011-05-16 00:32:05