Trace number 1779390

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 2268 149.101

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.13	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779390-1244952939.cnf 
0.10/0.13	c Using SATTIMEOUT of 10000
0.10/0.13	c Using SATRAM of 2047
0.10/0.13	c Size of subset node = 16
0.10/0.13	c Variables = 31616
0.10/0.13	c Clauses = 95110
0.10/0.13	c Literals = 224220
0.10/0.13	c Reduced size:
0.10/0.13	c Variables = 31616
0.10/0.13	c Clauses = 94626
0.10/0.13	c Literals = 222936
0.10/0.13	c a2
0.20/0.24	c a1
3.48/3.58	c Independent sub-problems = 1
3.48/3.58	c Sub-problem with 31468 variables and 94626 clauses
3.48/3.58	c using permutation method 4
3.48/3.58	c count = 1
3.48/3.58	c Ordering finished 3.540 seconds
3.48/3.58	c mapped 3.570 seconds
3.48/3.58	c permuted 3.570 seconds
3.48/3.58	c about to sort
3.48/3.59	c sorted
4.48/4.54	c clauses now 94626
4.48/4.54	c init finished 4.180 seconds
4.48/4.54	c tree built 4.530 seconds
4.48/4.54	c 
4.48/4.54	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
4.48/4.54	c ---------------------------------|----------------------------------|------------------------------------------------------
4.48/4.54	c ................................ | ..........                       |                        4.5           0.0             
4.48/4.54	c ................................ | ..........                     1 |                        4.5           0.2             
4.48/4.54	c ................................ | ..........                     2 |                        4.5           0.4             
4.48/4.54	c ................................ | ..........                     3 |                        4.5           0.7             
4.48/4.54	c ................................ | ..........                     4 |                        4.5           0.9             
4.48/4.54	c ................................ | ..........                     5 |                        4.5           1.1             
4.48/4.56	c ................................ | ..........                  1000 | 10                     4.6         216.0          162
317.55/24.58	c ................................ | ..........               1225000 | 36859                200.1        6121.0      8883887
622.26/43.96	c ................................ | ..........               2151000 | 63164                400.3        5373.7     18826640
912.27/62.48	c ................................ | ..........               3083000 | 87007                600.4        5134.9     28498729
1188.07/80.08	c ................................ | ..........               3713000 | 104752               800.9        4636.0     39199518
1478.12/98.52	c ................................ | *.........               4189000 | 121670              1000.5        4187.1     49263827
1750.69/116.00	c ................................ | *.........               4519000 | 133121              1200.5        3764.3     60251617
1999.64/131.88	c ................................ | *.........               4828000 | 143148              1400.6        3447.2     72534634
2236.36/146.98	c ................................ | *.........               5100000 | 152168              1600.8        3185.9     86514560

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1779390-1244952939/watcher-1779390-1244952939 -o /tmp/evaluation-result-1779390-1244952939/solver-1779390-1244952939 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779390-1244952939.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.15 14.61 12.31 2/184 23731
/proc/meminfo: memFree=19046276/36427776 swapFree=3648/7548
[pid=23731] ppid=23729 vsize=1540 CPUtime=0
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 654600242 1576960 232 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 385 232 75 177 0 207 0

[startup+0.012873 s]
/proc/loadavg: 14.15 14.61 12.31 2/184 23731
/proc/meminfo: memFree=19046276/36427776 swapFree=3648/7548
[pid=23731] ppid=23729 vsize=1804 CPUtime=0
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 654600242 1847296 281 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134732614 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 451 282 75 177 0 273 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.100894 s]
/proc/loadavg: 14.15 14.61 12.31 2/184 23731
/proc/meminfo: memFree=19046276/36427776 swapFree=3648/7548
[pid=23731] ppid=23729 vsize=7872 CPUtime=0.1
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 1774 0 0 0 8 2 0 0 20 0 1 0 654600242 8060928 1730 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134534692 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 1968 1730 75 177 0 1790 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7872

[startup+0.30092 s]
/proc/loadavg: 14.15 14.61 12.31 2/184 23731
/proc/meminfo: memFree=19046276/36427776 swapFree=3648/7548
[pid=23731] ppid=23729 vsize=14664 CPUtime=0.3
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 3674 0 0 0 28 2 0 0 20 0 1 0 654600242 15015936 3443 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134730215 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 3666 3443 77 177 0 3488 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14664

