Trace number 1064536

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.06 1809.73

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-90.xml
MD5SUM201be1397216eda1a01a388a4af9416b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1064536-1215142315.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.41	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=91  nbTotalValues=11244
0.38/0.41	       =>  wckTime=0.148  cpuTime=0.12  mem=8M894
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
5.04/5.10	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=116  nbSharedConflictsStructures=30
5.04/5.10	     nbUnbuiltConflictsStructures=1840  nbSharedBinaryRepresentations=0  nbEvaluationManagers=1956
5.04/5.10	     nbSharedEvaluationManagers=818  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
5.04/5.10	     nbFusions=0  symmetryWckTime=0.255  symmetryCpuTime=0.12
5.04/5.10	       =>  wckTime=4.844  cpuTime=4.24  mem=35M351
5.12/5.26	   
5.12/5.26	   solver IterativeSystematicSolver being built... 
5.53/5.68	   
5.53/5.68	   INFO : Forward propagation technique limited 
5.63/5.74	       =>  wckTime=5.484  cpuTime=4.58  mem=76M257
5.73/5.81	   
5.73/5.81	   preprocessing
5.73/5.81	     nbConstraintChecks=1556  nbPropagations=221  nbRevisions=146  nbUselessRevisions=0  nbRemovedValues=778
5.73/5.81	     detectedInconsistency=no
5.73/5.81	       =>  wckTime=0.065  cpuTime=0.06  mem=77M255
102.76/103.32	   
102.76/103.32	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=80M301)

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-1064536-1215142315/watcher-1064536-1215142315 -o /tmp/evaluation-result-1064536-1215142315/solver-1064536-1215142315 -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-1064536-1215142315.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32435
/proc/meminfo: memFree=1727480/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=1616 CPUtime=0
/proc/32435/stat : 32435 (java) D 32433 32435 31566 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1993203696 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32435/statm: 404 145 119 9 0 46 0

