Trace number 3313355

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) 2779.64 1302.52

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-30-step11.cnf
MD5SUM9bfe4b40d3567ce3687a43a15fbd33eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.7691
Satisfiable
(Un)Satisfiability was proved
Number of variables314455
Number of clauses2920820
Sum of the clauses size6301180
Maximum clause length145
Minimum clause length1
Number of clauses of size 1324
Number of clauses of size 22853423
Number of clauses of size 316851
Number of clauses of size 429788
Number of clauses of size 51583
Number of clauses of size over 518851

Solver Data

0.10/0.11	28:32 INFO : Reading from input HOME/instance-3313355-1304105310.cnf
8.67/8.36	Executor set job limit to 1000000
8.67/8.36	Executor set job limit to 1000000
8.67/8.36	Executor set job limit to 1000000
8.67/8.36	Executor set job limit to 1000000
8.67/8.36	Starting Executor!
8.67/8.36	Starting Executor!
8.67/8.36	Starting Executor!
8.67/8.36	Starting Executor!
52.98/49.96	29:21 INFO : 247897 variables remaining out of 314455
52.98/49.96	29:21 INFO : 48761860 literals remaining out of 9222000
2154.36/681.13	39:53 ERROR: Failed to solve instance
2154.36/681.13	java.lang.OutOfMemoryError: Java heap space
2154.36/681.13		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2154.36/681.13		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2154.36/681.13		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2154.36/681.13		at ibis.structure.WatchLists.build(WatchLists.java:58)
2154.36/681.13		at ibis.structure.Solver.<init>(Solver.java:45)
2154.36/681.13		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2154.36/681.13		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2154.36/681.13		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2154.36/681.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2154.36/681.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2154.36/681.13		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2154.36/681.13		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2154.36/681.13		at ibis.constellation.Executor.processActivities(Executor.java:75)
2154.36/681.13		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2154.36/681.13		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2154.36/681.13		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-3313355-1304105310/watcher-3313355-1304105310 -o /tmp/evaluation-result-3313355-1304105310/solver-3313355-1304105310 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313355-1304105310.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: 2.08 2.43 3.45 2/198 6353
/proc/meminfo: memFree=30627224/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 1369 0 0 0 0 0 0 0 23 0 2 0 522129652 24580096 850 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 6001 852 649 9 0 381 0
[pid=6353/tid=6354] ppid=6351 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 2 0 522129653 26714112 870 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210199724087 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0408021 s]
/proc/loadavg: 2.08 2.43 3.45 2/198 6353
/proc/meminfo: memFree=30627224/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 3798 0 1 0 2 0 0 0 23 0 13 0 522129652 15978749952 3238 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3901062 3238 1683 9 0 3891810 0
[pid=6353/tid=6354] ppid=6351 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) S 6351 6353 5740 0 -1 4202560 2408 0 1 0 2 0 0 0 25 0 13 0 522129653 15978749952 3238 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210204645376 0 2147483391 0 16800971 18446744071699207358 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100794 s]
/proc/loadavg: 2.08 2.43 3.45 2/198 6353
/proc/meminfo: memFree=30627224/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15676804 CPUtime=0.1 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 5601 0 1 0 9 1 0 0 23 0 18 0 522129652 16053047296 5041 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3919201 5041 2117 9 0 3909920 0
[pid=6353/tid=6354] ppid=6351 vsize=15676804 CPUtime=0.08 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 3485 0 1 0 8 0 0 0 18 0 18 0 522129653 16053047296 5041 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676804

[startup+0.300761 s]
/proc/loadavg: 2.08 2.43 3.45 2/198 6353
/proc/meminfo: memFree=30627224/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15680648 CPUtime=0.51 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 15960 0 1 0 49 2 0 0 23 0 18 0 522129652 16056983552 14446 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3920162 14453 2206 9 0 3910881 0
[pid=6353/tid=6354] ppid=6351 vsize=15680648 CPUtime=0.28 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 10977 0 1 0 27 1 0 0 18 0 18 0 522129653 16056983552 14456 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 46912505365742 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680648