[startup+0.700911 s]
/proc/loadavg: 14.15 14.61 12.31 2/184 23731
/proc/meminfo: memFree=19046276/36427776 swapFree=3648/7548
[pid=23731] ppid=23729 vsize=18624 CPUtime=0.68
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 4664 0 0 0 66 2 0 0 20 0 1 0 654600242 19070976 4433 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134600972 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 4656 4433 77 177 0 4478 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18624

[startup+1.50098 s]
/proc/loadavg: 14.15 14.61 12.31 2/185 23732
/proc/meminfo: memFree=19027776/36427776 swapFree=3832/25432
[pid=23731] ppid=23729 vsize=18824 CPUtime=1.48
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 4744 0 0 0 146 2 0 0 20 0 1 0 654600242 19275776 4513 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134735855 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 4706 4513 77 177 0 4528 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18824

[startup+3.10111 s]
/proc/loadavg: 14.15 14.61 12.31 2/185 23732
/proc/meminfo: memFree=19025312/36427776 swapFree=4528/27156
[pid=23731] ppid=23729 vsize=19824 CPUtime=3.08
/proc/23731/stat : 23731 (ttsth-5-0) R 23729 23731 15497 0 -1 4202496 4978 0 0 0 306 2 0 0 20 0 1 0 654600242 20299776 4747 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134600972 0 0 1 0 0 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 4956 4747 77 177 0 4778 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19824

[startup+6.30581 s]
/proc/loadavg: 13.10 14.38 12.24 16/201 23748
/proc/meminfo: memFree=18654872/36427776 swapFree=4668/401948
[pid=23731] ppid=23729 vsize=529600 CPUtime=31.89
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 102154 0 0 0 997 2192 0 0 20 0 17 0 654600242 542310400 101737 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 132400 101739 95 177 0 132222 0
[pid=23731/tid=23733] ppid=23729 vsize=529600 CPUtime=1.72
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1722 0 0 0 166 6 0 0 20 0 17 0 654600696 542310400 101739 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134680506 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 464 0 0 0 28 142 0 0 20 0 17 0 654600696 542310400 101739 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 508 0 0 0 32 138 0 0 20 0 17 0 654600696 542310400 101739 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 597 0 0 0 34 136 0 0 20 0 17 0 654600696 542310400 101739 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=529600 CPUtime=1.72
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 431 0 0 0 24 148 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 564 0 0 0 22 148 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 436 0 0 0 26 144 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 494 0 0 0 26 144 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=529600 CPUtime=1.72
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 534 0 0 0 26 146 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 438 0 0 0 26 144 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 523 0 0 0 28 142 0 0 20 0 17 0 654600696 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 469 0 0 0 30 140 0 0 20 0 17 0 654600697 542310400 101740 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=529600 CPUtime=1.7
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 553 0 0 0 28 142 0 0 20 0 17 0 654600697 542310400 101741 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=529600 CPUtime=1.68
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 394 0 0 0 24 144 0 0 20 0 17 0 654600697 542310400 101742 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=529600 CPUtime=1.68
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 474 0 0 0 20 148 0 0 20 0 17 0 654600697 542310400 101742 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=529600 CPUtime=1.68
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 527 0 0 0 30 138 0 0 20 0 17 0 654600698 542310400 101742 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 529600

[startup+12.7051 s]
/proc/loadavg: 13.33 14.41 12.26 17/201 23748
/proc/meminfo: memFree=18581564/36427776 swapFree=4692/473596
[pid=23731] ppid=23729 vsize=594668 CPUtime=132.12
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 119368 0 0 0 3823 9389 0 0 20 0 17 0 654600242 608940032 118951 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 148667 118952 95 177 0 148489 0
[pid=23731/tid=23733] ppid=23729 vsize=594668 CPUtime=8.12
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5197 0 0 0 798 14 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=594668 CPUtime=7.96
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1594 0 0 0 196 600 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=594668 CPUtime=7.94
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1474 0 0 0 160 634 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=594668 CPUtime=7.94
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1510 0 0 0 160 634 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=594668 CPUtime=7.96
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1668 0 0 0 186 610 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=594668 CPUtime=7.98
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1464 0 0 0 168 630 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=594668 CPUtime=7.96
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1163 0 0 0 152 644 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590129 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=594668 CPUtime=7.98
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1348 0 0 0 186 612 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=594668 CPUtime=8
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1384 0 0 0 160 640 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=594668 CPUtime=8
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1662 0 0 0 188 612 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=594668 CPUtime=7.96
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1600 0 0 0 194 602 0 0 20 0 17 0 654600696 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=594668 CPUtime=7.98
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1055 0 0 0 164 634 0 0 20 0 17 0 654600697 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=594668 CPUtime=7.98
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1406 0 0 0 164 634 0 0 20 0 17 0 654600697 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=594668 CPUtime=7.8
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1255 0 0 0 174 606 0 0 20 0 17 0 654600697 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=594668 CPUtime=7.94
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1318 0 0 0 160 634 0 0 20 0 17 0 654600697 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=594668 CPUtime=7.94
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1242 0 0 0 186 608 0 0 20 0 17 0 654600698 608940032 118952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 132.12
Current children cumulated vsize (KiB) 594668

