Trace number 3313314

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
STRUCTure 0.1? (TO) 3232.62 1302.65

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.11/0.11	34:28 INFO : Reading from input HOME/instance-3313314-1304188467.cnf
36.05/35.37	Executor set job limit to 1000000
36.05/35.37	Executor set job limit to 1000000
36.05/35.37	Executor set job limit to 1000000
36.05/35.37	Executor set job limit to 1000000
36.05/35.37	Starting Executor!
36.05/35.37	Starting Executor!
36.05/35.37	Starting Executor!
36.05/35.37	Starting Executor!
130.53/125.32	36:34 INFO : 636865 variables remaining out of 651875
130.53/125.32	36:34 INFO : 70256601 literals remaining out of 38749130
3169.21/1262.03	55:30 ERROR: Failed to solve instance
3169.21/1262.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
3169.21/1262.03		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3169.21/1262.03		at gnu.trove.THash.compact(THash.java:197)
3169.21/1262.03		at gnu.trove.THash.removeAt(THash.java:261)
3169.21/1262.03		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
3169.21/1262.03		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
3169.21/1262.03		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
3169.21/1262.03		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
3169.21/1262.03		at ibis.structure.Solver.propagate(Solver.java:271)
3169.21/1262.03		at ibis.structure.Solver.simplify(Solver.java:188)
3169.21/1262.03		at ibis.structure.Solver.solve(Solver.java:113)
3169.21/1262.03		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3169.21/1262.03		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3169.21/1262.03		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3169.21/1262.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3169.21/1262.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3169.21/1262.03		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3169.21/1262.03		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3169.21/1262.03		at ibis.constellation.Executor.processActivities(Executor.java:75)
3169.21/1262.03		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3169.21/1262.03		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3169.21/1262.03		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313314-1304188467/watcher-3313314-1304188467 -o /tmp/evaluation-result-3313314-1304188467/solver-3313314-1304188467 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313314-1304188467.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.52 7.40 7.80 3/194 2348
/proc/meminfo: memFree=25412340/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2348/stat : 2348 (java) R 2346 2348 1869 0 -1 4202496 980 0 0 0 0 0 0 0 22 0 1 0 530449595 23580672 466 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218365994752 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2348/statm: 5757 479 367 9 0 124 0
[pid=2348/tid=2349] ppid=2346 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 92 0 0 0 0 0 0 0 23 0 2 0 530449596 31313920 918 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218365994773 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.048941 s]
/proc/loadavg: 5.52 7.40 7.80 3/194 2348
/proc/meminfo: memFree=25412340/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15675180 CPUtime=0.03 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 4053 0 1 0 3 0 0 0 22 0 18 0 530449595 16051384320 3492 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3918795 3493 1753 9 0 3909514 0
[pid=2348/tid=2349] ppid=2346 vsize=15675180 CPUtime=0.03 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 2636 0 1 0 3 0 0 0 25 0 18 0 530449596 16051384320 3493 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 47095896746804 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15675180

[startup+0.10091 s]
/proc/loadavg: 5.52 7.40 7.80 3/194 2348
/proc/meminfo: memFree=25412340/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15676316 CPUtime=0.11 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 5619 0 1 0 10 1 0 0 22 0 18 0 530449595 16052547584 5043 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919079 5044 2117 9 0 3909798 0
[pid=2348/tid=2349] ppid=2346 vsize=15676316 CPUtime=0.08 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 3481 0 1 0 7 1 0 0 25 0 18 0 530449596 16052547584 5044 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 47095894648851 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676316

[startup+0.300895 s]
/proc/loadavg: 5.52 7.40 7.80 3/194 2348
/proc/meminfo: memFree=25412340/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15679992 CPUtime=0.51 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 15744 0 1 0 49 2 0 0 22 0 18 0 530449595 16056311808 14040 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919998 14047 2208 9 0 3910717 0
[pid=2348/tid=2349] ppid=2346 vsize=15679992 CPUtime=0.28 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 10477 0 1 0 27 1 0 0 25 0 18 0 530449596 16056311808 14051 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912505640211 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679992

