Trace number 3194783

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
SAT_Intersec_01 2011-03-01? (TO) 1300.44 1300.12

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S926861876-013-UNKNOWN.cnf
MD5SUMaa5d2fab702f701bf63e2d26e76ab2b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data


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

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-3194783-1302712370/watcher-3194783-1302712370 -o /tmp/evaluation-result-3194783-1302712370/solver-3194783-1302712370 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194783-1302712370.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.96 2.25 3.26 5/179 26666
/proc/meminfo: memFree=13034380/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=23028 CPUtime=0 cores=0,2
/proc/26666/stat : 26666 (java) R 26661 26666 25524 0 -1 4202496 924 0 0 0 0 0 0 0 20 0 1 0 363652493 23580672 682 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228090488296 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26666/statm: 5757 683 510 9 0 124 0

[startup+0.0677491 s]
/proc/loadavg: 0.96 2.25 3.26 5/179 26666
/proc/meminfo: memFree=13034380/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7390892 CPUtime=0.05 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 9206 0 1 0 4 1 0 0 20 0 18 0 363652493 7568273408 8917 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1847723 8917 1723 9 0 1838470 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7390892

[startup+0.104756 s]
/proc/loadavg: 0.96 2.25 3.26 5/179 26666
/proc/meminfo: memFree=13034380/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7393868 CPUtime=0.1 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 10699 0 2 0 8 2 0 0 20 0 18 0 363652493 7571320832 10410 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1848467 10410 2121 9 0 1838951 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7393868

[startup+0.300775 s]
/proc/loadavg: 0.96 2.25 3.26 5/179 26666
/proc/meminfo: memFree=13034380/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7394400 CPUtime=0.38 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 25041 0 2 0 28 10 0 0 20 0 18 0 363652493 7571865600 24611 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1848600 24615 2177 9 0 1839084 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7394400

[startup+0.700681 s]
/proc/loadavg: 0.96 2.25 3.26 5/179 26666
/proc/meminfo: memFree=13034380/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7394400 CPUtime=0.78 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 59098 0 2 0 47 31 0 0 20 0 18 0 363652493 7571865600 58669 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1848600 58672 2178 9 0 1839084 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 7394400

[startup+1.50153 s]
/proc/loadavg: 0.96 2.25 3.26 9/258 26753
/proc/meminfo: memFree=10870840/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7485812 CPUtime=1.94 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 94692 0 2 0 147 47 0 0 20 0 18 0 363652493 7665471488 89950 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1871453 89951 2184 9 0 1861937 0
[pid=26666/tid=26671] ppid=26661 vsize=7485812 CPUtime=1.47 cores=0,2
/proc/26666/task/26671/stat : 26671 (java) R 26661 26666 25524 0 -1 4202560 81667 0 2 0 102 45 0 0 20 0 18 0 363652493 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 46912505648404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26666/tid=26680] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26680/stat : 26680 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26681] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26681/stat : 26681 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26682] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26682/stat : 26682 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26683] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 363652496 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 363652497 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 363652497 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7485812 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7485812 CPUtime=0.39 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11366 0 0 0 38 1 0 0 16 0 18 0 363652499 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7665471488 89951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 363652499 7665471488 89952 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7485812

[startup+3.10122 s]
/proc/loadavg: 0.96 2.25 3.26 6/258 26753
/proc/meminfo: memFree=9634684/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7485812 CPUtime=3.55 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 101925 0 2 0 307 48 0 0 20 0 18 0 363652493 7665471488 97183 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1871453 97183 2184 9 0 1861937 0
[pid=26666/tid=26671] ppid=26661 vsize=7485812 CPUtime=3.08 cores=0,2
/proc/26666/task/26671/stat : 26671 (java) R 26661 26666 25524 0 -1 4202560 88899 0 2 0 262 46 0 0 25 0 18 0 363652493 7665471488 97183 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 46912505648232 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26666/tid=26680] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26680/stat : 26680 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 363652495 7665471488 97183 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26681] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26681/stat : 26681 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 363652495 7665471488 97183 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26682] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26682/stat : 26682 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 363652495 7665471488 97183 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26683] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 97184 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 97184 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 97184 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 97184 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7665471488 97184 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 363652496 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 363652497 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 363652497 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7485812 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7485812 CPUtime=0.39 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11366 0 0 0 38 1 0 0 16 0 18 0 363652499 7665471488 97185 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7665471488 97186 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7485812 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 363652499 7665471488 97186 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 7485812

