Trace number 3394595

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
Sol 2011-04-04? (TO) 5000.11 4968.86

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.5062
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3394595-1306084875/watcher-3394595-1306084875 -o /tmp/evaluation-result-3394595-1306084875/solver-3394595-1306084875 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394595-1306084875.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.95 1.00 1.08 1/511 3319
/proc/meminfo: memFree=12390312/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=102404 CPUtime=0 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 720 0 0 0 0 0 0 0 23 0 8 0 700903141 104861696 629 33554432000 4194304 7232020 140735843322640 18446744073709551615 6085765 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/3319/statm: 25601 630 493 742 0 18172 0
[pid=3319/tid=3320] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=105848 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 700903142 108388352 1373 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0

[startup+0.047573 s]
/proc/loadavg: 0.95 1.00 1.08 1/511 3319
/proc/meminfo: memFree=12390312/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=107204 CPUtime=0.04 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 1818 0 0 0 4 0 0 0 24 0 9 0 700903141 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/3319/statm: 26801 1725 975 742 0 19372 0
[pid=3319/tid=3320] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=107204 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 700903142 109776896 1725 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 107204

[startup+0.101748 s]
/proc/loadavg: 0.95 1.00 1.08 1/511 3319
/proc/meminfo: memFree=12390312/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=109340 CPUtime=0.1 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) S 3317 3319 2437 0 -1 4202496 2289 0 0 0 10 0 0 0 18 0 9 0 700903141 111964160 2196 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/3319/statm: 27335 2196 975 742 0 19906 0
[pid=3319/tid=3320] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) R 3317 3319 2437 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2196 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) R 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2208 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2208 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) R 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 700903142 111964160 2208 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738230644 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2217 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) R 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2231 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738230965 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) R 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 700903142 111964160 2231 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738222223 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=109340 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4194368 3 0 0 0 0 0 0 0 23 0 9 0 700903142 111964160 2231 33554432000 4194304 7232020 140735843322640 18446744073709551615 264725792703 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 109340

[startup+0.300503 s]
/proc/loadavg: 0.95 1.00 1.08 1/511 3319
/proc/meminfo: memFree=12390312/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=148968 CPUtime=0.31 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 10803 0 0 0 30 1 0 0 18 0 9 0 700903141 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214552 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 37242 10710 1024 742 0 29813 0
[pid=3319/tid=3320] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=148968 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 22 0 9 0 700903142 152543232 10710 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 148968

[startup+0.700428 s]
/proc/loadavg: 0.95 1.00 1.08 1/511 3319
/proc/meminfo: memFree=12390312/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=149096 CPUtime=0.72 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 10955 0 0 0 71 1 0 0 18 0 9 0 700903141 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100213722 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 37274 10862 1024 742 0 29845 0
[pid=3319/tid=3320] ppid=3317 vsize=149096 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 9 0 700903142 152674304 10862 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 149096

[startup+1.50129 s]
/proc/loadavg: 0.95 1.00 1.08 3/531 3343
/proc/meminfo: memFree=12334980/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=149096 CPUtime=1.54 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 11225 0 0 0 153 1 0 0 18 0 9 0 700903141 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100213702 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 37274 9595 1024 742 0 29845 0
[pid=3319/tid=3320] ppid=3317 vsize=149096 CPUtime=0.02 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=149096 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=149096 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=149096 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=149096 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=149096 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 700903142 152674304 9595 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 149096

[startup+3.10101 s]
/proc/loadavg: 0.95 1.00 1.08 3/531 3343
/proc/meminfo: memFree=12329388/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=149160 CPUtime=3.2 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 11639 0 0 0 319 1 0 0 18 0 9 0 700903141 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214964 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 37290 10009 1024 742 0 29861 0
[pid=3319/tid=3320] ppid=3317 vsize=149160 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=149160 CPUtime=0.02 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=149160 CPUtime=0.02 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=149160 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=149160 CPUtime=0.02 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=149160 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=149160 CPUtime=0.01 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=149160 CPUtime=0 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 700903142 152739840 10009 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 149160

[startup+6.30139 s]
/proc/loadavg: 1.03 1.02 1.09 3/531 3343
/proc/meminfo: memFree=12320812/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=149224 CPUtime=6.52 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 13095 0 0 0 650 2 0 0 21 0 9 0 700903141 152805376 11416 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214313 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 37306 11416 1024 742 0 29877 0

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