[startup+0.700804 s]
/proc/loadavg: 5.52 7.40 7.80 3/194 2348
/proc/meminfo: memFree=25412340/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15679992 CPUtime=0.92 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 43239 0 1 0 87 5 0 0 22 0 18 0 530449595 16056311808 41533 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919998 41533 2224 9 0 3910717 0
[pid=2348/tid=2349] ppid=2346 vsize=15679992 CPUtime=0.67 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 35509 0 1 0 63 4 0 0 25 0 18 0 530449596 16056311808 41533 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912505640936 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679992

[startup+1.50066 s]
/proc/loadavg: 5.52 7.40 7.80 4/212 2366
/proc/meminfo: memFree=25063820/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15679992 CPUtime=1.75 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 77137 0 1 0 166 9 0 0 22 0 18 0 530449595 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919998 75427 2224 9 0 3910717 0
[pid=2348/tid=2349] ppid=2346 vsize=15679992 CPUtime=1.46 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 64985 0 1 0 139 7 0 0 25 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912505558797 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2348/tid=2351] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2351/stat : 2351 (java) S 2346 2348 1869 0 -1 4202560 1296 0 0 0 0 0 0 0 15 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2352] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2352/stat : 2352 (java) S 2346 2348 1869 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2353] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2353/stat : 2353 (java) S 2346 2348 1869 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2354] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2354/stat : 2354 (java) S 2346 2348 1869 0 -1 4202560 667 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2355] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2355/stat : 2355 (java) S 2346 2348 1869 0 -1 4202560 1961 0 0 0 0 0 0 0 15 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2356] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2356/stat : 2356 (java) S 2346 2348 1869 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2357] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2357/stat : 2357 (java) S 2346 2348 1869 0 -1 4202560 1968 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2358] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2358/stat : 2358 (java) S 2346 2348 1869 0 -1 4202560 683 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2359] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2359/stat : 2359 (java) S 2346 2348 1869 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 530449597 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 0 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2360] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2360/stat : 2360 (java) S 2346 2348 1869 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 530449597 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2361] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 530449597 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15679992 CPUtime=0.11 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 1274 0 0 0 11 0 0 0 16 0 18 0 530449600 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15679992 CPUtime=0.11 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 2610 0 0 0 11 0 0 0 15 0 18 0 530449600 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449600 16056311808 75427 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15679992

[startup+3.10138 s]
/proc/loadavg: 5.52 7.40 7.80 3/212 2366
/proc/meminfo: memFree=24509292/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15679992 CPUtime=3.43 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 146869 0 1 0 326 17 0 0 22 0 18 0 530449595 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919998 145153 2242 9 0 3910717 0
[pid=2348/tid=2349] ppid=2346 vsize=15679992 CPUtime=3.05 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 125289 0 1 0 290 15 0 0 25 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2348/tid=2351] ppid=2346 vsize=15679992 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2351/stat : 2351 (java) S 2346 2348 1869 0 -1 4202560 1377 0 0 0 1 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2352] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2352/stat : 2352 (java) S 2346 2348 1869 0 -1 4202560 2632 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2353] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2353/stat : 2353 (java) S 2346 2348 1869 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2354] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2354/stat : 2354 (java) S 2346 2348 1869 0 -1 4202560 667 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2355] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2355/stat : 2355 (java) S 2346 2348 1869 0 -1 4202560 1961 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2356] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2356/stat : 2356 (java) S 2346 2348 1869 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2357] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2357/stat : 2357 (java) S 2346 2348 1869 0 -1 4202560 7090 0 0 0 0 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2358] ppid=2346 vsize=15679992 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2358/stat : 2358 (java) S 2346 2348 1869 0 -1 4202560 1957 0 0 0 1 0 0 0 16 0 18 0 530449596 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2359] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2359/stat : 2359 (java) S 2346 2348 1869 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 530449597 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 0 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2360] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2360/stat : 2360 (java) S 2346 2348 1869 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 530449597 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2361] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 530449597 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15679992 CPUtime=0.13 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 1293 0 0 0 13 0 0 0 15 0 18 0 530449600 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15679992 CPUtime=0.13 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 2672 0 0 0 13 0 0 0 15 0 18 0 530449600 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15679992 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449600 16056311808 145153 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15679992

