Trace number 276697

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, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCMSAT (TO) 2400.16 2403.25

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints134
Best CPU time to get the best result obtained on this benchmark142.922
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=epfc.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/276697-1169244560/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.50	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.50	       =>  wckTime=0.104  cpuTime=0.08  mem=6M887
0.50	   
0.50	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.70	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.70	       =>  wckTime=0.312  cpuTime=0.25  mem=15M729
0.75	   
0.75	   solver LocalSearchSolver being built... 
0.79	       =>  wckTime=0.402  cpuTime=0.29  mem=5M927
0.80	
0.80	s SATISFIABLE
0.80	o 68
0.80	c 67
0.81	o 71
0.81	c 64
0.81	o 73
0.81	c 62
0.81	o 76
0.81	c 59
0.81	o 80
0.81	c 55
0.81	o 82
0.81	c 53
0.81	o 85
0.81	c 50
0.81	o 88
0.81	c 47
0.81	o 90
0.81	c 45
0.81	o 93
0.81	c 42
0.81	o 95
0.81	c 40
0.81	o 97
0.81	c 38
0.81	o 98
0.81	c 37
0.81	o 100
0.82	c 35
0.82	o 101
0.82	c 34
0.82	o 104
0.82	c 31
0.82	o 106
0.82	c 29
0.82	o 107
0.82	c 28
0.82	o 108
0.82	c 27
0.82	o 110
0.82	c 25
0.82	o 111
0.82	c 24
0.83	o 112
0.83	c 23
0.83	o 114
0.83	c 21
0.84	o 115
0.84	c 20
0.84	o 116
0.84	c 19
0.84	o 117
0.84	c 18
0.84	o 118
0.84	c 17
0.85	o 120
0.85	c 15
0.85	o 122
0.85	c 13
0.85	o 123
0.85	c 12
0.85	o 124
0.85	c 11
0.85	o 126
0.85	c 9
0.87	o 128
0.87	c 7
0.87	o 129
0.87	c 6
1.00	o 130
1.00	c 5
1.01	o 131
1.01	c 4
4.50	   
4.50	   search
4.50	     run=0  nbConstraintChecks=25764594  nbAssignments=10000
4.50	       =>  wckTime=3.711  cpuTime=3.65  mem=5M927
8.15	   
8.15	   search
8.15	     run=1  nbConstraintChecks=52086745  nbAssignments=20000
8.15	       =>  wckTime=7.354  cpuTime=7.25  mem=5M927
10.95	o 132
10.95	c 3
11.17	o 133
11.17	c 2
11.48	   
11.48	   search
11.48	     run=2  nbConstraintChecks=75907404  nbAssignments=30000
11.48	       =>  wckTime=10.689  cpuTime=10.56  mem=5M927
15.00	   
15.00	   search
15.00	     run=3  nbConstraintChecks=101317790  nbAssignments=40000
15.00	       =>  wckTime=14.206  cpuTime=14.04  mem=5M927
18.44	   
18.44	   search
18.44	     run=4  nbConstraintChecks=125778853  nbAssignments=50000
18.44	       =>  wckTime=17.646  cpuTime=17.46  mem=5M927
22.06	   
22.06	   search
22.06	     run=5  nbConstraintChecks=151844571  nbAssignments=60000
22.06	       =>  wckTime=21.27  cpuTime=21.04  mem=5M927
25.50	   
25.50	   search
25.50	     run=6  nbConstraintChecks=176485196  nbAssignments=70000
25.50	       =>  wckTime=24.706  cpuTime=24.45  mem=5M927
29.36	   
29.36	   search
29.36	     run=7  nbConstraintChecks=204845797  nbAssignments=80000
29.36	       =>  wckTime=28.568  cpuTime=28.28  mem=5M927
32.88	   
32.88	   search
32.88	     run=8  nbConstraintChecks=230373912  nbAssignments=90000
32.88	       =>  wckTime=32.093  cpuTime=31.76  mem=5M927
36.59	   
36.59	   search
36.59	     run=9  nbConstraintChecks=257308086  nbAssignments=100000
36.59	       =>  wckTime=35.798  cpuTime=35.43  mem=5M927
40.09	   
40.09	   search
40.09	     run=10  nbConstraintChecks=282357832  nbAssignments=110000
40.09	       =>  wckTime=39.298  cpuTime=38.9  mem=5M927
41.47	   
41.47	   search
41.47	     run=11  nbConstraintChecks=292372392  nbAssignments=113697
41.47	       =>  wckTime=40.676  cpuTime=40.27  mem=5M927
41.47	   
41.47	   global
41.47	     nbConstraintChecks=292372392  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.47	     solvingWckTime=40.671  solvingCpuTime=40.28  expiredTime=no  totalExploration=no  nbFoundSolutions=0
41.47	     globalCpuTime=40.62
41.47	       =>  wckTime=41.079  cpuTime=40.57  mem=5M927
41.47	   
41.47	   solver IterativeSystematicSolver being built... 
41.60	       =>  wckTime=41.207  cpuTime=40.67  mem=16M900
41.69	   
41.69	   preprocessing
41.69	     nbConstraintChecks=121625  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
41.69	     detectedInconsistency=no
41.69	       =>  wckTime=0.095  cpuTime=0.07  mem=16M900
41.92	   
41.92	   search
41.92	     run=0  nbConstraintChecks=844821  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=159
41.92	     nbFailedAssignments=139  nbBacktracks=10  nbVisitedNodes=309  nbRestartNogoods=0
41.92	       =>  wckTime=0.315  cpuTime=0.27  mem=16M900
42.33	   
42.33	   search
42.33	     run=1  nbConstraintChecks=2608978  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=429
42.33	     nbFailedAssignments=386  nbBacktracks=25  nbVisitedNodes=841  nbRestartNogoods=24
42.33	       =>  wckTime=0.736  cpuTime=0.68  mem=16M900
42.48	   
42.48	   search
42.48	     run=2  nbConstraintChecks=3138990  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=539
42.48	     nbFailedAssignments=463  nbBacktracks=47  nbVisitedNodes=1050  nbRestartNogoods=72
42.48	       =>  wckTime=0.885  cpuTime=0.83  mem=16M900
42.95	   
42.95	   search
42.95	     run=3  nbConstraintChecks=5129044  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=850
42.95	     nbFailedAssignments=729  nbBacktracks=80  nbVisitedNodes=1660  nbRestartNogoods=83
42.95	       =>  wckTime=1.348  cpuTime=1.28  mem=16M900
43.84	   
43.84	   search
43.84	     run=4  nbConstraintChecks=8986644  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1500
43.84	     nbFailedAssignments=1320  nbBacktracks=130  nbVisitedNodes=2951  nbRestartNogoods=114
43.84	       =>  wckTime=2.245  cpuTime=2.16  mem=16M900
44.26	   
44.26	   search
44.26	     run=5  nbConstraintChecks=10425477  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1768
44.26	     nbFailedAssignments=1509  nbBacktracks=205  nbVisitedNodes=3475  nbRestartNogoods=176
44.26	       =>  wckTime=2.666  cpuTime=2.56  mem=16M900
45.75	   
45.75	   search
45.75	     run=6  nbConstraintChecks=17210725  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3151
45.75	     nbFailedAssignments=2769  nbBacktracks=318  nbVisitedNodes=6231  nbRestartNogoods=232
45.75	       =>  wckTime=4.15  cpuTime=4.03  mem=16M900
47.55	   
47.55	   search
47.55	     run=7  nbConstraintChecks=26403558  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4694
47.55	     nbFailedAssignments=4129  nbBacktracks=488  nbVisitedNodes=9304  nbRestartNogoods=279
47.55	       =>  wckTime=5.95  cpuTime=5.82  mem=16M900
51.41	   
51.41	   search
51.41	     run=8  nbConstraintChecks=48012519  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8428
51.41	     nbFailedAssignments=7597  nbBacktracks=744  nbVisitedNodes=16760  nbRestartNogoods=363
51.41	       =>  wckTime=9.814  cpuTime=9.68  mem=16M900
54.73	   
54.73	   search
54.73	     run=9  nbConstraintChecks=62763710  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11150
54.73	     nbFailedAssignments=9924  nbBacktracks=1128  nbVisitedNodes=22160  nbRestartNogoods=428
54.73	       =>  wckTime=13.13  cpuTime=12.98  mem=16M900
62.33	   
62.33	   search
62.33	     run=10  nbConstraintChecks=105773326  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18874
62.33	     nbFailedAssignments=17061  nbBacktracks=1704  nbVisitedNodes=37593  nbRestartNogoods=524
62.33	       =>  wckTime=20.728  cpuTime=20.56  mem=16M900
72.49	   
72.49	   search
72.49	     run=11  nbConstraintChecks=155420882  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28123
72.49	     nbFailedAssignments=25435  nbBacktracks=2568  nbVisitedNodes=56079  nbRestartNogoods=567
72.49	       =>  wckTime=30.895  cpuTime=30.72  mem=16M900
86.85	   
86.85	   search
86.85	     run=12  nbConstraintChecks=226869760  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40743
86.85	     nbFailedAssignments=36750  nbBacktracks=3865  nbVisitedNodes=81281  nbRestartNogoods=607
86.85	       =>  wckTime=45.256  cpuTime=45.08  mem=16M900
106.65	   
106.66	   search
106.66	     run=13  nbConstraintChecks=311738340  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=56130
106.66	     nbFailedAssignments=50183  nbBacktracks=5811  nbVisitedNodes=111942  nbRestartNogoods=630
106.66	       =>  wckTime=65.057  cpuTime=64.84  mem=16M900
129.30	   
129.30	   search
129.30	     run=14  nbConstraintChecks=403222617  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=71336
129.30	     nbFailedAssignments=62464  nbBacktracks=8730  nbVisitedNodes=142153  nbRestartNogoods=664
129.30	       =>  wckTime=87.706  cpuTime=87.48  mem=16M900
157.16	   
157.16	   search
157.16	     run=15  nbConstraintChecks=511715079  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=87677
157.16	     nbFailedAssignments=74422  nbBacktracks=13108  nbVisitedNodes=174146  nbRestartNogoods=694
157.16	       =>  wckTime=115.565  cpuTime=115.3  mem=16M900
190.43	   
190.43	   search
190.43	     run=16  nbConstraintChecks=641431401  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109235
190.43	     nbFailedAssignments=89402  nbBacktracks=19676  nbVisitedNodes=216005  nbRestartNogoods=705
190.43	       =>  wckTime=148.834  cpuTime=148.53  mem=16M900
239.38	   
239.38	   search
239.38	     run=17  nbConstraintChecks=829737527  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=138678
239.38	     nbFailedAssignments=108990  nbBacktracks=29529  nbVisitedNodes=272796  nbRestartNogoods=729
239.38	       =>  wckTime=197.779  cpuTime=197.43  mem=16M900
303.69	   
303.69	   search
303.69	     run=18  nbConstraintChecks=1066428863  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=178106
303.69	     nbFailedAssignments=133627  nbBacktracks=44309  nbVisitedNodes=348520  nbRestartNogoods=737
303.69	       =>  wckTime=262.093  cpuTime=261.68  mem=16M900
406.36	   
406.36	   search
406.36	     run=19  nbConstraintChecks=1453712259  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=238437
406.36	     nbFailedAssignments=171784  nbBacktracks=66477  nbVisitedNodes=464709  nbRestartNogoods=766
406.36	       =>  wckTime=364.761  cpuTime=364.24  mem=16M900
548.88	   
548.88	   search
548.88	     run=20  nbConstraintChecks=1943778702  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=318874
548.88	     nbFailedAssignments=218964  nbBacktracks=99729  nbVisitedNodes=615733  nbRestartNogoods=825
548.88	       =>  wckTime=507.278  cpuTime=506.6  mem=16M900
775.82	   
775.82	   search
775.82	     run=21  nbConstraintChecks=2756892321  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=446767
775.82	     nbFailedAssignments=296973  nbBacktracks=149608  nbVisitedNodes=861025  nbRestartNogoods=857
775.82	       =>  wckTime=734.225  cpuTime=733.3  mem=16M900
1110.51	   
1110.51	   search
1110.51	     run=22  nbConstraintChecks=3946675004  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=640437
1110.51	     nbFailedAssignments=415821  nbBacktracks=224427  nbVisitedNodes=1228453  nbRestartNogoods=885
1110.51	       =>  wckTime=1068.911  cpuTime=1067.64  mem=16M900
1612.97	   
1612.97	   search
1612.97	     run=23  nbConstraintChecks=5833740084  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=937040
1612.97	     nbFailedAssignments=600185  nbBacktracks=336654  nbVisitedNodes=1798995  nbRestartNogoods=896
1612.97	       =>  wckTime=1571.372  cpuTime=1569.58  mem=16M900
2310.73	   
2310.73	   search
2310.73	     run=24  nbConstraintChecks=8298861383  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1354055
2310.73	     nbFailedAssignments=848849  nbBacktracks=504995  nbVisitedNodes=2582302  nbRestartNogoods=924
2310.73	       =>  wckTime=2269.132  cpuTime=2266.59  mem=16M900
2403.09	v 33 11 37 29 2 8 25 19 8 1 35 5 22 4 33 20 30 35 11 23 33 33 32 21 37 9 3 4 0 37 1 1 39 29 28 10 24 14 8 29 

