Trace number 280388

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 PFCOPTIMUM 242.092 244.294

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-7_ext.xml
MD5SUM522d1bb9bf2d247cbf6772653097fee9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark242.092
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280388-1169305535/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.72	     nbConstraints=5  nbRelationTypes=5  nbExtensionStructures=5  nbSharedExtensionStructures=0
0.72	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4  maxArity=10
0.72	       =>  wckTime=0.413  cpuTime=0.37  mem=37M869
0.79	   
0.79	   solver LocalSearchSolver being built... 
0.82	       =>  wckTime=0.519  cpuTime=0.41  mem=10M982
0.83	
0.83	s SATISFIABLE
0.83	o 0
0.83	c 5
2.98	o 1
2.98	c 4
3.54	o 2
3.54	c 3
5.73	   
5.73	   search
5.73	     run=0  nbConstraintChecks=4235711  nbAssignments=10000
5.73	       =>  wckTime=4.907  cpuTime=4.89  mem=10M982
10.52	   
10.52	   search
10.52	     run=1  nbConstraintChecks=8404914  nbAssignments=20000
10.52	       =>  wckTime=9.693  cpuTime=9.64  mem=10M982
15.71	   
15.71	   search
15.71	     run=2  nbConstraintChecks=12659635  nbAssignments=30000
15.71	       =>  wckTime=14.883  cpuTime=14.8  mem=10M982
20.94	   
20.94	   search
20.94	     run=3  nbConstraintChecks=16913051  nbAssignments=40000
20.94	       =>  wckTime=20.114  cpuTime=19.97  mem=10M982
26.17	   
26.17	   search
26.17	     run=4  nbConstraintChecks=21167430  nbAssignments=50000
26.17	       =>  wckTime=25.351  cpuTime=25.16  mem=10M982
31.36	   
31.37	   search
31.37	     run=5  nbConstraintChecks=25421449  nbAssignments=60000
31.37	       =>  wckTime=30.542  cpuTime=30.31  mem=10M982
33.78	   
33.78	   search
33.78	     run=6  nbConstraintChecks=27400167  nbAssignments=64653
33.78	       =>  wckTime=32.956  cpuTime=32.71  mem=10M982
33.78	   
33.78	   global
33.78	     nbConstraintChecks=27400167  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.78	     solvingWckTime=32.954  solvingCpuTime=32.72  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.78	     globalCpuTime=33.18
33.78	       =>  wckTime=33.475  cpuTime=33.13  mem=10M982
33.78	   
33.78	   solver IterativeSystematicSolver being built... 
33.92	       =>  wckTime=33.617  cpuTime=33.23  mem=21M779
33.93	   
33.93	   preprocessing
33.93	     nbConstraintChecks=176  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.93	     nbRemovedValues=0  detectedInconsistency=no
33.93	       =>  wckTime=0.0080  cpuTime=0.0  mem=21M779
34.18	   
34.18	   search
34.18	     run=0  nbConstraintChecks=203187  nbValidityChecks=208919  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.18	     nbAssignments=16  nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=20  nbRestartNogoods=0
34.18	       =>  wckTime=0.259  cpuTime=0.24  mem=22M735
34.35	   
34.35	   search
34.35	     run=1  nbConstraintChecks=338686  nbValidityChecks=352838  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.35	     nbAssignments=45  nbFailedAssignments=9  nbBacktracks=25  nbVisitedNodes=57  nbRestartNogoods=2
34.35	       =>  wckTime=0.425  cpuTime=0.39  mem=22M735
34.47	   
34.47	   search
34.47	     run=2  nbConstraintChecks=438179  nbValidityChecks=464686  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.47	     nbAssignments=81  nbFailedAssignments=17  nbBacktracks=47  nbVisitedNodes=102  nbRestartNogoods=6
34.47	       =>  wckTime=0.548  cpuTime=0.51  mem=22M735
35.09	   
35.09	   search
35.09	     run=3  nbConstraintChecks=982089  nbValidityChecks=1061527  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.09	     nbAssignments=188  nbFailedAssignments=84  nbBacktracks=82  nbVisitedNodes=291  nbRestartNogoods=13
35.09	       =>  wckTime=1.163  cpuTime=1.11  mem=22M735
35.33	   
35.33	   search
35.33	     run=4  nbConstraintChecks=1152476  nbValidityChecks=1293744  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.33	     nbAssignments=312  nbFailedAssignments=150  nbBacktracks=132  nbVisitedNodes=493  nbRestartNogoods=18
35.33	       =>  wckTime=1.404  cpuTime=1.35  mem=22M735
35.70	   
35.70	   search
35.70	     run=5  nbConstraintChecks=1458489  nbValidityChecks=1658399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.70	     nbAssignments=448  nbFailedAssignments=205  nbBacktracks=207  nbVisitedNodes=708  nbRestartNogoods=32
35.70	       =>  wckTime=1.775  cpuTime=1.71  mem=22M735
37.36	   
37.36	   search
37.36	     run=6  nbConstraintChecks=2877735  nbValidityChecks=3194692  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.36	     nbAssignments=706  nbFailedAssignments=344  nbBacktracks=320  nbVisitedNodes=1153  nbRestartNogoods=40
37.36	       =>  wckTime=3.434  cpuTime=3.34  mem=22M735
39.05	   
39.05	   search
39.05	     run=7  nbConstraintChecks=4379657  nbValidityChecks=4837314  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.05	     nbAssignments=1040  nbFailedAssignments=501  nbBacktracks=491  nbVisitedNodes=1698  nbRestartNogoods=53
39.05	       =>  wckTime=5.13  cpuTime=5.02  mem=22M735
41.44	   
41.44	   search
41.44	     run=8  nbConstraintChecks=6429954  nbValidityChecks=7132570  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.44	     nbAssignments=1602  nbFailedAssignments=800  nbBacktracks=747  nbVisitedNodes=2645  nbRestartNogoods=66
41.44	       =>  wckTime=7.519  cpuTime=7.37  mem=22M735
45.64	   
45.64	   search
45.64	     run=9  nbConstraintChecks=10101119  nbValidityChecks=11074207  nbPropagations=0  nbRevisions=0
45.64	     nbUselessRevisions=0  nbAssignments=2279  nbFailedAssignments=1087  nbBacktracks=1132  nbVisitedNodes=3667
45.64	     nbRestartNogoods=77
45.64	       =>  wckTime=11.718  cpuTime=11.52  mem=22M735
48.85	o 3
48.85	c 2
49.15	   
49.15	   search
49.15	     run=10  nbConstraintChecks=13144873  nbValidityChecks=14579930  nbPropagations=0  nbRevisions=0
49.15	     nbUselessRevisions=0  nbAssignments=3333  nbFailedAssignments=1560  nbBacktracks=1708  nbVisitedNodes=5335
49.15	     nbRestartNogoods=85
49.15	       =>  wckTime=15.23  cpuTime=15.0  mem=22M735
53.83	   
53.83	   search
53.83	     run=11  nbConstraintChecks=16936641  nbValidityChecks=19377237  nbPropagations=0  nbRevisions=0
53.83	     nbUselessRevisions=0  nbAssignments=5126  nbFailedAssignments=2486  nbBacktracks=2572  nbVisitedNodes=8260
53.83	     nbRestartNogoods=91
53.83	       =>  wckTime=19.91  cpuTime=19.63  mem=22M735
60.65	   
60.65	   search
60.65	     run=12  nbConstraintChecks=22698315  nbValidityChecks=26571198  nbPropagations=0  nbRevisions=0
60.65	     nbUselessRevisions=0  nbAssignments=7725  nbFailedAssignments=3782  nbBacktracks=3869  nbVisitedNodes=12413
60.65	     nbRestartNogoods=101
60.65	       =>  wckTime=26.729  cpuTime=26.39  mem=22M735
70.85	   
70.85	   search
70.85	     run=13  nbConstraintChecks=30926986  nbValidityChecks=37068838  nbPropagations=0  nbRevisions=0
70.85	     nbUselessRevisions=0  nbAssignments=11796  nbFailedAssignments=5902  nbBacktracks=5816  nbVisitedNodes=19107
70.85	     nbRestartNogoods=125
70.85	       =>  wckTime=36.922  cpuTime=36.49  mem=22M735
87.26	   
87.26	   search
87.26	     run=14  nbConstraintChecks=44073045  nbValidityChecks=53615267  nbPropagations=0  nbRevisions=0
87.26	     nbUselessRevisions=0  nbAssignments=17833  nbFailedAssignments=9016  nbBacktracks=8735  nbVisitedNodes=28907
87.26	     nbRestartNogoods=132
87.26	       =>  wckTime=53.332  cpuTime=52.75  mem=22M735
113.01	   
113.01	   search
113.01	     run=15  nbConstraintChecks=65362404  nbValidityChecks=80652264  nbPropagations=0  nbRevisions=0
113.01	     nbUselessRevisions=0  nbAssignments=27810  nbFailedAssignments=14612  nbBacktracks=13113  nbVisitedNodes=45754
113.01	     nbRestartNogoods=162
113.01	       =>  wckTime=79.084  cpuTime=78.27  mem=22M735
148.31	   
148.31	   search
148.31	     run=16  nbConstraintChecks=94536397  nbValidityChecks=117977578  nbPropagations=0  nbRevisions=0
148.31	     nbUselessRevisions=0  nbAssignments=42145  nbFailedAssignments=22375  nbBacktracks=19682  nbVisitedNodes=69669
148.31	     nbRestartNogoods=170
148.31	       =>  wckTime=114.386  cpuTime=113.25  mem=22M735
190.75	   
190.75	   search
190.75	     run=17  nbConstraintChecks=128250709  nbValidityChecks=163440582  nbPropagations=0  nbRevisions=0
190.75	     nbUselessRevisions=0  nbAssignments=62906  nbFailedAssignments=33277  nbBacktracks=29535  nbVisitedNodes=104054
190.75	     nbRestartNogoods=180
190.75	       =>  wckTime=156.824  cpuTime=155.29  mem=22M735
244.25	   
244.25	   search
244.25	     run=18  nbConstraintChecks=170793649  nbValidityChecks=221539561  nbPropagations=0  nbRevisions=0
244.25	     nbUselessRevisions=0  nbAssignments=90398  nbFailedAssignments=47747  nbBacktracks=42558  nbVisitedNodes=149517
244.25	     nbRestartNogoods=188
244.25	       =>  wckTime=210.326  cpuTime=208.31  mem=22M735
244.25	   
244.25	   global
244.25	     nbConstraintChecks=170793825  nbValidityChecks=221540061  nbRestartNogoods=188  solvingWckTime=210.327
244.25	     solvingCpuTime=208.31  expiredTime=no  totalExploration=yes  nbFoundSolutions=1  globalCpuTime=241.59
244.25	       =>  wckTime=243.945  cpuTime=241.54  mem=22M735
244.25	
244.25	s OPTIMUM FOUND
244.25	v 0 8 8 6 1 0 6 7 0 3 9 0 9 4 4 0 1 3 0 0 
244.25	   
244.25	   totalWckTime=244.021  totalCpuTime=241.59

