Trace number 1110625

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-wMSAT (TO)1 3600.04 3601.53

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.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mrdac-wdeg.xml
0.28/0.30	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1110625-1215831040.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=75  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=150
0.28/0.38	       =>  wckTime=0.129  cpuTime=0.1  mem=7M842
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.28/0.38	   
0.28/0.38	   constraints being loaded...
0.40/0.44	     nbConstraints=50  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=48
0.40/0.44	     nbConflictsStructures=2  nbSharedConflictsStructures=48  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2
0.40/0.44	     minArity=3  maxArity=3
0.40/0.44	       =>  wckTime=0.187  cpuTime=0.15  mem=9M858
0.40/0.49	   
0.40/0.49	   solver LocalSearchSolver being built... 
0.51/0.53	       =>  wckTime=0.284  cpuTime=0.19  mem=5M446
0.51/0.54	
0.51/0.54	s SATISFIABLE
0.51/0.54	o 21
0.51/0.54	o 19
0.51/0.54	o 17
0.51/0.54	o 15
0.51/0.54	o 13
0.51/0.54	o 11
0.51/0.54	o 9
0.51/0.54	o 7
0.51/0.54	o 5
0.51/0.55	o 3
0.51/0.55	o 1
1.11/1.13	   
1.11/1.13	   search
1.11/1.13	     run=0  nbConstraintChecks=226754  nbAssignments=10000
1.11/1.13	       =>  wckTime=0.598  cpuTime=0.59  mem=6M438
1.60/1.69	   
1.60/1.69	   search
1.60/1.69	     run=1  nbConstraintChecks=446548  nbAssignments=20000
1.60/1.69	       =>  wckTime=1.156  cpuTime=1.13  mem=6M438
2.21/2.22	   
2.21/2.22	   search
2.21/2.22	     run=2  nbConstraintChecks=615349  nbAssignments=30000
2.21/2.22	       =>  wckTime=1.688  cpuTime=1.66  mem=6M438
2.70/2.76	   
2.70/2.76	   search
2.70/2.76	     run=3  nbConstraintChecks=786820  nbAssignments=40000
2.70/2.76	       =>  wckTime=2.224  cpuTime=2.2  mem=6M438
3.21/3.30	   
3.21/3.30	   search
3.21/3.30	     run=4  nbConstraintChecks=997948  nbAssignments=50000
3.21/3.30	       =>  wckTime=2.771  cpuTime=2.75  mem=6M438
3.81/3.85	   
3.81/3.85	   search
3.81/3.85	     run=5  nbConstraintChecks=1212596  nbAssignments=60000
3.81/3.85	       =>  wckTime=3.317  cpuTime=3.3  mem=6M438
4.30/4.39	   
4.30/4.39	   search
4.30/4.39	     run=6  nbConstraintChecks=1376583  nbAssignments=70000
4.30/4.39	       =>  wckTime=3.854  cpuTime=3.83  mem=6M438
4.91/4.92	   
4.91/4.92	   search
4.91/4.92	     run=7  nbConstraintChecks=1546200  nbAssignments=80000
4.91/4.92	       =>  wckTime=4.391  cpuTime=4.37  mem=6M438
5.40/5.46	   
5.40/5.46	   search
5.40/5.46	     run=8  nbConstraintChecks=1712154  nbAssignments=90000
5.40/5.46	       =>  wckTime=4.927  cpuTime=4.9  mem=6M438
6.00/6.00	   
6.00/6.00	   search
6.00/6.00	     run=9  nbConstraintChecks=1908778  nbAssignments=100000
6.00/6.00	       =>  wckTime=5.471  cpuTime=5.45  mem=6M438
6.50/6.55	   
6.50/6.55	   search
6.50/6.55	     run=10  nbConstraintChecks=2106164  nbAssignments=110000
6.50/6.55	       =>  wckTime=6.015  cpuTime=5.99  mem=6M438
7.00/7.10	   
7.00/7.10	   search
7.00/7.10	     run=11  nbConstraintChecks=2336389  nbAssignments=120000
7.00/7.10	       =>  wckTime=6.565  cpuTime=6.54  mem=6M438
7.60/7.64	   
7.60/7.64	   search
7.60/7.64	     run=12  nbConstraintChecks=2512734  nbAssignments=130000
7.60/7.64	       =>  wckTime=7.104  cpuTime=7.08  mem=6M438
8.10/8.18	   
8.10/8.18	   search
8.10/8.18	     run=13  nbConstraintChecks=2701389  nbAssignments=140000
8.10/8.18	       =>  wckTime=7.645  cpuTime=7.62  mem=6M438
8.70/8.71	   
8.70/8.71	   search
8.70/8.71	     run=14  nbConstraintChecks=2864227  nbAssignments=150000
8.70/8.71	       =>  wckTime=8.18  cpuTime=8.16  mem=6M438
9.20/9.26	   
9.20/9.26	   search
9.20/9.26	     run=15  nbConstraintChecks=3090564  nbAssignments=160000
9.20/9.26	       =>  wckTime=8.729  cpuTime=8.71  mem=6M438
9.80/9.80	   
9.80/9.80	   search
9.80/9.80	     run=16  nbConstraintChecks=3262864  nbAssignments=170000
9.80/9.80	       =>  wckTime=9.266  cpuTime=9.24  mem=6M438
10.30/10.35	   
10.30/10.35	   search
10.30/10.35	     run=17  nbConstraintChecks=3493606  nbAssignments=180000
10.30/10.35	       =>  wckTime=9.816  cpuTime=9.79  mem=6M438
10.80/10.89	   
10.80/10.89	   search
10.80/10.89	     run=18  nbConstraintChecks=3669556  nbAssignments=190000
10.80/10.89	       =>  wckTime=10.354  cpuTime=10.33  mem=6M438
11.40/11.42	   
11.40/11.42	   search
11.40/11.42	     run=19  nbConstraintChecks=3831871  nbAssignments=200000
11.40/11.42	       =>  wckTime=10.889  cpuTime=10.86  mem=6M438
11.90/11.96	   
11.90/11.96	   search
11.90/11.96	     run=20  nbConstraintChecks=3989805  nbAssignments=210000
11.90/11.96	       =>  wckTime=11.43  cpuTime=11.39  mem=6M438
12.49/12.50	   
12.49/12.50	   search
12.49/12.50	     run=21  nbConstraintChecks=4184180  nbAssignments=220000
12.49/12.50	       =>  wckTime=11.969  cpuTime=11.93  mem=6M438
12.99/13.04	   
12.99/13.04	   search
12.99/13.04	     run=22  nbConstraintChecks=4373067  nbAssignments=230000
12.99/13.04	       =>  wckTime=12.506  cpuTime=12.47  mem=6M438
13.50/13.58	   
13.50/13.58	   search
13.50/13.58	     run=23  nbConstraintChecks=4577086  nbAssignments=240000
13.50/13.58	       =>  wckTime=13.046  cpuTime=13.01  mem=6M438
14.10/14.12	   
14.10/14.12	   search
14.10/14.12	     run=24  nbConstraintChecks=4779199  nbAssignments=250000
14.10/14.12	       =>  wckTime=13.585  cpuTime=13.55  mem=6M438
14.59/14.66	   
14.59/14.66	   search
14.59/14.66	     run=25  nbConstraintChecks=4994873  nbAssignments=260000
14.59/14.66	       =>  wckTime=14.126  cpuTime=14.09  mem=6M438
15.09/15.19	   
15.09/15.19	   search
15.09/15.19	     run=26  nbConstraintChecks=5185531  nbAssignments=270000
15.09/15.19	       =>  wckTime=14.662  cpuTime=14.62  mem=6M438
15.69/15.74	   
15.69/15.74	   search
15.69/15.74	     run=27  nbConstraintChecks=5406521  nbAssignments=280000
15.69/15.74	       =>  wckTime=15.205  cpuTime=15.16  mem=6M438
16.19/16.27	   
16.19/16.27	   search
16.19/16.27	     run=28  nbConstraintChecks=5595424  nbAssignments=290000
16.19/16.27	       =>  wckTime=15.742  cpuTime=15.7  mem=6M438
16.79/16.81	   
16.79/16.81	   search
16.79/16.81	     run=29  nbConstraintChecks=5797490  nbAssignments=300000
16.79/16.81	       =>  wckTime=16.281  cpuTime=16.24  mem=6M438
17.29/17.35	   
17.29/17.35	   search
17.29/17.35	     run=30  nbConstraintChecks=5992801  nbAssignments=310000
17.29/17.35	       =>  wckTime=16.819  cpuTime=16.78  mem=6M438
17.80/17.89	   
17.80/17.89	   search
17.80/17.89	     run=31  nbConstraintChecks=6170480  nbAssignments=320000
17.80/17.89	       =>  wckTime=17.354  cpuTime=17.32  mem=6M438
18.39/18.42	   
18.39/18.42	   search
18.39/18.42	     run=32  nbConstraintChecks=6350846  nbAssignments=330000
18.39/18.42	       =>  wckTime=17.889  cpuTime=17.85  mem=6M438
18.90/18.96	   
18.90/18.96	   search
18.90/18.96	     run=33  nbConstraintChecks=6553598  nbAssignments=340000
18.90/18.96	       =>  wckTime=18.429  cpuTime=18.38  mem=6M438
19.39/19.49	   
19.39/19.49	   search
19.39/19.49	     run=34  nbConstraintChecks=6725417  nbAssignments=350000
19.39/19.49	       =>  wckTime=18.962  cpuTime=18.92  mem=6M438
19.99/20.03	   
19.99/20.03	   search
19.99/20.03	     run=35  nbConstraintChecks=6921900  nbAssignments=360000
19.99/20.03	       =>  wckTime=19.5  cpuTime=19.46  mem=6M438
20.49/20.56	   
20.49/20.56	   search
20.49/20.56	     run=36  nbConstraintChecks=7092617  nbAssignments=370000
20.49/20.56	       =>  wckTime=20.033  cpuTime=19.99  mem=6M438
21.09/21.10	   
21.09/21.10	   search
21.09/21.10	     run=37  nbConstraintChecks=7281719  nbAssignments=380000
21.09/21.10	       =>  wckTime=20.569  cpuTime=20.52  mem=6M438
21.59/21.63	   
21.59/21.63	   search
21.59/21.63	     run=38  nbConstraintChecks=7459256  nbAssignments=390000
21.59/21.63	       =>  wckTime=21.102  cpuTime=21.05  mem=6M438
22.10/22.17	   
22.10/22.17	   search
22.10/22.17	     run=39  nbConstraintChecks=7661210  nbAssignments=400000
22.10/22.17	       =>  wckTime=21.641  cpuTime=21.6  mem=6M438
22.69/22.71	   
22.69/22.71	   search
22.69/22.71	     run=40  nbConstraintChecks=7843922  nbAssignments=410000
22.69/22.71	       =>  wckTime=22.182  cpuTime=22.14  mem=6M438
23.20/23.26	   
23.20/23.26	   search
23.20/23.26	     run=41  nbConstraintChecks=8024945  nbAssignments=420000
23.20/23.26	       =>  wckTime=22.724  cpuTime=22.67  mem=6M438
23.79/23.80	   
23.79/23.80	   search
23.79/23.80	     run=42  nbConstraintChecks=8214359  nbAssignments=430000
23.79/23.80	       =>  wckTime=23.266  cpuTime=23.22  mem=6M438
24.29/24.34	   
24.29/24.34	   search
24.29/24.34	     run=43  nbConstraintChecks=8401198  nbAssignments=440000
24.29/24.34	       =>  wckTime=23.808  cpuTime=23.76  mem=6M438
24.79/24.88	   
24.79/24.88	   search
24.79/24.88	     run=44  nbConstraintChecks=8569804  nbAssignments=450000
24.79/24.88	       =>  wckTime=24.345  cpuTime=24.29  mem=6M438
25.39/25.42	   
25.39/25.42	   search
25.39/25.42	     run=45  nbConstraintChecks=8780791  nbAssignments=460000
25.39/25.42	       =>  wckTime=24.892  cpuTime=24.84  mem=6M438
25.89/25.97	   
25.89/25.97	   search
25.89/25.97	     run=46  nbConstraintChecks=8973206  nbAssignments=470000
25.89/25.97	       =>  wckTime=25.435  cpuTime=25.38  mem=6M438
26.50/26.51	   
26.50/26.51	   search
26.50/26.51	     run=47  nbConstraintChecks=9162696  nbAssignments=480000
26.50/26.51	       =>  wckTime=25.977  cpuTime=25.93  mem=6M438
26.98/27.05	   
26.98/27.05	   search
26.98/27.05	     run=48  nbConstraintChecks=9332894  nbAssignments=490000
26.98/27.05	       =>  wckTime=26.514  cpuTime=26.46  mem=6M438
27.50/27.59	   
27.50/27.59	   search
27.50/27.59	     run=49  nbConstraintChecks=9556009  nbAssignments=500000
27.50/27.59	       =>  wckTime=27.063  cpuTime=27.01  mem=6M438
28.08/28.15	   
28.08/28.15	   search
28.08/28.15	     run=50  nbConstraintChecks=9799171  nbAssignments=510000
28.08/28.15	       =>  wckTime=27.617  cpuTime=27.56  mem=6M438
28.59/28.69	   
28.59/28.69	   search
28.59/28.69	     run=51  nbConstraintChecks=9996350  nbAssignments=520000
28.59/28.69	       =>  wckTime=28.16  cpuTime=28.11  mem=6M438
29.18/29.23	   
29.18/29.23	   search
29.18/29.23	     run=52  nbConstraintChecks=10170086  nbAssignments=530000
29.18/29.23	       =>  wckTime=28.699  cpuTime=28.65  mem=6M438
29.69/29.77	   
29.69/29.77	   search
29.69/29.77	     run=53  nbConstraintChecks=10352831  nbAssignments=540000
29.69/29.77	       =>  wckTime=29.24  cpuTime=29.19  mem=6M438
30.29/30.31	   
30.29/30.31	   search
30.29/30.31	     run=54  nbConstraintChecks=10537457  nbAssignments=550000
30.29/30.31	       =>  wckTime=29.782  cpuTime=29.73  mem=6M438
30.58/30.60	   
30.58/30.60	   search
30.58/30.60	     run=55  nbConstraintChecks=10641307  nbAssignments=555340
30.58/30.60	       =>  wckTime=30.072  cpuTime=30.02  mem=6M438
30.58/30.60	   
30.58/30.61	   global
30.58/30.61	     nbConstraintChecks=10641307  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.58/30.61	     solvingWckTime=30.071  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.58/30.61	     globalCpuTime=30.27
30.58/30.61	       =>  wckTime=30.356  cpuTime=30.21  mem=6M438
30.58/30.61	   
30.58/30.61	   solver DecomposerSolver being built... 
30.68/30.73	       =>  wckTime=30.48  cpuTime=30.31  mem=18M353
30.68/30.73	   
30.68/30.73	   preprocessing
30.68/30.73	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.68/30.73	     detectedInconsistency=no
30.68/30.73	       =>  wckTime=0.0020  cpuTime=0.0  mem=18M353
3600.00/3601.52	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-1110625-1215831040/watcher-1110625-1215831040 -o /tmp/evaluation-result-1110625-1215831040/solver-1110625-1215831040 -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-wdeg.xml 1 XSax HOME/instance-1110625-1215831040.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.93 2.07 2.03 3/74 15286
/proc/meminfo: memFree=1602504/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=1616 CPUtime=0
/proc/15286/stat : 15286 (java) D 15284 15286 15249 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 39806752 1654784 126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15286/statm: 404 126 100 9 0 46 0