[startup+0.700696 s]
/proc/loadavg: 2.08 2.43 3.45 2/198 6353
/proc/meminfo: memFree=30627224/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15680648 CPUtime=0.92 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 42261 0 1 0 87 5 0 0 23 0 18 0 522129652 16056983552 40745 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3920162 40745 2222 9 0 3910881 0
[pid=6353/tid=6354] ppid=6351 vsize=15680648 CPUtime=0.68 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 35540 0 1 0 64 4 0 0 18 0 18 0 522129653 16056983552 40745 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680648

[startup+1.50156 s]
/proc/loadavg: 2.08 2.43 3.45 5/216 6371
/proc/meminfo: memFree=30440344/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15680648 CPUtime=1.75 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 53336 0 1 0 168 7 0 0 23 0 18 0 522129652 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3920162 51803 2222 9 0 3910881 0
[pid=6353/tid=6354] ppid=6351 vsize=15680648 CPUtime=1.47 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 43277 0 1 0 142 5 0 0 19 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 46912505626017 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6353/tid=6356] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6356/stat : 6356 (java) S 6351 6353 5740 0 -1 4202560 1318 0 0 0 0 0 0 0 16 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6357] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6357/stat : 6357 (java) S 6351 6353 5740 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6358] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6358/stat : 6358 (java) S 6351 6353 5740 0 -1 4202560 1612 0 0 0 0 0 0 0 16 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6359] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6359/stat : 6359 (java) S 6351 6353 5740 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6360] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6360/stat : 6360 (java) S 6351 6353 5740 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6361] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6361/stat : 6361 (java) S 6351 6353 5740 0 -1 4202560 312 0 0 0 0 0 0 0 16 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6362] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6362/stat : 6362 (java) S 6351 6353 5740 0 -1 4202560 1341 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6363] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6363/stat : 6363 (java) S 6351 6353 5740 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6364] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6364/stat : 6364 (java) S 6351 6353 5740 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 522129654 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 0 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6365] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6365/stat : 6365 (java) S 6351 6353 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6366] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15680648 CPUtime=0.09 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1036 0 0 0 9 0 0 0 25 0 18 0 522129657 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15680648 CPUtime=0.13 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 2564 0 0 0 13 0 0 0 18 0 18 0 522129657 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522129657 16056983552 51803 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680648

[startup+3.10129 s]
/proc/loadavg: 2.08 2.43 3.45 3/216 6371
/proc/meminfo: memFree=30300240/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15680648 CPUtime=3.4 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 139962 0 1 0 324 16 0 0 23 0 18 0 522129652 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3920162 138419 2240 9 0 3910881 0
[pid=6353/tid=6354] ppid=6351 vsize=15680648 CPUtime=3.06 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 126772 0 1 0 292 14 0 0 25 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6353/tid=6356] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6356/stat : 6356 (java) S 6351 6353 5740 0 -1 4202560 1329 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6357] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6357/stat : 6357 (java) S 6351 6353 5740 0 -1 4202560 667 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6358] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6358/stat : 6358 (java) S 6351 6353 5740 0 -1 4202560 4185 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6359] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6359/stat : 6359 (java) S 6351 6353 5740 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6360] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6360/stat : 6360 (java) S 6351 6353 5740 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6361] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6361/stat : 6361 (java) S 6351 6353 5740 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6362] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6362/stat : 6362 (java) S 6351 6353 5740 0 -1 4202560 1342 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6363] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6363/stat : 6363 (java) S 6351 6353 5740 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 18 0 522129653 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6364] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6364/stat : 6364 (java) S 6351 6353 5740 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 522129654 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 0 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6365] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6365/stat : 6365 (java) S 6351 6353 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6366] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15680648 CPUtime=0.11 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1047 0 0 0 11 0 0 0 16 0 18 0 522129657 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15680648 CPUtime=0.15 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 2617 0 0 0 15 0 0 0 15 0 18 0 522129657 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522129657 16056983552 138419 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 15680648

