Trace number 233939

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
Abscon 109 ESACUNSAT 393.733 394.283

DiagnosticValue
CHECKS17899684024
NODES747548

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-1.xml
MD5SUM4dd004eecb811c39e57feffe610d471a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051991
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size419
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/233939-1168329310/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=49  nbDomainTypes=49  minDomainSize=325  maxDomainSize=419
0.40	       =>  wckTime=0.106  cpuTime=0.09  mem=7M881
0.40	   
0.40	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
10.68	     nbConstraints=294  nbConvertedConstraints=294  nbConvertConstraintsChecks=39712309  nbExtensionStructures=294
10.68	     nbSharedExtensionStructures=0  nbConflictsStructures=294  nbSharedConflictsStructures=0
10.68	     nbSharedBinaryRepresentations=80472  maxDegree=12  maxArity=2
10.68	       =>  wckTime=10.387  cpuTime=10.29  mem=36M257
10.76	   
10.76	   solver IterativeSystematicSolver being built... 
10.92	       =>  wckTime=10.623  cpuTime=10.42  mem=26M743
10.99	   
10.99	   preprocessing
10.99	     nbConstraintChecks=1109653  nbPropagations=723  nbRevisions=1352  nbUselessRevisions=579  nbSingletonTests=57
10.99	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
10.99	       =>  wckTime=0.067  cpuTime=0.05  mem=26M743
11.77	   
11.77	   search
11.77	     run=0  nbConstraintChecks=28691883  nbPropagations=7301  nbRevisions=34713  nbUselessRevisions=15121
11.77	     nbAssignments=1254  nbFailedAssignments=1243  nbBacktracks=10  nbVisitedNodes=2508  nbRestartNogoods=0  mapSize=10
11.77	     nbInferences=0  nbTooLargeKeys=0
11.77	       =>  wckTime=0.851  cpuTime=0.81  mem=26M743
12.65	   
12.65	   search
12.65	     run=1  nbConstraintChecks=66493556  nbPropagations=22283  nbRevisions=111567  nbUselessRevisions=49195
12.65	     nbAssignments=2932  nbFailedAssignments=2905  nbBacktracks=25  nbVisitedNodes=5863  nbRestartNogoods=10  mapSize=25
12.65	     nbInferences=0  nbTooLargeKeys=0
12.65	       =>  wckTime=1.729  cpuTime=1.67  mem=26M743
13.68	   
13.68	   search
13.68	     run=2  nbConstraintChecks=112201675  nbPropagations=46231  nbRevisions=237563  nbUselessRevisions=104723
13.68	     nbAssignments=5011  nbFailedAssignments=4961  nbBacktracks=47  nbVisitedNodes=10020  nbRestartNogoods=25
13.68	     mapSize=47  nbInferences=0  nbTooLargeKeys=0
13.68	       =>  wckTime=2.765  cpuTime=2.7  mem=26M743
15.65	   
15.65	   search
15.65	     run=3  nbConstraintChecks=196054349  nbPropagations=90447  nbRevisions=467299  nbUselessRevisions=206706
15.65	     nbAssignments=8736  nbFailedAssignments=8652  nbBacktracks=80  nbVisitedNodes=17469  nbRestartNogoods=47
15.65	     mapSize=80  nbInferences=0  nbTooLargeKeys=0
15.65	       =>  wckTime=4.728  cpuTime=4.66  mem=26M743
17.90	   
17.90	   search
17.90	     run=4  nbConstraintChecks=294610320  nbPropagations=156972  nbRevisions=812806  nbUselessRevisions=362002
17.90	     nbAssignments=13197  nbFailedAssignments=13062  nbBacktracks=130  nbVisitedNodes=26390  nbRestartNogoods=80
17.90	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
17.90	       =>  wckTime=6.979  cpuTime=6.91  mem=27M703
20.85	   
20.85	   search
20.85	     run=5  nbConstraintChecks=425774696  nbPropagations=247825  nbRevisions=1310353  nbUselessRevisions=588184
20.85	     nbAssignments=19452  nbFailedAssignments=19241  nbBacktracks=205  nbVisitedNodes=38899  nbRestartNogoods=130
20.85	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
20.85	       =>  wckTime=9.926  cpuTime=9.85  mem=27M703
26.32	   
26.32	   search
26.32	     run=6  nbConstraintChecks=683015801  nbPropagations=407842  nbRevisions=2110747  nbUselessRevisions=952287
26.32	     nbAssignments=29224  nbFailedAssignments=28899  nbBacktracks=318  nbVisitedNodes=58442  nbRestartNogoods=205
26.32	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
26.32	       =>  wckTime=15.401  cpuTime=15.32  mem=27M703
29.32	   
29.32	   search
29.32	     run=7  nbConstraintChecks=838343126  nbPropagations=602901  nbRevisions=3082546  nbUselessRevisions=1395506
29.32	     nbAssignments=34946  nbFailedAssignments=34450  nbBacktracks=488  nbVisitedNodes=69884  nbRestartNogoods=318
29.32	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
29.32	       =>  wckTime=18.397  cpuTime=18.31  mem=27M703
34.21	   
34.21	   search
34.21	     run=8  nbConstraintChecks=1065564443  nbPropagations=858331  nbRevisions=4342608  nbUselessRevisions=1971892
34.21	     nbAssignments=44573  nbFailedAssignments=43781  nbBacktracks=744  nbVisitedNodes=89058  nbRestartNogoods=399
34.21	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
34.21	       =>  wckTime=23.29  cpuTime=23.2  mem=27M703
41.90	   
41.90	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=28M662)
43.43	   
43.43	   search
43.43	     run=9  nbConstraintChecks=1548978874  nbPropagations=1222996  nbRevisions=6088420  nbUselessRevisions=2771283
43.43	     nbAssignments=61492  nbFailedAssignments=60298  nbBacktracks=1128  nbVisitedNodes=122860  nbRestartNogoods=518
43.43	       =>  wckTime=32.509  cpuTime=32.39  mem=28M662
56.01	   
56.01	   search
56.01	     run=10  nbConstraintChecks=2129105893  nbPropagations=1769465  nbRevisions=8594603  nbUselessRevisions=3920302
56.01	     nbAssignments=86841  nbFailedAssignments=85070  nbBacktracks=1704  nbVisitedNodes=173553  nbRestartNogoods=561
56.01	       =>  wckTime=45.095  cpuTime=44.96  mem=28M662
74.93	   
74.93	   search
74.93	     run=11  nbConstraintChecks=2863919660  nbPropagations=2586602  nbRevisions=12333964  nbUselessRevisions=5633438
74.93	     nbAssignments=126871  nbFailedAssignments=124235  nbBacktracks=2568  nbVisitedNodes=253607  nbRestartNogoods=613
74.93	       =>  wckTime=64.016  cpuTime=63.87  mem=28M662
105.27	   
105.27	   search
105.27	     run=12  nbConstraintChecks=4294755252  nbPropagations=3821986  nbRevisions=17862353  nbUselessRevisions=8168999
105.27	     nbAssignments=185215  nbFailedAssignments=181281  nbBacktracks=3865  nbVisitedNodes=370287  nbRestartNogoods=622
105.27	       =>  wckTime=94.352  cpuTime=94.16  mem=28M662
150.34	   
150.34	   search
150.34	     run=13  nbConstraintChecks=6397457090  nbPropagations=5657307  nbRevisions=26076528  nbUselessRevisions=11949589
150.34	     nbAssignments=272718  nbFailedAssignments=266799  nbBacktracks=5811  nbVisitedNodes=545205  nbRestartNogoods=761
150.34	       =>  wckTime=139.423  cpuTime=139.18  mem=28M662
208.17	   
208.17	   search
208.17	     run=14  nbConstraintChecks=9094441581  nbPropagations=8289582  nbRevisions=37738383  nbUselessRevisions=17331186
208.17	     nbAssignments=384758  nbFailedAssignments=375919  nbBacktracks=8730  nbVisitedNodes=769267  nbRestartNogoods=786
208.17	       =>  wckTime=197.251  cpuTime=196.91  mem=28M662
288.45	   
288.45	   search
288.45	     run=15  nbConstraintChecks=12809537716  nbPropagations=12056410  nbRevisions=54300498  nbUselessRevisions=24987847
288.45	     nbAssignments=541861  nbFailedAssignments=528545  nbBacktracks=13108  nbVisitedNodes=1083261  nbRestartNogoods=1004
288.45	       =>  wckTime=277.535  cpuTime=277.1  mem=28M662
374.63	   
374.63	   search
374.63	     run=16  nbConstraintChecks=16713912248  nbPropagations=17206934  nbRevisions=76549719  nbUselessRevisions=35230501
374.63	     nbAssignments=713735  nbFailedAssignments=693783  nbBacktracks=19676  nbVisitedNodes=1426849  nbRestartNogoods=1208
374.63	       =>  wckTime=363.713  cpuTime=363.13  mem=28M662
394.25	   
394.25	   search
394.25	     run=17  nbConstraintChecks=17898574371  nbPropagations=22644224  nbRevisions=99933707  nbUselessRevisions=45996930
394.25	     nbAssignments=747548  nbFailedAssignments=726256  nbBacktracks=21017  nbVisitedNodes=1494467  nbRestartNogoods=1208
394.25	       =>  wckTime=383.335  cpuTime=382.73  mem=28M662
394.26	   
394.26	   global
394.26	     nbConstraintChecks=17899684024  nbPropagations=22644947  nbRevisions=99935059  nbUselessRevisions=45997509
394.26	     nbRestartNogoods=1208  solvingWckTime=383.336  solvingCpuTime=382.74  expiredTime=no  totalExploration=yes
394.26	     nbFoundSolutions=0  globalCpuTime=393.21
394.26	       =>  wckTime=393.963  cpuTime=393.16  mem=28M662
394.26	   
394.26	s UNSATISFIABLE
394.26	d NODES 747548
394.26	d CHECKS 17899684024
394.26	   
394.26	   totalWckTime=394.038  totalCpuTime=393.21

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-233939-1168329310 -o ROOT/results/node11/solver-233939-1168329310 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233939-1168329310/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.02 2.05 2.06 4/89 30978
/proc/meminfo: memFree=1642168/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=172 CPUtime=0
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 181326018 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7979812 0 0 4096 0 0 0 0 17 0 0 0
/proc/30977/statm: 43 24 18 14 0 3 0