[startup+0.108658 s]
/proc/loadavg: 1.93 2.07 2.03 3/74 15286
/proc/meminfo: memFree=1602504/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=865984 CPUtime=0.09
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 3769 0 1 0 7 2 0 0 18 0 9 0 39806752 886767616 3226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216496 3226 1705 9 0 211051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201673 s]
/proc/loadavg: 1.93 2.07 2.03 3/74 15286
/proc/meminfo: memFree=1602504/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=866012 CPUtime=0.19
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 4595 0 1 0 16 3 0 0 18 0 9 0 39806752 886796288 4023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216503 4023 1851 9 0 211051 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866012

[startup+0.301703 s]
/proc/loadavg: 1.93 2.07 2.03 3/74 15286
/proc/meminfo: memFree=1602504/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=866288 CPUtime=0.28
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 39806752 887078912 5035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216572 5035 1905 9 0 211120 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866288

[startup+0.701737 s]
/proc/loadavg: 1.93 2.07 2.03 3/74 15286
/proc/meminfo: memFree=1602504/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867480 CPUtime=0.71
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8221 0 1 0 57 14 0 0 18 0 9 0 39806752 888299520 7388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216870 7388 2632 9 0 211376 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 867480

[startup+1.50284 s]
/proc/loadavg: 1.93 2.07 2.03 3/83 15295
/proc/meminfo: memFree=1583232/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867480 CPUtime=1.5
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8227 0 1 0 87 63 0 0 18 0 9 0 39806752 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216871 7393 2633 9 0 211377 0
[pid=15286/tid=15287] ppid=15284 vsize=867480 CPUtime=1.35
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 6077 0 1 0 73 62 0 0 25 0 9 0 39806753 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867484 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867480 CPUtime=0.09
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 331 0 0 0 9 0 0 0 16 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 867480

