Trace number 1110626

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-dMSAT (TO)1 3600.13 3630.15

General information on the benchmark

Namecsp/dubois/
normalized-dubois-25_ext.xml
MD5SUM4676b00addf2eae14c934b660f81e915
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark0.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension50
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=mrdac-ddeg.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1110626-1215831056.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=75  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=150
0.28/0.37	       =>  wckTime=0.113  cpuTime=0.11  mem=7M842
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.28/0.38	   
0.28/0.38	   constraints being loaded...
0.38/0.43	     nbConstraints=50  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=48
0.38/0.43	     nbConflictsStructures=2  nbSharedConflictsStructures=48  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2
0.38/0.43	     minArity=3  maxArity=3
0.38/0.43	       =>  wckTime=0.173  cpuTime=0.15  mem=9M858
0.38/0.49	   
0.38/0.49	   solver LocalSearchSolver being built... 
0.48/0.53	       =>  wckTime=0.271  cpuTime=0.19  mem=5M446
0.48/0.53	
0.48/0.53	s SATISFIABLE
0.48/0.53	o 21
0.48/0.53	o 19
0.48/0.53	o 17
0.48/0.53	o 15
0.48/0.53	o 13
0.48/0.54	o 11
0.48/0.54	o 9
0.48/0.54	o 7
0.48/0.54	o 5
0.48/0.54	o 3
0.48/0.55	o 1
1.08/1.18	   
1.08/1.18	   search
1.08/1.18	     run=0  nbConstraintChecks=226754  nbAssignments=10000
1.08/1.18	       =>  wckTime=0.651  cpuTime=0.62  mem=6M438
1.67/1.78	   
1.67/1.78	   search
1.67/1.78	     run=1  nbConstraintChecks=446548  nbAssignments=20000
1.67/1.78	       =>  wckTime=1.254  cpuTime=1.22  mem=6M438
2.25/2.36	   
2.25/2.36	   search
2.25/2.36	     run=2  nbConstraintChecks=615349  nbAssignments=30000
2.25/2.36	       =>  wckTime=1.833  cpuTime=1.79  mem=6M438
2.86/2.93	   
2.86/2.93	   search
2.86/2.93	     run=3  nbConstraintChecks=786820  nbAssignments=40000
2.86/2.93	       =>  wckTime=2.404  cpuTime=2.35  mem=6M438
3.45/3.52	   
3.45/3.52	   search
3.45/3.52	     run=4  nbConstraintChecks=997948  nbAssignments=50000
3.45/3.52	       =>  wckTime=2.993  cpuTime=2.94  mem=6M438
4.04/4.10	   
4.04/4.10	   search
4.04/4.10	     run=5  nbConstraintChecks=1212596  nbAssignments=60000
4.04/4.10	       =>  wckTime=3.573  cpuTime=3.51  mem=6M438
4.54/4.69	   
4.54/4.69	   search
4.54/4.69	     run=6  nbConstraintChecks=1376583  nbAssignments=70000
4.54/4.69	       =>  wckTime=4.157  cpuTime=4.09  mem=6M438
5.14/5.26	   
5.14/5.26	   search
5.14/5.26	     run=7  nbConstraintChecks=1546200  nbAssignments=80000
5.14/5.26	       =>  wckTime=4.733  cpuTime=4.66  mem=6M438
5.72/5.85	   
5.72/5.85	   search
5.72/5.85	     run=8  nbConstraintChecks=1712154  nbAssignments=90000
5.72/5.85	       =>  wckTime=5.319  cpuTime=5.24  mem=6M438
6.32/6.43	   
6.32/6.43	   search
6.32/6.43	     run=9  nbConstraintChecks=1908778  nbAssignments=100000
6.32/6.43	       =>  wckTime=5.902  cpuTime=5.82  mem=6M438
6.92/7.02	   
6.92/7.02	   search
6.92/7.02	     run=10  nbConstraintChecks=2106164  nbAssignments=110000
6.92/7.02	       =>  wckTime=6.495  cpuTime=6.41  mem=6M438
7.51/7.62	   
7.51/7.62	   search
7.51/7.62	     run=11  nbConstraintChecks=2336389  nbAssignments=120000
7.51/7.62	       =>  wckTime=7.091  cpuTime=7.0  mem=6M438
8.10/8.20	   
8.10/8.20	   search
8.10/8.20	     run=12  nbConstraintChecks=2512734  nbAssignments=130000
8.10/8.20	       =>  wckTime=7.674  cpuTime=7.58  mem=6M438
8.60/8.79	   
8.60/8.79	   search
8.60/8.79	     run=13  nbConstraintChecks=2701389  nbAssignments=140000
8.60/8.79	       =>  wckTime=8.26  cpuTime=8.15  mem=6M438
9.19/9.37	   
9.19/9.37	   search
9.19/9.37	     run=14  nbConstraintChecks=2864227  nbAssignments=150000
9.19/9.37	       =>  wckTime=8.841  cpuTime=8.73  mem=6M438
9.78/9.97	   
9.78/9.97	   search
9.78/9.97	     run=15  nbConstraintChecks=3090564  nbAssignments=160000
9.78/9.97	       =>  wckTime=9.442  cpuTime=9.32  mem=6M438
10.38/10.55	   
10.38/10.55	   search
10.38/10.55	     run=16  nbConstraintChecks=3262864  nbAssignments=170000
10.38/10.55	       =>  wckTime=10.021  cpuTime=9.89  mem=6M438
10.97/11.15	   
10.97/11.15	   search
10.97/11.15	     run=17  nbConstraintChecks=3493606  nbAssignments=180000
10.97/11.15	       =>  wckTime=10.621  cpuTime=10.48  mem=6M438
11.57/11.73	   
11.57/11.73	   search
11.57/11.73	     run=18  nbConstraintChecks=3669556  nbAssignments=190000
11.57/11.73	       =>  wckTime=11.201  cpuTime=11.07  mem=6M438
12.16/12.32	   
12.16/12.32	   search
12.16/12.32	     run=19  nbConstraintChecks=3831871  nbAssignments=200000
12.16/12.32	       =>  wckTime=11.787  cpuTime=11.64  mem=6M438
12.66/12.90	   
12.66/12.90	   search
12.66/12.90	     run=20  nbConstraintChecks=3989805  nbAssignments=210000
12.76/12.90	       =>  wckTime=12.367  cpuTime=12.22  mem=6M438
13.24/13.49	   
13.24/13.49	   search
13.24/13.49	     run=21  nbConstraintChecks=4184180  nbAssignments=220000
13.24/13.49	       =>  wckTime=12.961  cpuTime=12.79  mem=6M438
13.85/14.07	   
13.85/14.07	   search
13.85/14.07	     run=22  nbConstraintChecks=4373067  nbAssignments=230000
13.85/14.07	       =>  wckTime=13.542  cpuTime=13.38  mem=6M438
14.43/14.66	   
14.43/14.66	   search
14.43/14.66	     run=23  nbConstraintChecks=4577086  nbAssignments=240000
14.43/14.66	       =>  wckTime=14.132  cpuTime=13.96  mem=6M438
15.03/15.24	   
15.03/15.24	   search
15.03/15.24	     run=24  nbConstraintChecks=4779199  nbAssignments=250000
15.03/15.24	       =>  wckTime=14.714  cpuTime=14.54  mem=6M438
15.63/15.83	   
15.63/15.83	   search
15.63/15.83	     run=25  nbConstraintChecks=4994873  nbAssignments=260000
15.63/15.83	       =>  wckTime=15.307  cpuTime=15.12  mem=6M438
16.23/16.42	   
16.23/16.42	   search
16.23/16.42	     run=26  nbConstraintChecks=5185531  nbAssignments=270000
16.23/16.42	       =>  wckTime=15.891  cpuTime=15.7  mem=6M438
16.82/17.01	   
16.82/17.01	   search
16.82/17.01	     run=27  nbConstraintChecks=5406521  nbAssignments=280000
16.82/17.01	       =>  wckTime=16.48  cpuTime=16.29  mem=6M438
17.32/17.59	   
17.32/17.59	   search
17.32/17.59	     run=28  nbConstraintChecks=5595424  nbAssignments=290000
17.32/17.59	       =>  wckTime=17.062  cpuTime=16.86  mem=6M438
17.90/18.18	   
17.90/18.18	   search
17.90/18.18	     run=29  nbConstraintChecks=5797490  nbAssignments=300000
17.90/18.18	       =>  wckTime=17.648  cpuTime=17.45  mem=6M438
18.51/18.76	   
18.51/18.76	   search
18.51/18.76	     run=30  nbConstraintChecks=5992801  nbAssignments=310000
18.51/18.76	       =>  wckTime=18.237  cpuTime=18.03  mem=6M438
19.10/19.34	   
19.10/19.34	   search
19.10/19.34	     run=31  nbConstraintChecks=6170480  nbAssignments=320000
19.10/19.34	       =>  wckTime=18.814  cpuTime=18.6  mem=6M438
19.69/19.93	   
19.69/19.93	   search
19.69/19.93	     run=32  nbConstraintChecks=6350846  nbAssignments=330000
19.69/19.93	       =>  wckTime=19.399  cpuTime=19.17  mem=6M438
20.29/20.51	   
20.29/20.51	   search
20.29/20.51	     run=33  nbConstraintChecks=6553598  nbAssignments=340000
20.29/20.51	       =>  wckTime=19.981  cpuTime=19.76  mem=6M438
20.78/21.09	   
20.78/21.09	   search
20.78/21.09	     run=34  nbConstraintChecks=6725417  nbAssignments=350000
20.78/21.09	       =>  wckTime=20.564  cpuTime=20.34  mem=6M438
21.37/21.67	   
21.37/21.67	   search
21.37/21.67	     run=35  nbConstraintChecks=6921900  nbAssignments=360000
21.37/21.67	       =>  wckTime=21.145  cpuTime=20.91  mem=6M438
21.97/22.26	   
21.97/22.26	   search
21.97/22.26	     run=36  nbConstraintChecks=7092617  nbAssignments=370000
21.97/22.26	       =>  wckTime=21.728  cpuTime=21.48  mem=6M438
22.56/22.83	   
22.56/22.83	   search
22.56/22.83	     run=37  nbConstraintChecks=7281719  nbAssignments=380000
22.56/22.83	       =>  wckTime=22.306  cpuTime=22.07  mem=6M438
23.16/23.42	   
23.16/23.42	   search
23.16/23.42	     run=38  nbConstraintChecks=7459256  nbAssignments=390000
23.16/23.42	       =>  wckTime=22.89  cpuTime=22.63  mem=6M438
23.76/24.00	   
23.76/24.00	   search
23.76/24.00	     run=39  nbConstraintChecks=7661210  nbAssignments=400000
23.76/24.00	       =>  wckTime=23.471  cpuTime=23.22  mem=6M438
24.24/24.59	   
24.24/24.59	   search
24.24/24.59	     run=40  nbConstraintChecks=7843922  nbAssignments=410000
24.24/24.59	       =>  wckTime=24.06  cpuTime=23.8  mem=6M438
24.85/25.17	   
24.85/25.17	   search
24.85/25.17	     run=41  nbConstraintChecks=8024945  nbAssignments=420000
24.85/25.17	       =>  wckTime=24.64  cpuTime=24.38  mem=6M438
25.44/25.76	   
25.44/25.76	   search
25.44/25.76	     run=42  nbConstraintChecks=8214359  nbAssignments=430000
25.44/25.76	       =>  wckTime=25.233  cpuTime=24.95  mem=6M438
26.03/26.35	   
26.03/26.35	   search
26.03/26.35	     run=43  nbConstraintChecks=8401198  nbAssignments=440000
26.03/26.35	       =>  wckTime=25.819  cpuTime=25.54  mem=6M438
26.63/26.93	   
26.63/26.93	   search
26.63/26.93	     run=44  nbConstraintChecks=8569804  nbAssignments=450000
26.63/26.93	       =>  wckTime=26.402  cpuTime=26.12  mem=6M438
27.23/27.53	   
27.23/27.53	   search
27.23/27.53	     run=45  nbConstraintChecks=8780791  nbAssignments=460000
27.23/27.53	       =>  wckTime=26.997  cpuTime=26.7  mem=6M438
27.82/28.11	   
27.82/28.11	   search
27.82/28.11	     run=46  nbConstraintChecks=8973206  nbAssignments=470000
27.82/28.11	       =>  wckTime=27.58  cpuTime=27.28  mem=6M438
28.40/28.70	   
28.40/28.70	   search
28.40/28.70	     run=47  nbConstraintChecks=9162696  nbAssignments=480000
28.40/28.70	       =>  wckTime=28.172  cpuTime=27.87  mem=6M438
28.90/29.28	   
28.90/29.28	   search
28.90/29.28	     run=48  nbConstraintChecks=9332894  nbAssignments=490000
28.90/29.28	       =>  wckTime=28.749  cpuTime=28.44  mem=6M438
29.49/29.88	   
29.49/29.88	   search
29.49/29.88	     run=49  nbConstraintChecks=9556009  nbAssignments=500000
29.49/29.88	       =>  wckTime=29.348  cpuTime=29.03  mem=6M438
30.09/30.47	   
30.09/30.47	   search
30.09/30.47	     run=50  nbConstraintChecks=9799171  nbAssignments=510000
30.09/30.47	       =>  wckTime=29.944  cpuTime=29.63  mem=6M438
30.49/30.87	   
30.49/30.87	   search
30.49/30.87	     run=51  nbConstraintChecks=9929321  nbAssignments=516629
30.49/30.87	       =>  wckTime=30.343  cpuTime=30.02  mem=6M438
30.49/30.87	   
30.49/30.87	   global
30.49/30.87	     nbConstraintChecks=9929321  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.49/30.87	     solvingWckTime=30.342  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.49/30.87	     globalCpuTime=30.25
30.49/30.87	       =>  wckTime=30.615  cpuTime=30.21  mem=6M438
30.49/30.87	   
30.49/30.87	   solver DecomposerSolver being built... 
30.68/31.00	       =>  wckTime=30.744  cpuTime=30.31  mem=18M341
30.68/31.00	   
30.68/31.00	   preprocessing
30.68/31.00	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.68/31.01	     detectedInconsistency=no
30.68/31.01	       =>  wckTime=0.0020  cpuTime=0.0  mem=18M341
3600.08/3630.11	v 1 1 0 1 1 0 0 0 0 1 1 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 1 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 