[startup+6.3008 s]
/proc/loadavg: 5.39 7.34 7.78 3/212 2366
/proc/meminfo: memFree=23211644/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15678972 CPUtime=6.68 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 285225 0 1 0 632 36 0 0 22 0 18 0 530449595 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3919743 283259 2242 9 0 3910462 0
[pid=2348/tid=2349] ppid=2346 vsize=15678972 CPUtime=6.22 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) R 2346 2348 1869 0 -1 4202560 253131 0 1 0 590 32 0 0 21 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912505558867 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2348/tid=2351] ppid=2346 vsize=15678972 CPUtime=0.02 cores=1,3,5,7
/proc/2348/task/2351/stat : 2351 (java) S 2346 2348 1869 0 -1 4202560 1377 0 0 0 2 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2352] ppid=2346 vsize=15678972 CPUtime=0.02 cores=1,3,5,7
/proc/2348/task/2352/stat : 2352 (java) S 2346 2348 1869 0 -1 4202560 2633 0 0 0 2 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2353] ppid=2346 vsize=15678972 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2353/stat : 2353 (java) S 2346 2348 1869 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2354] ppid=2346 vsize=15678972 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2354/stat : 2354 (java) S 2346 2348 1869 0 -1 4202560 667 0 0 0 1 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2355] ppid=2346 vsize=15678972 CPUtime=0.02 cores=1,3,5,7
/proc/2348/task/2355/stat : 2355 (java) S 2346 2348 1869 0 -1 4202560 12202 0 0 0 1 1 0 0 16 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2356] ppid=2346 vsize=15678972 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2356/stat : 2356 (java) S 2346 2348 1869 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2357] ppid=2346 vsize=15678972 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2357/stat : 2357 (java) S 2346 2348 1869 0 -1 4202560 7090 0 0 0 1 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2358] ppid=2346 vsize=15678972 CPUtime=0.01 cores=1,3,5,7
/proc/2348/task/2358/stat : 2358 (java) S 2346 2348 1869 0 -1 4202560 1958 0 0 0 1 0 0 0 15 0 18 0 530449596 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2359] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2359/stat : 2359 (java) S 2346 2348 1869 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 18 0 530449597 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 0 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2360] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2360/stat : 2360 (java) S 2346 2348 1869 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 530449597 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2361] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 530449597 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15678972 CPUtime=0.13 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 1293 0 0 0 13 0 0 0 15 0 18 0 530449600 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15678972 CPUtime=0.13 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 2672 0 0 0 13 0 0 0 15 0 18 0 530449600 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449600 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15678972 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449600 16055267328 283259 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0

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

[pid=2348/tid=2361] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449597 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15754980 CPUtime=2.18 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 16177 0 1 0 216 2 0 0 15 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15754980 CPUtime=1.63 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 6672 0 1 0 162 1 0 0 16 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2372] ppid=2346 vsize=15754980 CPUtime=626.87 cores=1,3,5,7
/proc/2348/task/2372/stat : 2372 (java) R 2346 2348 1869 0 -1 4202560 77 0 0 0 62687 0 0 0 16 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912506393428 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2348/tid=2373] ppid=2346 vsize=15754980 CPUtime=592.71 cores=1,3,5,7
/proc/2348/task/2373/stat : 2373 (java) R 2346 2348 1869 0 -1 4202560 57 0 0 0 59271 0 0 0 16 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912506393370 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=15754980 CPUtime=607.5 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) R 2346 2348 1869 0 -1 4202560 55 0 0 0 60750 0 0 0 16 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912506479648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2348/tid=2375] ppid=2346 vsize=15754980 CPUtime=604.63 cores=1,3,5,7
/proc/2348/task/2375/stat : 2375 (java) R 2346 2348 1869 0 -1 4202560 90 0 0 0 60463 0 0 0 16 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 46912506479637 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3077.58
Current children cumulated vsize (KiB) 15754980