[startup+3.10206 s]
/proc/loadavg: 1.93 2.07 2.03 3/83 15295
/proc/meminfo: memFree=1583040/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867480 CPUtime=3.11
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8227 0 1 0 139 172 0 0 18 0 9 0 39806752 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216870 7393 2633 9 0 211376 0
[pid=15286/tid=15287] ppid=15284 vsize=867480 CPUtime=2.95
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 6077 0 1 0 125 170 0 0 25 0 9 0 39806753 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867484 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867480 CPUtime=0.09
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 331 0 0 0 9 0 0 0 16 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 867480

[startup+6.30248 s]
/proc/loadavg: 1.93 2.07 2.03 3/83 15295
/proc/meminfo: memFree=1582856/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867480 CPUtime=6.3
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8228 0 1 0 248 382 0 0 18 0 9 0 39806752 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216871 7393 2633 9 0 211377 0
[pid=15286/tid=15287] ppid=15284 vsize=867480 CPUtime=6.15
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 6078 0 1 0 234 381 0 0 25 0 9 0 39806753 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867480 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867484 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888303616 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867480 CPUtime=0.09
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 331 0 0 0 9 0 0 0 16 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867480 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888299520 7393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 867480

[startup+12.7023 s]
/proc/loadavg: 1.94 2.07 2.03 3/83 15295
/proc/meminfo: memFree=1582664/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867616 CPUtime=12.7
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8242 0 1 0 462 808 0 0 18 0 9 0 39806752 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216904 7407 2633 9 0 211410 0
[pid=15286/tid=15287] ppid=15284 vsize=867616 CPUtime=12.54
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 6078 0 1 0 447 807 0 0 25 0 9 0 39806753 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867616 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867620 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888442880 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867620 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888442880 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867616 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867616 CPUtime=0.1
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 39806757 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867616 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867616 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888438784 7407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 867616

