Trace number 1044901

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 ESAC? (TO) 1800.11 1804.05

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-12_ext.xml
MD5SUMb3fd40cb3c979dcb57fec69fff68dd9c
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 benchmark1.46878
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.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1044901-1215022914.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.50	       =>  wckTime=0.256  cpuTime=0.17  mem=9M869
0.38/0.50	   
0.38/0.50	   relations being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
1.44/1.54	     nbConstraints=10173  nbRelationTypes=26  nbGlobalConstraints=31  nbSingletonDomainVariables=361
1.55/1.61	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.55/1.61	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.55/1.61	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.409  symmetryCpuTime=0.21  nbCliques=31
1.55/1.61	       =>  wckTime=1.302  cpuTime=0.78  mem=27M837
1.55/1.67	   
1.55/1.68	   solver IterativeSystematicSolver being built... 
1.66/1.75	   
1.66/1.75	   INFO : Forward propagation technique limited 
1.75/1.84	       =>  wckTime=1.601  cpuTime=0.93  mem=31M900
2.05/2.16	   
2.05/2.16	   preprocessing
2.05/2.16	     nbConstraintChecks=177608  nbPropagations=3730  nbRevisions=33780  nbUselessRevisions=25736  nbSingletonTests=657
2.05/2.16	     nbEffectiveSingletonTests=0  nbACRemovals=5352  nbFoundSingletons=0  nbRemovedValues=5352  detectedInconsistency=no
2.05/2.16	       =>  wckTime=0.316  cpuTime=0.27  mem=32M895
2.54/2.60	   
2.54/2.60	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M884)

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-1044901-1215022914/watcher-1044901-1215022914 -o /tmp/evaluation-result-1044901-1215022914/solver-1044901-1215022914 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044901-1215022914.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.00 2.00 1.91 4/84 6016
/proc/meminfo: memFree=1789856/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=10616 CPUtime=0
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1981263693 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 2654 472 209 9 0 1184 0
[pid=6016/tid=6017] ppid=6014 vsize=10616 CPUtime=0
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1981263695 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 5156824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0545999 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 6016
/proc/meminfo: memFree=1789856/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=863688 CPUtime=0.03
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 2423 0 1 0 2 1 0 0 18 0 9 0 1981263693 884416512 1998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 215922 1998 913 9 0 210901 0
[pid=6016/tid=6017] ppid=6014 vsize=863688 CPUtime=0.02
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 1704 0 1 0 2 0 0 0 20 0 9 0 1981263695 884416512 1998 996147200 134512640 134550740 4294955968 18446744073709551615 4125980196 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101608 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 6016
/proc/meminfo: memFree=1789856/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=865884 CPUtime=0.08
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 3717 0 1 0 7 1 0 0 18 0 9 0 1981263693 886665216 3180 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 216471 3180 1685 9 0 211026 0
[pid=6016/tid=6017] ppid=6014 vsize=865884 CPUtime=0.06
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 2815 0 1 0 6 0 0 0 18 0 9 0 1981263695 886665216 3180 996147200 134512640 134550740 4294955968 18446744073709551615 4125978151 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301639 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 6016
/proc/meminfo: memFree=1789856/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=866196 CPUtime=0.28
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 1981263693 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 216549 5033 1902 9 0 211097 0
[pid=6016/tid=6017] ppid=6014 vsize=866196 CPUtime=0.24
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 4654 0 1 0 22 2 0 0 19 0 9 0 1981263695 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701698 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 6016
/proc/meminfo: memFree=1789856/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=867448 CPUtime=0.67
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 8796 0 1 0 62 5 0 0 18 0 9 0 1981263693 888266752 8166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 216862 8166 1975 9 0 211390 0
[pid=6016/tid=6017] ppid=6014 vsize=867448 CPUtime=0.51
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 7484 0 1 0 47 4 0 0 21 0 9 0 1981263695 888266752 8166 996147200 134512640 134550740 4294955968 18446744073709551615 4126378677 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867448