[startup+0.107647 s]
/proc/loadavg: 2.02 2.05 2.06 4/89 30978
/proc/meminfo: memFree=1642168/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=914988 CPUtime=0.09
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 3074 0 1 0 7 2 0 0 22 0 8 0 181326018 936947712 2820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228747 2820 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515727 s]
/proc/loadavg: 2.02 2.05 2.06 4/89 30978
/proc/meminfo: memFree=1642168/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=0.49
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 6897 0 1 0 45 4 0 0 25 0 8 0 181326018 937431040 6636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 6636 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33789 s]
/proc/loadavg: 2.02 2.05 2.06 3/96 30985
/proc/meminfo: memFree=1622656/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=1.31
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 7387 0 1 0 127 4 0 0 25 0 8 0 181326018 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 7125 2167 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181326022 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181326022 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181326022 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.1
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 323 0 0 0 10 0 0 0 16 0 8 0 181326025 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 7125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 7125 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) 915460

[startup+2.98522 s]
/proc/loadavg: 2.02 2.05 2.06 3/96 30985
/proc/meminfo: memFree=1619520/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=2.96
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 8452 0 1 0 291 5 0 0 25 0 8 0 181326018 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 8190 2167 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181326022 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181326022 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.1
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 325 0 0 0 10 0 0 0 16 0 8 0 181326025 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 8190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.26987 s]
/proc/loadavg: 2.02 2.05 2.06 3/96 30985
/proc/meminfo: memFree=1610944/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=6.24
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 10530 0 1 0 618 6 0 0 25 0 8 0 181326018 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642046 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 10268 2168 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181326022 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181326022 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.12
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 337 0 0 0 12 0 0 0 16 0 8 0 181326025 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 10268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7562 s]
/proc/loadavg: 2.02 2.05 2.06 3/96 30985
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=12.72
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16949 0 1 0 1261 11 0 0 25 0 8 0 181326018 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832413 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16684 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 17 0 8 0 181326022 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.23
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 391 0 0 0 22 1 0 0 15 0 8 0 181326025 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16684 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915460

