Trace number 1044281

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.13 1811.94

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-7_ext.xml
MD5SUMc2a68a97e27745c8dca782d744c38811
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 benchmark43.8833
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.06/0.10	
0.06/0.10	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1044281-1215023103.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.37/0.46	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.37/0.46	       =>  wckTime=0.2  cpuTime=0.16  mem=9M869
0.37/0.46	   
0.37/0.46	   relations being loaded...
0.37/0.47	   
0.37/0.47	   constraints being loaded...
1.34/1.47	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.34/1.47	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.34/1.47	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.34/1.47	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.385  symmetryCpuTime=0.21  nbCliques=26
1.34/1.47	       =>  wckTime=1.208  cpuTime=0.76  mem=27M895
1.55/1.60	   
1.55/1.60	   solver IterativeSystematicSolver being built... 
1.55/1.67	   
1.55/1.68	   INFO : Forward propagation technique limited 
1.65/1.77	       =>  wckTime=1.506  cpuTime=0.91  mem=31M897
1.75/1.83	   
1.75/1.83	   preprocessing
1.75/1.84	     nbConstraintChecks=101684  nbPropagations=625  nbRevisions=7660  nbUselessRevisions=2261  nbRemovedValues=5399
1.75/1.84	     detectedInconsistency=no
1.75/1.84	       =>  wckTime=0.066  cpuTime=0.05  mem=31M897
2.05/2.14	   
2.05/2.14	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M920)

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-1044281-1215023103/watcher-1044281-1215023103 -o /tmp/evaluation-result-1044281-1215023103/solver-1044281-1215023103 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044281-1215023103.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.08 2.02 1.91 3/73 23416
/proc/meminfo: memFree=1305552/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=18572 CPUtime=0
/proc/23416/stat : 23416 (runsolver) R 23414 23416 22880 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1981285318 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23416/statm: 4643 292 257 25 0 2626 0

[startup+0.087065 s]
/proc/loadavg: 2.08 2.02 1.91 3/73 23416
/proc/meminfo: memFree=1305552/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=865856 CPUtime=0.06
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 3387 0 1 0 4 2 0 0 20 0 9 0 1981285318 886636544 2898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216464 2898 1569 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101109 s]
/proc/loadavg: 2.08 2.02 1.91 3/73 23416
/proc/meminfo: memFree=1305552/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=865884 CPUtime=0.07
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 3622 0 1 0 5 2 0 0 20 0 9 0 1981285318 886665216 3110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216471 3110 1667 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301129 s]
/proc/loadavg: 2.08 2.02 1.91 3/73 23416
/proc/meminfo: memFree=1305552/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=866284 CPUtime=0.27
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 5789 0 1 0 23 4 0 0 20 0 9 0 1981285318 887074816 5163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216571 5163 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701176 s]
/proc/loadavg: 2.08 2.02 1.91 3/73 23416
/proc/meminfo: memFree=1305552/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867440 CPUtime=0.67
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 9421 0 1 0 61 6 0 0 20 0 9 0 1981285318 888258560 8791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216860 8791 1975 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50125 s]
/proc/loadavg: 2.08 2.02 1.91 4/82 23425
/proc/meminfo: memFree=1239432/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867924 CPUtime=1.45
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 23094 742 1 0 119 13 12 1 20 0 9 0 1981285318 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216981 19064 2061 9 0 211509 0
[pid=23416/tid=23418] ppid=23414 vsize=867924 CPUtime=1.07
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 17330 742 1 0 85 9 12 1 24 0 9 0 1981285320 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867924 CPUtime=0.26
/proc/23416/task/23419/stat : 23419 (java) R 23414 23416 22880 0 -1 64 4143 742 0 0 12 1 12 1 16 0 9 0 1981285321 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 102742893 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867924 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 13 742 0 0 0 0 12 1 16 0 9 0 1981285321 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867924 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 5 742 0 0 0 0 12 1 16 0 9 0 1981285321 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867924 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867924 CPUtime=0.34
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 786 742 0 0 21 0 12 1 15 0 9 0 1981285323 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867924 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867924 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 15 0 9 0 1981285324 888754176 19064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867924

