Trace number 1044275

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.12 1817.45

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-10_ext.xml
MD5SUM17234ef07ba087d786389b1270482cb7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.47
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044275-1215022951.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.39/0.45	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.39/0.45	       =>  wckTime=0.2  cpuTime=0.15  mem=9M870
0.39/0.45	   
0.39/0.45	   relations being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
1.36/1.49	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.36/1.49	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.36/1.49	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.36/1.49	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.427  symmetryCpuTime=0.24  nbCliques=26
1.36/1.49	       =>  wckTime=1.239  cpuTime=0.78  mem=27M824
1.56/1.63	   
1.56/1.63	   solver IterativeSystematicSolver being built... 
1.56/1.69	   
1.68/1.70	   INFO : Forward propagation technique limited 
1.68/1.79	       =>  wckTime=1.54  cpuTime=0.93  mem=31M914
1.78/1.86	   
1.78/1.86	   preprocessing
1.78/1.86	     nbConstraintChecks=102135  nbPropagations=625  nbRevisions=7804  nbUselessRevisions=2398  nbRemovedValues=5406
1.78/1.86	     detectedInconsistency=no
1.78/1.86	       =>  wckTime=0.07  cpuTime=0.05  mem=31M914
2.08/2.20	   
2.08/2.20	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M936)

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-1044275-1215022951/watcher-1044275-1215022951 -o /tmp/evaluation-result-1044275-1215022951/solver-1044275-1215022951 -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-1044275-1215022951.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: 2.27 2.10 1.95 3/72 2341
/proc/meminfo: memFree=1308248/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=1616 CPUtime=0
/proc/2341/stat : 2341 (java) D 2339 2341 1860 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1531965490 1654784 126 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2341/statm: 404 126 100 9 0 46 0

[startup+0.069511 s]
/proc/loadavg: 2.27 2.10 1.95 3/72 2341
/proc/meminfo: memFree=1308248/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=864076 CPUtime=0.06
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 2848 0 1 0 4 2 0 0 18 0 9 0 1531965490 884813824 2374 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 216019 2374 1137 9 0 210976 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864076

[startup+0.101481 s]
/proc/loadavg: 2.27 2.10 1.95 3/72 2341
/proc/meminfo: memFree=1308248/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=865884 CPUtime=0.09
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 3690 0 1 0 7 2 0 0 18 0 9 0 1531965490 886665216 3165 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301501 s]
/proc/loadavg: 2.27 2.10 1.95 3/72 2341
/proc/meminfo: memFree=1308248/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=866284 CPUtime=0.28
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 5860 0 1 0 25 3 0 0 18 0 9 0 1531965490 887074816 5234 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 216571 5234 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701546 s]
/proc/loadavg: 2.27 2.10 1.95 3/72 2341
/proc/meminfo: memFree=1308248/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=867440 CPUtime=0.68
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 9659 0 1 0 62 6 0 0 18 0 9 0 1531965490 888258560 9019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 216860 9020 1982 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50264 s]
/proc/loadavg: 2.27 2.10 1.95 4/81 2350
/proc/meminfo: memFree=1241680/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=867764 CPUtime=1.47
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 22199 620 1 0 122 12 13 0 18 0 10 0 1531965490 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 216941 19036 2060 9 0 211469 0
[pid=2341/tid=2342] ppid=2339 vsize=867764 CPUtime=1.1
/proc/2341/task/2342/stat : 2342 (java) S 2339 2341 1860 0 -1 64 17331 620 1 0 88 9 13 0 16 0 10 0 1531965491 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=867764 CPUtime=0.24
/proc/2341/task/2344/stat : 2344 (java) R 2339 2341 1860 0 -1 64 3263 620 0 0 11 0 13 0 16 0 10 0 1531965492 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=867764 CPUtime=0.13
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 13 620 0 0 0 0 13 0 16 0 10 0 1531965493 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2341/tid=2346] ppid=2339 vsize=867764 CPUtime=0.13
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 5 620 0 0 0 0 13 0 16 0 10 0 1531965493 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2341/tid=2347] ppid=2339 vsize=867764 CPUtime=0.13
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 620 0 0 0 0 13 0 18 0 10 0 1531965495 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=867764 CPUtime=0.34
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 776 620 0 0 21 0 13 0 16 0 10 0 1531965495 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=867764 CPUtime=0.13
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 620 0 0 0 0 13 0 19 0 10 0 1531965495 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=867764 CPUtime=0.13
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 12 620 0 0 0 0 13 0 15 0 10 0 1531965495 888590336 19036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867764