[startup+6.30067 s]
/proc/loadavg: 1.21 2.28 3.27 6/258 26753
/proc/meminfo: memFree=8554412/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7479336 CPUtime=6.74 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 116318 0 2 0 625 49 0 0 20 0 18 0 363652493 7658840064 110078 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1869834 110078 2186 9 0 1860318 0
[pid=26666/tid=26671] ppid=26661 vsize=7479336 CPUtime=6.27 cores=0,2
/proc/26666/task/26671/stat : 26671 (java) R 26661 26666 25524 0 -1 4202560 103290 0 2 0 580 47 0 0 25 0 18 0 363652493 7658840064 110078 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 46912505648404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26666/tid=26680] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26680/stat : 26680 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 363652495 7658840064 110078 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26681] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26681/stat : 26681 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 363652495 7658840064 110078 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26682] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26682/stat : 26682 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 363652495 7658840064 110078 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26683] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363652495 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363652496 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 363652497 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 363652497 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7479336 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7479336 CPUtime=0.39 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11366 0 0 0 38 1 0 0 15 0 18 0 363652499 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363652499 7658840064 110079 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 7479336

[startup+12.7015 s]
/proc/loadavg: 1.43 2.31 3.27 8/258 26754
/proc/meminfo: memFree=6912800/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7479336 CPUtime=13.17 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 145191 0 2 0 1263 54 0 0 20 0 18 0 363652493 7658840064 138951 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1869834 138951 2190 9 0 1860318 0
[pid=26666/tid=26671] ppid=26661 vsize=7479336 CPUtime=12.68 cores=0,2

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

/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 2236 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1260 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 2256 0 0 0 0 0 0 0 16 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 18 0 363652496 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7479336 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7479336 CPUtime=0.41 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11370 0 0 0 40 1 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.73
Current children cumulated vsize (KiB) 7479336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.80 6/258 26788
/proc/meminfo: memFree=97608/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7479336 CPUtime=1300.44 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 619054 0 2 0 129925 119 0 0 20 0 18 0 363652493 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1869834 612332 2204 9 0 1860318 0
[pid=26666/tid=26671] ppid=26661 vsize=7479336 CPUtime=1299.87 cores=0,2
/proc/26666/task/26671/stat : 26671 (java) R 26661 26666 25524 0 -1 4202560 596510 0 2 0 129872 115 0 0 25 0 18 0 363652493 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 46912505642786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26666/tid=26680] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26680/stat : 26680 (java) S 26661 26666 25524 0 -1 4202560 1212 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26681] ppid=26661 vsize=7479336 CPUtime=0.01 cores=0,2
/proc/26666/task/26681/stat : 26681 (java) S 26661 26666 25524 0 -1 4202560 1060 0 0 0 1 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26682] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26682/stat : 26682 (java) S 26661 26666 25524 0 -1 4202560 1362 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26683] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 2236 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1260 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 2256 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 363652496 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7479336 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7479336 CPUtime=0.41 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11370 0 0 0 40 1 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.44
Current children cumulated vsize (KiB) 7479336

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1300.44 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1300.44 s) to the 'lost time'.

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.80 6/258 26788
/proc/meminfo: memFree=97608/32951124 swapFree=67111528/67111528
[pid=26666] ppid=26661 vsize=7479336 CPUtime=1300.44 cores=0,2
/proc/26666/stat : 26666 (java) S 26661 26666 25524 0 -1 4202496 619054 0 2 0 129925 119 0 0 20 0 18 0 363652493 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26666/statm: 1869834 612332 2204 9 0 1860318 0
[pid=26666/tid=26671] ppid=26661 vsize=7479336 CPUtime=1299.87 cores=0,2
/proc/26666/task/26671/stat : 26671 (java) R 26661 26666 25524 0 -1 4202560 596510 0 2 0 129872 115 0 0 25 0 18 0 363652493 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 46912505642786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26666/tid=26680] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26680/stat : 26680 (java) S 26661 26666 25524 0 -1 4202560 1212 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26681] ppid=26661 vsize=7479336 CPUtime=0.01 cores=0,2
/proc/26666/task/26681/stat : 26681 (java) S 26661 26666 25524 0 -1 4202560 1060 0 0 0 1 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26682] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26682/stat : 26682 (java) S 26661 26666 25524 0 -1 4202560 1362 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26683] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26683/stat : 26683 (java) S 26661 26666 25524 0 -1 4202560 2236 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26684] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26684/stat : 26684 (java) S 26661 26666 25524 0 -1 4202560 1260 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26685] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26685/stat : 26685 (java) S 26661 26666 25524 0 -1 4202560 2256 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26686] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26686/stat : 26686 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
[pid=26666/tid=26687] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26687/stat : 26687 (java) S 26661 26666 25524 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 18 0 363652495 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26691] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26691/stat : 26691 (java) S 26661 26666 25524 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 363652496 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 0 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26697] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26697/stat : 26697 (java) S 26661 26666 25524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26698] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26698/stat : 26698 (java) S 26661 26666 25524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363652497 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26709] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26709/stat : 26709 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107274673 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26710] ppid=26661 vsize=7479336 CPUtime=0.06 cores=0,2
/proc/26666/task/26710/stat : 26710 (java) S 26661 26666 25524 0 -1 4202560 536 0 0 0 6 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26713] ppid=26661 vsize=7479336 CPUtime=0.41 cores=0,2
/proc/26666/task/26713/stat : 26713 (java) S 26661 26666 25524 0 -1 4202560 11370 0 0 0 40 1 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26715] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26715/stat : 26715 (java) S 26661 26666 25524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107266969 0 4 0 16800975 18446604453963270144 0 0 -1 2 0 0 0
[pid=26666/tid=26717] ppid=26661 vsize=7479336 CPUtime=0 cores=0,2
/proc/26666/task/26717/stat : 26717 (java) S 26661 26666 25524 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 18 0 363652499 7658840064 612332 33554432000 1073741824 1073778376 140737465817296 18446744073709551615 228107267584 0 4 0 16800975 18446604453963270144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.44
Current children cumulated vsize (KiB) 7479336