[startup+25.6027 s]
/proc/loadavg: 2.01 2.04 2.06 3/96 30985
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=25.56
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16954 0 1 0 2545 11 0 0 25 0 8 0 181326018 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16687 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.23
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 181326025 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915460

[startup+51.2058 s]
/proc/loadavg: 2.01 2.04 2.05 3/96 30985
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=51.12
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16956 0 1 0 5101 11 0 0 25 0 8 0 181326018 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815509 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16688 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.23
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 181326025 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 915460

[startup+102.416 s]
/proc/loadavg: 2.06 2.05 2.05 3/96 30985
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=102.29
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16959 0 1 0 10217 12 0 0 25 0 8 0 181326018 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073840010 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16691 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.24
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 181326025 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16691 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 915460

[startup+162.469 s]
/proc/loadavg: 2.02 2.03 2.05 3/96 30985
/proc/meminfo: memFree=1585280/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=162.28
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16961 0 1 0 16216 12 0 0 25 0 8 0 181326018 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073840505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16693 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.24
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 915460

[startup+222.537 s]
/proc/loadavg: 1.95 2.01 2.04 3/100 31150
/proc/meminfo: memFree=1527560/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=222.21
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16961 0 1 0 22208 13 0 0 25 0 8 0 181326018 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820115 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16693 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.24
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 915460

