Trace number 3311173

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 (hbr=2)? (TO) 2190.58 1302.59

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
MD5SUM785309e098f4d0ba8da3027c8426e931
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.957
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	33:50 INFO : Reading from input HOME/instance-3311173-1304112830.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
4.19/2.34	33:52 INFO : 29887 variables remaining out of 30000
4.19/2.34	33:52 INFO : 501124 literals remaining out of 504000
1220.20/333.80	39:22 ERROR: Failed to solve instance
1220.20/333.80	java.lang.OutOfMemoryError: Java heap space
1220.20/333.80		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1220.20/333.80		at gnu.trove.THash.postInsertHook(THash.java:370)
1220.20/333.80		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1220.20/333.80		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1220.20/333.80		at ibis.structure.Subsumming.run(Subsumming.java:58)
1220.20/333.80		at ibis.structure.Solver.simplify(Solver.java:205)
1220.20/333.80		at ibis.structure.Solver.solve(Solver.java:113)
1220.20/333.80		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1220.20/333.80		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1220.20/333.80		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1220.20/333.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1220.20/333.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1220.20/333.80		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1220.20/333.80		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1220.20/333.80		at ibis.constellation.Executor.processActivities(Executor.java:75)
1220.20/333.80		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1220.20/333.80		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1220.20/333.80		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1716.14/828.24	46:22 ERROR: Failed to solve instance
1716.14/828.24	java.lang.OutOfMemoryError: Java heap space
1716.14/828.24		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:50)
1716.14/828.24		at ibis.structure.Solver.simplify(Solver.java:191)
1716.14/828.24		at ibis.structure.Solver.solve(Solver.java:113)
1716.14/828.24		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1716.14/828.24		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1716.14/828.24		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1716.14/828.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1716.14/828.24		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1716.14/828.24		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1716.14/828.24		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1716.14/828.24		at ibis.constellation.Executor.processActivities(Executor.java:75)
1716.14/828.24		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1716.14/828.24		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1716.14/828.24		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-3311173-1304112830/watcher-3311173-1304112830 -o /tmp/evaluation-result-3311173-1304112830/solver-3311173-1304112830 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311173-1304112830.cnf -hbr 2 

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

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.16 4.30 5.84 3/194 3958
/proc/meminfo: memFree=29366280/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 1384 0 0 0 0 0 0 0 23 0 2 0 601513656 24580096 863 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 6001 863 660 9 0 381 0
[pid=3958/tid=3959] ppid=3956 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) S 3956 3958 3239 0 -1 4202560 56 0 0 0 0 0 0 0 24 0 2 0 601513656 26714112 885 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251362623111 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.0840191 s]
/proc/loadavg: 2.16 4.30 5.84 3/194 3958
/proc/meminfo: memFree=29366280/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15675600 CPUtime=0.08 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 5364 0 1 0 8 0 0 0 23 0 18 0 601513656 16051814400 4791 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3918900 4791 2116 9 0 3909619 0
[pid=3958/tid=3959] ppid=3956 vsize=15675600 CPUtime=0.06 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) R 3956 3958 3239 0 -1 4202560 3222 0 1 0 6 0 0 0 18 0 18 0 601513656 16051814400 4792 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872356932435 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15675600

[startup+0.100413 s]
/proc/loadavg: 2.16 4.30 5.84 3/194 3958
/proc/meminfo: memFree=29366280/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15675600 CPUtime=0.1 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 5625 0 1 0 10 0 0 0 23 0 18 0 601513656 16051814400 5052 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3918900 5052 2118 9 0 3909619 0
[pid=3958/tid=3959] ppid=3956 vsize=15675600 CPUtime=0.08 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) R 3956 3958 3239 0 -1 4202560 3482 0 1 0 8 0 0 0 18 0 18 0 601513656 16051814400 5052 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872354834451 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675600

[startup+0.300371 s]
/proc/loadavg: 2.16 4.30 5.84 3/194 3958
/proc/meminfo: memFree=29366280/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15681020 CPUtime=0.53 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 15643 0 1 0 50 3 0 0 23 0 18 0 601513656 16057364480 13849 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3920255 13855 2207 9 0 3910974 0
[pid=3958/tid=3959] ppid=3956 vsize=15681020 CPUtime=0.28 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) R 3956 3958 3239 0 -1 4202560 10529 0 1 0 26 2 0 0 18 0 18 0 601513656 16057364480 13858 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 46912505589786 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15681020