Verifier Data (download as text)

OK	1	49
1 unsatisfied constraints, 49 satisfied constraints

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-1110626-1215831056/watcher-1110626-1215831056 -o /tmp/evaluation-result-1110626-1215831056/solver-1110626-1215831056 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1110626-1215831056.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.92 1.98 1.90 4/80 16653
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=10616 CPUtime=0
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 39807116 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 2654 472 209 9 0 1184 0
[pid=16653/tid=16654] ppid=16651 vsize=10616 CPUtime=0
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 39807118 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 11792344 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0316699 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 16653
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=861876 CPUtime=0.01
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 1880 0 1 0 1 0 0 0 18 0 5 0 39807116 882561024 1567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 215469 1567 695 9 0 210448 0
[pid=16653/tid=16654] ppid=16651 vsize=861876 CPUtime=0.01
/proc/16653/task/16654/stat : 16654 (java) S 16651 16653 15732 0 -1 64 1190 0 1 0 1 0 0 0 19 0 5 0 39807118 882561024 1567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.102499 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 16653
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=865988 CPUtime=0.07
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 3705 0 1 0 6 1 0 0 18 0 9 0 39807116 886771712 3180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216497 3180 1687 9 0 211052 0
[pid=16653/tid=16654] ppid=16651 vsize=865988 CPUtime=0.06
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 2788 0 1 0 5 1 0 0 20 0 9 0 39807118 886771712 3180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865988