/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 548 1 0 0 16 0 9 0 700903142 1031069696 153776 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006904 CPUtime=5.71 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 570 1 0 0 15 0 9 0 700903142 1031069696 153776 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006904 CPUtime=5.07 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 506 1 0 0 16 0 9 0 700903142 1031069696 153776 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006904 CPUtime=5.37 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 537 0 0 0 16 0 9 0 700903142 1031069696 153776 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006904 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031069696 153776 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4691.06
Current children cumulated vsize (KiB) 1006904

[startup+4722.32 s]
/proc/loadavg: 2.12 2.05 2.01 3/531 3536
/proc/meminfo: memFree=11088716/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006904 CPUtime=4751.46 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 445796 0 0 0 475060 86 0 0 25 0 9 0 700903141 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214389 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 251726 162080 1036 742 0 244297 0
[pid=3319/tid=3320] ppid=3317 vsize=1006904 CPUtime=5.66 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 566 0 0 0 16 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006904 CPUtime=5.56 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 555 1 0 0 16 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006904 CPUtime=5.49 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 548 1 0 0 15 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006904 CPUtime=5.55 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 554 1 0 0 15 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006904 CPUtime=5.81 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 580 1 0 0 16 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006904 CPUtime=5.15 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 514 1 0 0 16 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006904 CPUtime=5.46 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 546 0 0 0 15 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006904 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031069696 162080 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4751.46
Current children cumulated vsize (KiB) 1006904