[startup+25.502 s]
/proc/loadavg: 1.95 2.06 2.03 3/83 15295
/proc/meminfo: memFree=1582600/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867620 CPUtime=25.48
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 8244 0 1 0 895 1653 0 0 18 0 9 0 39806752 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216904 7409 2633 9 0 211410 0
[pid=15286/tid=15287] ppid=15284 vsize=867620 CPUtime=25.32
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 6078 0 1 0 880 1652 0 0 25 0 9 0 39806753 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867620 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867620 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867616 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888438784 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867616 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888438784 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867616 CPUtime=0.1
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 39806757 888438784 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867620 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867620 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888442880 7409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 867620

[startup+51.1014 s]
/proc/loadavg: 1.97 2.06 2.03 3/83 15295
/proc/meminfo: memFree=1573256/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=51.08
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10608 0 1 0 3117 1991 0 0 18 0 9 0 39806752 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9771 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=50.83
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8397 0 1 0 3094 1989 0 0 25 0 9 0 39806753 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4126770835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0

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

/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3280.92
Current children cumulated vsize (KiB) 867552

[startup+3342.3 s]
/proc/loadavg: 2.02 2.10 2.07 3/90 15342
/proc/meminfo: memFree=1760592/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3340.91
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 332095 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3340.66
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 332072 1994 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126762108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3340.91
Current children cumulated vsize (KiB) 867552