[startup+25.503 s]
/proc/loadavg: 13.92 14.49 12.32 17/201 23748
/proc/meminfo: memFree=18469004/36427776 swapFree=4692/586148
[pid=23731] ppid=23729 vsize=704592 CPUtime=333.15
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 146166 0 0 0 10896 22419 0 0 20 0 17 0 654600242 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 176148 145749 95 177 0 175970 0
[pid=23731/tid=23733] ppid=23729 vsize=704592 CPUtime=20.9
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 10688 0 0 0 2068 22 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590541 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=704592 CPUtime=20.54
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2771 0 0 0 594 1460 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=704592 CPUtime=20.56
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 3680 0 0 0 682 1374 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=704592 CPUtime=20.54
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 3106 0 0 0 616 1438 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=704592 CPUtime=20.54
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2900 0 0 0 558 1496 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=704592 CPUtime=20.56
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2521 0 0 0 554 1502 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=704592 CPUtime=20.54
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 3433 0 0 0 516 1538 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=704592 CPUtime=20.52
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2478 0 0 0 476 1576 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=704592 CPUtime=20.58
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2795 0 0 0 524 1534 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=704592 CPUtime=20.6
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 3234 0 0 0 580 1480 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=704592 CPUtime=20.5
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2882 0 0 0 546 1504 0 0 20 0 17 0 654600696 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=704592 CPUtime=20.5
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 1991 0 0 0 492 1558 0 0 20 0 17 0 654600697 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=704592 CPUtime=20.56
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) S 23729 23731 15497 0 -1 4202560 3208 0 0 0 620 1436 0 0 20 0 17 0 654600697 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=704592 CPUtime=20.1
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2938 0 0 0 586 1424 0 0 20 0 17 0 654600697 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134551475 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=704592 CPUtime=20.48
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2168 0 0 0 508 1540 0 0 20 0 17 0 654600697 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=704592 CPUtime=20.5
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 2344 0 0 0 552 1498 0 0 20 0 17 0 654600698 721502208 145749 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 333.15
Current children cumulated vsize (KiB) 704592

[startup+51.1035 s]
/proc/loadavg: 14.69 14.62 12.42 17/201 23748
/proc/meminfo: memFree=18246796/36427776 swapFree=4692/807760
[pid=23731] ppid=23729 vsize=934736 CPUtime=734.94
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 201368 0 0 0 27200 46294 0 0 20 0 17 0 654600242 957169664 200951 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 233684 200952 95 177 0 233506 0
[pid=23731/tid=23733] ppid=23729 vsize=934736 CPUtime=46.47
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 20456 0 0 0 4611 36 0 0 20 0 17 0 654600696 957169664 200952 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=934736 CPUtime=45.6
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5696 0 0 0 1382 3178 0 0 20 0 17 0 654600696 957169664 200953 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=934736 CPUtime=45.64
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5559 0 0 0 1518 3046 0 0 20 0 17 0 654600696 957169664 200953 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=934736 CPUtime=45.68
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 6417 0 0 0 1638 2930 0 0 20 0 17 0 654600696 957169664 200953 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=934736 CPUtime=45.68
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5540 0 0 0 1504 3064 0 0 20 0 17 0 654600696 957169664 200953 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=934736 CPUtime=45.6
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 4829 0 0 0 1350 3210 0 0 20 0 17 0 654600696 957169664 200954 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=934736 CPUtime=45.72
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 8050 0 0 0 1550 3022 0 0 20 0 17 0 654600696 957169664 200954 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=934736 CPUtime=45.66
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 6244 0 0 0 1438 3128 0 0 20 0 17 0 654600696 957169664 200954 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=934736 CPUtime=45.76
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5677 0 0 0 1492 3084 0 0 20 0 17 0 654600696 957169664 200954 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=934736 CPUtime=45.82
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 7045 0 0 0 1610 2972 0 0 20 0 17 0 654600696 957169664 200955 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=934736 CPUtime=45.52
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 6172 0 0 0 1368 3184 0 0 20 0 17 0 654600696 957169664 200955 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=934736 CPUtime=45.52
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 4201 0 0 0 1238 3314 0 0 20 0 17 0 654600697 957169664 200955 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=934736 CPUtime=45.64
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5927 0 0 0 1518 3046 0 0 20 0 17 0 654600697 957169664 200955 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=934736 CPUtime=44.66
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 6003 0 0 0 1534 2932 0 0 20 0 17 0 654600697 957169664 200956 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590278 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=934736 CPUtime=45.6
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 5757 0 0 0 1500 3060 0 0 20 0 17 0 654600697 957169664 200956 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=934736 CPUtime=45.66
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 4770 0 0 0 1522 3044 0 0 20 0 17 0 654600698 957169664 200956 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 734.94
Current children cumulated vsize (KiB) 934736

