Trace number 3312404

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) 2213.07 1302.55

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	47:37 INFO : Reading from input HOME/instance-3312404-1304113657.cnf
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
3.16/2.05	47:39 INFO : 34873 variables remaining out of 34999
3.16/2.05	47:39 INFO : 584684 literals remaining out of 588000
1249.19/340.82	53:18 ERROR: Failed to solve instance
1249.19/340.82	java.lang.OutOfMemoryError: Java heap space
1249.19/340.82		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1249.19/340.82		at gnu.trove.THash.postInsertHook(THash.java:370)
1249.19/340.82		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1249.19/340.82		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1249.19/340.82		at ibis.structure.Subsumming.run(Subsumming.java:58)
1249.19/340.82		at ibis.structure.Solver.simplify(Solver.java:205)
1249.19/340.82		at ibis.structure.Solver.solve(Solver.java:113)
1249.19/340.82		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1249.19/340.82		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1249.19/340.82		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1249.19/340.82		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1249.19/340.82		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1249.19/340.82		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1249.19/340.82		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1249.19/340.82		at ibis.constellation.Executor.processActivities(Executor.java:75)
1249.19/340.82		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1249.19/340.82		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1249.19/340.82		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1486.21/576.55	57:08 ERROR: Failed to solve instance
1486.21/576.55	java.lang.OutOfMemoryError: Java heap space
1486.21/576.55		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1486.21/576.55		at gnu.trove.THash.postInsertHook(THash.java:370)
1486.21/576.55		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1486.21/576.55		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1486.21/576.55		at ibis.structure.Subsumming.run(Subsumming.java:58)
1486.21/576.55		at ibis.structure.Solver.simplify(Solver.java:205)
1486.21/576.55		at ibis.structure.Solver.solve(Solver.java:113)
1486.21/576.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1486.21/576.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1486.21/576.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1486.21/576.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1486.21/576.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1486.21/576.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1486.21/576.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1486.21/576.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1486.21/576.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1486.21/576.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1486.21/576.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1527.80/617.77	57:55 ERROR: Failed to solve instance
1527.80/617.77	java.lang.OutOfMemoryError: Java heap space
1527.80/617.77		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1527.80/617.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1527.80/617.77		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1527.80/617.77		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1527.80/617.77		at ibis.structure.Subsumming.run(Subsumming.java:58)
1527.80/617.77		at ibis.structure.Solver.simplify(Solver.java:205)
1527.80/617.77		at ibis.structure.Solver.solve(Solver.java:113)
1527.80/617.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1527.80/617.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1527.80/617.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1527.80/617.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1527.80/617.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1527.80/617.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1527.80/617.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1527.80/617.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1527.80/617.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1527.80/617.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1527.80/617.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1543.96/633.88	58:11 ERROR: Failed to solve instance
1543.96/633.88	java.lang.OutOfMemoryError: Java heap space
1543.96/633.88		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:223)
1543.96/633.88		at gnu.trove.THash.postInsertHook(THash.java:370)
1543.96/633.88		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1543.96/633.88		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1543.96/633.88		at ibis.structure.Subsumming.run(Subsumming.java:58)
1543.96/633.88		at ibis.structure.Solver.simplify(Solver.java:205)
1543.96/633.88		at ibis.structure.Solver.solve(Solver.java:113)
1543.96/633.88		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1543.96/633.88		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1543.96/633.88		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1543.96/633.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1543.96/633.88		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1543.96/633.88		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1543.96/633.88		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1543.96/633.88		at ibis.constellation.Executor.processActivities(Executor.java:75)
1543.96/633.88		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1543.96/633.88		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1543.96/633.88		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1546.36/636.20	58:11 ERROR: Failed to solve instance
1546.36/636.20	java.lang.OutOfMemoryError: Java heap space

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-3312404-1304113657/watcher-3312404-1304113657 -o /tmp/evaluation-result-3312404-1304113657/solver-3312404-1304113657 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312404-1304113657.cnf 

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: 5.31 5.41 6.25 2/198 7000
/proc/meminfo: memFree=14831552/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/7000/stat : 7000 (java) R 6998 7000 6855 0 -1 4202496 642 0 0 0 0 0 0 0 25 0 1 0 601596402 9318400 132 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260905399527 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7000/statm: 2275 140 111 9 0 67 0

