Trace number 2093377

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.07 1801.63

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-9_ext.xml
MD5SUM38b9a03a664d7db0da8e03d924bebc38
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark108.773
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2093377-1247401201.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.48/0.55	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.48/0.55	       =>  wckTime=0.258  cpuTime=0.22  mem=9M842
0.48/0.55	   
0.48/0.55	   relations being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
1.45/1.59	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.45/1.59	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.45/1.59	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.45/1.59	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.406  symmetryCpuTime=0.21  nbCliques=26
1.45/1.59	       =>  wckTime=1.349  cpuTime=0.83  mem=27M825
1.64/1.73	   
1.64/1.73	   solver IterativeSystematicSolver being built... 
1.74/1.80	   
1.74/1.81	   INFO : Forward propagation technique limited 
1.84/1.90	       =>  wckTime=1.654  cpuTime=0.98  mem=31M862
1.84/1.97	   
1.84/1.97	   preprocessing
1.84/1.97	     nbConstraintChecks=101754  nbPropagations=625  nbRevisions=7756  nbUselessRevisions=2327  nbRemovedValues=5433
1.84/1.97	     detectedInconsistency=no
1.84/1.97	       =>  wckTime=0.068  cpuTime=0.05  mem=31M862
2.24/2.34	   
2.24/2.34	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M901)

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-2093377-1247401201/watcher-2093377-1247401201 -o /tmp/evaluation-result-2093377-1247401201/solver-2093377-1247401201 -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-2093377-1247401201.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.15 0.32 0.12 4/80 32509
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=18576 CPUtime=0
/proc/32509/stat : 32509 (runsolver) R 32507 32509 32214 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 27186700 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32509/statm: 4644 284 249 26 0 2626 0

[startup+0.0175489 s]
/proc/loadavg: 1.15 0.32 0.12 4/80 32509
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=10764 CPUtime=0
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 27186700 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 2691 520 240 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.1019 s]
/proc/loadavg: 1.15 0.32 0.12 4/80 32509
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=865984 CPUtime=0.08
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 3725 0 1 0 7 1 0 0 18 0 9 0 27186700 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216496 3193 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302939 s]
/proc/loadavg: 1.15 0.32 0.12 4/80 32509
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=866296 CPUtime=0.29
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 5696 0 1 0 25 4 0 0 18 0 9 0 27186700 887087104 5099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216574 5099 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701968 s]
/proc/loadavg: 1.15 0.32 0.12 4/80 32509
/proc/meminfo: memFree=1763368/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867548 CPUtime=0.67
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 7981 0 1 0 62 5 0 0 18 0 9 0 27186700 888369152 7343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216887 7343 2004 9 0 211345 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867548

[startup+1.50107 s]
/proc/loadavg: 1.15 0.32 0.12 3/89 32518
/proc/meminfo: memFree=1703968/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867872 CPUtime=1.45
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 20316 621 1 0 122 10 13 0 18 0 10 0 27186700 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216968 18971 2039 9 0 211426 0
[pid=32509/tid=32511] ppid=32507 vsize=867872 CPUtime=1.1
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 16382 621 1 0 90 7 13 0 16 0 10 0 27186702 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4125981891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867872 CPUtime=0.22
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 2443 621 0 0 9 0 13 0 17 0 10 0 27186703 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867872 CPUtime=0.13
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 16 621 0 0 0 0 13 0 16 0 10 0 27186704 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867872 CPUtime=0.13
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 5 621 0 0 0 0 13 0 16 0 10 0 27186704 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867872 CPUtime=0.13
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 621 0 0 0 0 13 0 18 0 10 0 27186706 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867872 CPUtime=0.35
/proc/32509/task/32516/stat : 32516 (java) R 32507 32509 32214 0 -1 64 662 621 0 0 22 0 13 0 16 0 10 0 27186706 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867872 CPUtime=0.13
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 621 0 0 0 0 13 0 19 0 10 0 27186706 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867872 CPUtime=0.13
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 6 621 0 0 0 0 13 0 15 0 10 0 27186706 888700928 18971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867872