Verifier Data (download as text)

2 unsatisfied constraints, 3 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/node71/watcher-280388-1169305535 -o ROOT/results/node71/solver-280388-1169305535 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280388-1169305535/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: 0.92 0.99 0.99 4/68 376
/proc/meminfo: memFree=1281024/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=64 CPUtime=0
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 17 0 0 0 0 0 0 0 19 0 1 0 78050611 65536 1 18446744073709551615 0 0 4294957038 18446744073709551615 231962373415 0 0 4096 0 0 0 0 17 1 0 0
/proc/375/statm: 41 3 0 0 0 1 0

[startup+0.106747 s]
/proc/loadavg: 0.92 0.99 0.99 4/68 376
/proc/meminfo: memFree=1281024/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=914988 CPUtime=0.09
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 2996 0 1 0 7 2 0 0 17 0 8 0 78050611 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514806 s]
/proc/loadavg: 0.92 0.99 0.99 4/68 376
/proc/meminfo: memFree=1281024/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=0.49
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 8183 0 1 0 43 6 0 0 17 0 8 0 78050611 937299968 7922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073542883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 7922 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33691 s]
/proc/loadavg: 0.92 0.99 0.99 2/75 403
/proc/meminfo: memFree=1233096/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=1.31
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15664 0 1 0 119 12 0 0 17 0 8 0 78050611 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073636237 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/375/statm: 228833 15402 2477 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.08
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 318 0 0 0 8 0 0 0 16 0 8 0 78050619 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915332