[startup+0.0811899 s]
/proc/loadavg: 5.31 5.41 6.25 2/198 7000
/proc/meminfo: memFree=14831552/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15675600 CPUtime=0.06 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 4779 0 1 0 6 0 0 0 25 0 18 0 601596402 16051814400 4201 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3918900 4214 1979 9 0 3909619 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15675600

[startup+0.100184 s]
/proc/loadavg: 5.31 5.41 6.25 2/198 7000
/proc/meminfo: memFree=14831552/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15676968 CPUtime=0.1 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 5596 0 1 0 9 1 0 0 25 0 18 0 601596402 16053215232 4996 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3919242 4996 2117 9 0 3909961 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676968

[startup+0.300201 s]
/proc/loadavg: 5.31 5.41 6.25 2/198 7000
/proc/meminfo: memFree=14831552/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15684736 CPUtime=0.5 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 15630 0 1 0 48 2 0 0 25 0 18 0 601596402 16061169664 14064 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3921184 14069 2207 9 0 3911903 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15684736

[startup+0.701127 s]
/proc/loadavg: 5.31 5.41 6.25 2/198 7000
/proc/meminfo: memFree=14831552/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15684736 CPUtime=0.91 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 41789 0 1 0 85 6 0 0 25 0 18 0 601596402 16061169664 40220 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3921184 40220 2223 9 0 3911903 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15684736

[startup+1.50104 s]
/proc/loadavg: 5.05 5.35 6.23 6/220 7022
/proc/meminfo: memFree=14676880/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15696840 CPUtime=2.22 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 45518 0 1 0 215 7 0 0 25 0 22 0 601596402 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3924210 42880 2265 9 0 3914929 0
[pid=7000/tid=7002] ppid=6998 vsize=15696840 CPUtime=1.46 cores=0,2,4,6
/proc/7000/task/7002/stat : 7002 (java) R 6998 7000 6855 0 -1 4202560 35678 0 1 0 141 5 0 0 25 0 22 0 601596403 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 46912505215938 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7000/tid=7003] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7003/stat : 7003 (java) S 6998 7000 6855 0 -1 4202560 406 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7004] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7004/stat : 7004 (java) S 6998 7000 6855 0 -1 4202560 30 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7005] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7005/stat : 7005 (java) S 6998 7000 6855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7006] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7006/stat : 7006 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7007] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7007/stat : 7007 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7008] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7008/stat : 7008 (java) S 6998 7000 6855 0 -1 4202560 21 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7009] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7009/stat : 7009 (java) S 6998 7000 6855 0 -1 4202560 308 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7010] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7010/stat : 7010 (java) S 6998 7000 6855 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) S 6998 7000 6855 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 601596405 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 0 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7012] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7012/stat : 7012 (java) S 6998 7000 6855 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601596405 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7013] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 601596405 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15696840 CPUtime=0.35 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) R 6998 7000 6855 0 -1 4202560 3525 0 0 0 35 0 0 0 16 0 22 0 601596407 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 47277911190844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7000/tid=7016] ppid=6998 vsize=15696840 CPUtime=0.36 cores=0,2,4,6
/proc/7000/task/7016/stat : 7016 (java) R 6998 7000 6855 0 -1 4202560 3314 0 0 0 36 0 0 0 16 0 22 0 601596407 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917220021 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7000/tid=7017] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7017/stat : 7017 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7018] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7018/stat : 7018 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601596407 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7019] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7019/stat : 7019 (java) S 6998 7000 6855 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 601596486 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7020] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7020/stat : 7020 (java) S 6998 7000 6855 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 601596486 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7021] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7021/stat : 7021 (java) S 6998 7000 6855 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 601596486 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7022] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7022/stat : 7022 (java) S 6998 7000 6855 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 601596486 16073564160 42880 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 15696840