[startup+1300.11 s]
/proc/loadavg: 4.00 3.97 3.80 5/210 26794
/proc/meminfo: memFree=6275008/32951124 swapFree=67111528/67111528
[pid=26666] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/26666/stat : -- couldn't open stat file --/proc/26666/statm:  16800975 18446604453963270144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1300.11 s]
/proc/loadavg: 4.00 3.97 3.80 5/210 26794
/proc/meminfo: memFree=6275008/32951124 swapFree=67111528/67111528
[pid=26666] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/26666/stat : -- couldn't open stat file --/proc/26666/statm:  16800975 18446604453963270144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26666 and gives
#  childrusage.ru_utime.tv_sec=1299
#  childrusage.ru_utime.tv_usec=258482
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=296802
# CPU time returned by wait4() is 1300.56
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1300.44
#  lost CPU user time (s): 1299.25
#  lost CPU system time (s): 1.19

Real time (s): 1300.12
CPU time (s): 1300.44
CPU user time (s): 1299.25
CPU system time (s): 1.19
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 7485812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.26
system time used= 1.2968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 619076
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26826
involuntary context switches= 22609

runsolver used 2.22466 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-13 18:32:50
IDJOB=3194783
IDBENCH=82563
IDSOLVER=1615
FILE ID=node142/3194783-1302712370
RUNJOBID= node142-1302712370-26642
PBS_JOBID= 12981419
Free space on /tmp= 71600 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S926861876-013-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194783-1302712370/watcher-3194783-1302712370 -o /tmp/evaluation-result-3194783-1302712370/solver-3194783-1302712370 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194783-1302712370.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= aa5d2fab702f701bf63e2d26e76ab2b3
RANDOM SEED=842429483

node142.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	: 5131.95
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.82
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.67
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.81
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13034576 kB
Buffers:        728296 kB
Cached:       18713572 kB
SwapCached:          0 kB
Active:        9990272 kB
Inactive:      9515444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13034576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:       63984 kB
Mapped:          14480 kB
Slab:           346952 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186552 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= 71596 MiB
End job on node142 at 2011-04-13 18:54:32