[startup+102.316 s]
/proc/loadavg: 15.32 14.80 12.60 17/201 23751
/proc/meminfo: memFree=17754960/36427776 swapFree=4692/1299100
[pid=23731] ppid=23729 vsize=1449344 CPUtime=1537.85
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 323426 0 0 0 66460 87325 0 0 20 0 17 0 654600242 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 362336 323009 95 177 0 362158 0
[pid=23731/tid=23733] ppid=23729 vsize=1449344 CPUtime=97.67
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 45371 0 0 0 9699 68 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134680729 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=1449344 CPUtime=95.57
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 11877 0 0 0 3383 6174 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=1449344 CPUtime=95.87
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 10385 0 0 0 3759 5828 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=1449344 CPUtime=95.92
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 13935 0 0 0 4047 5545 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=1449344 CPUtime=95.81
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 10695 0 0 0 3601 5980 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=1449344 CPUtime=95.58
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 11170 0 0 0 3239 6319 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=1449344 CPUtime=95.85
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 13030 0 0 0 3589 5996 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=1449344 CPUtime=96.09
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 12820 0 0 0 4002 5607 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=1449344 CPUtime=96.11
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 11955 0 0 0 3839 5772 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=1449344 CPUtime=96.38
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 19271 0 0 0 4340 5298 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=1449344 CPUtime=95.4
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 12201 0 0 0 3344 6196 0 0 20 0 17 0 654600696 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=1449344 CPUtime=95.44
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 7284 0 0 0 3215 6329 0 0 20 0 17 0 654600697 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134680502 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=1449344 CPUtime=96.11
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 15991 0 0 0 4401 5210 0 0 20 0 17 0 654600697 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=1449344 CPUtime=93.74
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 11656 0 0 0 3652 5722 0 0 20 0 17 0 654600697 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=1449344 CPUtime=95.82
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 13134 0 0 0 3967 5615 0 0 20 0 17 0 654600697 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590241 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=1449344 CPUtime=95.89
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 9622 0 0 0 3962 5627 0 0 20 0 17 0 654600698 1484128256 323009 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1537.85
Current children cumulated vsize (KiB) 1449344



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+148.905 s]
/proc/loadavg: 15.62 14.95 12.75 17/201 23751
/proc/meminfo: memFree=17142440/36427776 swapFree=4692/1910228
[pid=23731] ppid=23729 vsize=2096452 CPUtime=2267.67
/proc/23731/stat : 23731 (ttsth-5-0) S 23729 23731 15497 0 -1 4202496 476312 0 0 0 116314 110453 0 0 20 0 17 0 654600242 2146766848 475895 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 524113 475896 95 177 0 523935 0
[pid=23731/tid=23733] ppid=23729 vsize=2096452 CPUtime=144.27
/proc/23731/task/23733/stat : 23733 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 66144 0 0 0 14329 98 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=2096452 CPUtime=140.97
/proc/23731/task/23734/stat : 23734 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 21080 0 0 0 6087 8010 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134591211 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=2096452 CPUtime=141.52
/proc/23731/task/23735/stat : 23735 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 17116 0 0 0 6830 7322 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=2096452 CPUtime=141.56
/proc/23731/task/23736/stat : 23736 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 22570 0 0 0 6971 7185 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134549896 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=2096452 CPUtime=141.41
/proc/23731/task/23737/stat : 23737 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 21321 0 0 0 6578 7563 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=2096452 CPUtime=141.23
/proc/23731/task/23738/stat : 23738 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 21971 0 0 0 6311 7812 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590501 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=2096452 CPUtime=141.38
/proc/23731/task/23739/stat : 23739 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 19911 0 0 0 6292 7846 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590275 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=2096452 CPUtime=141.76
/proc/23731/task/23740/stat : 23740 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 20640 0 0 0 7041 7135 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=2096452 CPUtime=141.86
/proc/23731/task/23741/stat : 23741 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 23311 0 0 0 6905 7281 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=2096452 CPUtime=142.24
/proc/23731/task/23742/stat : 23742 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 27993 0 0 0 7408 6816 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=2096452 CPUtime=140.67
/proc/23731/task/23743/stat : 23743 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 21375 0 0 0 6379 7688 0 0 20 0 17 0 654600696 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=2096452 CPUtime=140.69
/proc/23731/task/23744/stat : 23744 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 14159 0 0 0 5994 8075 0 0 20 0 17 0 654600697 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=2096452 CPUtime=142.08
/proc/23731/task/23745/stat : 23745 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 26738 0 0 0 7836 6372 0 0 20 0 17 0 654600697 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=2096452 CPUtime=138.28
/proc/23731/task/23746/stat : 23746 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 18892 0 0 0 6610 7218 0 0 20 0 17 0 654600697 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134590288 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=2096452 CPUtime=141.69
/proc/23731/task/23747/stat : 23747 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 24446 0 0 0 7406 6763 0 0 20 0 17 0 654600697 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134592238 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=2096452 CPUtime=141.42
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4202560 15618 0 0 0 6913 7229 0 0 20 0 17 0 654600698 2146766848 475897 18446744073709551615 134512640 135237372 4287016768 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2267.67
Current children cumulated vsize (KiB) 2096452

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

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

