Trace number 1091074

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
Abscon 112v4 AC? (TO) 1800.09 1805.97

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-2-insertions-5-5.xml
MD5SUM2fe2db2b2c0c57b94b20ccc5b1f45f03
Bench Category2-ARY-INT (binary constraints in intension)
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 variables597
Number of constraints3936
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3936
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1091074-1215273761.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.43	     nbVariables=597  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=2985
0.39/0.43	       =>  wckTime=0.215  cpuTime=0.15  mem=9M869
0.39/0.44	   
0.39/0.44	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
1.57/1.69	     nbConstraints=3938  nbGlobalConstraints=2  nbConvertedConstraints=3936  nbConvertConstraintsChecks=50
1.57/1.70	     nbExtensionStructures=2  nbSharedExtensionStructures=3934  nbConflictsStructures=2
1.57/1.70	     nbSharedConflictsStructures=3934  nbSharedBinaryRepresentations=5  minDegree=6  maxDegree=149  minArity=2
1.57/1.70	     avgArity=2.26  maxArity=512  nbGenerators=2  nbFusions=1  symmetryWckTime=0.473  symmetryCpuTime=0.32
1.57/1.70	       =>  wckTime=1.475  cpuTime=1.12  mem=7M774
1.68/1.77	   
1.68/1.77	   solver IterativeSystematicSolver being built... 
1.77/1.83	   
1.77/1.83	   INFO : Forward propagation technique limited 
1.87/1.91	       =>  wckTime=1.692  cpuTime=1.24  mem=25M693
1.87/1.95	   
1.87/1.95	   preprocessing
1.87/1.95	     nbConstraintChecks=10  nbPropagations=598  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3
1.87/1.95	     nbRemovedTuples=10  detectedInconsistency=no
1.87/1.95	       =>  wckTime=0.03  cpuTime=0.03  mem=25M693
27.96/28.12	   
27.96/28.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M586)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091074-1215273761/watcher-1091074-1215273761 -o /tmp/evaluation-result-1091074-1215273761/solver-1091074-1215273761 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1091074-1215273761.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14466
/proc/meminfo: memFree=1755368/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=1616 CPUtime=0
/proc/14466/stat : 14466 (java) D 14464 14466 12855 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 139371400 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/14466/statm: 404 145 119 9 0 46 0

[startup+0.0740789 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14466
/proc/meminfo: memFree=1755368/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=865856 CPUtime=0.06
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 3464 0 1 0 4 2 0 0 20 0 9 0 139371400 886636544 2954 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 216464 2954 1588 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101085 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14466
/proc/meminfo: memFree=1755368/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=865884 CPUtime=0.08
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 3837 0 1 0 6 2 0 0 20 0 9 0 139371400 886665216 3284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 216471 3284 1736 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301113 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14466
/proc/meminfo: memFree=1755368/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=866284 CPUtime=0.28
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 5989 0 1 0 25 3 0 0 20 0 9 0 139371400 887074816 5363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 216571 5363 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701189 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14466
/proc/meminfo: memFree=1755368/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=867684 CPUtime=0.69
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 9183 0 1 0 63 6 0 0 20 0 9 0 139371400 888508416 8543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 216921 8544 2012 9 0 211427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867684

[startup+1.50236 s]
/proc/loadavg: 2.07 2.00 2.00 4/82 14475
/proc/meminfo: memFree=1720224/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868008 CPUtime=1.48
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 18269 566 1 0 117 24 6 1 20 0 9 0 139371400 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217002 14322 2025 9 0 211508 0
[pid=14466/tid=14468] ppid=14464 vsize=868008 CPUtime=1.23
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 16574 566 1 0 95 21 6 1 18 0 9 0 139371402 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4127053036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 5 566 0 0 0 0 6 1 16 0 9 0 139371403 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 10 566 0 0 0 0 6 1 19 0 9 0 139371403 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 3 566 0 0 0 0 6 1 20 0 9 0 139371403 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868008 CPUtime=0.28
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 859 566 0 0 21 0 6 1 15 0 9 0 139371405 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868008 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) R 14464 14466 12855 0 -1 64 9 566 0 0 0 0 6 1 15 0 9 0 139371405 888840192 14322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868008