[startup+3.10281 s]
/proc/loadavg: 2.27 2.10 1.95 3/81 2354
/proc/meminfo: memFree=1231952/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868936 CPUtime=3.07
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 32520 742 1 0 278 15 13 1 18 0 9 0 1531965490 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217234 21598 2636 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868936 CPUtime=2.47
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 22867 742 1 0 222 11 13 1 25 0 9 0 1531965491 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4127091888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868936 CPUtime=0.37
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 7908 742 0 0 22 1 13 1 17 0 9 0 1531965492 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1531965493 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868936 CPUtime=0.48
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 905 742 0 0 33 1 13 1 16 0 9 0 1531965495 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889790464 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 12 742 0 0 0 0 13 1 15 0 9 0 1531965495 889790464 21598 996147200 134512640 134550740 4294955984 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) 868936

[startup+6.30117 s]
/proc/loadavg: 2.25 2.09 1.95 3/81 2354
/proc/meminfo: memFree=1231696/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868936 CPUtime=6.25
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 34472 742 1 0 595 16 13 1 18 0 9 0 1531965490 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217234 21600 2636 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868936 CPUtime=5.63
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 24792 742 1 0 538 11 13 1 25 0 9 0 1531965491 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4127094915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868936 CPUtime=0.37
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 7908 742 0 0 22 1 13 1 17 0 9 0 1531965492 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1531965493 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868936 CPUtime=0.48
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 908 742 0 0 33 1 13 1 16 0 9 0 1531965495 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889790464 21600 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868936 CPUtime=0.14
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 0 0 13 1 15 0 9 0 1531965495 889790464 21600 996147200 134512640 134550740 4294955984 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) 868936

[startup+12.7029 s]
/proc/loadavg: 2.23 2.09 1.95 3/81 2354
/proc/meminfo: memFree=1231448/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=12.58
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 39443 742 1 0 1227 17 13 1 18 0 9 0 1531965490 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 22688 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=11.95
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28651 742 1 0 1169 12 13 1 25 0 9 0 1531965491 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4127090273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.38
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 9017 742 0 0 23 1 13 1 16 0 9 0 1531965492 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 910 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 0 0 13 1 15 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868848

[startup+25.5013 s]
/proc/loadavg: 2.18 2.09 1.95 3/81 2354
/proc/meminfo: memFree=1227096/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=25.27
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 39450 742 1 0 2496 17 13 1 18 0 9 0 1531965490 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 22688 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=24.63
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28658 742 1 0 2437 12 13 1 25 0 9 0 1531965491 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4127094196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.38
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 9017 742 0 0 23 1 13 1 16 0 9 0 1531965492 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 910 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 0 0 13 1 15 0 9 0 1531965495 889700352 22688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 868848

[startup+51.1022 s]
/proc/loadavg: 2.12 2.08 1.95 3/81 2354
/proc/meminfo: memFree=1222680/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=50.64
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40566 742 1 0 5032 18 13 1 18 0 9 0 1531965490 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23797 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=50
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28660 742 1 0 4973 13 13 1 25 0 9 0 1531965491 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127091765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.4
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10130 742 0 0 24 2 13 1 16 0 9 0 1531965492 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14

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