[startup+6.30076 s]
/proc/loadavg: 2.08 2.42 3.44 3/216 6371
/proc/meminfo: memFree=30038248/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15680648 CPUtime=6.67 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 155614 0 1 0 648 19 0 0 23 0 18 0 522129652 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3920162 151409 2240 9 0 3910881 0
[pid=6353/tid=6354] ppid=6351 vsize=15680648 CPUtime=6.23 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) R 6351 6353 5740 0 -1 4202560 126779 0 1 0 607 16 0 0 25 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 46912505640315 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6353/tid=6356] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6356/stat : 6356 (java) S 6351 6353 5740 0 -1 4202560 1329 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6357] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6357/stat : 6357 (java) S 6351 6353 5740 0 -1 4202560 667 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6358] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6358/stat : 6358 (java) S 6351 6353 5740 0 -1 4202560 4185 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6359] ppid=6351 vsize=15680648 CPUtime=0.02 cores=1,3,5,7
/proc/6353/task/6359/stat : 6359 (java) S 6351 6353 5740 0 -1 4202560 5138 0 0 0 2 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6360] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6360/stat : 6360 (java) S 6351 6353 5740 0 -1 4202560 10255 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6361] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6361/stat : 6361 (java) S 6351 6353 5740 0 -1 4202560 312 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6362] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6362/stat : 6362 (java) S 6351 6353 5740 0 -1 4202560 1342 0 0 0 0 0 0 0 16 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6363] ppid=6351 vsize=15680648 CPUtime=0.01 cores=1,3,5,7
/proc/6353/task/6363/stat : 6363 (java) S 6351 6353 5740 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 18 0 522129653 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6364] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6364/stat : 6364 (java) S 6351 6353 5740 0 -1 4202560 479 0 0 0 0 0 0 0 15 0 18 0 522129654 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 0 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6365] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6365/stat : 6365 (java) S 6351 6353 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6366] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522129654 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15680648 CPUtime=0.11 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1047 0 0 0 11 0 0 0 16 0 18 0 522129657 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15680648 CPUtime=0.15 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 2617 0 0 0 15 0 0 0 15 0 18 0 522129657 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522129657 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15680648 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522129657 16056983552 151409 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0

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

[pid=6353/tid=6366] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15750296 CPUtime=0.77 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1137 0 0 0 77 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15750296 CPUtime=1.81 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 17396 0 0 0 179 2 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6372] ppid=6351 vsize=15750296 CPUtime=465.67 cores=1,3,5,7
/proc/6353/task/6372/stat : 6372 (java) S 6351 6353 5740 0 -1 4202560 20720 0 0 0 46564 3 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6373] ppid=6351 vsize=15750296 CPUtime=461.66 cores=1,3,5,7
/proc/6353/task/6373/stat : 6373 (java) S 6351 6353 5740 0 -1 4202560 428 0 0 0 46165 1 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6374] ppid=6351 vsize=15750296 CPUtime=507.38 cores=1,3,5,7
/proc/6353/task/6374/stat : 6374 (java) S 6351 6353 5740 0 -1 4202560 103369 0 0 0 50726 12 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6375] ppid=6351 vsize=15750296 CPUtime=462.66 cores=1,3,5,7
/proc/6353/task/6375/stat : 6375 (java) S 6351 6353 5740 0 -1 4202560 103259 0 0 0 46255 11 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2659.37
Current children cumulated vsize (KiB) 15750296