[startup+0.700289 s]
/proc/loadavg: 2.16 4.30 5.84 3/194 3958
/proc/meminfo: memFree=29366280/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15681020 CPUtime=0.93 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 41874 0 1 0 87 6 0 0 23 0 18 0 601513656 16057364480 40076 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3920255 40076 2223 9 0 3910974 0
[pid=3958/tid=3959] ppid=3956 vsize=15681020 CPUtime=0.67 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) R 3956 3958 3239 0 -1 4202560 35514 0 1 0 62 5 0 0 18 0 18 0 601513656 16057364480 40076 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 46912505640482 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681020

[startup+1.50109 s]
/proc/loadavg: 2.30 4.29 5.83 6/220 3984
/proc/meminfo: memFree=29033816/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15714764 CPUtime=2.46 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 56413 0 1 0 238 8 0 0 23 0 22 0 601513656 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3928691 50071 2259 9 0 3919410 0
[pid=3958/tid=3959] ppid=3956 vsize=15714764 CPUtime=1.46 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) R 3956 3958 3239 0 -1 4202560 35611 0 1 0 141 5 0 0 18 0 22 0 601513656 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872352808580 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 3239 0 -1 4202560 1023 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 3239 0 -1 4202560 842 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 3239 0 -1 4202560 890 0 0 0 0 0 0 0 16 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 785 0 0 0 0 0 0 0 16 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 22 0 601513657 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 3239 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 601513658 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 0 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 3239 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601513658 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 3239 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601513658 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379370417 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=15714764 CPUtime=0.19 cores=0,2,4,6
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 3239 0 -1 4202560 1509 0 0 0 19 0 0 0 15 0 22 0 601513660 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=15714764 CPUtime=0.74 cores=0,2,4,6
/proc/3958/task/3974/stat : 3974 (java) R 3956 3958 3239 0 -1 4202560 14114 0 0 0 73 1 0 0 16 0 22 0 601513660 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872353264298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601513660 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3981] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3981/stat : 3981 (java) S 3956 3958 3239 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601513732 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3982] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3982/stat : 3982 (java) S 3956 3958 3239 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601513732 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3983] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3983/stat : 3983 (java) S 3956 3958 3239 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601513732 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3984] ppid=3956 vsize=15714764 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3984/stat : 3984 (java) S 3956 3958 3239 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601513733 16091918336 50071 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 15714764

[startup+3.11179 s]
/proc/loadavg: 2.30 4.29 5.83 7/220 3984
/proc/meminfo: memFree=28911728/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15714892 CPUtime=6.16 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 77276 0 1 0 605 11 0 0 23 0 22 0 601513656 16092049408 65685 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3928723 65685 2275 9 0 3919442 0
[pid=3958/tid=3959] ppid=3956 vsize=15714892 CPUtime=2.31 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) S 3956 3958 3239 0 -1 4202560 35670 0 1 0 226 5 0 0 18 0 22 0 601513656 16092049408 65685 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=15714892 CPUtime=0.02 cores=0,2,4,6
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 3239 0 -1 4202560 3450 0 0 0 2 0 0 0 18 0 22 0 601513657 16092049408 65685 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 3239 0 -1 4202560 842 0 0 0 0 0 0 0 17 0 22 0 601513657 16092049408 65685 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 3239 0 -1 4202560 890 0 0 0 0 0 0 0 15 0 22 0 601513657 16092049408 65685 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=15714892 CPUtime=0.02 cores=0,2,4,6
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 3239 0 -1 4202560 3300 0 0 0 2 0 0 0 15 0 22 0 601513657 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=15714892 CPUtime=0.02 cores=0,2,4,6
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 3468 0 0 0 2 0 0 0 18 0 22 0 601513657 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 98 0 0 0 0 0 0 0 17 0 22 0 601513657 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714892 CPUtime=0.02 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 3563 0 0 0 2 0 0 0 16 0 22 0 601513657 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 22 0 601513657 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 3239 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 0 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 3239 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601513658 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 3239 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601513658 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379370417 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=15714892 CPUtime=0.75 cores=0,2,4,6
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 3239 0 -1 4202560 5277 0 0 0 74 1 0 0 15 0 22 0 601513660 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=15714892 CPUtime=1.64 cores=0,2,4,6
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 3239 0 -1 4202560 16733 0 0 0 162 2 0 0 15 0 22 0 601513660 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601513660 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3981] ppid=3956 vsize=15714892 CPUtime=0.54 cores=0,2,4,6
/proc/3958/task/3981/stat : 3981 (java) R 3956 3958 3239 0 -1 4202560 117 0 0 0 54 0 0 0 15 0 22 0 601513732 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 46912506361741 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3958/tid=3982] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3982/stat : 3982 (java) S 3956 3958 3239 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601513732 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3983] ppid=3956 vsize=15714892 CPUtime=0.42 cores=0,2,4,6
/proc/3958/task/3983/stat : 3983 (java) R 3956 3958 3239 0 -1 4202560 2346 0 0 0 42 0 0 0 16 0 22 0 601513732 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872356932449 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3958/tid=3984] ppid=3956 vsize=15714892 CPUtime=0.32 cores=0,2,4,6
/proc/3958/task/3984/stat : 3984 (java) S 3956 3958 3239 0 -1 4202560 8 0 0 0 32 0 0 0 16 0 22 0 601513733 16092049408 65686 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 15714892

