Trace number 1056764

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.16 1808.88

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-45_ext.xml
MD5SUMd827410f0ea96d85e234cb7a677b560b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1056764-1215105727.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.36	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.29/0.37	       =>  wckTime=0.11  cpuTime=0.1  mem=7M919
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.88/0.94	   
0.88/0.94	   constraints being loaded...
1.18/1.29	     nbConstraints=75  nbRelationTypes=75  nbGlobalConstraints=75  nbExtensionStructures=75
1.18/1.29	     nbSharedExtensionStructures=0  nbConflictsStructures=75  nbSharedConflictsStructures=0
1.18/1.29	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.18/1.29	     symmetryWckTime=0.046  symmetryCpuTime=0.02
1.18/1.29	       =>  wckTime=1.039  cpuTime=0.89  mem=52M925
1.36/1.46	   
1.36/1.47	   solver IterativeSystematicSolver being built... 
1.46/1.53	   
1.46/1.54	   INFO : Forward propagation technique limited 
1.57/1.61	       =>  wckTime=1.351  cpuTime=1.01  mem=42M394
1.57/1.66	   
1.57/1.66	   preprocessing
1.57/1.66	     nbConstraintChecks=0  nbValidityChecks=378408  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0
1.57/1.66	     nbRemovedValues=0  detectedInconsistency=no
1.57/1.66	       =>  wckTime=0.054  cpuTime=0.04  mem=42M394
2.86/2.98	   
2.86/2.98	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M395)

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-1056764-1215105727/watcher-1056764-1215105727 -o /tmp/evaluation-result-1056764-1215105727/solver-1056764-1215105727 -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-1056764-1215105727.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: 0.00 0.00 0.00 4/72 9651
/proc/meminfo: memFree=1668856/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=1620 CPUtime=0
/proc/9651/stat : 9651 (java) R 9649 9651 9604 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 1989546887 1658880 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/9651/statm: 404 145 119 9 0 46 0

[startup+0.0164839 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 9651
/proc/meminfo: memFree=1668856/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=10936 CPUtime=0
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 853 0 1 0 0 0 0 0 18 0 2 0 1989546887 11198464 605 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 2734 605 310 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10936

[startup+0.101295 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 9651
/proc/meminfo: memFree=1668856/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=865884 CPUtime=0.09
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 3692 0 1 0 7 2 0 0 18 0 9 0 1989546887 886665216 3167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301317 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 9651
/proc/meminfo: memFree=1668856/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=866284 CPUtime=0.29
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 5809 0 1 0 25 4 0 0 18 0 9 0 1989546887 887074816 5183 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 216571 5183 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701373 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 9651
/proc/meminfo: memFree=1668856/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=866400 CPUtime=0.68
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 13307 0 1 0 60 8 0 0 18 0 9 0 1989546887 887193600 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 216600 12677 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50146 s]
/proc/loadavg: 0.00 0.00 0.00 3/81 9660
/proc/meminfo: memFree=1626992/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1.46
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 32607 147 1 0 130 16 0 0 18 0 10 0 1989546887 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24291 2630 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1.1
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 16938 147 1 0 101 9 0 0 16 0 10 0 1989546888 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) R 9649 9651 9604 0 -1 64 14479 147 0 0 18 4 0 0 17 0 10 0 1989546889 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 147 0 0 0 0 0 0 15 0 10 0 1989546890 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 147 0 0 0 0 0 0 15 0 10 0 1989546890 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 147 0 0 0 0 0 0 18 0 10 0 1989546892 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.1
/proc/9651/task/9658/stat : 9658 (java) R 9649 9651 9604 0 -1 64 356 147 0 0 10 0 0 0 16 0 10 0 1989546892 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 147 0 0 0 0 0 0 19 0 10 0 1989546892 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 147 0 0 0 0 0 0 15 0 10 0 1989546892 889131008 24291 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868292

[startup+3.10264 s]
/proc/loadavg: 0.00 0.00 0.00 3/81 9664
/proc/meminfo: memFree=1604776/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=3.06
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 35614 270 1 0 289 17 0 0 18 0 9 0 1989546887 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24399 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=2.61
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 19771 270 1 0 251 10 0 0 21 0 9 0 1989546888 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4126764246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.19
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 529 270 0 0 18 1 0 0 15 0 9 0 1989546892 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868292

[startup+6.303 s]
/proc/loadavg: 0.16 0.03 0.01 3/81 9664
/proc/meminfo: memFree=1604136/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=6.24
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 35629 270 1 0 607 17 0 0 18 0 9 0 1989546887 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24405 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=5.79
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 19778 270 1 0 569 10 0 0 25 0 9 0 1989546888 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4126764354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 17 0 9 0 1989546889 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.2
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 537 270 0 0 19 1 0 0 15 0 9 0 1989546892 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868292