[startup+282.605 s]
/proc/loadavg: 1.98 2.00 2.03 3/100 31150
/proc/meminfo: memFree=1527624/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=282.22
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16961 0 1 0 28209 13 0 0 25 0 8 0 181326018 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16693 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.24
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 915460

[startup+342.669 s]
/proc/loadavg: 1.99 2.00 2.03 3/100 31150
/proc/meminfo: memFree=1527624/2055920 swapFree=4192812/4192956
[pid=30977] ppid=30975 vsize=915460 CPUtime=342.23
/proc/30977/stat : 30977 (java) R 30975 30977 29665 0 -1 0 16961 0 1 0 34210 13 0 0 25 0 8 0 181326018 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30977/statm: 228865 16693 2542 14 0 215335 0
[pid=30977/tid=30979] ppid=30975 vsize=915460 CPUtime=0.06
/proc/30977/task/30979/stat : 30979 (java) S 30975 30977 29665 0 -1 64 3198 0 0 0 6 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30980] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30980/stat : 30980 (java) S 30975 30977 29665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30981] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30981/stat : 30981 (java) S 30975 30977 29665 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181326022 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30982] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30982/stat : 30982 (java) S 30975 30977 29665 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30983] ppid=30975 vsize=915460 CPUtime=0.24
/proc/30977/task/30983/stat : 30983 (java) S 30975 30977 29665 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30984] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30984/stat : 30984 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30977/tid=30985] ppid=30975 vsize=915460 CPUtime=0
/proc/30977/task/30985/stat : 30985 (java) S 30975 30977 29665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181326025 937431040 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 394.283
CPU time (s): 393.733
CPU user time (s): 393.528
CPU system time (s): 0.204968
CPU usage (%): 99.8606
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.528
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16970
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= 9241
involuntary context switches= 19216

runsolver used 0.45993 s user time and 1.2918 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Jan  9 07:55:10 UTC 2007


IDJOB= 233939
IDBENCH= 6648
FILE ID= node11/233939-1168329310

PBS_JOBID= 3503010

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233939-1168329310/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-233939-1168329310 -o ROOT/results/node11/solver-233939-1168329310 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233939-1168329310/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4dd004eecb811c39e57feffe610d471a

RANDOM SEED= 450793003

TIME LIMIT= 1800 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.261
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	: 5931.00
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.261
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:       1642648 kB
Buffers:         72208 kB
Cached:         212508 kB
SwapCached:          0 kB
Active:         169268 kB
Inactive:       179092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          83840 kB
Slab:            49572 kB
Committed_AS:  5987132 kB
PageTables:       2352 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= 66550 MiB



End job on node11 on Tue Jan  9 08:01:44 UTC 2007