[startup+1242.3 s]
/proc/loadavg: 3.72 4.95 5.95 3/220 2408
/proc/meminfo: memFree=94376/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15754980 CPUtime=3149.29 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 4035086 0 3 0 290862 24067 0 0 22 0 22 0 530449595 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3938745 3865845 2301 9 0 3929464 0
[pid=2348/tid=2349] ppid=2346 vsize=15754980 CPUtime=121.61 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) S 2346 2348 1869 0 -1 4202560 434138 0 1 0 12097 64 0 0 25 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2351] ppid=2346 vsize=15754980 CPUtime=11.43 cores=1,3,5,7
/proc/2348/task/2351/stat : 2351 (java) S 2346 2348 1869 0 -1 4202560 390052 0 0 0 1025 118 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 8
[pid=2348/tid=2352] ppid=2346 vsize=15754980 CPUtime=11.9 cores=1,3,5,7
/proc/2348/task/2352/stat : 2352 (java) S 2346 2348 1869 0 -1 4202560 390110 0 0 0 1094 96 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2353] ppid=2346 vsize=15754980 CPUtime=10.56 cores=1,3,5,7
/proc/2348/task/2353/stat : 2353 (java) S 2346 2348 1869 0 -1 4202560 337988 0 0 0 976 80 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2354] ppid=2346 vsize=15754980 CPUtime=12.54 cores=1,3,5,7
/proc/2348/task/2354/stat : 2354 (java) S 2346 2348 1869 0 -1 4202560 378278 0 0 0 1148 106 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2355] ppid=2346 vsize=15754980 CPUtime=13.7 cores=1,3,5,7
/proc/2348/task/2355/stat : 2355 (java) S 2346 2348 1869 0 -1 4202560 592586 0 0 0 1240 130 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 7
[pid=2348/tid=2356] ppid=2346 vsize=15754980 CPUtime=12.55 cores=1,3,5,7
/proc/2348/task/2356/stat : 2356 (java) S 2346 2348 1869 0 -1 4202560 416519 0 0 0 1172 83 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2357] ppid=2346 vsize=15754980 CPUtime=11.35 cores=1,3,5,7
/proc/2348/task/2357/stat : 2357 (java) S 2346 2348 1869 0 -1 4202560 405905 0 0 0 1049 86 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2358] ppid=2346 vsize=15754980 CPUtime=11.82 cores=1,3,5,7
/proc/2348/task/2358/stat : 2358 (java) S 2346 2348 1869 0 -1 4202560 439589 0 0 0 1085 97 0 0 16 0 22 0 530449596 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2359] ppid=2346 vsize=15754980 CPUtime=480.5 cores=1,3,5,7
/proc/2348/task/2359/stat : 2359 (java) R 2346 2348 1869 0 -1 4202560 225299 0 0 0 24854 23196 0 0 18 0 22 0 530449597 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 47095893143868 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2348/tid=2360] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2360/stat : 2360 (java) S 2346 2348 1869 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 530449597 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2361] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449597 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15754980 CPUtime=2.18 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 16177 0 1 0 216 2 0 0 15 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15754980 CPUtime=1.63 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 6672 0 1 0 162 1 0 0 16 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 530449600 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2372] ppid=2346 vsize=15754980 CPUtime=630.79 cores=1,3,5,7
/proc/2348/task/2372/stat : 2372 (java) S 2346 2348 1869 0 -1 4202560 83 0 0 0 63079 0 0 0 16 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2373] ppid=2346 vsize=15754980 CPUtime=596.63 cores=1,3,5,7
/proc/2348/task/2373/stat : 2373 (java) S 2346 2348 1869 0 -1 4202560 66 0 0 0 59663 0 0 0 15 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=15754980 CPUtime=611.4 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) S 2346 2348 1869 0 -1 4202560 56 0 0 0 61140 0 0 0 15 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2375] ppid=2346 vsize=15754980 CPUtime=608.53 cores=1,3,5,7
/proc/2348/task/2375/stat : 2375 (java) S 2346 2348 1869 0 -1 4202560 106 0 0 0 60853 0 0 0 15 0 22 0 530453133 16133099520 3865845 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3149.29
Current children cumulated vsize (KiB) 15754980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.38 4.61 5.77 3/221 2411
/proc/meminfo: memFree=94224/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=15754980 CPUtime=3229.55 cores=1,3,5,7
/proc/2348/stat : 2348 (java) S 2346 2348 1869 0 -1 4202496 4035138 0 3 0 298887 24068 0 0 22 0 22 0 530449595 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 3938745 3865855 2301 9 0 3929464 0
[pid=2348/tid=2349] ppid=2346 vsize=15754980 CPUtime=121.61 cores=1,3,5,7
/proc/2348/task/2349/stat : 2349 (java) S 2346 2348 1869 0 -1 4202560 434138 0 1 0 12097 64 0 0 25 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2351] ppid=2346 vsize=15754980 CPUtime=11.43 cores=1,3,5,7
/proc/2348/task/2351/stat : 2351 (java) S 2346 2348 1869 0 -1 4202560 390052 0 0 0 1025 118 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 8
[pid=2348/tid=2352] ppid=2346 vsize=15754980 CPUtime=11.9 cores=1,3,5,7
/proc/2348/task/2352/stat : 2352 (java) S 2346 2348 1869 0 -1 4202560 390110 0 0 0 1094 96 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2353] ppid=2346 vsize=15754980 CPUtime=10.56 cores=1,3,5,7
/proc/2348/task/2353/stat : 2353 (java) S 2346 2348 1869 0 -1 4202560 337988 0 0 0 976 80 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2354] ppid=2346 vsize=15754980 CPUtime=12.54 cores=1,3,5,7
/proc/2348/task/2354/stat : 2354 (java) S 2346 2348 1869 0 -1 4202560 378278 0 0 0 1148 106 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2355] ppid=2346 vsize=15754980 CPUtime=13.7 cores=1,3,5,7
/proc/2348/task/2355/stat : 2355 (java) S 2346 2348 1869 0 -1 4202560 592586 0 0 0 1240 130 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 7
[pid=2348/tid=2356] ppid=2346 vsize=15754980 CPUtime=12.55 cores=1,3,5,7
/proc/2348/task/2356/stat : 2356 (java) S 2346 2348 1869 0 -1 4202560 416519 0 0 0 1172 83 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2357] ppid=2346 vsize=15754980 CPUtime=11.35 cores=1,3,5,7
/proc/2348/task/2357/stat : 2357 (java) S 2346 2348 1869 0 -1 4202560 405905 0 0 0 1049 86 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2358] ppid=2346 vsize=15754980 CPUtime=11.82 cores=1,3,5,7
/proc/2348/task/2358/stat : 2358 (java) S 2346 2348 1869 0 -1 4202560 439589 0 0 0 1085 97 0 0 16 0 22 0 530449596 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2359] ppid=2346 vsize=15754980 CPUtime=530.66 cores=1,3,5,7
/proc/2348/task/2359/stat : 2359 (java) R 2346 2348 1869 0 -1 4202560 225303 0 0 0 29870 23196 0 0 25 0 22 0 530449597 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 47095895837113 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2348/tid=2360] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2360/stat : 2360 (java) S 2346 2348 1869 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 530449597 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2361] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2361/stat : 2361 (java) S 2346 2348 1869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 530449597 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2362] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2362/stat : 2362 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382780849 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2363] ppid=2346 vsize=15754980 CPUtime=2.18 cores=1,3,5,7
/proc/2348/task/2363/stat : 2363 (java) S 2346 2348 1869 0 -1 4202560 16177 0 1 0 216 2 0 0 15 0 22 0 530449600 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2364] ppid=2346 vsize=15754980 CPUtime=1.63 cores=1,3,5,7
/proc/2348/task/2364/stat : 2364 (java) S 2346 2348 1869 0 -1 4202560 6672 0 1 0 162 1 0 0 16 0 22 0 530449600 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2365] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2365/stat : 2365 (java) S 2346 2348 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449600 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
[pid=2348/tid=2366] ppid=2346 vsize=15754980 CPUtime=0 cores=1,3,5,7
/proc/2348/task/2366/stat : 2366 (java) S 2346 2348 1869 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 22 0 530449600 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773760 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2372] ppid=2346 vsize=15754980 CPUtime=638.31 cores=1,3,5,7
/proc/2348/task/2372/stat : 2372 (java) S 2346 2348 1869 0 -1 4202560 103 0 0 0 63831 0 0 0 16 0 22 0 530453133 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 1 0 0 0
[pid=2348/tid=2373] ppid=2346 vsize=15754980 CPUtime=604.17 cores=1,3,5,7
/proc/2348/task/2373/stat : 2373 (java) S 2346 2348 1869 0 -1 4202560 68 0 0 0 60417 0 0 0 16 0 22 0 530453133 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 5 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=15754980 CPUtime=618.9 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) S 2346 2348 1869 0 -1 4202560 61 0 0 0 61890 0 0 0 16 0 22 0 530453133 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 7 0 0 0
[pid=2348/tid=2375] ppid=2346 vsize=15754980 CPUtime=616.06 cores=1,3,5,7
/proc/2348/task/2375/stat : 2375 (java) S 2346 2348 1869 0 -1 4202560 121 0 0 0 61606 0 0 0 16 0 22 0 530453133 16133099520 3865855 33554432000 1073741824 1073778376 140737423572080 18446744073709551615 218382773145 0 4 0 16800975 18446604458297200960 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3229.55
Current children cumulated vsize (KiB) 15754980

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2348