[startup+149.025 s]
/proc/loadavg: 15.62 14.95 12.75 17/201 23751
/proc/meminfo: memFree=17142440/36427776 swapFree=4692/1910228
[pid=23731] ppid=23729 vsize=0 CPUtime=2267.93
/proc/23731/stat : 23731 (ttsth-5-0) Z 23729 23731 15497 0 -1 4203532 476352 0 0 0 116326 110467 0 0 20 0 2 0 654600242 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23731/statm: 0 0 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=0 CPUtime=141.53
/proc/23731/task/23748/stat : 23748 (ttsth-5-0) R 23729 23731 15497 0 -1 4203588 15618 0 0 0 6913 7240 0 0 20 0 2 0 654600698 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2267.93
Current children cumulated vsize (KiB) 0

[startup+149.101 s]
/proc/loadavg: 15.62 14.95 12.75 17/201 23751
/proc/meminfo: memFree=17142440/36427776 swapFree=4692/1910228
[pid=23731] ppid=23729 vsize=0 CPUtime=2268
/proc/23731/stat : 23731 (ttsth-5-0) X 23729 23731 15497 0 -1 4203532 476352 0 0 0 116326 110474 0 0 20 0 1 0 654600242 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744071564386472 0 0 17 5 0 0 0 0 0
/proc/23731/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 2268
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23731 and gives
#  childrusage.ru_utime.tv_sec=1163
#  childrusage.ru_utime.tv_usec=260699
#  childrusage.ru_stime.tv_sec=1104
#  childrusage.ru_stime.tv_usec=737041
# CPU time returned by wait4() is 2268
# while last known CPU time is 2268
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 149.101
CPU time (s): 2268
CPU user time (s): 1163.26
CPU system time (s): 1104.74
CPU usage (%): 1521.11
Max. virtual memory (cumulated for all children) (KiB): 2096452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1163.26
system time used= 1104.74
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476352
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= 260684
involuntary context switches= 5026

runsolver used 0.840052 second user time and 2.18814 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:15:39
IDJOB=1779390
IDBENCH=70848
IDSOLVER=634
FILE ID=xenhost3-49/1779390-1244952939
PBS_JOBID=
Free space on /tmp= 7023 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779390-1244952939/watcher-1779390-1244952939 -o /tmp/evaluation-result-1779390-1244952939/solver-1779390-1244952939 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779390-1244952939.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED= 1469448422

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19046276 kB
Buffers:        482616 kB
Cached:       14118016 kB
SwapCached:          0 kB
Active:        4129352 kB
Inactive:     10480176 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            2024 kB
Writeback:           0 kB
AnonPages:        7548 kB
Mapped:           2984 kB
Slab:           721572 kB
SReclaimable:   694772 kB
SUnreclaim:      26800 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7023 MiB
End job on xenhost3-49 at 2009-06-14 06:18:10