Trace number 2096821

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.16 1809.44

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.921
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2096821-1247410813.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.59	     nbVariables=800  nbDomainTypes=16  minDomainSize=1  maxDomainSize=45  nbTotalValues=19788
0.48/0.59	       =>  wckTime=0.347  cpuTime=0.23  mem=10M818
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
17.59/17.86	     nbConstraints=65246  nbGlobalConstraints=200  nbSingletonDomainVariables=21  nbConflictsStructures=16
17.59/17.86	     nbSharedConflictsStructures=7334  nbUnbuiltConflictsStructures=100  nbSharedBinaryRepresentations=0
17.59/17.86	     nbEvaluationManagers=116  nbSharedEvaluationManagers=64930  minDegree=275  maxDegree=383  minArity=4  avgArity=4.04
17.59/17.86	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.34  symmetryCpuTime=1.03
17.59/17.86	       =>  wckTime=17.617  cpuTime=13.1  mem=358M42
18.69/18.95	   
18.69/18.98	   solver IterativeSystematicSolver being built... 
22.36/22.61	   
22.36/22.62	   INFO : Forward propagation technique limited 
22.45/22.79	       =>  wckTime=22.552  cpuTime=15.26  mem=586M661
26.41/26.78	   
26.41/26.79	   preprocessing
26.41/26.79	     nbConstraintChecks=5579113  nbValidityChecks=224440  nbPropagations=800  nbRevisions=230784
26.41/26.79	     nbUselessRevisions=230784  nbRemovedValues=0  detectedInconsistency=no
26.41/26.79	       =>  wckTime=3.99  cpuTime=3.93  mem=594M751
241.75/244.13	   
241.75/244.13	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=598M812)

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-2096821-1247410813/watcher-2096821-1247410813 -o /tmp/evaluation-result-2096821-1247410813/solver-2096821-1247410813 -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-2096821-1247410813.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: 2.00 2.00 2.00 4/80 30617
/proc/meminfo: memFree=1746472/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=1612 CPUtime=0
/proc/30617/stat : 30617 (java) D 30615 30617 29442 0 -1 0 147 0 0 0 0 0 0 0 18 0 1 0 28148220 1650688 120 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30617/statm: 403 120 95 9 0 45 0

