Trace number 2098495

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.06 1817.06

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-5.xml
MD5SUM7190ed6731aa72fd4a74df29ac13f8df
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 benchmark1486.86
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
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.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2098495-1247415703.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.28/0.36	       =>  wckTime=0.103  cpuTime=0.09  mem=7M892
0.28/0.36	   
0.28/0.36	   relations being loaded...
3.04/3.16	   
3.04/3.16	   INFO : Contraction of relations, mem = 103M836
5.42/5.54	   
5.42/5.54	   constraints being loaded...
8.68/8.81	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
8.68/8.81	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
8.68/8.81	     nbSharedBinaryRepresentations=0  minDegree=10  maxDegree=20  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
8.68/8.81	     symmetryWckTime=0.078  symmetryCpuTime=0.03
8.68/8.81	       =>  wckTime=8.551  cpuTime=7.34  mem=184M347
9.27/9.41	   
9.27/9.41	   solver IterativeSystematicSolver being built... 
9.27/9.48	   
9.27/9.49	   INFO : Forward propagation technique limited 
9.37/9.55	       =>  wckTime=9.296  cpuTime=7.45  mem=176M907
9.67/9.85	   
9.67/9.85	   preprocessing
9.67/9.85	     nbConstraintChecks=0  nbValidityChecks=2189110  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0
9.67/9.85	     nbRemovedValues=0  detectedInconsistency=no
9.67/9.85	       =>  wckTime=0.297  cpuTime=0.28  mem=178M59
10.86/11.05	   
10.86/11.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=179M46)

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-2098495-1247415703/watcher-2098495-1247415703 -o /tmp/evaluation-result-2098495-1247415703/solver-2098495-1247415703 -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-2098495-1247415703.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.97 1.98 1.99 4/80 29675
/proc/meminfo: memFree=1606056/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=18576 CPUtime=0
/proc/29675/stat : 29675 (runsolver) R 29673 29675 29638 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28633131 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29675/statm: 4644 284 249 26 0 2626 0