[startup+3402.3 s]
/proc/loadavg: 2.01 2.08 2.06 3/90 15342
/proc/meminfo: memFree=1760592/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3400.88
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 338092 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3400.64
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 338070 1994 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126784016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3400.88
Current children cumulated vsize (KiB) 867552

[startup+3462.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/90 15342
/proc/meminfo: memFree=1760400/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3460.86
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 344090 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3460.61
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 344067 1994 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126808932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3460.86
Current children cumulated vsize (KiB) 867552

[startup+3522.31 s]
/proc/loadavg: 2.03 2.06 2.06 3/90 15342
/proc/meminfo: memFree=1760336/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3520.83
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 350087 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3520.59
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 350065 1994 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126786891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3520.83
Current children cumulated vsize (KiB) 867552

[startup+3582.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/90 15342
/proc/meminfo: memFree=1760336/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3580.8
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 356084 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3580.57
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 356062 1995 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126805287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3580.8
Current children cumulated vsize (KiB) 867552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.51 s]
/proc/loadavg: 2.09 2.06 2.05 3/90 15342
/proc/meminfo: memFree=1760336/2055920 swapFree=4192812/4192956
[pid=15286] ppid=15284 vsize=867552 CPUtime=3600
/proc/15286/stat : 15286 (java) S 15284 15286 15249 0 -1 0 10614 0 1 0 358004 1996 0 0 18 0 9 0 39806752 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15286/statm: 216888 9777 2634 9 0 211394 0
[pid=15286/tid=15287] ppid=15284 vsize=867552 CPUtime=3599.77
/proc/15286/task/15287/stat : 15287 (java) R 15284 15286 15249 0 -1 64 8403 0 1 0 357982 1995 0 0 25 0 9 0 39806753 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4126764493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15289] ppid=15284 vsize=867552 CPUtime=0.03
/proc/15286/task/15289/stat : 15289 (java) S 15284 15286 15249 0 -1 64 1124 0 0 0 3 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15290] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15290/stat : 15290 (java) S 15284 15286 15249 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15291] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15291/stat : 15291 (java) S 15284 15286 15249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39806755 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15292] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15292/stat : 15292 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15293] ppid=15284 vsize=867552 CPUtime=0.18
/proc/15286/task/15293/stat : 15293 (java) S 15284 15286 15249 0 -1 64 392 0 0 0 18 0 0 0 17 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15286/tid=15294] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15294/stat : 15294 (java) S 15284 15286 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15286/tid=15295] ppid=15284 vsize=867552 CPUtime=0
/proc/15286/task/15295/stat : 15295 (java) S 15284 15286 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39806757 888373248 9777 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 867552

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): 3601.53
CPU time (s): 3600.04
CPU user time (s): 3580.06
CPU system time (s): 19.973
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 867620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.06
system time used= 19.973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10637
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= 73774
involuntary context switches= 87909

runsolver used 4.6223 second user time and 11.7772 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 04:50:40
IDJOB=1110625
IDBENCH=61131
IDSOLVER=359
FILE ID=node13/1110625-1215831040
PBS_JOBID= 7903379
Free space on /tmp= 66492 MiB

SOLVER NAME= AbsconMax 112 pc-w
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-wdeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110625-1215831040/watcher-1110625-1215831040 -o /tmp/evaluation-result-1110625-1215831040/solver-1110625-1215831040 -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-wdeg.xml 1 XSax HOME/instance-1110625-1215831040.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4676b00addf2eae14c934b660f81e915
RANDOM SEED=1931572840

node13.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.234
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.234
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:       1602984 kB
Buffers:         23944 kB
Cached:         123888 kB
SwapCached:          0 kB
Active:         275464 kB
Inactive:       118144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:         197008 kB
Slab:            44028 kB
Committed_AS:   284564 kB
PageTables:       2328 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= 66524 MiB
End job on node13 at 2008-07-12 05:50:44