[startup+1302.3 s]
/proc/loadavg: 3.38 4.61 5.77 9/225 2416
/proc/meminfo: memFree=93944/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=0 CPUtime=3232.26 cores=1,3,5,7
/proc/2348/stat : 2348 (java) Z 2346 2348 1869 0 -1 4203548 4035163 0 3 0 299130 24096 0 0 18 0 2 0 530449595 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 0 0 0 0 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=0 CPUtime=619.32 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) R 2346 2348 1869 0 -1 4203588 61 0 0 0 61904 28 0 0 16 0 2 0 530453133 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3232.26
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 3.38 4.61 5.77 2/176 2416
/proc/meminfo: memFree=25160744/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=0 CPUtime=3232.46 cores=1,3,5,7
/proc/2348/stat : 2348 (java) Z 2346 2348 1869 0 -1 4203548 4035163 0 3 0 299130 24116 0 0 18 0 2 0 530449595 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 0 0 0 0 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=0 CPUtime=619.53 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) R 2346 2348 1869 0 -1 4203588 61 0 0 0 61904 49 0 0 16 0 2 0 530453133 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3232.46
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 3.38 4.61 5.77 2/176 2416
/proc/meminfo: memFree=25160744/32951124 swapFree=67051468/67111528
[pid=2348] ppid=2346 vsize=0 CPUtime=3232.56 cores=1,3,5,7
/proc/2348/stat : 2348 (java) Z 2346 2348 1869 0 -1 4203548 4035163 0 3 0 299130 24126 0 0 18 0 2 0 530449595 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2348/statm: 0 0 0 0 0 0 0
[pid=2348/tid=2374] ppid=2346 vsize=0 CPUtime=619.62 cores=1,3,5,7
/proc/2348/task/2374/stat : 2374 (java) R 2346 2348 1869 0 -1 4203588 61 0 0 0 61904 58 0 0 16 0 2 0 530453133 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3232.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.65
CPU time (s): 3232.62
CPU user time (s): 2991.3
CPU system time (s): 241.312
CPU usage (%): 248.157
Max. virtual memory (cumulated for all children) (KiB): 15757036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2991.3
system time used= 241.312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4035163
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59763
involuntary context switches= 62860

runsolver used 2.08068 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 20:34:28
IDJOB=3313314
IDBENCH=88158
IDSOLVER=1699
FILE ID=node101/3313314-1304188467
RUNJOBID= node101-1304188467-2314
PBS_JOBID= 13172472
Free space on /tmp= 71748 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313314-1304188467/watcher-3313314-1304188467 -o /tmp/evaluation-result-3313314-1304188467/solver-3313314-1304188467 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313314-1304188467.cnf

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=1299779934

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25412372 kB
Buffers:       1929516 kB
Cached:        5106324 kB
SwapCached:      30424 kB
Active:        2445624 kB
Inactive:      4639876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25412372 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          421704 kB
Writeback:           0 kB
AnonPages:       40728 kB
Mapped:          16656 kB
Slab:           390092 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   778520 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= 71748 MiB
End job on node101 at 2011-04-30 20:56:11