[startup+0.0768449 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 29675
/proc/meminfo: memFree=1606056/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=864144 CPUtime=0.06
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 2980 0 1 0 4 2 0 0 20 0 9 0 28633131 884883456 2477 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216036 2477 1165 9 0 210929 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.101845 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 29675
/proc/meminfo: memFree=1606056/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=865980 CPUtime=0.08
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 3726 0 1 0 6 2 0 0 20 0 9 0 28633131 886763520 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216495 3194 1695 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301869 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 29675
/proc/meminfo: memFree=1606056/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=866380 CPUtime=0.28
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 5926 0 1 0 25 3 0 0 20 0 9 0 28633131 887173120 5292 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216595 5292 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70192 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 29675
/proc/meminfo: memFree=1606056/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=866492 CPUtime=0.68
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 16579 0 1 0 59 9 0 0 20 0 9 0 28633131 887287808 15941 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216623 15941 1999 9 0 211081 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866492

[startup+1.50301 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 29684
/proc/meminfo: memFree=1540832/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=866624 CPUtime=1.47
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 23283 0 1 0 134 13 0 0 20 0 9 0 28633131 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216656 22641 2012 9 0 211114 0
[pid=29675/tid=29677] ppid=29673 vsize=866624 CPUtime=1.3
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 15705 0 1 0 121 9 0 0 25 0 9 0 28633133 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 104513909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=866624 CPUtime=0.08
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 6545 0 0 0 6 2 0 0 16 0 9 0 28633134 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=866624 CPUtime=0
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28633134 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=866624 CPUtime=0
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28633134 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=866624 CPUtime=0
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=866624 CPUtime=0.06
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 28633136 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=866624 CPUtime=0
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=866624 CPUtime=0
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28633136 887422976 22641 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866624

[startup+3.10219 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 29684
/proc/meminfo: memFree=1505760/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867084 CPUtime=3.04
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 31950 0 1 0 286 18 0 0 20 0 9 0 28633131 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216771 31304 2012 9 0 211229 0
[pid=29675/tid=29677] ppid=29673 vsize=867084 CPUtime=2.66
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 15714 0 1 0 256 10 0 0 25 0 9 0 28633133 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4126405557 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867084 CPUtime=0.27
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 15073 0 0 0 21 6 0 0 16 0 9 0 28633134 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867084 CPUtime=0
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28633134 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867084 CPUtime=0
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28633134 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867084 CPUtime=0
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867084 CPUtime=0.08
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 461 0 0 0 8 0 0 0 16 0 9 0 28633136 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867084 CPUtime=0
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887894016 31304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867084 CPUtime=0
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28633136 887894016 31304 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) 867084

[startup+6.30155 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 29684
/proc/meminfo: memFree=1479720/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867156 CPUtime=6.2
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 38113 0 1 0 599 21 0 0 20 0 9 0 28633131 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216789 36801 2633 9 0 211247 0
[pid=29675/tid=29677] ppid=29673 vsize=867156 CPUtime=5.39
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 15761 0 1 0 528 11 0 0 25 0 9 0 28633133 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4126659704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867156 CPUtime=0.66
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 21163 0 0 0 58 8 0 0 16 0 9 0 28633134 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867156 CPUtime=0
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28633134 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867156 CPUtime=0
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28633134 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867156 CPUtime=0
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867156 CPUtime=0.12
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 487 0 0 0 12 0 0 0 16 0 9 0 28633136 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867156 CPUtime=0
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28633136 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867156 CPUtime=0
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28633136 887967744 36801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867156

[startup+12.7013 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 29688
/proc/meminfo: memFree=1379248/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=12.54
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 93259 277 1 0 1214 38 0 2 20 0 9 0 28633131 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59186 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=10.71
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 20730 277 1 0 1056 13 0 2 25 0 9 0 28633133 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4126874548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.56
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 20 0 2 17 0 9 0 28633134 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.25
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 666 277 0 0 23 0 0 2 16 0 9 0 28633136 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867568

[startup+25.5027 s]
/proc/loadavg: 2.11 2.01 2.00 3/89 29688
/proc/meminfo: memFree=1379184/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=25.21
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 93309 277 1 0 2481 38 0 2 20 0 9 0 28633131 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59202 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=23.35
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 20759 277 1 0 2320 13 0 2 25 0 9 0 28633133 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4126873909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 687 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 867568

[startup+51.1026 s]
/proc/loadavg: 2.07 2.01 2.00 4/89 29688
/proc/meminfo: memFree=1379248/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=50.57
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 93362 277 1 0 5017 38 0 2 20 0 9 0 28633131 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59202 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=48.71
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 20812 277 1 0 4856 13 0 2 25 0 9 0 28633133 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4126874066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 687 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.18
Current children cumulated vsize (KiB) 867568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29688
/proc/meminfo: memFree=1378544/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1527.61
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94559 277 1 0 152716 43 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1525.74
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22008 277 1 0 152554 18 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4125952235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.61
Current children cumulated vsize (KiB) 867568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29688
/proc/meminfo: memFree=1378480/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1587.03
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94560 277 1 0 158658 43 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1585.17
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22009 277 1 0 158497 18 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4126873909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 867568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29688
/proc/meminfo: memFree=1378416/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1646.46
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94594 277 1 0 164601 43 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1644.6
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22043 277 1 0 164440 18 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4126874060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 867568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29688
/proc/meminfo: memFree=1378352/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1705.89
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94681 277 1 0 170544 43 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1704.03
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22130 277 1 0 170383 18 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4126874076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.89
Current children cumulated vsize (KiB) 867568

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 29731
/proc/meminfo: memFree=1420008/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1765.56
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94771 277 1 0 176510 44 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1763.69
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22220 277 1 0 176348 19 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4126873883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.56
Current children cumulated vsize (KiB) 867568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.05 2.00 2.00 3/89 29770
/proc/meminfo: memFree=1420072/2055920 swapFree=4191904/4192956
[pid=29675] ppid=29673 vsize=867568 CPUtime=1800
/proc/29675/stat : 29675 (java) S 29673 29675 29638 0 -1 0 94823 277 1 0 179954 44 0 2 20 0 9 0 28633131 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29675/statm: 216892 59203 2660 9 0 211328 0
[pid=29675/tid=29677] ppid=29673 vsize=867568 CPUtime=1798.13
/proc/29675/task/29677/stat : 29677 (java) R 29673 29675 29638 0 -1 64 22272 277 1 0 179792 19 0 2 25 0 9 0 28633133 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4126874066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29678] ppid=29673 vsize=867568 CPUtime=1.57
/proc/29675/task/29678/stat : 29678 (java) S 29673 29675 29638 0 -1 64 71008 277 0 0 134 21 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29679] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29679/stat : 29679 (java) S 29673 29675 29638 0 -1 64 21 277 0 0 0 0 0 2 17 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29680] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29680/stat : 29680 (java) S 29673 29675 29638 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28633134 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29681] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29681/stat : 29681 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29682] ppid=29673 vsize=867568 CPUtime=0.28
/proc/29675/task/29682/stat : 29682 (java) S 29673 29675 29638 0 -1 64 688 277 0 0 26 0 0 2 16 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29683] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29683/stat : 29683 (java) S 29673 29675 29638 0 -1 64 1 277 0 0 0 0 0 2 25 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29675/tid=29684] ppid=29673 vsize=867568 CPUtime=0.02
/proc/29675/task/29684/stat : 29684 (java) S 29673 29675 29638 0 -1 64 9 277 0 0 0 0 0 2 15 0 9 0 28633136 888389632 59203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867568

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

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

Child status: 143
Real time (s): 1817.06
CPU time (s): 1800.06
CPU user time (s): 1799.56
CPU system time (s): 0.499924
CPU usage (%): 99.0646
Max. virtual memory (cumulated for all children) (KiB): 868160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95134
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= 38312
involuntary context switches= 82910

runsolver used 2.34864 second user time and 5.8971 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 18:21:46
IDJOB=2098495
IDBENCH=58696
IDSOLVER=773
FILE ID=node63/2098495-1247415703
PBS_JOBID= 9510688
Free space on /tmp= 66192 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-5.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-2098495-1247415703/watcher-2098495-1247415703 -o /tmp/evaluation-result-2098495-1247415703/solver-2098495-1247415703 -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-2098495-1247415703.xml

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

MD5SUM BENCH= 7190ed6731aa72fd4a74df29ac13f8df
RANDOM SEED=1759162205

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1606472 kB
Buffers:         67992 kB
Cached:         229180 kB
SwapCached:        260 kB
Active:         272024 kB
Inactive:       115452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606472 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:           32236 kB
Writeback:           0 kB
Mapped:         110128 kB
Slab:            46924 kB
Committed_AS:  1009968 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node63 at 2009-07-12 18:52:05