Trace number 2094263

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.13 1810.27

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-16.xml
MD5SUM60daac4778aa66fc9cd6221b0d2d0b74
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints25339
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24840
Global constraints used (with number of constraints)alldifferent(499)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-2094263-1247403129.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.48/0.53	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=34  nbTotalValues=11332
0.48/0.53	       =>  wckTime=0.272  cpuTime=0.19  mem=10M813
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
21.19/21.43	   
21.19/21.43	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 99M220)
34.33/34.77	     nbConstraints=25339  nbGlobalConstraints=499  nbSingletonDomainVariables=216  nbConflictsStructures=18064
34.33/34.77	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=6776  nbSharedBinaryRepresentations=0
34.33/34.77	     nbEvaluationManagers=24840  nbSharedEvaluationManagers=0  minDegree=43  maxDegree=360  minArity=4  avgArity=4.34
34.33/34.77	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.448  symmetryCpuTime=0.51
34.33/34.77	       =>  wckTime=34.504  cpuTime=31.96  mem=190M76
34.91/35.31	   
34.91/35.31	   solver IterativeSystematicSolver being built... 
36.00/36.48	   
36.00/36.48	   INFO : Forward propagation technique limited 
36.10/36.57	       =>  wckTime=36.313  cpuTime=32.78  mem=244M563
36.60/37.03	   
36.60/37.03	   preprocessing
36.60/37.03	     nbConstraintChecks=416059  nbValidityChecks=23952  nbPropagations=800  nbRevisions=27104  nbUselessRevisions=27104
36.60/37.03	     nbRemovedValues=0  detectedInconsistency=no
36.60/37.03	       =>  wckTime=0.453  cpuTime=0.43  mem=248M615
48.65/49.29	   
48.65/49.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=242M864)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094263-1247403129/watcher-2094263-1247403129 -o /tmp/evaluation-result-2094263-1247403129/solver-2094263-1247403129 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094263-1247403129.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.97 1.72 4/80 32671
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=10676 CPUtime=0
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27379544 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 2669 474 207 9 0 1184 0
[pid=32671/tid=32672] ppid=32669 vsize=10676 CPUtime=0
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27379546 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.063664 s]
/proc/loadavg: 1.98 1.97 1.72 4/80 32671
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=864024 CPUtime=0.05
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 2773 0 1 0 3 2 0 0 18 0 9 0 27379544 884760576 2317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216006 2317 1095 9 0 210899 0
[pid=32671/tid=32672] ppid=32669 vsize=864024 CPUtime=0.03
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 1867 0 1 0 2 1 0 0 20 0 9 0 27379546 884760576 2317 996147200 134512640 134550932 4294955968 18446744073709551615 4125961374 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101666 s]
/proc/loadavg: 1.98 1.97 1.72 4/80 32671
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=865984 CPUtime=0.08
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 27379544 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216496 3194 1695 9 0 210981 0
[pid=32671/tid=32672] ppid=32669 vsize=865984 CPUtime=0.06
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 2809 0 1 0 5 1 0 0 20 0 9 0 27379546 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125958478 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301687 s]
/proc/loadavg: 1.98 1.97 1.72 4/80 32671
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=866380 CPUtime=0.28
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 5862 0 1 0 24 4 0 0 18 0 9 0 27379544 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216595 5228 1981 9 0 211053 0
[pid=32671/tid=32672] ppid=32669 vsize=866380 CPUtime=0.22
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 4880 0 1 0 19 3 0 0 18 0 9 0 27379546 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 104589101 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70174 s]
/proc/loadavg: 1.98 1.97 1.72 4/80 32671
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867808 CPUtime=0.68
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 8949 0 1 0 62 6 0 0 18 0 9 0 27379544 888635392 8303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216952 8303 2038 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867808 CPUtime=0.5
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 7582 0 1 0 45 5 0 0 19 0 9 0 27379546 888635392 8303 996147200 134512640 134550932 4294955968 18446744073709551615 4126669607 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867808

[startup+1.50284 s]
/proc/loadavg: 1.98 1.97 1.72 3/89 32680
/proc/meminfo: memFree=1752672/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867720 CPUtime=1.47
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 18516 0 1 0 137 10 0 0 18 0 9 0 27379544 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216930 17844 2028 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867720 CPUtime=1.22
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 15802 0 1 0 114 8 0 0 25 0 9 0 27379546 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4126613786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=867720 CPUtime=0.05
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 1338 0 0 0 5 0 0 0 16 0 9 0 27379547 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27379550 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=867720 CPUtime=0.17
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 27379550 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27379550 888545280 17844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27379550 888545280 17844 996147200 134512640 134550932 4294955968 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) 867720