[startup+3.10236 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 23429
/proc/meminfo: memFree=1229320/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867896 CPUtime=3.04
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 32425 742 1 0 275 16 12 1 20 0 9 0 1981285318 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216974 21579 2636 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867896 CPUtime=2.45
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 22790 742 1 0 221 11 12 1 25 0 9 0 1981285320 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4127090933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867896 CPUtime=0.36
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 7898 742 0 0 21 2 12 1 16 0 9 0 1981285321 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 8 742 0 0 0 0 12 1 15 0 9 0 1981285321 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867896 CPUtime=0.45
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 896 742 0 0 32 0 12 1 15 0 9 0 1981285323 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888725504 21579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 15 0 9 0 1981285324 888725504 21579 996147200 134512640 134550740 4294955984 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.30265 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 23429
/proc/meminfo: memFree=1229128/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867896 CPUtime=6.23
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 34534 742 1 0 593 17 12 1 20 0 9 0 1981285318 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216974 21581 2636 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867896 CPUtime=5.63
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 24873 742 1 0 538 12 12 1 25 0 9 0 1981285320 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4127091053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867896 CPUtime=0.36
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 7898 742 0 0 21 2 12 1 16 0 9 0 1981285321 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 8 742 0 0 0 0 12 1 15 0 9 0 1981285321 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867896 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 898 742 0 0 33 0 12 1 16 0 9 0 1981285323 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867896 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888725504 21581 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867896

[startup+12.7023 s]
/proc/loadavg: 2.06 2.02 1.91 3/82 23429
/proc/meminfo: memFree=1224720/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=12.59
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 39420 742 1 0 1227 19 12 1 20 0 9 0 1981285318 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 22669 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=11.98
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28647 742 1 0 1171 14 12 1 25 0 9 0 1981285320 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4127090933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.37
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 9009 742 0 0 22 2 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 898 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867808

[startup+25.5015 s]
/proc/loadavg: 2.05 2.01 1.91 3/82 23429
/proc/meminfo: memFree=1224976/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=25.33
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 39425 742 1 0 2501 19 12 1 20 0 9 0 1981285318 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 22669 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=24.72
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28652 742 1 0 2445 14 12 1 25 0 9 0 1981285320 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4127134604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.37
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 9009 742 0 0 22 2 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 898 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 22669 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867808

[startup+51.1019 s]
/proc/loadavg: 2.03 2.01 1.91 3/82 23429
/proc/meminfo: memFree=1220688/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=50.8
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40544 742 1 0 5048 19 12 1 20 0 9 0 1981285318 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23781 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=50.18
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28654 742 1 0 4991 14 12 1 25 0 9 0 1981285320 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4127095458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.39
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10125 742 0 0 23 3 12 1 16 0 9 0 1981285321 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 899 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23781 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13

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

/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.24
Current children cumulated vsize (KiB) 867808

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/103 23486
/proc/meminfo: memFree=1131424/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1593.41
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40648 742 1 0 159302 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1592.67
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28733 742 1 0 159235 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4126971851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.48
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 32 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.41
Current children cumulated vsize (KiB) 867808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/103 23486
/proc/meminfo: memFree=1131360/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1652.56
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40651 742 1 0 165217 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1651.82
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28736 742 1 0 165150 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127084690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.49
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 33 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 867808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/103 23486
/proc/meminfo: memFree=1131296/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1711.73
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40654 742 1 0 171134 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1710.98
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28739 742 1 0 171066 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127126227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.49
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 33 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.73
Current children cumulated vsize (KiB) 867808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/103 23486
/proc/meminfo: memFree=1131296/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1770.88
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40657 742 1 0 177049 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1770.13
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28742 742 1 0 176981 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127095414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.49
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 33 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.88
Current children cumulated vsize (KiB) 867808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/103 23486
/proc/meminfo: memFree=1131232/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1800.07
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40659 742 1 0 179968 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1799.31
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28744 742 1 0 179899 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127093351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.49
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 33 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/103 23486
/proc/meminfo: memFree=1131232/2055920 swapFree=4179560/4192956
[pid=23416] ppid=23414 vsize=867808 CPUtime=1800.07
/proc/23416/stat : 23416 (java) S 23414 23416 22880 0 -1 0 40659 742 1 0 179968 26 12 1 20 0 9 0 1981285318 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23416/statm: 216952 23797 2615 9 0 211480 0
[pid=23416/tid=23418] ppid=23414 vsize=867808 CPUtime=1799.31
/proc/23416/task/23418/stat : 23418 (java) R 23414 23416 22880 0 -1 64 28744 742 1 0 179899 19 12 1 25 0 9 0 1981285320 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4127093351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23419] ppid=23414 vsize=867808 CPUtime=0.49
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 22880 0 -1 64 10148 742 0 0 33 3 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23416/tid=23420] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 22880 0 -1 64 16 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 22880 0 -1 64 9 742 0 0 0 0 12 1 16 0 9 0 1981285321 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 22880 0 -1 64 1 742 0 0 0 0 12 1 25 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=867808 CPUtime=0.46
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 22880 0 -1 64 901 742 0 0 33 0 12 1 16 0 9 0 1981285323 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 22880 0 -1 64 2 742 0 0 0 0 12 1 25 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=867808 CPUtime=0.13
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 22880 0 -1 64 33 742 0 0 0 0 12 1 15 0 9 0 1981285324 888635392 23797 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867808

Child status: 143
Real time (s): 1811.94
CPU time (s): 1800.13
CPU user time (s): 1799.83
CPU system time (s): 0.297954
CPU usage (%): 99.3483
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41431
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= 38910
involuntary context switches= 61966

runsolver used 2.22566 second user time and 6.02608 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-02 20:25:03
IDJOB=1044281
IDBENCH=53549
IDSOLVER=363
FILE ID=node8/1044281-1215023103
PBS_JOBID= 7874454
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-7_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044281-1215023103/watcher-1044281-1215023103 -o /tmp/evaluation-result-1044281-1215023103/solver-1044281-1215023103 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044281-1215023103.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c2a68a97e27745c8dca782d744c38811
RANDOM SEED=1129411471

node8.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.222
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.222
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:       1306032 kB
Buffers:         68088 kB
Cached:         581152 kB
SwapCached:       6756 kB
Active:         193696 kB
Inactive:       472564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306032 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          24804 kB
Slab:            68812 kB
Committed_AS:  3296824 kB
PageTables:       1720 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= 66524 MiB
End job on node8 at 2008-07-02 20:55:17