[startup+3.10164 s]
/proc/loadavg: 5.05 5.35 6.23 4/220 7022
/proc/meminfo: memFree=14667084/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15696840 CPUtime=5.16 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 79350 0 1 0 505 11 0 0 25 0 22 0 601596402 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3924210 75290 2275 9 0 3914929 0
[pid=7000/tid=7002] ppid=6998 vsize=15696840 CPUtime=2.02 cores=0,2,4,6
/proc/7000/task/7002/stat : 7002 (java) S 6998 7000 6855 0 -1 4202560 35728 0 1 0 197 5 0 0 25 0 22 0 601596403 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7003] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7003/stat : 7003 (java) S 6998 7000 6855 0 -1 4202560 1851 0 0 0 0 0 0 0 17 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7004] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7004/stat : 7004 (java) S 6998 7000 6855 0 -1 4202560 30 0 0 0 0 0 0 0 17 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7005] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7005/stat : 7005 (java) S 6998 7000 6855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7006] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7006/stat : 7006 (java) S 6998 7000 6855 0 -1 4202560 814 0 0 0 0 0 0 0 17 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7007] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7007/stat : 7007 (java) S 6998 7000 6855 0 -1 4202560 2100 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7008] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7008/stat : 7008 (java) S 6998 7000 6855 0 -1 4202560 21 0 0 0 0 0 0 0 17 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7009] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7009/stat : 7009 (java) S 6998 7000 6855 0 -1 4202560 331 0 0 0 0 0 0 0 17 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7010] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7010/stat : 7010 (java) S 6998 7000 6855 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 22 0 601596404 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) S 6998 7000 6855 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 601596405 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 0 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7012] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7012/stat : 7012 (java) S 6998 7000 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601596405 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7013] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601596405 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15696840 CPUtime=0.74 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) S 6998 7000 6855 0 -1 4202560 3574 0 0 0 74 0 0 0 15 0 22 0 601596407 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7016] ppid=6998 vsize=15696840 CPUtime=0.82 cores=0,2,4,6
/proc/7000/task/7016/stat : 7016 (java) S 6998 7000 6855 0 -1 4202560 5029 0 0 0 82 0 0 0 15 0 22 0 601596407 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7017] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7017/stat : 7017 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7018] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7018/stat : 7018 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601596407 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7019] ppid=6998 vsize=15696840 CPUtime=0.68 cores=0,2,4,6
/proc/7000/task/7019/stat : 7019 (java) R 6998 7000 6855 0 -1 4202560 13022 0 0 0 67 1 0 0 16 0 22 0 601596486 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 46912506305612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7000/tid=7020] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7020/stat : 7020 (java) S 6998 7000 6855 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601596486 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7021] ppid=6998 vsize=15696840 CPUtime=0.48 cores=0,2,4,6
/proc/7000/task/7021/stat : 7021 (java) R 6998 7000 6855 0 -1 4202560 11366 0 0 0 47 1 0 0 16 0 22 0 601596486 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 46912506294158 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7000/tid=7022] ppid=6998 vsize=15696840 CPUtime=0.33 cores=0,2,4,6
/proc/7000/task/7022/stat : 7022 (java) S 6998 7000 6855 0 -1 4202560 3277 0 0 0 33 0 0 0 15 0 22 0 601596486 16073564160 75290 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 15696840