[startup+6.30115 s]
/proc/loadavg: 2.84 4.37 5.84 13/220 3984
/proc/meminfo: memFree=27438372/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15714892 CPUtime=18.64 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 281238 0 1 0 1824 40 0 0 23 0 22 0 601513656 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3928723 269088 2275 9 0 3919442 0
[pid=3958/tid=3959] ppid=3956 vsize=15714892 CPUtime=2.31 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) S 3956 3958 3239 0 -1 4202560 35670 0 1 0 226 5 0 0 18 0 22 0 601513656 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=15714892 CPUtime=0.09 cores=0,2,4,6
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 3239 0 -1 4202560 16938 0 0 0 7 2 0 0 16 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=15714892 CPUtime=0.22 cores=0,2,4,6
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 3239 0 -1 4202560 31055 0 0 0 18 4 0 0 16 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=15714892 CPUtime=0.03 cores=0,2,4,6
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 3239 0 -1 4202560 5438 0 0 0 3 0 0 0 15 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=15714892 CPUtime=0.13 cores=0,2,4,6
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 3239 0 -1 4202560 20051 0 0 0 11 2 0 0 15 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=15714892 CPUtime=0.09 cores=0,2,4,6
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 14480 0 0 0 7 2 0 0 15 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714892 CPUtime=0.22 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 32627 0 0 0 17 5 0 0 16 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714892 CPUtime=0.04 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 11606 0 0 0 3 1 0 0 16 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714892 CPUtime=0.12 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 19549 0 0 0 9 3 0 0 16 0 22 0 601513657 16092049408 269088 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0

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

/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 228054 0 0 0 161 38 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714892 CPUtime=2.35 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 329256 0 0 0 173 62 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714892 CPUtime=2.95 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 429922 0 0 0 218 77 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714892 CPUtime=2.72 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 327468 0 0 0 213 59 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=15714892 CPUtime=882.96 cores=0,2,4,6
/proc/3958/task/3969/stat : 3969 (java) R 3956 3958 3239 0 -1 4202560 715354 0 0 0 88174 122 0 0 25 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872353304925 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 3239 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 3239 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379370417 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=15714892 CPUtime=0.81 cores=0,2,4,6
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 3239 0 -1 4202560 5280 0 0 0 80 1 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=15714892 CPUtime=1.83 cores=0,2,4,6
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 3239 0 -1 4202560 16758 0 0 0 181 2 0 0 16 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 3239 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3981] ppid=3956 vsize=15714892 CPUtime=290.52 cores=0,2,4,6
/proc/3958/task/3981/stat : 3981 (java) S 3956 3958 3239 0 -1 4202560 119534 0 0 0 29029 23 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3982] ppid=3956 vsize=15714892 CPUtime=290.23 cores=0,2,4,6
/proc/3958/task/3982/stat : 3982 (java) S 3956 3958 3239 0 -1 4202560 97723 0 0 0 29007 16 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3983] ppid=3956 vsize=15714892 CPUtime=291.45 cores=0,2,4,6
/proc/3958/task/3983/stat : 3983 (java) S 3956 3958 3239 0 -1 4202560 103547 0 0 0 29112 33 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3984] ppid=3956 vsize=15714892 CPUtime=290.15 cores=0,2,4,6
/proc/3958/task/3984/stat : 3984 (java) S 3956 3958 3239 0 -1 4202560 106945 0 0 0 28994 21 0 0 15 0 22 0 601513733 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2070.56
Current children cumulated vsize (KiB) 15714892