Verifier Data (download as text)

2 unsatisfied constraints, 133 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-276697-1169244560 -o ROOT/results/node38/solver-276697-1169244560 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276697-1169244560/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.00 2/81 17361
/proc/meminfo: memFree=1431112/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=18540 CPUtime=0
/proc/17360/stat : 17360 (runsolver) R 17358 17360 16520 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 272855634 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17360/statm: 4635 279 244 17 0 2626 0

[startup+0.102395 s]
/proc/loadavg: 2.00 2.00 2.00 2/81 17361
/proc/meminfo: memFree=1431112/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=905992 CPUtime=0.02
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 1868 0 1 0 1 1 0 0 17 0 1 0 272855634 927735808 1617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155581243 0 4 0 7368 0 0 0 17 1 0 0
/proc/17360/statm: 226498 1617 950 14 0 214081 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 905992

[startup+0.514472 s]
/proc/loadavg: 2.00 2.00 2.00 2/81 17361
/proc/meminfo: memFree=1431112/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915332 CPUtime=0.41
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 6170 0 1 0 37 4 0 0 18 0 8 0 272855634 937299968 5909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228833 5909 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915332

[startup+1.33963 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17368
/proc/meminfo: memFree=1405840/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=1.23
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 8973 0 1 0 111 12 0 0 24 0 8 0 272855634 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073680856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228861 8711 2479 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.12
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915444

[startup+2.97695 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17368
/proc/meminfo: memFree=1405840/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2.86
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 8974 0 1 0 253 33 0 0 25 0 8 0 272855634 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073679137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228861 8711 2479 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.12
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915444

[startup+6.27459 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17368
/proc/meminfo: memFree=1405776/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=6.12
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 8976 0 1 0 545 67 0 0 25 0 8 0 272855634 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073679092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228861 8713 2479 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.13
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 336 0 0 0 13 0 0 0 16 0 8 0 272855649 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915444

[startup+12.7489 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17368
/proc/meminfo: memFree=1405784/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=12.53
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 8977 0 1 0 1110 143 0 0 25 0 8 0 272855634 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073678091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228861 8714 2479 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.13
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 337 0 0 0 13 0 0 0 17 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915444

[startup+25.6024 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 17368
/proc/meminfo: memFree=1405848/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=25.27
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 8977 0 1 0 2241 286 0 0 25 0 8 0 272855634 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073684130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17360/statm: 228861 8714 2479 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.13
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 337 0 0 0 13 0 0 0 17 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915444

[startup+51.2064 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406752/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=50.68
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9149 0 1 0 4608 460 0 0 25 0 8 0 272855634 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858021 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8881 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.23
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 272855649 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915444

[startup+102.407 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406440/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=101.8
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9168 0 1 0 9720 460 0 0 25 0 8 0 272855634 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789641 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8898 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.23
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 272855649 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 272855649 937414656 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 915444

[startup+162.441 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406376/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=161.78
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9175 0 1 0 15717 461 0 0 25 0 8 0 272855634 937414656 8905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073857794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2021.12
Current children cumulated vsize (KiB) 915444

[startup+2083.75 s]
/proc/loadavg: 2.01 2.01 2.00 4/87 17430
/proc/meminfo: memFree=1405992/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2081.08
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9200 0 1 0 207644 464 0 0 25 0 8 0 272855634 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8927 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2081.08
Current children cumulated vsize (KiB) 915444

[startup+2143.79 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2141.06
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9200 0 1 0 213642 464 0 0 25 0 8 0 272855634 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8927 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2141.06
Current children cumulated vsize (KiB) 915444

[startup+2203.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2201.04
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9200 0 1 0 219640 464 0 0 25 0 8 0 272855634 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800162 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8927 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2201.04
Current children cumulated vsize (KiB) 915444

[startup+2263.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2261.01
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9200 0 1 0 225637 464 0 0 25 0 8 0 272855634 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796445 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8927 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8927 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2261.01
Current children cumulated vsize (KiB) 915444

[startup+2323.91 s]
/proc/loadavg: 2.11 2.03 2.01 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2320.99
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9203 0 1 0 231635 464 0 0 25 0 8 0 272855634 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796431 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8930 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2320.99
Current children cumulated vsize (KiB) 915444

[startup+2383.96 s]
/proc/loadavg: 2.11 2.04 2.00 3/87 17430
/proc/meminfo: memFree=1405864/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2380.99
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9203 0 1 0 237635 464 0 0 25 0 8 0 272855634 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073678088 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8930 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2380.99
Current children cumulated vsize (KiB) 915444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.08 s]
/proc/loadavg: 2.08 2.03 2.00 3/87 17430
/proc/meminfo: memFree=1405864/2055920 swapFree=4192812/4192956
[pid=17360] ppid=17358 vsize=915444 CPUtime=2400.08
/proc/17360/stat : 17360 (java) R 17358 17360 16520 0 -1 0 9203 0 1 0 239544 464 0 0 25 0 8 0 272855634 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17360/statm: 228861 8930 2533 14 0 215331 0
[pid=17360/tid=17362] ppid=17358 vsize=915444 CPUtime=0.03
/proc/17360/task/17362/stat : 17362 (java) S 17358 17360 16520 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272855645 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17363] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17363/stat : 17363 (java) S 17358 17360 16520 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17364] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17364/stat : 17364 (java) S 17358 17360 16520 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272855646 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17365] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17365/stat : 17365 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17366] ppid=17358 vsize=915444 CPUtime=0.24
/proc/17360/task/17366/stat : 17366 (java) S 17358 17360 16520 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17360/tid=17367] ppid=17358 vsize=915444 CPUtime=0
/proc/17360/task/17367/stat : 17367 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17360/tid=17368] ppid=17358 vsize=915444 CPUtime=0.02
/proc/17360/task/17368/stat : 17368 (java) S 17358 17360 16520 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 272855649 937414656 8930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915444

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

Child status: 143
Real time (s): 2403.25
CPU time (s): 2400.16
CPU user time (s): 2395.51
CPU system time (s): 4.65329
CPU usage (%): 99.8716
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.51
system time used= 4.65329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9224
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= 49728
involuntary context switches= 15584

runsolver used 3.18651 s user time and 6.77097 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Fri Jan 19 22:09:20 UTC 2007


IDJOB= 276697
IDBENCH= 5961
IDSOLVER= 68
FILE ID= node38/276697-1169244560

PBS_JOBID= 3589316

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276697-1169244560/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-276697-1169244560 -o ROOT/results/node38/solver-276697-1169244560 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276697-1169244560/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 518289836

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.267
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.267
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:       1431592 kB
Buffers:         45588 kB
Cached:         455368 kB
SwapCached:          0 kB
Active:         185812 kB
Inactive:       363648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          66276 kB
Slab:            60068 kB
Committed_AS:  5206696 kB
PageTables:       1992 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= 66561 MiB



End job on node38 on Fri Jan 19 22:49:23 UTC 2007