[startup+6.30106 s]
/proc/loadavg: 5.20 5.38 6.23 7/220 7022
/proc/meminfo: memFree=13921224/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15696840 CPUtime=17.49 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 234450 0 1 0 1715 34 0 0 25 0 22 0 601596402 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3924210 229579 2275 9 0 3914929 0
[pid=7000/tid=7002] ppid=6998 vsize=15696840 CPUtime=2.02 cores=0,2,4,6
/proc/7000/task/7002/stat : 7002 (java) S 6998 7000 6855 0 -1 4202560 35728 0 1 0 197 5 0 0 25 0 22 0 601596403 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7003] ppid=6998 vsize=15696840 CPUtime=0.12 cores=0,2,4,6
/proc/7000/task/7003/stat : 7003 (java) S 6998 7000 6855 0 -1 4202560 15899 0 0 0 10 2 0 0 16 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7004] ppid=6998 vsize=15696840 CPUtime=0.09 cores=0,2,4,6
/proc/7000/task/7004/stat : 7004 (java) S 6998 7000 6855 0 -1 4202560 20077 0 0 0 6 3 0 0 16 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7005] ppid=6998 vsize=15696840 CPUtime=0.03 cores=0,2,4,6
/proc/7000/task/7005/stat : 7005 (java) S 6998 7000 6855 0 -1 4202560 8996 0 0 0 2 1 0 0 15 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7006] ppid=6998 vsize=15696840 CPUtime=0.1 cores=0,2,4,6
/proc/7000/task/7006/stat : 7006 (java) S 6998 7000 6855 0 -1 4202560 19784 0 0 0 8 2 0 0 15 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7007] ppid=6998 vsize=15696840 CPUtime=0.07 cores=0,2,4,6
/proc/7000/task/7007/stat : 7007 (java) S 6998 7000 6855 0 -1 4202560 14037 0 0 0 5 2 0 0 16 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7008] ppid=6998 vsize=15696840 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7008/stat : 7008 (java) S 6998 7000 6855 0 -1 4202560 12409 0 0 0 6 2 0 0 15 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7009] ppid=6998 vsize=15696840 CPUtime=0.06 cores=0,2,4,6
/proc/7000/task/7009/stat : 7009 (java) S 6998 7000 6855 0 -1 4202560 10992 0 0 0 5 1 0 0 15 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7010] ppid=6998 vsize=15696840 CPUtime=0.06 cores=0,2,4,6
/proc/7000/task/7010/stat : 7010 (java) S 6998 7000 6855 0 -1 4202560 9922 0 0 0 5 1 0 0 15 0 22 0 601596404 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) S 6998 7000 6855 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 22 0 601596405 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 0 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7012] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7012/stat : 7012 (java) S 6998 7000 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601596405 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7013] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601596405 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15696840 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15696840 CPUtime=0.74 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) S 6998 7000 6855 0 -1 4202560 3574 0 0 0 74 0 0 0 15 0 22 0 601596407 16073564160 229579 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0

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

[pid=7000/tid=7013] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15693736 CPUtime=0.79 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) S 6998 7000 6855 0 -1 4202560 3582 0 0 0 79 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7016] ppid=6998 vsize=15693736 CPUtime=1.05 cores=0,2,4,6
/proc/7000/task/7016/stat : 7016 (java) S 6998 7000 6855 0 -1 4202560 7535 0 0 0 104 1 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7017] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7017/stat : 7017 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7018] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7018/stat : 7018 (java) S 6998 7000 6855 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7019] ppid=6998 vsize=15693736 CPUtime=298.99 cores=0,2,4,6
/proc/7000/task/7019/stat : 7019 (java) S 6998 7000 6855 0 -1 4202560 124002 0 0 0 29881 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7020] ppid=6998 vsize=15693736 CPUtime=297.26 cores=0,2,4,6
/proc/7000/task/7020/stat : 7020 (java) S 6998 7000 6855 0 -1 4202560 113263 0 0 0 29708 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7021] ppid=6998 vsize=15693736 CPUtime=298.25 cores=0,2,4,6
/proc/7000/task/7021/stat : 7021 (java) S 6998 7000 6855 0 -1 4202560 120723 0 0 0 29806 19 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7022] ppid=6998 vsize=15693736 CPUtime=298.09 cores=0,2,4,6
/proc/7000/task/7022/stat : 7022 (java) S 6998 7000 6855 0 -1 4202560 123702 0 0 0 29789 20 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2092.8
Current children cumulated vsize (KiB) 15693736