[startup+1242.3 s]
/proc/loadavg: 5.15 5.48 5.40 4/220 6408
/proc/meminfo: memFree=852680/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15750296 CPUtime=2719.39 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 4496386 0 1 0 271224 715 0 0 23 0 22 0 522129652 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3937574 3832556 2294 9 0 3928293 0
[pid=6353/tid=6354] ppid=6351 vsize=15750296 CPUtime=49.27 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) S 6351 6353 5740 0 -1 4202560 155608 0 1 0 4906 21 0 0 25 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6356] ppid=6351 vsize=15750296 CPUtime=14.92 cores=1,3,5,7
/proc/6353/task/6356/stat : 6356 (java) S 6351 6353 5740 0 -1 4202560 543282 0 0 0 1401 91 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6357] ppid=6351 vsize=15750296 CPUtime=15.2 cores=1,3,5,7
/proc/6353/task/6357/stat : 6357 (java) S 6351 6353 5740 0 -1 4202560 429314 0 0 0 1448 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6358] ppid=6351 vsize=15750296 CPUtime=15.25 cores=1,3,5,7
/proc/6353/task/6358/stat : 6358 (java) S 6351 6353 5740 0 -1 4202560 570835 0 0 0 1434 91 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6359] ppid=6351 vsize=15750296 CPUtime=14.69 cores=1,3,5,7
/proc/6353/task/6359/stat : 6359 (java) S 6351 6353 5740 0 -1 4202560 440980 0 0 0 1397 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6360] ppid=6351 vsize=15750296 CPUtime=14.41 cores=1,3,5,7
/proc/6353/task/6360/stat : 6360 (java) S 6351 6353 5740 0 -1 4202560 468785 0 0 0 1367 74 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6361] ppid=6351 vsize=15750296 CPUtime=14.41 cores=1,3,5,7
/proc/6353/task/6361/stat : 6361 (java) S 6351 6353 5740 0 -1 4202560 463916 0 0 0 1369 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6362] ppid=6351 vsize=15750296 CPUtime=13.91 cores=1,3,5,7
/proc/6353/task/6362/stat : 6362 (java) S 6351 6353 5740 0 -1 4202560 368335 0 0 0 1328 63 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6363] ppid=6351 vsize=15750296 CPUtime=16.32 cores=1,3,5,7
/proc/6353/task/6363/stat : 6363 (java) S 6351 6353 5740 0 -1 4202560 484534 0 0 0 1558 74 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6364] ppid=6351 vsize=15750296 CPUtime=650.87 cores=1,3,5,7
/proc/6353/task/6364/stat : 6364 (java) R 6351 6353 5740 0 -1 4202560 322937 0 0 0 65040 47 0 0 19 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 47625184681236 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6353/tid=6365] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6365/stat : 6365 (java) S 6351 6353 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6366] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15750296 CPUtime=0.77 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1137 0 0 0 77 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15750296 CPUtime=1.81 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 17396 0 0 0 179 2 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6372] ppid=6351 vsize=15750296 CPUtime=465.67 cores=1,3,5,7
/proc/6353/task/6372/stat : 6372 (java) S 6351 6353 5740 0 -1 4202560 20730 0 0 0 46564 3 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6373] ppid=6351 vsize=15750296 CPUtime=461.67 cores=1,3,5,7
/proc/6353/task/6373/stat : 6373 (java) S 6351 6353 5740 0 -1 4202560 472 0 0 0 46166 1 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6374] ppid=6351 vsize=15750296 CPUtime=507.38 cores=1,3,5,7
/proc/6353/task/6374/stat : 6374 (java) S 6351 6353 5740 0 -1 4202560 103408 0 0 0 50726 12 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6375] ppid=6351 vsize=15750296 CPUtime=462.68 cores=1,3,5,7
/proc/6353/task/6375/stat : 6375 (java) S 6351 6353 5740 0 -1 4202560 103259 0 0 0 46257 11 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2719.39
Current children cumulated vsize (KiB) 15750296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.97 4.85 5.18 2/193 6430
/proc/meminfo: memFree=15888712/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=15750296 CPUtime=2777.12 cores=1,3,5,7
/proc/6353/stat : 6353 (java) S 6351 6353 5740 0 -1 4202496 4496484 0 1 0 276996 716 0 0 23 0 22 0 522129652 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 3937574 3832556 2294 9 0 3928293 0
[pid=6353/tid=6354] ppid=6351 vsize=15750296 CPUtime=49.27 cores=1,3,5,7
/proc/6353/task/6354/stat : 6354 (java) S 6351 6353 5740 0 -1 4202560 155608 0 1 0 4906 21 0 0 25 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6356] ppid=6351 vsize=15750296 CPUtime=14.92 cores=1,3,5,7
/proc/6353/task/6356/stat : 6356 (java) S 6351 6353 5740 0 -1 4202560 543282 0 0 0 1401 91 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6357] ppid=6351 vsize=15750296 CPUtime=15.2 cores=1,3,5,7
/proc/6353/task/6357/stat : 6357 (java) S 6351 6353 5740 0 -1 4202560 429314 0 0 0 1448 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6358] ppid=6351 vsize=15750296 CPUtime=15.25 cores=1,3,5,7
/proc/6353/task/6358/stat : 6358 (java) S 6351 6353 5740 0 -1 4202560 570835 0 0 0 1434 91 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6359] ppid=6351 vsize=15750296 CPUtime=14.69 cores=1,3,5,7
/proc/6353/task/6359/stat : 6359 (java) S 6351 6353 5740 0 -1 4202560 440980 0 0 0 1397 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6360] ppid=6351 vsize=15750296 CPUtime=14.41 cores=1,3,5,7
/proc/6353/task/6360/stat : 6360 (java) S 6351 6353 5740 0 -1 4202560 468785 0 0 0 1367 74 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6361] ppid=6351 vsize=15750296 CPUtime=14.41 cores=1,3,5,7
/proc/6353/task/6361/stat : 6361 (java) S 6351 6353 5740 0 -1 4202560 463916 0 0 0 1369 72 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6362] ppid=6351 vsize=15750296 CPUtime=13.91 cores=1,3,5,7
/proc/6353/task/6362/stat : 6362 (java) S 6351 6353 5740 0 -1 4202560 368335 0 0 0 1328 63 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6363] ppid=6351 vsize=15750296 CPUtime=16.32 cores=1,3,5,7
/proc/6353/task/6363/stat : 6363 (java) S 6351 6353 5740 0 -1 4202560 484534 0 0 0 1558 74 0 0 16 0 22 0 522129653 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6364] ppid=6351 vsize=15750296 CPUtime=708.56 cores=1,3,5,7
/proc/6353/task/6364/stat : 6364 (java) R 6351 6353 5740 0 -1 4202560 322939 0 0 0 70808 48 0 0 18 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 47625184680017 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=6353/tid=6365] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6365/stat : 6365 (java) S 6351 6353 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6366] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6366/stat : 6366 (java) S 6351 6353 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522129654 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6367] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6367/stat : 6367 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216470961 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6368] ppid=6351 vsize=15750296 CPUtime=0.77 cores=1,3,5,7
/proc/6353/task/6368/stat : 6368 (java) S 6351 6353 5740 0 -1 4202560 1137 0 0 0 77 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6369] ppid=6351 vsize=15750296 CPUtime=1.81 cores=1,3,5,7
/proc/6353/task/6369/stat : 6369 (java) S 6351 6353 5740 0 -1 4202560 17396 0 0 0 179 2 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 7 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) S 6351 6353 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6371] ppid=6351 vsize=15750296 CPUtime=0 cores=1,3,5,7
/proc/6353/task/6371/stat : 6371 (java) S 6351 6353 5740 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 522129657 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463872 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
[pid=6353/tid=6372] ppid=6351 vsize=15750296 CPUtime=465.68 cores=1,3,5,7
/proc/6353/task/6372/stat : 6372 (java) S 6351 6353 5740 0 -1 4202560 20760 0 0 0 46565 3 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 3 0 0 0
[pid=6353/tid=6373] ppid=6351 vsize=15750296 CPUtime=461.67 cores=1,3,5,7
/proc/6353/task/6373/stat : 6373 (java) S 6351 6353 5740 0 -1 4202560 498 0 0 0 46166 1 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6374] ppid=6351 vsize=15750296 CPUtime=507.38 cores=1,3,5,7
/proc/6353/task/6374/stat : 6374 (java) S 6351 6353 5740 0 -1 4202560 103446 0 0 0 50726 12 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 1 0 0 0
[pid=6353/tid=6375] ppid=6351 vsize=15750296 CPUtime=462.7 cores=1,3,5,7
/proc/6353/task/6375/stat : 6375 (java) S 6351 6353 5740 0 -1 4202560 103259 0 0 0 46259 11 0 0 15 0 22 0 522130489 16128303104 3832556 33554432000 1073741824 1073778376 140735423674048 18446744073709551615 210216463257 0 4 0 16800975 18446604471126688704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2777.12
Current children cumulated vsize (KiB) 15750296

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6353