[startup+1242.3 s]
/proc/loadavg: 3.09 4.61 5.39 2/193 4040
/proc/meminfo: memFree=13968908/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15714892 CPUtime=2130.55 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 3905788 0 1 0 212337 718 0 0 23 0 22 0 601513656 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3928723 3847298 2293 9 0 3919442 0
[pid=3958/tid=3959] ppid=3956 vsize=15714892 CPUtime=2.31 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) S 3956 3958 3239 0 -1 4202560 35670 0 1 0 226 5 0 0 18 0 22 0 601513656 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=15714892 CPUtime=2.52 cores=0,2,4,6
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 3239 0 -1 4202560 331753 0 0 0 195 57 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=15714892 CPUtime=2.7 cores=0,2,4,6
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 3239 0 -1 4202560 359617 0 0 0 206 64 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=15714892 CPUtime=2.5 cores=0,2,4,6
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 3239 0 -1 4202560 339389 0 0 0 188 62 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=15714892 CPUtime=2.43 cores=0,2,4,6
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 3239 0 -1 4202560 357481 0 0 0 177 66 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=15714892 CPUtime=1.99 cores=0,2,4,6
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 228054 0 0 0 161 38 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714892 CPUtime=2.35 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 329256 0 0 0 173 62 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714892 CPUtime=2.95 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 429922 0 0 0 218 77 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714892 CPUtime=2.72 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 327468 0 0 0 213 59 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=15714892 CPUtime=942.94 cores=0,2,4,6
/proc/3958/task/3969/stat : 3969 (java) R 3956 3958 3239 0 -1 4202560 715359 0 0 0 94170 124 0 0 18 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872351737664 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 3239 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 3239 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379370417 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=15714892 CPUtime=0.81 cores=0,2,4,6
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 3239 0 -1 4202560 5280 0 0 0 80 1 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=15714892 CPUtime=1.83 cores=0,2,4,6
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 3239 0 -1 4202560 16758 0 0 0 181 2 0 0 16 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 3239 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3981] ppid=3956 vsize=15714892 CPUtime=290.53 cores=0,2,4,6
/proc/3958/task/3981/stat : 3981 (java) S 3956 3958 3239 0 -1 4202560 119622 0 0 0 29029 24 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3982] ppid=3956 vsize=15714892 CPUtime=290.23 cores=0,2,4,6
/proc/3958/task/3982/stat : 3982 (java) S 3956 3958 3239 0 -1 4202560 97725 0 0 0 29007 16 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3983] ppid=3956 vsize=15714892 CPUtime=291.46 cores=0,2,4,6
/proc/3958/task/3983/stat : 3983 (java) S 3956 3958 3239 0 -1 4202560 104032 0 0 0 29112 34 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3984] ppid=3956 vsize=15714892 CPUtime=290.15 cores=0,2,4,6
/proc/3958/task/3984/stat : 3984 (java) S 3956 3958 3239 0 -1 4202560 106945 0 0 0 28994 21 0 0 15 0 22 0 601513733 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2130.55
Current children cumulated vsize (KiB) 15714892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 4.00 5.14 2/193 4042
/proc/meminfo: memFree=13968736/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=15714892 CPUtime=2187.99 cores=0,2,4,6
/proc/3958/stat : 3958 (java) S 3956 3958 3239 0 -1 4202496 3906362 0 1 0 218080 719 0 0 23 0 22 0 601513656 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 3928723 3847298 2293 9 0 3919442 0
[pid=3958/tid=3959] ppid=3956 vsize=15714892 CPUtime=2.31 cores=0,2,4,6
/proc/3958/task/3959/stat : 3959 (java) S 3956 3958 3239 0 -1 4202560 35670 0 1 0 226 5 0 0 18 0 22 0 601513656 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=15714892 CPUtime=2.52 cores=0,2,4,6
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 3239 0 -1 4202560 331753 0 0 0 195 57 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=15714892 CPUtime=2.7 cores=0,2,4,6
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 3239 0 -1 4202560 359617 0 0 0 206 64 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=15714892 CPUtime=2.5 cores=0,2,4,6
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 3239 0 -1 4202560 339389 0 0 0 188 62 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=15714892 CPUtime=2.43 cores=0,2,4,6
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 3239 0 -1 4202560 357481 0 0 0 177 66 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=15714892 CPUtime=1.99 cores=0,2,4,6
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 3239 0 -1 4202560 228054 0 0 0 161 38 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=15714892 CPUtime=2.35 cores=0,2,4,6
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 3239 0 -1 4202560 329256 0 0 0 173 62 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=15714892 CPUtime=2.95 cores=0,2,4,6
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 3239 0 -1 4202560 429922 0 0 0 218 77 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 6 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=15714892 CPUtime=2.72 cores=0,2,4,6
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 3239 0 -1 4202560 327468 0 0 0 213 59 0 0 16 0 22 0 601513657 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=15714892 CPUtime=1000.36 cores=0,2,4,6
/proc/3958/task/3969/stat : 3969 (java) R 3956 3958 3239 0 -1 4202560 715364 0 0 0 99912 124 0 0 18 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 47872353329328 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 3239 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 3239 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 601513658 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379370417 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=15714892 CPUtime=0.81 cores=0,2,4,6
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 3239 0 -1 4202560 5280 0 0 0 80 1 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=15714892 CPUtime=1.83 cores=0,2,4,6
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 3239 0 -1 4202560 16758 0 0 0 181 2 0 0 16 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=15714892 CPUtime=0 cores=0,2,4,6
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 3239 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601513660 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379363328 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3981] ppid=3956 vsize=15714892 CPUtime=290.53 cores=0,2,4,6
/proc/3958/task/3981/stat : 3981 (java) S 3956 3958 3239 0 -1 4202560 120189 0 0 0 29029 24 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3982] ppid=3956 vsize=15714892 CPUtime=290.23 cores=0,2,4,6
/proc/3958/task/3982/stat : 3982 (java) S 3956 3958 3239 0 -1 4202560 97725 0 0 0 29007 16 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 0 0 0 0
[pid=3958/tid=3983] ppid=3956 vsize=15714892 CPUtime=291.46 cores=0,2,4,6
/proc/3958/task/3983/stat : 3983 (java) S 3956 3958 3239 0 -1 4202560 104032 0 0 0 29112 34 0 0 15 0 22 0 601513732 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 4 0 0 0
[pid=3958/tid=3984] ppid=3956 vsize=15714892 CPUtime=290.15 cores=0,2,4,6
/proc/3958/task/3984/stat : 3984 (java) S 3956 3958 3239 0 -1 4202560 106945 0 0 0 28994 21 0 0 15 0 22 0 601513733 16092049408 3847298 33554432000 1073741824 1073778376 140736324821952 18446744073709551615 251379362713 0 4 0 16800975 18446604453894612864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2187.99
Current children cumulated vsize (KiB) 15714892

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3958