[startup+1242.3 s]
/proc/loadavg: 5.02 5.08 5.56 6/220 7115
/proc/meminfo: memFree=14469164/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15693736 CPUtime=2152.81 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 3888111 0 1 0 214635 646 0 0 25 0 22 0 601596402 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3923434 3840829 2294 9 0 3914153 0
[pid=7000/tid=7002] ppid=6998 vsize=15693736 CPUtime=2.02 cores=0,2,4,6
/proc/7000/task/7002/stat : 7002 (java) S 6998 7000 6855 0 -1 4202560 35728 0 1 0 197 5 0 0 25 0 22 0 601596403 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7003] ppid=6998 vsize=15693736 CPUtime=2.6 cores=0,2,4,6
/proc/7000/task/7003/stat : 7003 (java) S 6998 7000 6855 0 -1 4202560 308766 0 0 0 207 53 0 0 15 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7004] ppid=6998 vsize=15693736 CPUtime=2.66 cores=0,2,4,6
/proc/7000/task/7004/stat : 7004 (java) S 6998 7000 6855 0 -1 4202560 348950 0 0 0 204 62 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7005] ppid=6998 vsize=15693736 CPUtime=2.74 cores=0,2,4,6
/proc/7000/task/7005/stat : 7005 (java) S 6998 7000 6855 0 -1 4202560 330891 0 0 0 216 58 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7006] ppid=6998 vsize=15693736 CPUtime=2.19 cores=0,2,4,6
/proc/7000/task/7006/stat : 7006 (java) S 6998 7000 6855 0 -1 4202560 299019 0 0 0 170 49 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7007] ppid=6998 vsize=15693736 CPUtime=2.89 cores=0,2,4,6
/proc/7000/task/7007/stat : 7007 (java) S 6998 7000 6855 0 -1 4202560 411168 0 0 0 215 74 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7008] ppid=6998 vsize=15693736 CPUtime=2.34 cores=0,2,4,6
/proc/7000/task/7008/stat : 7008 (java) S 6998 7000 6855 0 -1 4202560 281996 0 0 0 185 49 0 0 15 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7009] ppid=6998 vsize=15693736 CPUtime=2.63 cores=0,2,4,6
/proc/7000/task/7009/stat : 7009 (java) S 6998 7000 6855 0 -1 4202560 362013 0 0 0 199 64 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7010] ppid=6998 vsize=15693736 CPUtime=2.61 cores=0,2,4,6
/proc/7000/task/7010/stat : 7010 (java) S 6998 7000 6855 0 -1 4202560 322238 0 0 0 203 58 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=15693736 CPUtime=935.5 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) R 6998 7000 6855 0 -1 4202560 692599 0 0 0 93461 89 0 0 25 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 47277915277380 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7000/tid=7012] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7012/stat : 7012 (java) S 6998 7000 6855 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7013] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15693736 CPUtime=0.79 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) S 6998 7000 6855 0 -1 4202560 3582 0 0 0 79 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7016] ppid=6998 vsize=15693736 CPUtime=1.05 cores=0,2,4,6
/proc/7000/task/7016/stat : 7016 (java) S 6998 7000 6855 0 -1 4202560 7535 0 0 0 104 1 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7017] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7017/stat : 7017 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7018] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7018/stat : 7018 (java) S 6998 7000 6855 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7019] ppid=6998 vsize=15693736 CPUtime=299 cores=0,2,4,6
/proc/7000/task/7019/stat : 7019 (java) S 6998 7000 6855 0 -1 4202560 124165 0 0 0 29882 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7020] ppid=6998 vsize=15693736 CPUtime=297.26 cores=0,2,4,6
/proc/7000/task/7020/stat : 7020 (java) S 6998 7000 6855 0 -1 4202560 113291 0 0 0 29708 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7021] ppid=6998 vsize=15693736 CPUtime=298.26 cores=0,2,4,6
/proc/7000/task/7021/stat : 7021 (java) S 6998 7000 6855 0 -1 4202560 120741 0 0 0 29807 19 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7022] ppid=6998 vsize=15693736 CPUtime=298.1 cores=0,2,4,6
/proc/7000/task/7022/stat : 7022 (java) S 6998 7000 6855 0 -1 4202560 123970 0 0 0 29790 20 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2152.81
Current children cumulated vsize (KiB) 15693736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.08 5.08 5.53 6/220 7116
/proc/meminfo: memFree=14463004/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=15693736 CPUtime=2210.51 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6998 7000 6855 0 -1 4202496 3888571 0 1 0 220404 647 0 0 25 0 22 0 601596402 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 3923434 3840829 2294 9 0 3914153 0
[pid=7000/tid=7002] ppid=6998 vsize=15693736 CPUtime=2.02 cores=0,2,4,6
/proc/7000/task/7002/stat : 7002 (java) S 6998 7000 6855 0 -1 4202560 35728 0 1 0 197 5 0 0 25 0 22 0 601596403 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7003] ppid=6998 vsize=15693736 CPUtime=2.6 cores=0,2,4,6
/proc/7000/task/7003/stat : 7003 (java) S 6998 7000 6855 0 -1 4202560 308766 0 0 0 207 53 0 0 15 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7004] ppid=6998 vsize=15693736 CPUtime=2.66 cores=0,2,4,6
/proc/7000/task/7004/stat : 7004 (java) S 6998 7000 6855 0 -1 4202560 348950 0 0 0 204 62 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7005] ppid=6998 vsize=15693736 CPUtime=2.74 cores=0,2,4,6
/proc/7000/task/7005/stat : 7005 (java) S 6998 7000 6855 0 -1 4202560 330891 0 0 0 216 58 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7006] ppid=6998 vsize=15693736 CPUtime=2.19 cores=0,2,4,6
/proc/7000/task/7006/stat : 7006 (java) S 6998 7000 6855 0 -1 4202560 299019 0 0 0 170 49 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7007] ppid=6998 vsize=15693736 CPUtime=2.89 cores=0,2,4,6
/proc/7000/task/7007/stat : 7007 (java) S 6998 7000 6855 0 -1 4202560 411168 0 0 0 215 74 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7008] ppid=6998 vsize=15693736 CPUtime=2.34 cores=0,2,4,6
/proc/7000/task/7008/stat : 7008 (java) S 6998 7000 6855 0 -1 4202560 281996 0 0 0 185 49 0 0 15 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7009] ppid=6998 vsize=15693736 CPUtime=2.63 cores=0,2,4,6
/proc/7000/task/7009/stat : 7009 (java) S 6998 7000 6855 0 -1 4202560 362013 0 0 0 199 64 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7010] ppid=6998 vsize=15693736 CPUtime=2.61 cores=0,2,4,6
/proc/7000/task/7010/stat : 7010 (java) S 6998 7000 6855 0 -1 4202560 322238 0 0 0 203 58 0 0 16 0 22 0 601596404 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=15693736 CPUtime=993.2 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) R 6998 7000 6855 0 -1 4202560 692603 0 0 0 99230 90 0 0 25 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 47277915278592 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7000/tid=7012] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7012/stat : 7012 (java) S 6998 7000 6855 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7013] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7013/stat : 7013 (java) S 6998 7000 6855 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601596405 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 6 0 0 0
[pid=7000/tid=7014] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7014/stat : 7014 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917217713 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7015] ppid=6998 vsize=15693736 CPUtime=0.79 cores=0,2,4,6
/proc/7000/task/7015/stat : 7015 (java) S 6998 7000 6855 0 -1 4202560 3582 0 0 0 79 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7016] ppid=6998 vsize=15693736 CPUtime=1.05 cores=0,2,4,6
/proc/7000/task/7016/stat : 7016 (java) S 6998 7000 6855 0 -1 4202560 7535 0 0 0 104 1 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7017] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7017/stat : 7017 (java) S 6998 7000 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7018] ppid=6998 vsize=15693736 CPUtime=0 cores=0,2,4,6
/proc/7000/task/7018/stat : 7018 (java) S 6998 7000 6855 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 601596407 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210624 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7019] ppid=6998 vsize=15693736 CPUtime=299 cores=0,2,4,6
/proc/7000/task/7019/stat : 7019 (java) S 6998 7000 6855 0 -1 4202560 124184 0 0 0 29882 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 2 0 0 0
[pid=7000/tid=7020] ppid=6998 vsize=15693736 CPUtime=297.26 cores=0,2,4,6
/proc/7000/task/7020/stat : 7020 (java) S 6998 7000 6855 0 -1 4202560 113291 0 0 0 29708 18 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 4 0 0 0
[pid=7000/tid=7021] ppid=6998 vsize=15693736 CPUtime=298.26 cores=0,2,4,6
/proc/7000/task/7021/stat : 7021 (java) S 6998 7000 6855 0 -1 4202560 120741 0 0 0 29807 19 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
[pid=7000/tid=7022] ppid=6998 vsize=15693736 CPUtime=298.1 cores=0,2,4,6
/proc/7000/task/7022/stat : 7022 (java) S 6998 7000 6855 0 -1 4202560 124403 0 0 0 29790 20 0 0 15 0 22 0 601596486 16070385664 3840829 33554432000 1073741824 1073778376 140736929001824 18446744073709551615 260917210009 0 4 0 16800975 18446604446771626304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2210.51
Current children cumulated vsize (KiB) 15693736

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7000