[startup+0.301538 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 16653
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866360 CPUtime=0.28
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 5794 0 1 0 25 3 0 0 18 0 9 0 39807116 887152640 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216590 5169 1953 9 0 211118 0
[pid=16653/tid=16654] ppid=16651 vsize=866360 CPUtime=0.23
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 4822 0 1 0 20 3 0 0 18 0 9 0 39807118 887152640 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4125978359 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866360

[startup+0.70162 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 16653
/proc/meminfo: memFree=1836392/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866648 CPUtime=0.67
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8205 0 1 0 55 12 0 0 18 0 9 0 39807116 887447552 7372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216662 7372 2632 9 0 211168 0
[pid=16653/tid=16654] ppid=16651 vsize=866648 CPUtime=0.53
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6064 0 1 0 42 11 0 0 20 0 9 0 39807118 887447552 7372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866648

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.90 3/89 16662
/proc/meminfo: memFree=1817056/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=1.47
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8210 0 1 0 84 63 0 0 18 0 9 0 39807116 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 7376 2633 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=1.31
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6065 0 1 0 69 62 0 0 25 0 9 0 39807118 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.1
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 335 0 0 0 10 0 0 0 16 0 9 0 39807121 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39807122 887443456 7376 996147200 134512640 134550740 4294955952 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) 866644

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.90 3/89 16662
/proc/meminfo: memFree=1816864/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866648 CPUtime=3.06
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8210 0 1 0 136 170 0 0 18 0 9 0 39807116 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216662 7376 2633 9 0 211168 0
[pid=16653/tid=16654] ppid=16651 vsize=866648 CPUtime=2.9
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6065 0 1 0 122 168 0 0 25 0 9 0 39807118 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866648 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866648 CPUtime=0.1
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 335 0 0 0 10 0 0 0 16 0 9 0 39807121 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39807122 887447552 7376 996147200 134512640 134550740 4294955952 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) 866648

