Trace number 1044913

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 ESAC? (TO) 1800.15 1817.05

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-8_ext.xml
MD5SUMb3cef17bed4272bd9d0c5d0b577b3635
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 benchmark25.1452
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 (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1044913-1215023317.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.45	       =>  wckTime=0.197  cpuTime=0.15  mem=9M870
0.38/0.45	   
0.38/0.45	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.36/1.43	     nbConstraints=10176  nbRelationTypes=26  nbGlobalConstraints=34  nbSingletonDomainVariables=361
1.36/1.43	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.36/1.43	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.36/1.43	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.389  symmetryCpuTime=0.19  nbCliques=34
1.36/1.43	       =>  wckTime=1.179  cpuTime=0.72  mem=27M825
1.46/1.55	   
1.46/1.55	   solver IterativeSystematicSolver being built... 
1.56/1.63	   
1.56/1.63	   INFO : Forward propagation technique limited 
1.66/1.72	       =>  wckTime=1.465  cpuTime=0.88  mem=31M894
1.96/2.06	   
1.96/2.06	   preprocessing
1.96/2.06	     nbConstraintChecks=211254  nbPropagations=3965  nbRevisions=45614  nbUselessRevisions=37566  nbSingletonTests=1019
1.96/2.06	     nbEffectiveSingletonTests=0  nbACRemovals=5440  nbFoundSingletons=0  nbRemovedValues=5440  detectedInconsistency=no
1.96/2.06	       =>  wckTime=0.344  cpuTime=0.3  mem=32M889
2.34/2.49	   
2.34/2.49	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M895)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044913-1215023317/watcher-1044913-1215023317 -o /tmp/evaluation-result-1044913-1215023317/solver-1044913-1215023317 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044913-1215023317.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 24954
/proc/meminfo: memFree=848240/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=18572 CPUtime=0
/proc/24954/stat : 24954 (runsolver) R 24952 24954 24492 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 667457101 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24954/statm: 4643 292 257 25 0 2626 0