[startup+3.10125 s]
/proc/loadavg: 1.15 0.32 0.12 4/91 32522
/proc/meminfo: memFree=1681936/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=868020 CPUtime=3.04
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 32382 744 1 0 276 14 13 1 18 0 9 0 27186700 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 217005 21650 2660 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=868020 CPUtime=2.42
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 22713 744 1 0 219 9 13 1 19 0 9 0 27186702 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4127130852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=868020 CPUtime=0.35
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 7920 744 0 0 20 1 13 1 16 0 9 0 27186703 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32509/tid=32513] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 9 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=868020 CPUtime=0.49
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 905 744 0 0 35 0 13 1 16 0 9 0 27186706 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 15 0 9 0 27186706 888852480 21650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868020

[startup+6.30243 s]
/proc/loadavg: 1.30 0.36 0.13 3/89 32522
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=868020 CPUtime=5.45
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 33802 744 1 0 515 16 13 1 18 0 9 0 27186700 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 217005 21653 2660 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=868020 CPUtime=4.82
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 24106 744 1 0 457 11 13 1 25 0 9 0 27186702 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4126727535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=868020 CPUtime=0.35
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 7920 744 0 0 20 1 13 1 17 0 9 0 27186703 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 9 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=868020 CPUtime=0.5
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 908 744 0 0 36 0 13 1 16 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=868020 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 868020

[startup+12.7012 s]
/proc/loadavg: 1.35 0.39 0.14 3/89 32522
/proc/meminfo: memFree=1682072/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=868020 CPUtime=11.85
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 37667 744 1 0 1154 17 13 1 18 0 9 0 27186700 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 217005 21653 2660 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=868020 CPUtime=11.22
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 27971 744 1 0 1096 12 13 1 25 0 9 0 27186702 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4127165262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=868020 CPUtime=0.35
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 7920 744 0 0 20 1 13 1 16 0 9 0 27186703 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 9 744 0 0 0 0 13 1 15 0 9 0 27186704 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=868020 CPUtime=0.5
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 908 744 0 0 36 0 13 1 16 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=868020 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=868020 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888852480 21653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 868020

[startup+25.5026 s]
/proc/loadavg: 1.50 0.47 0.17 3/89 32522
/proc/meminfo: memFree=1677720/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=24.65
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 39516 744 1 0 2433 18 13 1 18 0 9 0 27186700 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 22738 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=23.99
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28709 744 1 0 2373 12 13 1 25 0 9 0 27186702 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4127126992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.37
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 9029 744 0 0 21 2 13 1 16 0 9 0 27186703 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.5
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 909 744 0 0 36 0 13 1 16 0 9 0 27186706 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 22738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 867932

[startup+51.1025 s]
/proc/loadavg: 1.67 0.59 0.22 3/89 32522
/proc/meminfo: memFree=1673240/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=50.23
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40629 744 1 0 4991 18 13 1 18 0 9 0 27186700 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23846 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=49.57
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28710 744 1 0 4931 12 13 1 25 0 9 0 27186702 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4127171202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.38
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10141 744 0 0 22 2 13 1 16 0 9 0 27186703 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.5
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 909 744 0 0 36 0 13 1 16 0 9 0 27186706 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.93
Current children cumulated vsize (KiB) 867932

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/89 32522
/proc/meminfo: memFree=1672152/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1600.9
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40720 744 1 0 160056 20 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1600.09
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28787 744 1 0 159983 12 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4127131165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 34 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 867932

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/89 32522
/proc/meminfo: memFree=1672152/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1660.88
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40723 744 1 0 166054 20 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1660.06
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28790 744 1 0 165980 12 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4127130373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.52
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 35 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.88
Current children cumulated vsize (KiB) 867932

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/89 32522
/proc/meminfo: memFree=1672152/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1720.85
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40726 744 1 0 172051 20 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1720.04
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28793 744 1 0 171977 13 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.52
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 35 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.85
Current children cumulated vsize (KiB) 867932

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/89 32522
/proc/meminfo: memFree=1672088/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1780.84
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40729 744 1 0 178050 20 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1780.03
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28796 744 1 0 177976 13 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4127127034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.52
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 35 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.84
Current children cumulated vsize (KiB) 867932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.93 1.97 1.69 3/89 32602
/proc/meminfo: memFree=1715032/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1800.01
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40730 744 1 0 179966 21 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1799.2
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28797 744 1 0 179892 14 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4127167699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.53
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 36 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867932

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

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