[startup+6.30274 s]
/proc/loadavg: 1.93 1.98 1.90 3/89 16662
/proc/meminfo: memFree=1816672/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866648 CPUtime=6.22
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8211 0 1 0 239 383 0 0 18 0 9 0 39807116 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216662 7376 2633 9 0 211168 0
[pid=16653/tid=16654] ppid=16651 vsize=866648 CPUtime=6.07
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6066 0 1 0 225 382 0 0 25 0 9 0 39807118 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866648 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866648 CPUtime=0.1
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 335 0 0 0 10 0 0 0 16 0 9 0 39807121 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887447552 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866648 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) R 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39807122 887447552 7376 996147200 134512640 134550740 4294955952 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) 866648

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.90 3/89 16662
/proc/meminfo: memFree=1816544/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=12.56
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8216 0 1 0 449 807 0 0 18 0 9 0 39807116 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 7381 2633 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=12.4
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6066 0 1 0 434 806 0 0 25 0 9 0 39807118 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.1
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 340 0 0 0 10 0 0 0 16 0 9 0 39807121 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39807122 887443456 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 866644

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.91 3/89 16662
/proc/meminfo: memFree=1816352/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=25.23
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 8219 0 1 0 879 1644 0 0 18 0 9 0 39807116 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 7384 2633 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=25.07
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 6066 0 1 0 864 1643 0 0 25 0 9 0 39807118 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.11
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 343 0 0 0 11 0 0 0 16 0 9 0 39807121 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39807122 887443456 7384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 866644