[startup+1.50281 s]
/proc/loadavg: 2.00 2.00 1.91 4/93 6025
/proc/meminfo: memFree=1728920/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868096 CPUtime=1.44
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 20926 620 1 0 120 11 13 0 18 0 10 0 1981263693 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217024 18930 2013 9 0 211552 0
[pid=6016/tid=6017] ppid=6014 vsize=868096 CPUtime=1.09
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 16856 620 1 0 88 8 13 0 17 0 10 0 1981263695 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868096 CPUtime=0.22
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 2447 620 0 0 9 0 13 0 17 0 10 0 1981263696 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868096 CPUtime=0.13
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 13 620 0 0 0 0 13 0 16 0 10 0 1981263697 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868096 CPUtime=0.13
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 5 620 0 0 0 0 13 0 16 0 10 0 1981263697 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868096 CPUtime=0.13
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 620 0 0 0 0 13 0 18 0 10 0 1981263699 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868096 CPUtime=0.35
/proc/6016/task/6023/stat : 6023 (java) R 6014 6016 5398 0 -1 64 777 620 0 0 22 0 13 0 16 0 10 0 1981263699 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4776924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868096 CPUtime=0.13
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 620 0 0 0 0 13 0 19 0 10 0 1981263699 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868096 CPUtime=0.13
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 10 620 0 0 0 0 13 0 15 0 10 0 1981263699 888930304 18930 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868096