[startup+1302.3 s]
/proc/loadavg: 1.84 3.97 5.12 2/194 4043
/proc/meminfo: memFree=13968604/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=0 CPUtime=2190.28 cores=0,2,4,6
/proc/3958/stat : 3958 (java) Z 3956 3958 3239 0 -1 4203548 3906392 0 1 0 218281 747 0 0 18 0 2 0 601513656 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 0 0 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) R 3956 3958 3239 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 601513660 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2190.28
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.84 3.97 5.12 2/194 4043
/proc/meminfo: memFree=13968604/32950928 swapFree=67111352/67111528
[pid=3958] ppid=3956 vsize=0 CPUtime=2190.48 cores=0,2,4,6
/proc/3958/stat : 3958 (java) Z 3956 3958 3239 0 -1 4203548 3906392 0 1 0 218281 767 0 0 18 0 2 0 601513656 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3958/statm: 0 0 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/3958/task/3975/stat : 3975 (java) R 3956 3958 3239 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 601513660 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2190.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 2190.58
CPU user time (s): 2182.82
CPU system time (s): 7.76282
CPU usage (%): 168.171
Max. virtual memory (cumulated for all children) (KiB): 15714892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2182.82
system time used= 7.76282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3906392
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= 64583
involuntary context switches= 49599

runsolver used 2.04369 second user time and 5.10222 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 23:33:50
IDJOB=3311173
IDBENCH=82558
IDSOLVER=1698
FILE ID=node113/3311173-1304112830
RUNJOBID= node113-1304112830-3921
PBS_JOBID= 13170664
Free space on /tmp= 71164 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311173-1304112830/watcher-3311173-1304112830 -o /tmp/evaluation-result-3311173-1304112830/solver-3311173-1304112830 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311173-1304112830.cnf -hbr 2

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

MD5SUM BENCH= 785309e098f4d0ba8da3027c8426e931
RANDOM SEED=1810209517

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29366676 kB
Buffers:        723100 kB
Cached:        2268376 kB
SwapCached:         12 kB
Active:         164720 kB
Inactive:      2902156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29366676 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6744 kB
Writeback:          16 kB
AnonPages:       74804 kB
Mapped:          22616 kB
Slab:           453156 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   777384 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= 71164 MiB
End job on node113 at 2011-04-29 23:55:32