[startup+3.10265 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 14479
/proc/meminfo: memFree=1687456/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=3.07
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29258 566 1 0 273 27 6 1 20 0 9 0 139371400 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19427 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=2.64
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20773 566 1 0 234 23 6 1 25 0 9 0 139371402 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4127147157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 17 0 9 0 139371403 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.34
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 947 566 0 0 27 0 6 1 15 0 9 0 139371405 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 9 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19427 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868092

[startup+6.30126 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 14479
/proc/meminfo: memFree=1687264/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=6.25
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29357 566 1 0 591 27 6 1 20 0 9 0 139371400 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19428 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=5.83
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20839 566 1 0 553 23 6 1 25 0 9 0 139371402 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4127147145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.34
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 950 566 0 0 27 0 6 1 17 0 9 0 139371405 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868092

[startup+12.7025 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 14479
/proc/meminfo: memFree=1687008/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=12.62
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29385 566 1 0 1228 27 6 1 20 0 9 0 139371400 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19436 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=12.19
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20844 566 1 0 1189 23 6 1 25 0 9 0 139371402 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4127147151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 17 0 9 0 139371403 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.36
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 973 566 0 0 29 0 6 1 16 0 9 0 139371405 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 868092

[startup+25.5019 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 14479
/proc/meminfo: memFree=1687072/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=25.37
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29399 566 1 0 2503 27 6 1 20 0 9 0 139371400 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19439 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=24.93
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20848 566 1 0 2463 23 6 1 25 0 9 0 139371402 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4127147161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.36
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 983 566 0 0 29 0 6 1 15 0 9 0 139371405 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19439 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 868092

[startup+51.1018 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 14479
/proc/meminfo: memFree=1687008/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=50.87
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29446 566 1 0 5052 28 6 1 20 0 9 0 139371400 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19457 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=50.38
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20852 566 1 0 5008 23 6 1 25 0 9 0 139371402 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4127148193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1026 566 0 0 33 0 6 1 16 0 9 0 139371405 888926208 19457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07

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

/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.52
Current children cumulated vsize (KiB) 868092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423304/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1596.5
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 159611 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1596
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 159566 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127181182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.5
Current children cumulated vsize (KiB) 868092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423304/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1656.47
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 165608 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1655.97
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 165563 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127148636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.47
Current children cumulated vsize (KiB) 868092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423312/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1716.44
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 171605 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1715.94
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 171560 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127145425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.44
Current children cumulated vsize (KiB) 868092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423184/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1776.41
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 177602 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1775.91
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 177557 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127181182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) S 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.41
Current children cumulated vsize (KiB) 868092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423184/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1800.01
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 179962 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1799.51
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 179917 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127148794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) R 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868092

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

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

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14594
/proc/meminfo: memFree=1423184/2055920 swapFree=4191676/4192956
[pid=14466] ppid=14464 vsize=868092 CPUtime=1800.01
/proc/14466/stat : 14466 (java) S 14464 14466 12855 0 -1 0 29448 566 1 0 179962 32 6 1 20 0 9 0 139371400 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14466/statm: 217023 19458 2637 9 0 211529 0
[pid=14466/tid=14468] ppid=14464 vsize=868092 CPUtime=1799.51
/proc/14466/task/14468/stat : 14468 (java) R 14464 14466 12855 0 -1 64 20853 566 1 0 179917 27 6 1 25 0 9 0 139371402 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4127148794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14466/tid=14469] ppid=14464 vsize=868092 CPUtime=0.18
/proc/14466/task/14469/stat : 14469 (java) S 14464 14466 12855 0 -1 64 6691 566 0 0 10 1 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14470] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14470/stat : 14470 (java) S 14464 14466 12855 0 -1 64 17 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14471] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14471/stat : 14471 (java) S 14464 14466 12855 0 -1 64 12 566 0 0 0 0 6 1 16 0 9 0 139371403 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14472] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14472/stat : 14472 (java) S 14464 14466 12855 0 -1 64 0 566 0 0 0 0 6 1 18 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14473] ppid=14464 vsize=868092 CPUtime=0.4
/proc/14466/task/14473/stat : 14473 (java) S 14464 14466 12855 0 -1 64 1027 566 0 0 33 0 6 1 17 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14474] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14474/stat : 14474 (java) S 14464 14466 12855 0 -1 64 2 566 0 0 0 0 6 1 19 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14466/tid=14475] ppid=14464 vsize=868092 CPUtime=0.07
/proc/14466/task/14475/stat : 14475 (java) R 14464 14466 12855 0 -1 64 39 566 0 0 0 0 6 1 15 0 9 0 139371405 888926208 19458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868092

Child status: 143
Real time (s): 1805.97
CPU time (s): 1800.09
CPU user time (s): 1799.75
CPU system time (s): 0.347947
CPU usage (%): 99.6745
Max. virtual memory (cumulated for all children) (KiB): 868092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30043
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= 38270
involuntary context switches= 46669

runsolver used 1.82672 second user time and 5.13522 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 18:02:41
IDJOB=1091074
IDBENCH=58524
IDSOLVER=363
FILE ID=node63/1091074-1215273761
PBS_JOBID= 7882160
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-2-insertions-5-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091074-1215273761/watcher-1091074-1215273761 -o /tmp/evaluation-result-1091074-1215273761/solver-1091074-1215273761 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1091074-1215273761.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe2db2b2c0c57b94b20ccc5b1f45f03
RANDOM SEED=1447772911

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755784 kB
Buffers:         39696 kB
Cached:         179004 kB
SwapCached:        260 kB
Active:         156760 kB
Inactive:        83340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755784 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          33076 kB
Slab:            45488 kB
Committed_AS:   478020 kB
PageTables:       1604 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 18:32:49