[startup+0.0162059 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30617
/proc/meminfo: memFree=1746472/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=10964 CPUtime=0
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 823 0 0 0 0 0 0 0 18 0 2 0 28148220 11227136 577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 2741 577 284 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.101968 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30617
/proc/meminfo: memFree=1746472/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=865984 CPUtime=0.08
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 3765 0 1 0 6 2 0 0 18 0 9 0 28148220 886767616 3221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216496 3221 1699 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302988 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30617
/proc/meminfo: memFree=1746472/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=866296 CPUtime=0.28
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 5698 0 1 0 25 3 0 0 18 0 9 0 28148220 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216574 5101 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.703026 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30617
/proc/meminfo: memFree=1746472/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=867200 CPUtime=0.69
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 8313 0 1 0 64 5 0 0 18 0 9 0 28148220 888012800 7667 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216800 7667 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867200

[startup+1.5011 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 30626
/proc/meminfo: memFree=1708960/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=867704 CPUtime=1.47
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 18558 0 1 0 136 11 0 0 18 0 9 0 28148220 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216926 17886 2028 9 0 211384 0
[pid=30617/tid=30619] ppid=30615 vsize=867704 CPUtime=1.21
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 15800 0 1 0 112 9 0 0 25 0 9 0 28148221 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 102883950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=867704 CPUtime=0.05
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 1378 0 0 0 5 0 0 0 16 0 9 0 28148222 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28148225 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=867704 CPUtime=0.17
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 28148225 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148225 888528896 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148225 888528896 17886 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) 867704

[startup+3.10123 s]
/proc/loadavg: 2.08 2.02 2.01 4/89 30626
/proc/meminfo: memFree=1678880/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=867704 CPUtime=3.06
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 22810 0 1 0 292 14 0 0 18 0 9 0 28148220 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216926 22136 2028 9 0 211384 0
[pid=30617/tid=30619] ppid=30615 vsize=867704 CPUtime=2.59
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 15802 0 1 0 250 9 0 0 25 0 9 0 28148221 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4126690448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=867704 CPUtime=0.26
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 5628 0 0 0 23 3 0 0 16 0 9 0 28148222 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28148225 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=867704 CPUtime=0.17
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 678 0 0 0 17 0 0 0 17 0 9 0 28148225 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148225 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148225 888528896 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867704

[startup+6.30251 s]
/proc/loadavg: 2.07 2.02 2.00 4/89 30626
/proc/meminfo: memFree=1645088/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=867704 CPUtime=6.23
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 33255 0 1 0 579 44 0 0 18 0 9 0 28148220 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216926 32576 2029 9 0 211384 0
[pid=30617/tid=30619] ppid=30615 vsize=867704 CPUtime=5.27
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 15828 0 1 0 492 35 0 0 25 0 9 0 28148221 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=867704 CPUtime=0.69
/proc/30617/task/30620/stat : 30620 (java) R 30615 30617 29442 0 -1 64 15994 0 0 0 62 7 0 0 16 0 9 0 28148222 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28148225 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=867704 CPUtime=0.24
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 731 0 0 0 24 0 0 0 16 0 9 0 28148225 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148225 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148225 888528896 32576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867704

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 30626
/proc/meminfo: memFree=1463584/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=867704 CPUtime=12.56
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 74790 0 1 0 1006 250 0 0 18 0 9 0 28148220 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 216926 74103 2029 9 0 211384 0
[pid=30617/tid=30619] ppid=30615 vsize=867704 CPUtime=10.76
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 15836 0 1 0 851 225 0 0 25 0 9 0 28148221 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=867704 CPUtime=1.52
/proc/30617/task/30620/stat : 30620 (java) R 30615 30617 29442 0 -1 64 57519 0 0 0 129 23 0 0 16 0 9 0 28148222 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 104196480 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148223 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28148225 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=867704 CPUtime=0.25
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 733 0 0 0 25 0 0 0 16 0 9 0 28148225 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148225 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=867704 CPUtime=0
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148225 888528896 74103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867704

[startup+25.5022 s]
/proc/loadavg: 2.12 2.03 2.01 3/89 30630
/proc/meminfo: memFree=1118672/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=25.22
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249838 5536 1 0 1973 356 185 8 18 0 9 0 28148220 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159109 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=20.06
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29053 5536 1 0 1528 285 185 8 25 0 9 0 28148221 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4127340955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.3
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 960 5536 0 0 36 1 185 8 15 0 9 0 28148225 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868440

[startup+51.1024 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 30636
/proc/meminfo: memFree=1118664/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=50.57
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249868 5536 1 0 4507 357 185 8 18 0 9 0 28148220 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159127 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=45.36
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29061 5536 1 0 4058 285 185 8 25 0 9 0 28148221 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4127347807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 17 0 9 0 28148222 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.33
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 982 5536 0 0 39 1 185 8 16 0 9 0 28148225 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159127 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1473.11
Current children cumulated vsize (KiB) 868440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042440/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1533.09
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249916 5536 1 0 152753 363 185 8 18 0 9 0 28148220 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159151 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1527.85
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 152300 292 185 8 25 0 9 0 28148221 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4127364263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1010 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.09
Current children cumulated vsize (KiB) 868440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042440/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1593.07
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249916 5536 1 0 158751 363 185 8 18 0 9 0 28148220 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159151 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1587.82
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 158297 292 185 8 25 0 9 0 28148221 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4127346827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1010 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.07
Current children cumulated vsize (KiB) 868440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042440/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1653.05
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249916 5536 1 0 164749 363 185 8 18 0 9 0 28148220 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159151 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1647.8
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 164295 292 185 8 25 0 9 0 28148221 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1010 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159151 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) 868440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042440/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1713.02
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249916 5536 1 0 170746 363 185 8 18 0 9 0 28148220 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159151 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1707.78
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 170293 292 185 8 25 0 9 0 28148221 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4127346869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1010 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.02
Current children cumulated vsize (KiB) 868440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042312/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1773.01
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249918 5536 1 0 176744 364 185 8 18 0 9 0 28148220 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159153 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1767.75
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 176290 292 185 8 25 0 9 0 28148221 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4127354532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1012 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.01
Current children cumulated vsize (KiB) 868440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30794
/proc/meminfo: memFree=1042312/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=868440 CPUtime=1800.01
/proc/30617/stat : 30617 (java) S 30615 30617 29442 0 -1 0 249918 5536 1 0 179444 364 185 8 18 0 9 0 28148220 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30617/statm: 217110 159153 2662 9 0 211546 0
[pid=30617/tid=30619] ppid=30615 vsize=868440 CPUtime=1794.75
/proc/30617/task/30619/stat : 30619 (java) R 30615 30617 29442 0 -1 64 29081 5536 1 0 178990 292 185 8 25 0 9 0 28148221 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4127362328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30620] ppid=30615 vsize=868440 CPUtime=6.68
/proc/30617/task/30620/stat : 30620 (java) S 30615 30617 29442 0 -1 64 218947 5536 0 0 409 66 185 8 16 0 9 0 28148222 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30621] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30621/stat : 30621 (java) S 30615 30617 29442 0 -1 64 18 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30622] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30622/stat : 30622 (java) S 30615 30617 29442 0 -1 64 26 5536 0 0 0 0 185 8 16 0 9 0 28148223 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30623] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30623/stat : 30623 (java) S 30615 30617 29442 0 -1 64 2 5536 0 0 0 0 185 8 18 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30624] ppid=30615 vsize=868440 CPUtime=2.38
/proc/30617/task/30624/stat : 30624 (java) S 30615 30617 29442 0 -1 64 1012 5536 0 0 44 1 185 8 17 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30617/tid=30625] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30625/stat : 30625 (java) S 30615 30617 29442 0 -1 64 1 5536 0 0 0 0 185 8 19 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30617/tid=30626] ppid=30615 vsize=868440 CPUtime=1.93
/proc/30617/task/30626/stat : 30626 (java) S 30615 30617 29442 0 -1 64 22 5536 0 0 0 0 185 8 15 0 9 0 28148225 889282560 159153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868440

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

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