[startup+1801.6 s]
/proc/loadavg: 1.93 1.97 1.69 3/89 32602
/proc/meminfo: memFree=1715032/2055920 swapFree=4192812/4192956
[pid=32509] ppid=32507 vsize=867932 CPUtime=1800.01
/proc/32509/stat : 32509 (java) S 32507 32509 32214 0 -1 0 40730 744 1 0 179966 21 13 1 18 0 9 0 27186700 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32509/statm: 216983 23856 2638 9 0 211441 0
[pid=32509/tid=32511] ppid=32507 vsize=867932 CPUtime=1799.2
/proc/32509/task/32511/stat : 32511 (java) R 32507 32509 32214 0 -1 64 28797 744 1 0 179892 14 13 1 25 0 9 0 27186702 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4127167699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32509/tid=32512] ppid=32507 vsize=867932 CPUtime=0.53
/proc/32509/task/32512/stat : 32512 (java) S 32507 32509 32214 0 -1 64 10154 744 0 0 36 3 13 1 16 0 9 0 27186703 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32509/tid=32513] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32513/stat : 32513 (java) S 32507 32509 32214 0 -1 64 20 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32514] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32514/stat : 32514 (java) S 32507 32509 32214 0 -1 64 10 744 0 0 0 0 13 1 16 0 9 0 27186704 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32515] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32515/stat : 32515 (java) S 32507 32509 32214 0 -1 64 2 744 0 0 0 0 13 1 18 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32516] ppid=32507 vsize=867932 CPUtime=0.51
/proc/32509/task/32516/stat : 32516 (java) S 32507 32509 32214 0 -1 64 910 744 0 0 36 1 13 1 16 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32517] ppid=32507 vsize=867932 CPUtime=0.14
/proc/32509/task/32517/stat : 32517 (java) S 32507 32509 32214 0 -1 64 0 744 0 0 0 0 13 1 19 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32509/tid=32518] ppid=32507 vsize=867932 CPUtime=0.16
/proc/32509/task/32518/stat : 32518 (java) S 32507 32509 32214 0 -1 64 34 744 0 0 1 1 13 1 15 0 9 0 27186706 888762368 23856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867932

Child status: 143
Real time (s): 1801.63
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.246962
CPU usage (%): 99.913
Max. virtual memory (cumulated for all children) (KiB): 868160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41502
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= 38423
involuntary context switches= 40616

runsolver used 2.95655 second user time and 5.36318 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 14:20:01
IDJOB=2093377
IDBENCH=53542
IDSOLVER=773
FILE ID=node28/2093377-1247401201
PBS_JOBID= 9510588
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-9_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-2093377-1247401201/watcher-2093377-1247401201 -o /tmp/evaluation-result-2093377-1247401201/solver-2093377-1247401201 -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-2093377-1247401201.xml

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

MD5SUM BENCH= 38b9a03a664d7db0da8e03d924bebc38
RANDOM SEED=813456125

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1763848 kB
Buffers:         32240 kB
Cached:         114368 kB
SwapCached:          0 kB
Active:         174416 kB
Inactive:        62268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5224 kB
Writeback:           0 kB
Mapped:         107464 kB
Slab:            40292 kB
Committed_AS:  1004964 kB
PageTables:       1980 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= 66116 MiB
End job on node28 at 2009-07-12 14:50:04