[startup+51.1027 s]
/proc/loadavg: 1.96 1.98 1.91 3/89 16662
/proc/meminfo: memFree=1807136/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=50.61
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10502 0 1 0 3065 1996 0 0 18 0 9 0 39807116 887443456 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9665 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=50.37
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8303 0 1 0 3042 1995 0 0 25 0 9 0 39807118 887443456 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4126635745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03

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

/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3314.13
Current children cumulated vsize (KiB) 866644

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 16670
/proc/meminfo: memFree=1804320/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3373.64
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 335350 2014 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3373.38
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 335327 2011 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126631956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3373.64
Current children cumulated vsize (KiB) 866644

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 16670
/proc/meminfo: memFree=1804192/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3433.13
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 341299 2014 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3432.86
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 341275 2011 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126774284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3433.13
Current children cumulated vsize (KiB) 866644

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 16670
/proc/meminfo: memFree=1804064/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3492.63
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 347248 2015 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3492.37
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 347225 2012 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126773319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3492.63
Current children cumulated vsize (KiB) 866644

[startup+3582.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/91 16721
/proc/meminfo: memFree=1727760/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3552.3
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 353214 2016 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3552.04
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 353191 2013 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126632948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3552.3
Current children cumulated vsize (KiB) 866644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.1 s]
/proc/loadavg: 2.08 2.03 1.93 3/91 16721
/proc/meminfo: memFree=1677008/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3600.08
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 357991 2017 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3599.82
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 357968 2014 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126776972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 866644

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

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