[startup+1809.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30796
/proc/meminfo: memFree=1537016/2055920 swapFree=4191900/4192956
[pid=30617] ppid=30615 vsize=0 CPUtime=1800.11
/proc/30617/stat : 30617 (java) Z 30615 30617 29442 0 -1 1036 249946 5536 1 0 179447 371 185 8 16 0 2 0 28148220 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.44
CPU time (s): 1800.16
CPU user time (s): 1796.33
CPU system time (s): 3.82542
CPU usage (%): 99.487
Max. virtual memory (cumulated for all children) (KiB): 902668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.33
system time used= 3.82542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255482
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= 38605
involuntary context switches= 50479

runsolver used 2.41563 second user time and 5.83011 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 17:00:14
IDJOB=2096821
IDBENCH=56690
IDSOLVER=773
FILE ID=node15/2096821-1247410813
PBS_JOBID= 9510613
Free space on /tmp= 66364 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-2096821-1247410813/watcher-2096821-1247410813 -o /tmp/evaluation-result-2096821-1247410813/solver-2096821-1247410813 -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-2096821-1247410813.xml

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

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=1938089980

node15.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.220
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.220
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:       1746952 kB
Buffers:         38196 kB
Cached:         128940 kB
SwapCached:        416 kB
Active:         182556 kB
Inactive:        70740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746952 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11124 kB
Writeback:           0 kB
Mapped:         105812 kB
Slab:            40688 kB
Committed_AS:   997784 kB
PageTables:       2028 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= 66356 MiB
End job on node15 at 2009-07-12 17:30:25