[startup+2.98914 s]
/proc/loadavg: 0.92 0.99 0.99 2/75 403
/proc/meminfo: memFree=1233096/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915336 CPUtime=2.95
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15668 0 1 0 271 24 0 0 18 0 8 0 78050611 937304064 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/375/statm: 228833 15405 2477 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.09
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 321 0 0 0 9 0 0 0 16 0 8 0 78050619 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915336

[startup+6.26959 s]
/proc/loadavg: 1.01 1.01 1.00 3/79 429
/proc/meminfo: memFree=1217448/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=6.23
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15672 0 1 0 572 51 0 0 25 0 8 0 78050611 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631063 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/375/statm: 228833 15409 2477 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915336 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78050615 937304064 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.09
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915332

[startup+12.7565 s]
/proc/loadavg: 1.09 1.02 1.01 3/87 496
/proc/meminfo: memFree=1176688/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=12.68
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15672 0 1 0 1165 103 0 0 25 0 8 0 78050611 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15409 2477 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.09
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915332

[startup+25.5922 s]
/proc/loadavg: 1.29 1.07 1.02 3/87 496
/proc/meminfo: memFree=1176768/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=25.4
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15672 0 1 0 2339 201 0 0 25 0 8 0 78050611 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15409 2477 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.09
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 915332