[startup+3630.1 s]
/proc/loadavg: 2.08 2.03 1.93 3/91 16721
/proc/meminfo: memFree=1677008/2055920 swapFree=4192812/4192956
[pid=16653] ppid=16651 vsize=866644 CPUtime=3600.08
/proc/16653/stat : 16653 (java) S 16651 16653 15732 0 -1 0 10504 0 1 0 357991 2017 0 0 18 0 9 0 39807116 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16653/statm: 216661 9667 2634 9 0 211167 0
[pid=16653/tid=16654] ppid=16651 vsize=866644 CPUtime=3599.82
/proc/16653/task/16654/stat : 16654 (java) R 16651 16653 15732 0 -1 64 8305 0 1 0 357968 2014 0 0 25 0 9 0 39807118 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4126776972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16653/tid=16656] ppid=16651 vsize=866644 CPUtime=0.03
/proc/16653/task/16656/stat : 16656 (java) S 16651 16653 15732 0 -1 64 1114 0 0 0 3 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16657] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16657/stat : 16657 (java) S 16651 16653 15732 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16658] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16658/stat : 16658 (java) S 16651 16653 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39807119 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16659] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16659/stat : 16659 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16660] ppid=16651 vsize=866644 CPUtime=0.18
/proc/16653/task/16660/stat : 16660 (java) S 16651 16653 15732 0 -1 64 389 0 0 0 18 0 0 0 15 0 9 0 39807121 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16661] ppid=16651 vsize=866644 CPUtime=0
/proc/16653/task/16661/stat : 16661 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16653/tid=16662] ppid=16651 vsize=866644 CPUtime=0.01
/proc/16653/task/16662/stat : 16662 (java) S 16651 16653 15732 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 39807122 887443456 9667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 866644

Child status: 143
Real time (s): 3630.15
CPU time (s): 3600.13
CPU user time (s): 3579.96
CPU system time (s): 20.1779
CPU usage (%): 99.1731
Max. virtual memory (cumulated for all children) (KiB): 866648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.96
system time used= 20.1779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10524
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= 74486
involuntary context switches= 108836

runsolver used 5.2382 second user time and 9.25359 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 04:50:56
IDJOB=1110626
IDBENCH=61131
IDSOLVER=360
FILE ID=node33/1110626-1215831056
PBS_JOBID= 7903359
Free space on /tmp= 66472 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-25_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110626-1215831056/watcher-1110626-1215831056 -o /tmp/evaluation-result-1110626-1215831056/solver-1110626-1215831056 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1110626-1215831056.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4676b00addf2eae14c934b660f81e915
RANDOM SEED=103603839

node33.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.264
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.264
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:       1836872 kB
Buffers:         28836 kB
Cached:          88464 kB
SwapCached:          0 kB
Active:         102956 kB
Inactive:        58592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          64484 kB
Slab:            42872 kB
Committed_AS:   955520 kB
PageTables:       1824 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= 66440 MiB
End job on node33 at 2008-07-12 05:51:28