[startup+3.10302 s]
/proc/loadavg: 1.98 1.97 1.72 3/89 32680
/proc/meminfo: memFree=1721312/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867720 CPUtime=3.07
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 21311 0 1 0 294 13 0 0 18 0 9 0 27379544 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216930 20637 2029 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867720 CPUtime=2.65
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 15829 0 1 0 255 10 0 0 25 0 9 0 27379546 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 103809648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=867720 CPUtime=0.15
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 4059 0 0 0 14 1 0 0 17 0 9 0 27379547 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27379550 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=867720 CPUtime=0.24
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 722 0 0 0 24 0 0 0 16 0 9 0 27379550 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27379550 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27379550 888545280 20637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867720

[startup+6.3014 s]
/proc/loadavg: 1.98 1.97 1.72 4/89 32680
/proc/meminfo: memFree=1704288/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867720 CPUtime=6.24
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 25404 0 1 0 599 25 0 0 18 0 9 0 27379544 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216930 24726 2029 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867720 CPUtime=5.64
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 15833 0 1 0 544 20 0 0 25 0 9 0 27379546 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4126884020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=867720 CPUtime=0.31
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 8129 0 0 0 28 3 0 0 16 0 9 0 27379547 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27379550 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=867720 CPUtime=0.26
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 741 0 0 0 26 0 0 0 15 0 9 0 27379550 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27379550 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27379550 888545280 24726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867720

[startup+12.7022 s]
/proc/loadavg: 1.98 1.97 1.72 3/89 32680
/proc/meminfo: memFree=1682528/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867720 CPUtime=12.57
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 30823 0 1 0 1212 45 0 0 18 0 9 0 27379544 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216930 30142 2029 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867720 CPUtime=11.82
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 15836 0 1 0 1143 39 0 0 25 0 9 0 27379546 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4126954800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=867720 CPUtime=0.47
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 13545 0 0 0 42 5 0 0 16 0 9 0 27379547 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27379550 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=867720 CPUtime=0.26
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 741 0 0 0 26 0 0 0 15 0 9 0 27379550 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27379550 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27379550 888545280 30142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867720

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.73 3/89 32680
/proc/meminfo: memFree=1632032/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=867720 CPUtime=25.25
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 43465 0 1 0 2447 78 0 0 18 0 9 0 27379544 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 216930 42777 2029 9 0 211388 0
[pid=32671/tid=32672] ppid=32669 vsize=867720 CPUtime=24.12
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 15843 0 1 0 2345 67 0 0 25 0 9 0 27379546 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 103809672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=867720 CPUtime=0.83
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 26179 0 0 0 74 9 0 0 17 0 9 0 27379547 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27379548 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27379550 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=867720 CPUtime=0.26
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 742 0 0 0 26 0 0 0 16 0 9 0 27379550 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27379550 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=867720 CPUtime=0
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27379550 888545280 42777 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867720