[startup+51.2108 s]
/proc/loadavg: 1.59 1.16 1.05 3/87 496
/proc/meminfo: memFree=1176320/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=50.79
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15840 0 1 0 4808 271 0 0 25 0 8 0 78050611 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15567 2530 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.21
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 78050619 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 915332

[startup+102.445 s]
/proc/loadavg: 1.82 1.29 1.10 3/87 496
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=101.56
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15842 0 1 0 9884 272 0 0 25 0 8 0 78050611 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15568 2530 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.21
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 915332

[startup+162.525 s]
/proc/loadavg: 2.02 1.44 1.16 3/87 496
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=161.09
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15843 0 1 0 15837 272 0 0 25 0 8 0 78050611 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749925 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15568 2530 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.21
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 915332

[startup+222.61 s]
/proc/loadavg: 2.01 1.54 1.21 3/87 496
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=375] ppid=373 vsize=915332 CPUtime=220.62
/proc/375/stat : 375 (java) R 373 375 32410 0 -1 0 15843 0 1 0 21790 272 0 0 25 0 8 0 78050611 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780596 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/375/statm: 228833 15568 2530 14 0 215303 0
[pid=375/tid=382] ppid=373 vsize=915332 CPUtime=0.05
/proc/375/task/382/stat : 382 (java) S 373 375 32410 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 78050615 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=384] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/384/stat : 384 (java) S 373 375 32410 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=385] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/385/stat : 385 (java) S 373 375 32410 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78050616 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=395] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/395/stat : 395 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=396] ppid=373 vsize=915332 CPUtime=0.21
/proc/375/task/396/stat : 396 (java) S 373 375 32410 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=375/tid=397] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/397/stat : 397 (java) S 373 375 32410 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=375/tid=398] ppid=373 vsize=915332 CPUtime=0
/proc/375/task/398/stat : 398 (java) S 373 375 32410 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78050619 937299968 15568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 915332

Child status: 0
Real time (s): 244.294
CPU time (s): 242.092
CPU user time (s): 239.359
CPU system time (s): 2.73358
CPU usage (%): 99.0986
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.359
system time used= 2.73358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15851
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= 5922
involuntary context switches= 6246

runsolver used 0.26296 s user time and 0.819875 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Jan 20 15:05:36 UTC 2007


IDJOB= 280388
IDBENCH= 11088
IDSOLVER= 69
FILE ID= node71/280388-1169305535

PBS_JOBID= 3610151

Free space on /tmp= 66558 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280388-1169305535/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-280388-1169305535 -o ROOT/results/node71/solver-280388-1169305535 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280388-1169305535/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  522d1bb9bf2d247cbf6772653097fee9

RANDOM SEED= 710807989

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.236
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.236
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:       1271096 kB
Buffers:         52348 kB
Cached:         625952 kB
SwapCached:          0 kB
Active:         147008 kB
Inactive:       561816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7028 kB
Writeback:           0 kB
Mapped:          42116 kB
Slab:            61460 kB
Committed_AS:  1030912 kB
PageTables:       1864 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= 66560 MiB



End job on node71 on Sat Jan 20 15:09:42 UTC 2007