Trace number 2097143

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 ACSAT 322.296 322.593

DiagnosticValue
CHECKS2384140
NODES216906

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-41_ext.xml
MD5SUMb5cf0a5cebccc02723b1c0e25cb32a5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19667
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097143-1247411759.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.37/0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.37/0.40	       =>  wckTime=0.152  cpuTime=0.1  mem=7M892
0.37/0.40	   
0.37/0.40	   relations being loaded...
0.68/0.75	   
0.68/0.75	   constraints being loaded...
0.87/0.98	     nbConstraints=60  nbRelationTypes=60  nbGlobalConstraints=60  nbExtensionStructures=60
0.87/0.98	     nbSharedExtensionStructures=0  nbConflictsStructures=60  nbSharedConflictsStructures=0
0.87/0.98	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.87/0.98	     symmetryWckTime=0.045  symmetryCpuTime=0.03
0.87/0.98	       =>  wckTime=0.737  cpuTime=0.61  mem=48M758
1.06/1.11	   
1.06/1.11	   solver IterativeSystematicSolver being built... 
1.06/1.18	   
1.06/1.18	   INFO : Forward propagation technique limited 
1.15/1.25	       =>  wckTime=1.003  cpuTime=0.73  mem=29M996
1.15/1.29	   
1.15/1.29	   preprocessing
1.15/1.29	     nbConstraintChecks=0  nbValidityChecks=176640  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
1.15/1.29	     nbRemovedValues=0  detectedInconsistency=no
1.15/1.29	       =>  wckTime=0.038  cpuTime=0.03  mem=29M996
1.95/2.00	   
1.95/2.00	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M952)
322.20/322.55	   
322.20/322.55	   search
322.20/322.55	     run=21  nbConstraintChecks=2384144  nbValidityChecks=4343094263  minDepth=0  maxDepth=20  nbPropagations=7773137
322.20/322.55	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=216906  nbFailedAssignments=134739  nbBacktracks=82041
322.20/322.55	     nbVisitedNodes=410669  nbRestartNogoods=219  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=3.87
322.20/322.55	     nbIEliminables=10.97  nbDEliminables=0  nbPEliminables=0
322.20/322.55	       =>  wckTime=321.297  cpuTime=320.93  mem=36M686
322.20/322.55	   
322.20/322.55	   global
322.20/322.55	     nbConstraintChecks=2384144  nbValidityChecks=4343270903  nbPropagations=7773157  nbRestartNogoods=219
322.20/322.55	     solvingWckTime=321.3  solvingCpuTime=320.93  expiredTime=no  totalExploration=no  nbFoundSolutions=1
322.20/322.55	     firstSolutionCpuTime=321.66  globalCpuTime=321.71
322.20/322.55	       =>  wckTime=322.306  cpuTime=321.66  mem=36M686
322.20/322.55	   
322.20/322.55	s SATISFIABLE
322.20/322.55	v 18 4 0 13 18 1 0 8 10 9 17 8 6 0 15 18 4 11 10 10 
322.20/322.55	d NODES 216906
322.20/322.55	d CHECKS 2384144
322.20/322.56	   
322.20/322.56	   totalWckTime=322.363  totalCpuTime=321.71

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097143-1247411759/watcher-2097143-1247411759 -o /tmp/evaluation-result-2097143-1247411759/solver-2097143-1247411759 -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-2097143-1247411759.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.92 1.98 1.99 4/80 4676
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=18576 CPUtime=0
/proc/4676/stat : 4676 (runsolver) R 4674 4676 32701 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28239436 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4676/statm: 4644 284 249 26 0 2626 0