[startup+3.10206 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 6029
/proc/meminfo: memFree=1713368/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868248 CPUtime=3.04
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 32383 743 1 0 274 16 13 1 18 0 9 0 1981263693 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217062 21604 2636 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868248 CPUtime=2.43
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 22722 743 1 0 218 11 13 1 25 0 9 0 1981263695 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4127109343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868248 CPUtime=0.35
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 7910 743 0 0 19 2 13 1 17 0 9 0 1981263696 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 15 0 9 0 1981263697 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868248 CPUtime=0.5
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 899 743 0 0 35 1 13 1 16 0 9 0 1981263699 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 10 743 0 0 0 0 13 1 15 0 9 0 1981263699 889085952 21604 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868248

[startup+6.30252 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 6029
/proc/meminfo: memFree=1713048/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868248 CPUtime=6.21
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 34416 743 1 0 590 17 13 1 18 0 9 0 1981263693 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217062 21608 2636 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868248 CPUtime=5.59
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 24727 743 1 0 533 12 13 1 25 0 9 0 1981263695 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4127169790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868248 CPUtime=0.35
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 7910 743 0 0 19 2 13 1 16 0 9 0 1981263696 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 15 0 9 0 1981263697 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868248 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 903 743 0 0 36 1 13 1 16 0 9 0 1981263699 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868248 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 889085952 21608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868248

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 6029
/proc/meminfo: memFree=1712984/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=12.55
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 39448 743 1 0 1222 19 13 1 18 0 9 0 1981263693 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 22695 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=11.92
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28648 743 1 0 1165 13 13 1 25 0 9 0 1981263695 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4126375736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.37
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 9021 743 0 0 20 3 13 1 16 0 9 0 1981263696 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 903 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 22695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868160

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 6029
/proc/meminfo: memFree=1708504/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=25.22
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 39461 743 1 0 2489 19 13 1 18 0 9 0 1981263693 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 22697 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=24.59
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28659 743 1 0 2432 13 13 1 25 0 9 0 1981263695 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.37
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 9021 743 0 0 20 3 13 1 16 0 9 0 1981263696 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 22697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868160

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 6029
/proc/meminfo: memFree=1704088/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=50.58
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40576 743 1 0 5025 19 13 1 18 0 9 0 1981263693 888995840 23806 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23806 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=49.94
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28661 743 1 0 4967 13 13 1 25 0 9 0 1981263695 888995840 23806 996147200 134512640 134550740 4294955968 18446744073709551615 4127139416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.38

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

/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.49
Current children cumulated vsize (KiB) 868160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1670144/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1538.46
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40675 743 1 0 153809 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1537.72
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28753 743 1 0 153742 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4127170842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.48
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 30 4 13 1 16 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.46
Current children cumulated vsize (KiB) 868160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1670016/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1598.44
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40679 743 1 0 159807 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1597.69
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28757 743 1 0 159739 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.49
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 31 4 13 1 16 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.44
Current children cumulated vsize (KiB) 868160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1669952/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1658.41
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40683 743 1 0 165804 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1657.66
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28761 743 1 0 165736 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4127169794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.49
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 31 4 13 1 16 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.41
Current children cumulated vsize (KiB) 868160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1669888/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1718.38
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40687 743 1 0 171801 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1717.62
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28765 743 1 0 171732 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4127088334 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.5
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 32 4 13 1 17 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.38
Current children cumulated vsize (KiB) 868160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1669824/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1778.35
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40690 743 1 0 177798 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1777.59
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28768 743 1 0 177729 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4127091573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.5
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 32 4 13 1 16 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.35
Current children cumulated vsize (KiB) 868160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 6070
/proc/meminfo: memFree=1669824/2055920 swapFree=4180424/4192956
[pid=6016] ppid=6014 vsize=868160 CPUtime=1800.05
/proc/6016/stat : 6016 (java) S 6014 6016 5398 0 -1 0 40692 743 1 0 179968 23 13 1 18 0 9 0 1981263693 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6016/statm: 217040 23811 2615 9 0 211568 0
[pid=6016/tid=6017] ppid=6014 vsize=868160 CPUtime=1799.29
/proc/6016/task/6017/stat : 6017 (java) R 6014 6016 5398 0 -1 64 28770 743 1 0 179899 16 13 1 25 0 9 0 1981263695 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4127169747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6019] ppid=6014 vsize=868160 CPUtime=0.5
/proc/6016/task/6019/stat : 6019 (java) S 6014 6016 5398 0 -1 64 10141 743 0 0 32 4 13 1 16 0 9 0 1981263696 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6016/tid=6020] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6020/stat : 6020 (java) S 6014 6016 5398 0 -1 64 16 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6021] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6021/stat : 6021 (java) S 6014 6016 5398 0 -1 64 8 743 0 0 0 0 13 1 16 0 9 0 1981263697 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6022] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6022/stat : 6022 (java) S 6014 6016 5398 0 -1 64 1 743 0 0 0 0 13 1 18 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6023] ppid=6014 vsize=868160 CPUtime=0.51
/proc/6016/task/6023/stat : 6023 (java) S 6014 6016 5398 0 -1 64 905 743 0 0 36 1 13 1 16 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6024] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6024/stat : 6024 (java) S 6014 6016 5398 0 -1 64 2 743 0 0 0 0 13 1 19 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6016/tid=6025] ppid=6014 vsize=868160 CPUtime=0.14
/proc/6016/task/6025/stat : 6025 (java) S 6014 6016 5398 0 -1 64 34 743 0 0 0 0 13 1 15 0 9 0 1981263699 888995840 23811 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868160

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): 1804.05
CPU time (s): 1800.11
CPU user time (s): 1799.85
CPU system time (s): 0.263959
CPU usage (%): 99.7819
Max. virtual memory (cumulated for all children) (KiB): 868260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41463
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= 38677
involuntary context switches= 46719

runsolver used 2.19167 second user time and 6.02808 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 20:21:54
IDJOB=1044901
IDBENCH=53540
IDSOLVER=364
FILE ID=node52/1044901-1215022914
PBS_JOBID= 7874365
Free space on /tmp= 66500 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-12_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044901-1215022914/watcher-1044901-1215022914 -o /tmp/evaluation-result-1044901-1215022914/solver-1044901-1215022914 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044901-1215022914.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b3fd40cb3c979dcb57fec69fff68dd9c
RANDOM SEED=601726143

node52.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.265
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.265
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:       1790336 kB
Buffers:         17672 kB
Cached:         149352 kB
SwapCached:       6784 kB
Active:         156344 kB
Inactive:        52300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790336 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:          58500 kB
Slab:            41840 kB
Committed_AS:  3840468 kB
PageTables:       2068 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= 66520 MiB
End job on node52 at 2008-07-02 20:52:00