[startup+1302.3 s]
/proc/loadavg: 5.07 5.08 5.52 6/221 7118
/proc/meminfo: memFree=14471788/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=0 CPUtime=2212.8 cores=0,2,4,6
/proc/7000/stat : 7000 (java) Z 6998 7000 6855 0 -1 4203548 3888593 0 1 0 220605 675 0 0 18 0 2 0 601596402 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 0 0 0 0 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=0 CPUtime=995.49 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) R 6998 7000 6855 0 -1 4203588 692603 0 0 0 99431 118 0 0 25 0 2 0 601596405 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2212.8
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.07 5.08 5.52 6/221 7118
/proc/meminfo: memFree=14471788/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=0 CPUtime=2212.9 cores=0,2,4,6
/proc/7000/stat : 7000 (java) Z 6998 7000 6855 0 -1 4203548 3888593 0 1 0 220605 685 0 0 18 0 2 0 601596402 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 0 0 0 0 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=0 CPUtime=995.59 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) R 6998 7000 6855 0 -1 4203588 692603 0 0 0 99431 128 0 0 25 0 2 0 601596405 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2212.9
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.07 5.08 5.52 6/221 7118
/proc/meminfo: memFree=14471788/32950928 swapFree=67054472/67111528
[pid=7000] ppid=6998 vsize=0 CPUtime=2213 cores=0,2,4,6
/proc/7000/stat : 7000 (java) Z 6998 7000 6855 0 -1 4203548 3888593 0 1 0 220605 695 0 0 18 0 2 0 601596402 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7000/statm: 0 0 0 0 0 0 0
[pid=7000/tid=7011] ppid=6998 vsize=0 CPUtime=995.69 cores=0,2,4,6
/proc/7000/task/7011/stat : 7011 (java) R 6998 7000 6855 0 -1 4203588 692603 0 0 0 99431 138 0 0 25 0 2 0 601596405 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2213
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.55
CPU time (s): 2213.07
CPU user time (s): 2206.06
CPU system time (s): 7.00593
CPU usage (%): 169.902
Max. virtual memory (cumulated for all children) (KiB): 15696860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2206.06
system time used= 7.00593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3888593
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= 64640
involuntary context switches= 35004

runsolver used 2.15967 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 23:47:37
IDJOB=3312404
IDBENCH=82589
IDSOLVER=1699
FILE ID=node116/3312404-1304113657
RUNJOBID= node116-1304112452-6873
PBS_JOBID= 13170693
Free space on /tmp= 72508 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312404-1304113657/watcher-3312404-1304113657 -o /tmp/evaluation-result-3312404-1304113657/solver-3312404-1304113657 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312404-1304113657.cnf

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=1028009028

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14831724 kB
Buffers:        979768 kB
Cached:        1375132 kB
SwapCached:       9656 kB
Active:       15472848 kB
Inactive:      2277912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14831724 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            4748 kB
Writeback:           0 kB
AnonPages:    15394472 kB
Mapped:          21536 kB
Slab:           274772 kB
PageTables:      34508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 15724656 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= 72508 MiB
End job on node116 at 2011-04-30 00:09:20