[startup+4782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/531 3537
/proc/meminfo: memFree=11046656/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006904 CPUtime=4811.94 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 449927 0 0 0 481107 87 0 0 21 0 9 0 700903141 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214382 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/3319/statm: 251726 165635 1036 742 0 244297 0
[pid=3319/tid=3320] ppid=3317 vsize=1006904 CPUtime=5.72 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 572 0 0 0 16 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006904 CPUtime=5.72 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 571 1 0 0 16 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006904 CPUtime=5.58 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 557 1 0 0 15 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006904 CPUtime=5.64 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 563 1 0 0 15 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006904 CPUtime=5.9 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 589 1 0 0 16 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006904 CPUtime=5.24 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 523 1 0 0 16 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006904 CPUtime=5.53 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 553 0 0 0 15 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006904 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031069696 165635 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4811.94
Current children cumulated vsize (KiB) 1006904

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 3539
/proc/meminfo: memFree=11025920/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006904 CPUtime=4872.43 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 453654 0 0 0 487154 89 0 0 25 0 9 0 700903141 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214964 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/3319/statm: 251726 161290 1036 742 0 244297 0
[pid=3319/tid=3320] ppid=3317 vsize=1006904 CPUtime=5.8 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 580 0 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006904 CPUtime=5.8 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 579 1 0 0 15 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006904 CPUtime=5.73 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 572 1 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006904 CPUtime=5.71 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 570 1 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006904 CPUtime=6.01 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 600 1 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006904 CPUtime=5.32 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 531 1 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006904 CPUtime=5.65 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 565 0 0 0 16 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006904 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031069696 161290 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4872.43
Current children cumulated vsize (KiB) 1006904

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 3540
/proc/meminfo: memFree=10975164/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006904 CPUtime=4932.87 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 458555 0 0 0 493198 89 0 0 25 0 9 0 700903141 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214389 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/3319/statm: 251726 166169 1036 742 0 244297 0
[pid=3319/tid=3320] ppid=3317 vsize=1006904 CPUtime=5.85 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 585 0 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006904 CPUtime=5.87 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 586 1 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006904 CPUtime=5.81 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 580 1 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006904 CPUtime=5.78 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 577 1 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006904 CPUtime=6.1 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 609 1 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006904 CPUtime=5.4 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 539 1 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006904 CPUtime=5.78 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 578 0 0 0 16 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006904 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031069696 166169 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4932.87
Current children cumulated vsize (KiB) 1006904

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 3542
/proc/meminfo: memFree=10943140/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006968 CPUtime=4993.44 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 461522 0 0 0 499253 91 0 0 25 0 9 0 700903141 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214336 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/3319/statm: 251742 165490 1036 742 0 244313 0
[pid=3319/tid=3320] ppid=3317 vsize=1006968 CPUtime=5.97 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 597 0 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006968 CPUtime=5.97 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 596 1 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006968 CPUtime=5.89 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 588 1 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006968 CPUtime=5.91 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 590 1 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006968 CPUtime=6.17 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 616 1 0 0 15 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006968 CPUtime=5.49 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 548 1 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006968 CPUtime=5.94 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 593 1 0 0 16 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006968 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031135232 165490 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4993.44
Current children cumulated vsize (KiB) 1006968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4968.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 3542
/proc/meminfo: memFree=10941404/32951124 swapFree=63083240/67111528
[pid=3319] ppid=3317 vsize=1006968 CPUtime=5000.05 cores=0,2,4,6
/proc/3319/stat : 3319 (mono) R 3317 3319 2437 0 -1 4202496 461939 0 0 0 499914 91 0 0 25 0 9 0 700903141 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 1100214389 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/3319/statm: 251742 165894 1036 742 0 244313 0
[pid=3319/tid=3320] ppid=3317 vsize=1006968 CPUtime=5.99 cores=0,2,4,6
/proc/3319/task/3320/stat : 3320 (mono) S 3317 3319 2437 0 -1 4202560 4 0 0 0 599 0 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3321] ppid=3317 vsize=1006968 CPUtime=5.98 cores=0,2,4,6
/proc/3319/task/3321/stat : 3321 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 597 1 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3322] ppid=3317 vsize=1006968 CPUtime=5.92 cores=0,2,4,6
/proc/3319/task/3322/stat : 3322 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 591 1 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3323] ppid=3317 vsize=1006968 CPUtime=5.94 cores=0,2,4,6
/proc/3319/task/3323/stat : 3323 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 593 1 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 4 0 0 0
[pid=3319/tid=3324] ppid=3317 vsize=1006968 CPUtime=6.18 cores=0,2,4,6
/proc/3319/task/3324/stat : 3324 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 617 1 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 6 0 0 0
[pid=3319/tid=3325] ppid=3317 vsize=1006968 CPUtime=5.53 cores=0,2,4,6
/proc/3319/task/3325/stat : 3325 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 552 1 0 0 16 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
[pid=3319/tid=3326] ppid=3317 vsize=1006968 CPUtime=5.95 cores=0,2,4,6
/proc/3319/task/3326/stat : 3326 (mono) S 3317 3319 2437 0 -1 4202560 2 0 0 0 594 1 0 0 15 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738220953 0 0 4096 545260780 18446604441055478144 0 0 -1 2 0 0 0
[pid=3319/tid=3327] ppid=3317 vsize=1006968 CPUtime=0.03 cores=0,2,4,6
/proc/3319/task/3327/stat : 3327 (mono) S 3317 3319 2437 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 700903142 1031135232 165894 33554432000 4194304 7232020 140735843322640 18446744073709551615 264738228657 0 0 4096 545260780 18446604441055478144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1006968

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4968.86
CPU time (s): 5000.11
CPU user time (s): 4999.17
CPU system time (s): 0.943856
CPU usage (%): 100.629
Max. virtual memory (cumulated for all children) (KiB): 1006968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.17
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461939
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= 71977
involuntary context switches= 26851

runsolver used 27.3098 second user time and 56.5854 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-22 19:21:15
IDJOB=3394595
IDBENCH=83280
IDSOLVER=1880
FILE ID=node141/3394595-1306084875
RUNJOBID= node141-1306084875-3305
PBS_JOBID= 13387862
Free space on /tmp= 73368 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394595-1306084875/watcher-3394595-1306084875 -o /tmp/evaluation-result-3394595-1306084875/solver-3394595-1306084875 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394595-1306084875.cnf

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=1620288037

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12390856 kB
Buffers:        336156 kB
Cached:        9845664 kB
SwapCached:      15808 kB
Active:       12661188 kB
Inactive:      7597848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12390856 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:    10069404 kB
Mapped:          26000 kB
Slab:           162288 kB
PageTables:      69632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150653628 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= 73368 MiB
End job on node141 at 2011-05-22 20:44:06