[startup+0.101053 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32435
/proc/meminfo: memFree=1727480/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=865884 CPUtime=0.08
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 3690 0 1 0 7 1 0 0 18 0 9 0 1993203696 886665216 3165 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201064 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32435
/proc/meminfo: memFree=1727480/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=866044 CPUtime=0.18
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 4618 0 1 0 15 3 0 0 18 0 9 0 1993203696 886829056 4045 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216511 4045 1858 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.301072 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32435
/proc/meminfo: memFree=1727480/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=866284 CPUtime=0.28
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 5793 0 1 0 25 3 0 0 18 0 9 0 1993203696 887074816 5167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216571 5167 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701115 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 32435
/proc/meminfo: memFree=1727480/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=867636 CPUtime=0.68
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 9219 0 1 0 62 6 0 0 18 0 9 0 1993203696 888459264 8579 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216909 8579 2010 9 0 211415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867636

[startup+1.50215 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 32444
/proc/meminfo: memFree=1680944/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=867548 CPUtime=1.47
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 18309 0 1 0 135 12 0 0 18 0 9 0 1993203696 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216887 17644 2004 9 0 211415 0
[pid=32435/tid=32437] ppid=32433 vsize=867548 CPUtime=1.17
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 15773 0 1 0 107 10 0 0 25 0 9 0 1993203697 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=867548 CPUtime=0.03
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 1136 0 0 0 3 0 0 0 16 0 9 0 1993203698 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993203699 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993203699 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993203701 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=867548 CPUtime=0.22
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 703 0 0 0 22 0 0 0 15 0 9 0 1993203701 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993203701 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993203701 888369152 17644 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867548

[startup+3.1023 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 32444
/proc/meminfo: memFree=1658288/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=867548 CPUtime=3.05
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 19809 0 1 0 286 19 0 0 18 0 9 0 1993203696 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 216887 19142 2005 9 0 211415 0
[pid=32435/tid=32437] ppid=32433 vsize=867548 CPUtime=2.68
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 15778 0 1 0 252 16 0 0 25 0 9 0 1993203697 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4126674920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=867548 CPUtime=0.1
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 2623 0 0 0 9 1 0 0 16 0 9 0 1993203698 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993203699 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993203699 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993203701 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=867548 CPUtime=0.24
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 711 0 0 0 24 0 0 0 15 0 9 0 1993203701 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993203701 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=867548 CPUtime=0
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993203701 888369152 19142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867548

[startup+6.30241 s]
/proc/loadavg: 2.08 2.02 2.01 4/90 32448
/proc/meminfo: memFree=1644520/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=6.22
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46108 580 1 0 578 35 8 1 18 0 9 0 1993203696 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27528 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=5.38
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27758 580 1 0 503 26 8 1 21 0 9 0 1993203697 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4126869836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.46
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 971 580 0 0 36 1 8 1 15 0 9 0 1993203701 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868072

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 32448
/proc/meminfo: memFree=1626920/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=12.59
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46121 580 1 0 1215 35 8 1 18 0 9 0 1993203696 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27535 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=11.73
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27764 580 1 0 1138 26 8 1 25 0 9 0 1993203697 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4126868535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 17 0 9 0 1993203698 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.47
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 978 580 0 0 37 1 8 1 16 0 9 0 1993203701 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 868072

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 32448
/proc/meminfo: memFree=1626920/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=25.32
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46126 580 1 0 2488 35 8 1 18 0 9 0 1993203696 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27537 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=24.46
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27767 580 1 0 2411 26 8 1 25 0 9 0 1993203697 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4127317735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.48
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 980 580 0 0 38 1 8 1 16 0 9 0 1993203701 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 868072

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 32448
/proc/meminfo: memFree=1626984/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=50.8
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46131 580 1 0 5036 35 8 1 18 0 9 0 1993203696 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27540 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=49.94
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27768 580 1 0 4958 27 8 1 25 0 9 0 1993203697 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4126884919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.48
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 984 580 0 0 38 1 8 1 16 0 9 0 1993203701 888905728 27540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09

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

/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.01
Current children cumulated vsize (KiB) 868072

[startup+1542.31 s]
/proc/loadavg: 2.17 2.10 2.04 3/91 32489
/proc/meminfo: memFree=900136/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1534.72
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 153425 38 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1533.82
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 153344 29 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4127256975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.72
Current children cumulated vsize (KiB) 868072

[startup+1602.3 s]
/proc/loadavg: 2.06 2.08 2.04 3/91 32489
/proc/meminfo: memFree=900136/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1594.43
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 159395 39 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1593.53
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 159314 30 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4126886768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 868072

[startup+1662.3 s]
/proc/loadavg: 2.02 2.06 2.03 3/91 32489
/proc/meminfo: memFree=900136/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1653.91
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 165343 39 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1653
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 165261 30 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4127317702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.91
Current children cumulated vsize (KiB) 868072

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 2.04 3/91 32489
/proc/meminfo: memFree=900136/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1713.39
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 171291 39 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1712.49
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 171210 30 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4126868433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.39
Current children cumulated vsize (KiB) 868072

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.04 3/91 32495
/proc/meminfo: memFree=899880/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1772.86
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 177238 39 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1771.95
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 177156 30 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4126875175 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.86
Current children cumulated vsize (KiB) 868072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.13 2.10 2.05 3/91 32495
/proc/meminfo: memFree=899880/2055920 swapFree=4180436/4192956
[pid=32435] ppid=32433 vsize=868072 CPUtime=1800.02
/proc/32435/stat : 32435 (java) S 32433 32435 31566 0 -1 0 46155 580 1 0 179954 39 8 1 18 0 9 0 1993203696 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32435/statm: 217018 27555 2637 9 0 211524 0
[pid=32435/tid=32437] ppid=32433 vsize=868072 CPUtime=1799.11
/proc/32435/task/32437/stat : 32437 (java) R 32433 32435 31566 0 -1 64 27773 580 1 0 179872 30 8 1 25 0 9 0 1993203697 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4126868424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32438] ppid=32433 vsize=868072 CPUtime=0.53
/proc/32435/task/32438/stat : 32438 (java) S 32433 32435 31566 0 -1 64 16483 580 0 0 38 6 8 1 16 0 9 0 1993203698 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32439] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32439/stat : 32439 (java) S 32433 32435 31566 0 -1 64 17 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32440] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32440/stat : 32440 (java) S 32433 32435 31566 0 -1 64 20 580 0 0 0 0 8 1 15 0 9 0 1993203699 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32441] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32441/stat : 32441 (java) S 32433 32435 31566 0 -1 64 0 580 0 0 0 0 8 1 18 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32442] ppid=32433 vsize=868072 CPUtime=0.52
/proc/32435/task/32442/stat : 32442 (java) S 32433 32435 31566 0 -1 64 1003 580 0 0 42 1 8 1 16 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32435/tid=32443] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32443/stat : 32443 (java) S 32433 32435 31566 0 -1 64 2 580 0 0 0 0 8 1 19 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32435/tid=32444] ppid=32433 vsize=868072 CPUtime=0.09
/proc/32435/task/32444/stat : 32444 (java) S 32433 32435 31566 0 -1 64 46 580 0 0 0 0 8 1 15 0 9 0 1993203701 888905728 27555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868072

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): 1809.73
CPU time (s): 1800.06
CPU user time (s): 1799.63
CPU system time (s): 0.426935
CPU usage (%): 99.4653
Max. virtual memory (cumulated for all children) (KiB): 868072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46767
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= 38774
involuntary context switches= 58507

runsolver used 2.48662 second user time and 5.56015 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 05:31:55
IDJOB=1064536
IDBENCH=54961
IDSOLVER=363
FILE ID=node48/1064536-1215142315
PBS_JOBID= 7877376
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-1-90.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-1064536-1215142315/watcher-1064536-1215142315 -o /tmp/evaluation-result-1064536-1215142315/solver-1064536-1215142315 -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-1064536-1215142315.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 201be1397216eda1a01a388a4af9416b
RANDOM SEED=1412027400

node48.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.231
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.231
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:       1727960 kB
Buffers:         38720 kB
Cached:         146460 kB
SwapCached:       6784 kB
Active:         200992 kB
Inactive:        74088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727960 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:         103084 kB
Slab:            38004 kB
Committed_AS:  4934220 kB
PageTables:       1904 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= 66556 MiB
End job on node48 at 2008-07-04 06:02:07