[startup+0.0788641 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 4676
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=864024 CPUtime=0.06
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 2920 0 1 0 4 2 0 0 18 0 9 0 28239436 884760576 2430 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216006 2430 1151 9 0 210899 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864024

[startup+0.101867 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 4676
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=865984 CPUtime=0.08
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 28239436 886767616 3186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216496 3186 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301887 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 4676
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=866144 CPUtime=0.28
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 5660 0 1 0 24 4 0 0 18 0 9 0 28239436 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216536 5063 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701922 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 4676
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=866500 CPUtime=0.68
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 10491 0 1 0 61 7 0 0 18 0 9 0 28239436 887296000 9853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216625 9853 1998 9 0 211083 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866500

[startup+1.503 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 4689
/proc/meminfo: memFree=1688672/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867360 CPUtime=1.45
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28549 271 1 0 131 14 0 0 18 0 9 0 28239436 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216840 19385 2655 9 0 211276 0
[pid=4676/tid=4678] ppid=4674 vsize=867360 CPUtime=1.15
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19589 271 1 0 105 10 0 0 25 0 9 0 28239437 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4126796901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867360 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 18 0 9 0 28239439 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867360 CPUtime=0.17
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 519 271 0 0 17 0 0 0 15 0 9 0 28239441 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888176640 19385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867360

[startup+3.10214 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 4689
/proc/meminfo: memFree=1676256/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867360 CPUtime=3.04
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28583 271 1 0 290 14 0 0 18 0 9 0 28239436 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216840 19406 2656 9 0 211276 0
[pid=4676/tid=4678] ppid=4674 vsize=867360 CPUtime=2.7
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19602 271 1 0 260 10 0 0 25 0 9 0 28239437 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4126769602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867360 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 17 0 9 0 28239439 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867360 CPUtime=0.2
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 540 271 0 0 20 0 0 0 15 0 9 0 28239441 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867360 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888176640 19406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867360

[startup+6.30143 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 4689
/proc/meminfo: memFree=1675936/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=6.21
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28617 271 1 0 607 14 0 0 18 0 9 0 28239436 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19420 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=5.85
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19620 271 1 0 575 10 0 0 25 0 9 0 28239437 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4126769627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.23
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 556 271 0 0 23 0 0 0 16 0 9 0 28239441 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867492

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 2/79 4691
/proc/meminfo: memFree=1755760/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=12.54
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28641 271 1 0 1240 14 0 0 18 0 9 0 28239436 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19423 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=12.17
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19641 271 1 0 1207 10 0 0 25 0 9 0 28239437 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4126769743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.23
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 559 271 0 0 23 0 0 0 16 0 9 0 28239441 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867492

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 4730
/proc/meminfo: memFree=1690256/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=25.33
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28674 271 1 0 2518 15 0 0 18 0 9 0 28239436 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19424 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=24.96
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19673 271 1 0 2485 11 0 0 25 0 9 0 28239437 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4126758595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.23
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 560 271 0 0 23 0 0 0 16 0 9 0 28239441 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867492

[startup+51.1025 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 4730
/proc/meminfo: memFree=1690328/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=50.92
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 28747 271 1 0 5077 15 0 0 18 0 9 0 28239436 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19425 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=50.54
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 19744 271 1 0 5043 11 0 0 25 0 9 0 28239437 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4126769810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19425 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29506 271 1 0 30665 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=306.44
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20503 271 1 0 30632 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126769731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.81
Current children cumulated vsize (KiB) 867492

[startup+313.506 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=313.21
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29522 271 1 0 31305 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=312.83
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20519 271 1 0 31271 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126770224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.21
Current children cumulated vsize (KiB) 867492

[startup+316.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=316.41
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29533 271 1 0 31625 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=316.03
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20530 271 1 0 31591 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126897400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.41
Current children cumulated vsize (KiB) 867492

[startup+319.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=319.6
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29543 271 1 0 31944 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=319.23
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20540 271 1 0 31911 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126758564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.6
Current children cumulated vsize (KiB) 867492

[startup+321.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=321.2
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29551 271 1 0 32104 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=320.83
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20548 271 1 0 32071 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126769863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.2
Current children cumulated vsize (KiB) 867492

[startup+322.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=322.01
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29554 271 1 0 32185 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=321.63
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20551 271 1 0 32151 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4126826282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.01
Current children cumulated vsize (KiB) 867492

[startup+322.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 4769
/proc/meminfo: memFree=1655904/2055920 swapFree=4192812/4192956
[pid=4676] ppid=4674 vsize=867492 CPUtime=322.2
/proc/4676/stat : 4676 (java) S 4674 4676 32701 0 -1 0 29555 271 1 0 32204 16 0 0 18 0 9 0 28239436 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4676/statm: 216873 19428 2656 9 0 211309 0
[pid=4676/tid=4678] ppid=4674 vsize=867492 CPUtime=321.83
/proc/4676/task/4678/stat : 4678 (java) R 4674 4676 32701 0 -1 64 20552 271 1 0 32171 12 0 0 25 0 9 0 28239437 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4679] ppid=4674 vsize=867492 CPUtime=0.1
/proc/4676/task/4679/stat : 4679 (java) S 4674 4676 32701 0 -1 64 7589 271 0 0 8 2 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4680] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4680/stat : 4680 (java) S 4674 4676 32701 0 -1 64 19 271 0 0 0 0 0 0 17 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4681] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4681/stat : 4681 (java) S 4674 4676 32701 0 -1 64 9 271 0 0 0 0 0 0 16 0 9 0 28239439 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4682] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4682/stat : 4682 (java) S 4674 4676 32701 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4683] ppid=4674 vsize=867492 CPUtime=0.24
/proc/4676/task/4683/stat : 4683 (java) S 4674 4676 32701 0 -1 64 562 271 0 0 24 0 0 0 17 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4676/tid=4684] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4684/stat : 4684 (java) S 4674 4676 32701 0 -1 64 0 271 0 0 0 0 0 0 19 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4676/tid=4685] ppid=4674 vsize=867492 CPUtime=0
/proc/4676/task/4685/stat : 4685 (java) S 4674 4676 32701 0 -1 64 4 271 0 0 0 0 0 0 15 0 9 0 28239441 888311808 19428 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.2
Current children cumulated vsize (KiB) 867492

Child status: 0
Real time (s): 322.593
CPU time (s): 322.296
CPU user time (s): 322.105
CPU system time (s): 0.19097
CPU usage (%): 99.908
Max. virtual memory (cumulated for all children) (KiB): 867492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.105
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29926
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= 7520
involuntary context switches= 11866

runsolver used 0.478927 second user time and 1.00185 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 17:15:59
IDJOB=2097143
IDBENCH=56941
IDSOLVER=773
FILE ID=node51/2097143-1247411759
PBS_JOBID= 9510544
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097143-1247411759/watcher-2097143-1247411759 -o /tmp/evaluation-result-2097143-1247411759/solver-2097143-1247411759 -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-2097143-1247411759.xml

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

MD5SUM BENCH= b5cf0a5cebccc02723b1c0e25cb32a5b
RANDOM SEED=1618992744

node51.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.225
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.225
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:       1744264 kB
Buffers:         46888 kB
Cached:         108696 kB
SwapCached:          0 kB
Active:         195176 kB
Inactive:        56640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:         116676 kB
Slab:            44952 kB
Committed_AS:  1023424 kB
PageTables:       1964 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= 66204 MiB
End job on node51 at 2009-07-12 17:21:22