[startup+1302.3 s]
/proc/loadavg: 2.97 4.85 5.18 2/194 6431
/proc/meminfo: memFree=15888704/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=0 CPUtime=2779.41 cores=1,3,5,7
/proc/6353/stat : 6353 (java) Z 6351 6353 5740 0 -1 4203548 4496497 0 1 0 277197 744 0 0 18 0 2 0 522129652 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 0 0 0 0 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) R 6351 6353 5740 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522129657 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) 2779.41
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.97 4.85 5.18 2/194 6431
/proc/meminfo: memFree=15888704/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=0 CPUtime=2779.51 cores=1,3,5,7
/proc/6353/stat : 6353 (java) Z 6351 6353 5740 0 -1 4203548 4496497 0 1 0 277197 754 0 0 18 0 2 0 522129652 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 0 0 0 0 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) R 6351 6353 5740 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 522129657 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) 2779.51
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 2.97 4.85 5.18 2/194 6431
/proc/meminfo: memFree=15888704/32951124 swapFree=67106928/67111528
[pid=6353] ppid=6351 vsize=0 CPUtime=2779.61 cores=1,3,5,7
/proc/6353/stat : 6353 (java) Z 6351 6353 5740 0 -1 4203548 4496497 0 1 0 277197 764 0 0 18 0 2 0 522129652 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6353/statm: 0 0 0 0 0 0 0
[pid=6353/tid=6370] ppid=6351 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/6353/task/6370/stat : 6370 (java) R 6351 6353 5740 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 522129657 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) 2779.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2779.64
CPU user time (s): 2771.98
CPU system time (s): 7.66183
CPU usage (%): 213.405
Max. virtual memory (cumulated for all children) (KiB): 15750296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2771.98
system time used= 7.66183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4496497
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51014
involuntary context switches= 57560

runsolver used 2.12568 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 21:28:32
IDJOB=3313355
IDBENCH=82421
IDSOLVER=1699
FILE ID=node130/3313355-1304105310
RUNJOBID= node130-1304100078-5759
PBS_JOBID= 13170623
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-30-step11.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313355-1304105310/watcher-3313355-1304105310 -o /tmp/evaluation-result-3313355-1304105310/solver-3313355-1304105310 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313355-1304105310.cnf

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

MD5SUM BENCH= 9bfe4b40d3567ce3687a43a15fbd33eb
RANDOM SEED=341257366

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30627388 kB
Buffers:        148216 kB
Cached:        1239464 kB
SwapCached:       1280 kB
Active:         687844 kB
Inactive:      1356384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30627388 kB
SwapTotal:    67111528 kB
SwapFree:     67106928 kB
Dirty:           69692 kB
Writeback:           0 kB
AnonPages:      655540 kB
Mapped:          23372 kB
Slab:           215292 kB
PageTables:       5948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1465180 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= 71944 MiB
End job on node130 at 2011-04-29 21:50:14