[startup+51.1017 s]
/proc/loadavg: 1.99 1.97 1.73 3/89 32684
/proc/meminfo: memFree=1508176/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=50.53
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124445 2425 1 0 4886 103 60 4 18 0 9 0 27379544 888877056 74250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74250 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=47.71
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29009 2425 1 0 4636 71 60 4 25 0 9 0 27379546 888877056 74250 996147200 134512640 134550932 4294955968 18446744073709551615 4127403024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=2.96
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93494 2425 0 0 205 27 60 4 16 0 9 0 27379547 888877056 74250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 0 0 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.93
Current children cumulated vsize (KiB) 868044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 32690
/proc/meminfo: memFree=1507024/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1533.63
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124742 2425 1 0 153193 106 60 4 18 0 9 0 27379544 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74332 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1528.71
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29223 2425 1 0 152735 72 60 4 25 0 9 0 27379546 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4126667227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.05
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93570 2425 0 0 411 30 60 4 16 0 9 0 27379547 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 0 0 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.63
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 32690
/proc/meminfo: memFree=1506960/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1593.35
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124749 2425 1 0 159164 107 60 4 18 0 9 0 27379544 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74332 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1588.36
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29230 2425 1 0 158700 72 60 4 25 0 9 0 27379546 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4127404016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.11
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93570 2425 0 0 417 30 60 4 16 0 9 0 27379547 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 0 0 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.35
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 32690
/proc/meminfo: memFree=1506896/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1653.05
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124757 2425 1 0 165134 107 60 4 18 0 9 0 27379544 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74332 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1647.98
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29238 2425 1 0 164662 72 60 4 25 0 9 0 27379546 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4127381693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.19
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93570 2425 0 0 425 30 60 4 16 0 9 0 27379547 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 0 0 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.05
Current children cumulated vsize (KiB) 868044

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 302
/proc/meminfo: memFree=1460752/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1712.19
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124764 2425 1 0 171045 110 60 4 18 0 9 0 27379544 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74332 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1707.02
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29245 2425 1 0 170565 73 60 4 25 0 9 0 27379546 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4127202983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.26
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93570 2425 0 0 432 30 60 4 16 0 9 0 27379547 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.67
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 1 2 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.19
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 302
/proc/meminfo: memFree=1460560/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1772.15
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124774 2425 1 0 177040 111 60 4 18 0 9 0 27379544 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74332 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1766.89
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29255 2425 1 0 176551 74 60 4 25 0 9 0 27379546 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4127381696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.36
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93570 2425 0 0 441 31 60 4 16 0 9 0 27379547 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.67
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 1 2 60 4 15 0 9 0 27379550 888877056 74332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.15
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 302
/proc/meminfo: memFree=1460560/2055920 swapFree=4192812/4192956
[pid=32671] ppid=32669 vsize=868044 CPUtime=1800.04
/proc/32671/stat : 32671 (java) S 32669 32671 32214 0 -1 0 124780 2425 1 0 179829 111 60 4 18 0 9 0 27379544 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 217011 74333 2640 9 0 211469 0
[pid=32671/tid=32672] ppid=32669 vsize=868044 CPUtime=1794.75
/proc/32671/task/32672/stat : 32672 (java) R 32669 32671 32214 0 -1 64 29260 2425 1 0 179337 74 60 4 25 0 9 0 27379546 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4127379433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32674] ppid=32669 vsize=868044 CPUtime=5.4
/proc/32671/task/32674/stat : 32674 (java) S 32669 32671 32214 0 -1 64 93571 2425 0 0 445 31 60 4 16 0 9 0 27379547 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32671/tid=32675] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32675/stat : 32675 (java) S 32669 32671 32214 0 -1 64 21 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32676/stat : 32676 (java) S 32669 32671 32214 0 -1 64 27 2425 0 0 0 0 60 4 16 0 9 0 27379548 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32677/stat : 32677 (java) S 32669 32671 32214 0 -1 64 2 2425 0 0 0 0 60 4 18 0 9 0 27379550 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32669 vsize=868044 CPUtime=1.09
/proc/32671/task/32678/stat : 32678 (java) S 32669 32671 32214 0 -1 64 1085 2425 0 0 45 0 60 4 16 0 9 0 27379550 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32679] ppid=32669 vsize=868044 CPUtime=0.64
/proc/32671/task/32679/stat : 32679 (java) S 32669 32671 32214 0 -1 64 0 2425 0 0 0 0 60 4 19 0 9 0 27379550 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32671/tid=32680] ppid=32669 vsize=868044 CPUtime=0.67
/proc/32671/task/32680/stat : 32680 (java) S 32669 32671 32214 0 -1 64 10 2425 0 0 1 2 60 4 15 0 9 0 27379550 888877056 74333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868044

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): 1810.27
CPU time (s): 1800.13
CPU user time (s): 1798.92
CPU system time (s): 1.20482
CPU usage (%): 99.4397
Max. virtual memory (cumulated for all children) (KiB): 883276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127234
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= 41153
involuntary context switches= 62586

runsolver used 2.49862 second user time and 6.02608 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 14:52:09
IDJOB=2094263
IDBENCH=54102
IDSOLVER=773
FILE ID=node28/2094263-1247403129
PBS_JOBID= 9510588
Free space on /tmp= 66112 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-16.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094263-1247403129/watcher-2094263-1247403129 -o /tmp/evaluation-result-2094263-1247403129/solver-2094263-1247403129 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094263-1247403129.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 60daac4778aa66fc9cd6221b0d2d0b74
RANDOM SEED=1841000774

node28.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.230
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.230
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:       1796488 kB
Buffers:         33396 kB
Cached:         117224 kB
SwapCached:          0 kB
Active:         140640 kB
Inactive:        63320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5748 kB
Writeback:           0 kB
Mapped:          70700 kB
Slab:            40532 kB
Committed_AS:  1003556 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node28 at 2009-07-12 15:22:21