[startup+0.052384 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 24954
/proc/meminfo: memFree=848240/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=863688 CPUtime=0.03
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 2422 0 1 0 2 1 0 0 20 0 9 0 667457101 884416512 1997 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 215922 1997 913 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101387 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 24954
/proc/meminfo: memFree=848240/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=865884 CPUtime=0.08
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 3681 0 1 0 6 2 0 0 20 0 9 0 667457101 886665216 3156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216471 3156 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301416 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 24954
/proc/meminfo: memFree=848240/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=866284 CPUtime=0.28
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 5852 0 1 0 24 4 0 0 20 0 9 0 667457101 887074816 5226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216571 5226 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701493 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 24954
/proc/meminfo: memFree=848240/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867440 CPUtime=0.67
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 9688 0 1 0 61 6 0 0 20 0 9 0 667457101 888258560 9048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216860 9048 1983 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50156 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24963
/proc/meminfo: memFree=780392/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867924 CPUtime=1.46
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 24320 743 1 0 119 13 13 1 20 0 9 0 667457101 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216981 19078 2067 9 0 211509 0
[pid=24954/tid=24956] ppid=24952 vsize=867924 CPUtime=1.05
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 17331 743 1 0 82 9 13 1 23 0 9 0 667457103 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867924 CPUtime=0.3
/proc/24954/task/24957/stat : 24957 (java) R 24952 24954 24492 0 -1 64 5370 743 0 0 15 1 13 1 16 0 9 0 667457104 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 103765729 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867924 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 13 743 0 0 0 0 13 1 16 0 9 0 667457104 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867924 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 5 743 0 0 0 0 13 1 16 0 9 0 667457104 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867924 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867924 CPUtime=0.35
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 785 743 0 0 21 0 13 1 15 0 9 0 667457106 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867924 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867924 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 10 743 0 0 0 0 13 1 15 0 9 0 667457106 888754176 19078 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867924

[startup+3.10176 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24967
/proc/meminfo: memFree=771816/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867896 CPUtime=3.04
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 32376 743 1 0 274 16 13 1 20 0 9 0 667457101 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216974 21596 2636 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867896 CPUtime=2.48
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 22729 743 1 0 222 12 13 1 25 0 9 0 667457103 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4127091317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867896 CPUtime=0.35
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 7909 743 0 0 19 2 13 1 17 0 9 0 667457104 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 8 743 0 0 0 0 13 1 15 0 9 0 667457104 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867896 CPUtime=0.46
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 897 743 0 0 32 0 13 1 15 0 9 0 667457106 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 10 743 0 0 0 0 13 1 15 0 9 0 667457106 888725504 21596 996147200 134512640 134550740 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) 867896

[startup+6.30216 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24967
/proc/meminfo: memFree=771432/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867896 CPUtime=6.21
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 34247 743 1 0 591 16 13 1 20 0 9 0 667457101 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216974 21599 2636 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867896 CPUtime=5.64
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 24574 743 1 0 538 12 13 1 25 0 9 0 667457103 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4127091440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867896 CPUtime=0.35
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 7909 743 0 0 19 2 13 1 17 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 8 743 0 0 0 0 13 1 15 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867896 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 900 743 0 0 33 0 13 1 16 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867896

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24967
/proc/meminfo: memFree=771304/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867896 CPUtime=12.55
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 37699 743 1 0 1223 18 13 1 20 0 9 0 667457101 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216974 21599 2636 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867896 CPUtime=11.97
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28026 743 1 0 1170 13 13 1 25 0 9 0 667457103 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4127112492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867896 CPUtime=0.35
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 7909 743 0 0 19 2 13 1 16 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 8 743 0 0 0 0 13 1 15 0 9 0 667457104 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867896 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 900 743 0 0 33 0 13 1 16 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867896 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888725504 21599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867896

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24967
/proc/meminfo: memFree=766952/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=25.23
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 39450 743 1 0 2490 19 13 1 20 0 9 0 667457101 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 22692 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=24.64
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28659 743 1 0 2436 14 13 1 25 0 9 0 667457103 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4127088064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.36
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 9024 743 0 0 20 2 13 1 16 0 9 0 667457104 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 902 743 0 0 33 0 13 1 17 0 9 0 667457106 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 22692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867808

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 24967
/proc/meminfo: memFree=762472/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=50.59
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40571 743 1 0 5025 20 13 1 20 0 9 0 667457101 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23807 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=49.98
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28660 743 1 0 4970 14 13 1 25 0 9 0 667457103 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4127179340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.37
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10144 743 0 0 20 3 13 1 16 0 9 0 667457104 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 902 743 0 0 33 0 13 1 17 0 9 0 667457106 888635392 23807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14

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

/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 867808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 24994
/proc/meminfo: memFree=833776/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1527.79
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40669 743 1 0 152743 22 13 1 20 0 9 0 667457101 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23820 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1527.08
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28739 743 1 0 152678 16 13 1 25 0 9 0 667457103 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10162 743 0 0 30 3 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 867808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24994
/proc/meminfo: memFree=833776/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1587.27
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40672 743 1 0 158691 22 13 1 20 0 9 0 667457101 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23820 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1586.56
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28742 743 1 0 158626 16 13 1 25 0 9 0 667457103 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4127173326 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.48
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10162 743 0 0 31 3 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.27
Current children cumulated vsize (KiB) 867808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24994
/proc/meminfo: memFree=833840/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1646.74
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40675 743 1 0 164638 22 13 1 20 0 9 0 667457101 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23820 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1646.03
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28745 743 1 0 164573 16 13 1 25 0 9 0 667457103 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4127100039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.48
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10162 743 0 0 31 3 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.74
Current children cumulated vsize (KiB) 867808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24994
/proc/meminfo: memFree=833840/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1706.22
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40678 743 1 0 170586 22 13 1 20 0 9 0 667457101 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23820 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1705.5
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28748 743 1 0 170520 16 13 1 25 0 9 0 667457103 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4127175707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.48
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10162 743 0 0 31 3 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.22
Current children cumulated vsize (KiB) 867808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24994
/proc/meminfo: memFree=833712/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1765.69
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40682 743 1 0 176533 22 13 1 20 0 9 0 667457101 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23821 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1764.97
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28751 743 1 0 176467 16 13 1 25 0 9 0 667457103 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4127094560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.49
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10163 743 0 0 32 3 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.69
Current children cumulated vsize (KiB) 867808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 24994
/proc/meminfo: memFree=833712/2055920 swapFree=4147292/4192956
[pid=24954] ppid=24952 vsize=867808 CPUtime=1800.09
/proc/24954/stat : 24954 (java) S 24952 24954 24492 0 -1 0 40684 743 1 0 179973 22 13 1 20 0 9 0 667457101 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24954/statm: 216952 23821 2615 9 0 211480 0
[pid=24954/tid=24956] ppid=24952 vsize=867808 CPUtime=1799.37
/proc/24954/task/24956/stat : 24956 (java) R 24952 24954 24492 0 -1 64 28753 743 1 0 179907 16 13 1 25 0 9 0 667457103 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4127078868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24957] ppid=24952 vsize=867808 CPUtime=0.49
/proc/24954/task/24957/stat : 24957 (java) S 24952 24954 24492 0 -1 64 10163 743 0 0 32 3 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24958] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24958/stat : 24958 (java) S 24952 24954 24492 0 -1 64 17 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24959] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24959/stat : 24959 (java) S 24952 24954 24492 0 -1 64 9 743 0 0 0 0 13 1 16 0 9 0 667457104 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24960] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24960/stat : 24960 (java) S 24952 24954 24492 0 -1 64 0 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24961] ppid=24952 vsize=867808 CPUtime=0.47
/proc/24954/task/24961/stat : 24961 (java) S 24952 24954 24492 0 -1 64 903 743 0 0 33 0 13 1 16 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24962] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24962/stat : 24962 (java) S 24952 24954 24492 0 -1 64 2 743 0 0 0 0 13 1 25 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24954/tid=24963] ppid=24952 vsize=867808 CPUtime=0.14
/proc/24954/task/24963/stat : 24963 (java) S 24952 24954 24492 0 -1 64 33 743 0 0 0 0 13 1 15 0 9 0 667457106 888635392 23821 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867808

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.05
CPU time (s): 1800.15
CPU user time (s): 1799.89
CPU system time (s): 0.253961
CPU usage (%): 99.07
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41457
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= 39123
involuntary context switches= 87110

runsolver used 2.37464 second user time and 5.8971 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-02 20:28:37
IDJOB=1044913
IDBENCH=53552
IDSOLVER=364
FILE ID=node80/1044913-1215023317
PBS_JOBID= 7874311
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-8_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044913-1215023317/watcher-1044913-1215023317 -o /tmp/evaluation-result-1044913-1215023317/solver-1044913-1215023317 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044913-1215023317.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b3cef17bed4272bd9d0c5d0b577b3635
RANDOM SEED=650212955

node80.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:        848656 kB
Buffers:         76096 kB
Cached:         903720 kB
SwapCached:      39708 kB
Active:         441616 kB
Inactive:       679608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        848656 kB
SwapTotal:     4192956 kB
SwapFree:      4147292 kB
Dirty:            2760 kB
Writeback:           0 kB
Mapped:         157700 kB
Slab:            71068 kB
Committed_AS:  1741384 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node80 at 2008-07-02 20:58:56