[startup+12.7027 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 9664
/proc/meminfo: memFree=1603760/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=12.61
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 35694 270 1 0 1244 17 0 0 18 0 9 0 1989546887 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24457 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=12.13
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 19790 270 1 0 1203 10 0 0 25 0 9 0 1989546888 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4126764318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.23
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 590 270 0 0 22 1 0 0 16 0 9 0 1989546892 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868292

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 4/81 9664
/proc/meminfo: memFree=1603824/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=25.34
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 35718 270 1 0 2517 17 0 0 18 0 9 0 1989546887 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24460 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=24.85
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 19809 270 1 0 2475 10 0 0 25 0 9 0 1989546888 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4126764371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.23
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 595 270 0 0 22 1 0 0 15 0 9 0 1989546892 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868292

[startup+51.1011 s]
/proc/loadavg: 1.13 0.31 0.10 3/81 9664
/proc/meminfo: memFree=1603632/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=50.81
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 35734 270 1 0 5064 17 0 0 18 0 9 0 1989546887 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24461 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=50.32
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 19824 270 1 0 5022 10 0 0 25 0 9 0 1989546888 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4126764360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 596 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0

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

/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 597 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.12
Current children cumulated vsize (KiB) 868292

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/81 9666
/proc/meminfo: memFree=1602416/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1534.83
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37139 270 1 0 153464 19 0 0 18 0 9 0 1989546887 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24462 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1534.34
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21228 270 1 0 153422 12 0 0 25 0 9 0 1989546888 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4126764407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 597 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.83
Current children cumulated vsize (KiB) 868292

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/81 9666
/proc/meminfo: memFree=1602416/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1594.55
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37183 270 1 0 159435 20 0 0 18 0 9 0 1989546887 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24464 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1594.05
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21270 270 1 0 159393 12 0 0 25 0 9 0 1989546888 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4126764197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.55
Current children cumulated vsize (KiB) 868292

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/81 9666
/proc/meminfo: memFree=1602416/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1654.26
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37248 270 1 0 165406 20 0 0 18 0 9 0 1989546887 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24464 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1653.76
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21335 270 1 0 165363 13 0 0 25 0 9 0 1989546888 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4126764354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.26
Current children cumulated vsize (KiB) 868292

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/81 9666
/proc/meminfo: memFree=1602416/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1713.97
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37304 270 1 0 171377 20 0 0 18 0 9 0 1989546887 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24464 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1713.48
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21391 270 1 0 171335 13 0 0 25 0 9 0 1989546888 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4126628150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.97
Current children cumulated vsize (KiB) 868292

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/81 9666
/proc/meminfo: memFree=1602160/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1773.68
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37346 270 1 0 177348 20 0 0 18 0 9 0 1989546887 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24464 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1773.19
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21433 270 1 0 177306 13 0 0 25 0 9 0 1989546888 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4126753556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.68
Current children cumulated vsize (KiB) 868292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 1.91 1.95 1.67 5/77 9680
/proc/meminfo: memFree=1624208/2055920 swapFree=4180000/4192956
[pid=9651] ppid=9649 vsize=868292 CPUtime=1800.06
/proc/9651/stat : 9651 (java) S 9649 9651 9604 0 -1 0 37380 270 1 0 179986 20 0 0 18 0 9 0 1989546887 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 217073 24464 2634 9 0 211579 0
[pid=9651/tid=9653] ppid=9649 vsize=868292 CPUtime=1799.57
/proc/9651/task/9653/stat : 9653 (java) R 9649 9651 9604 0 -1 64 21467 270 1 0 179944 13 0 0 25 0 9 0 1989546888 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4126764603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9651/tid=9654] ppid=9649 vsize=868292 CPUtime=0.22
/proc/9651/task/9654/stat : 9654 (java) S 9649 9651 9604 0 -1 64 14480 270 0 0 18 4 0 0 16 0 9 0 1989546889 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9649 9651 9604 0 -1 64 16 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9649 9651 9604 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 1989546890 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9657/stat : 9657 (java) S 9649 9651 9604 0 -1 64 0 270 0 0 0 0 0 0 18 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9649 vsize=868292 CPUtime=0.24
/proc/9651/task/9658/stat : 9658 (java) S 9649 9651 9604 0 -1 64 599 270 0 0 23 1 0 0 16 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 19 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9660] ppid=9649 vsize=868292 CPUtime=0
/proc/9651/task/9660/stat : 9660 (java) R 9649 9651 9604 0 -1 64 2 270 0 0 0 0 0 0 15 0 9 0 1989546892 889131008 24464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868292

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): 1808.88
CPU time (s): 1800.16
CPU user time (s): 1799.92
CPU system time (s): 0.232964
CPU usage (%): 99.5179
Max. virtual memory (cumulated for all children) (KiB): 868292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37684
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= 37725
involuntary context switches= 58130

runsolver used 2.19367 second user time and 6.04308 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-03 19:22:07
IDJOB=1056764
IDBENCH=53965
IDSOLVER=363
FILE ID=node23/1056764-1215105727
PBS_JOBID= 7877158
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-45_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-1056764-1215105727/watcher-1056764-1215105727 -o /tmp/evaluation-result-1056764-1215105727/solver-1056764-1215105727 -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-1056764-1215105727.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d827410f0ea96d85e234cb7a677b560b
RANDOM SEED=784040758

node23.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1670040 kB
Buffers:         17300 kB
Cached:         253044 kB
SwapCached:       6756 kB
Active:         157508 kB
Inactive:       166004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670040 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           10660 kB
Writeback:           0 kB
Mapped:          60748 kB
Slab:            47760 kB
Committed_AS:  3458812 kB
PageTables:       1800 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= 66548 MiB
End job on node23 at 2008-07-03 19:52:18