/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.74
Current children cumulated vsize (KiB) 868848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 2356
/proc/meminfo: memFree=1221976/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1528.19
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40658 742 1 0 152773 32 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1527.41
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28738 742 1 0 152703 24 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4127092231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.5
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 33 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.19
Current children cumulated vsize (KiB) 868848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 2356
/proc/meminfo: memFree=1221976/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1587.65
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40661 742 1 0 158718 33 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1586.87
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28741 742 1 0 158648 25 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.51
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 34 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.65
Current children cumulated vsize (KiB) 868848

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 2356
/proc/meminfo: memFree=1221912/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1647.11
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40665 742 1 0 164663 34 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1646.31
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28745 742 1 0 164592 25 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4127119724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.51
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 34 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.11
Current children cumulated vsize (KiB) 868848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 2356
/proc/meminfo: memFree=1221720/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1706.54
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40668 742 1 0 170606 34 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1705.76
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28748 742 1 0 170536 26 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4126704987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.51
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 34 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.54
Current children cumulated vsize (KiB) 868848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/102 2411
/proc/meminfo: memFree=1104744/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1765.64
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40671 742 1 0 176511 39 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1764.84
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28751 742 1 0 176440 30 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4127094941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.52
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 35 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.64
Current children cumulated vsize (KiB) 868848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/102 2411
/proc/meminfo: memFree=1104616/2055920 swapFree=4110528/4192956
[pid=2341] ppid=2339 vsize=868848 CPUtime=1800.06
/proc/2341/stat : 2341 (java) S 2339 2341 1860 0 -1 0 40673 742 1 0 179953 39 13 1 18 0 9 0 1531965490 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2341/statm: 217212 23807 2615 9 0 211740 0
[pid=2341/tid=2342] ppid=2339 vsize=868848 CPUtime=1799.25
/proc/2341/task/2342/stat : 2342 (java) R 2339 2341 1860 0 -1 64 28753 742 1 0 179881 30 13 1 25 0 9 0 1531965491 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4127119724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2344] ppid=2339 vsize=868848 CPUtime=0.52
/proc/2341/task/2344/stat : 2344 (java) S 2339 2341 1860 0 -1 64 10144 742 0 0 35 3 13 1 16 0 9 0 1531965492 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2345] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2345/stat : 2345 (java) S 2339 2341 1860 0 -1 64 17 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2346] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2346/stat : 2346 (java) S 2339 2341 1860 0 -1 64 10 742 0 0 0 0 13 1 16 0 9 0 1531965493 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2347] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2347/stat : 2347 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 18 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2348] ppid=2339 vsize=868848 CPUtime=0.49
/proc/2341/task/2348/stat : 2348 (java) S 2339 2341 1860 0 -1 64 911 742 0 0 34 1 13 1 16 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2349] ppid=2339 vsize=868848 CPUtime=0.14
/proc/2341/task/2349/stat : 2349 (java) S 2339 2341 1860 0 -1 64 1 742 0 0 0 0 13 1 19 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2341/tid=2350] ppid=2339 vsize=868848 CPUtime=0.16
/proc/2341/task/2350/stat : 2350 (java) S 2339 2341 1860 0 -1 64 36 742 0 0 1 1 13 1 15 0 9 0 1531965495 889700352 23807 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868848

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

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

Child status: 143
Real time (s): 1817.45
CPU time (s): 1800.12
CPU user time (s): 1799.7
CPU system time (s): 0.422935
CPU usage (%): 99.0464
Max. virtual memory (cumulated for all children) (KiB): 868936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41446
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= 38897
involuntary context switches= 79181

runsolver used 2.6436 second user time and 5.63414 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-02 20:22:31
IDJOB=1044275
IDBENCH=53543
IDSOLVER=363
FILE ID=node38/1044275-1215022951
PBS_JOBID= 7874393
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-10_ext.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-1044275-1215022951/watcher-1044275-1215022951 -o /tmp/evaluation-result-1044275-1215022951/solver-1044275-1215022951 -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-1044275-1215022951.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17234ef07ba087d786389b1270482cb7
RANDOM SEED=1047004492

node38.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.223
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.223
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1308728 kB
Buffers:         68384 kB
Cached:         501848 kB
SwapCached:      76720 kB
Active:         431748 kB
Inactive:       238736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308728 kB
SwapTotal:     4192956 kB
SwapFree:      4110528 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:         107664 kB
Slab:            61780 kB
Committed_AS:  2860952 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node38 at 2008-07-02 20:52:50