Trace number 218211

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 ACUNSAT 509.422 514.161

DiagnosticValue
CHECKS414829463
NODES504679

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-11_ext.xml
MD5SUM88f1fadd77f105b78bc8652c5b5edcb2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark170.881
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/218211-1168079576/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.87	     nbConstraints=60  nbRelationTypes=60  nbExtensionStructures=60  nbSharedExtensionStructures=0
0.87	     nbConflictsStructures=60  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
0.87	       =>  wckTime=0.556  cpuTime=0.5  mem=44M575
0.95	   
0.95	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.8  cpuTime=0.64  mem=21M665
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M665
1.23	   
1.23	   search
1.23	     run=0  nbConstraintChecks=23262  nbValidityChecks=41510  nbPropagations=305  nbRevisions=2973
1.23	     nbUselessRevisions=2309  nbAssignments=26  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=47
1.23	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.106  cpuTime=0.06  mem=21M665
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=47716  nbValidityChecks=90833  nbPropagations=944  nbRevisions=9788
1.27	     nbUselessRevisions=7650  nbAssignments=62  nbFailedAssignments=26  nbBacktracks=25  nbVisitedNodes=109
1.27	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.153  cpuTime=0.1  mem=21M665
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=87496  nbValidityChecks=173910  nbPropagations=2188  nbRevisions=23469
1.34	     nbUselessRevisions=18360  nbAssignments=115  nbFailedAssignments=52  nbBacktracks=48  nbVisitedNodes=204
1.34	     nbRestartNogoods=9  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.22  cpuTime=0.16  mem=21M665
1.45	   
1.45	   search
1.45	     run=3  nbConstraintChecks=157117  nbValidityChecks=317045  nbPropagations=4412  nbRevisions=48395
1.45	     nbUselessRevisions=37895  nbAssignments=219  nbFailedAssignments=118  nbBacktracks=81  nbVisitedNodes=396
1.45	     nbRestartNogoods=14  mapSize=69  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.327  cpuTime=0.26  mem=21M665
1.65	   
1.65	   search
1.65	     run=4  nbConstraintChecks=316396  nbValidityChecks=635401  nbPropagations=8468  nbRevisions=94980
1.65	     nbUselessRevisions=74030  nbAssignments=410  nbFailedAssignments=254  nbBacktracks=131  nbVisitedNodes=760
1.65	     nbRestartNogoods=16  mapSize=116  nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.53  cpuTime=0.46  mem=21M665
1.87	   
1.87	   search
1.87	     run=5  nbConstraintChecks=475949  nbValidityChecks=964546  nbPropagations=14844  nbRevisions=168075
1.87	     nbUselessRevisions=130737  nbAssignments=605  nbFailedAssignments=369  nbBacktracks=207  nbVisitedNodes=1127
1.87	     nbRestartNogoods=28  mapSize=186  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.752  cpuTime=0.67  mem=21M665
2.11	   
2.11	   search
2.11	     run=6  nbConstraintChecks=650457  nbValidityChecks=1328895  nbPropagations=23985  nbRevisions=272841
2.11	     nbUselessRevisions=212594  nbAssignments=883  nbFailedAssignments=529  nbBacktracks=320  nbVisitedNodes=1635
2.11	     nbRestartNogoods=32  mapSize=282  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.993  cpuTime=0.91  mem=21M665
2.61	   
2.61	   search
2.61	     run=7  nbConstraintChecks=1026882  nbValidityChecks=2109075  nbPropagations=38016  nbRevisions=434162
2.61	     nbUselessRevisions=338473  nbAssignments=1352  nbFailedAssignments=822  nbBacktracks=490  nbVisitedNodes=2529
2.61	     nbRestartNogoods=42  mapSize=448  nbInferences=0  nbTooLargeKeys=0
2.61	       =>  wckTime=1.487  cpuTime=1.39  mem=21M665
3.34	   
3.34	   search
3.34	     run=8  nbConstraintChecks=1575954  nbValidityChecks=3229183  nbPropagations=59196  nbRevisions=679132
3.34	     nbUselessRevisions=529656  nbAssignments=1991  nbFailedAssignments=1203  nbBacktracks=746  nbVisitedNodes=3716
3.34	     nbRestartNogoods=54  mapSize=675  nbInferences=0  nbTooLargeKeys=0
3.34	       =>  wckTime=2.216  cpuTime=2.09  mem=21M665
4.18	   
4.18	   search
4.18	     run=9  nbConstraintChecks=2230350  nbValidityChecks=4600767  nbPropagations=90332  nbRevisions=1038813
4.18	     nbUselessRevisions=810575  nbAssignments=2943  nbFailedAssignments=1767  nbBacktracks=1130  nbVisitedNodes=5468
4.18	     nbRestartNogoods=58  mapSize=1007  nbInferences=0  nbTooLargeKeys=0
4.18	       =>  wckTime=3.056  cpuTime=2.92  mem=22M633
4.23	   
4.23	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=22M633)
5.74	   
5.74	   search
5.74	     run=10  nbConstraintChecks=3502644  nbValidityChecks=7295225  nbPropagations=138764  nbRevisions=1599024
5.74	     nbUselessRevisions=1248582  nbAssignments=4594  nbFailedAssignments=2836  nbBacktracks=1707  nbVisitedNodes=8638
5.74	     nbRestartNogoods=68
5.75	       =>  wckTime=4.626  cpuTime=4.46  mem=22M633
7.82	   
7.82	   search
7.82	     run=11  nbConstraintChecks=5186961  nbValidityChecks=10738957  nbPropagations=210748  nbRevisions=2432327
7.82	     nbUselessRevisions=1900566  nbAssignments=6740  nbFailedAssignments=4112  nbBacktracks=2573  nbVisitedNodes=12609
7.82	     nbRestartNogoods=87
7.82	       =>  wckTime=6.698  cpuTime=6.52  mem=22M633
10.80	   
10.81	   search
10.81	     run=12  nbConstraintChecks=7582617  nbValidityChecks=15730430  nbPropagations=316660  nbRevisions=3652199
10.81	     nbUselessRevisions=2855409  nbAssignments=9842  nbFailedAssignments=5911  nbBacktracks=3872  nbVisitedNodes=18337
10.81	     nbRestartNogoods=99
10.81	       =>  wckTime=9.686  cpuTime=9.48  mem=22M633
15.11	   
15.11	   search
15.11	     run=13  nbConstraintChecks=11103749  nbValidityChecks=23137905  nbPropagations=474692  nbRevisions=5467590
15.11	     nbUselessRevisions=4278366  nbAssignments=14745  nbFailedAssignments=8863  nbBacktracks=5818  nbVisitedNodes=27565
15.11	     nbRestartNogoods=105
15.11	       =>  wckTime=13.995  cpuTime=13.75  mem=22M633
21.07	   
21.07	   search
21.07	     run=14  nbConstraintChecks=15919701  nbValidityChecks=33145882  nbPropagations=704496  nbRevisions=8110163
21.07	     nbUselessRevisions=6351675  nbAssignments=21474  nbFailedAssignments=12669  nbBacktracks=8738  nbVisitedNodes=39885
21.07	     nbRestartNogoods=119
21.07	       =>  wckTime=19.952  cpuTime=19.65  mem=22M633
31.99	   
31.99	   search
31.99	     run=15  nbConstraintChecks=24671321  nbValidityChecks=51059914  nbPropagations=1051752  nbRevisions=12124683
31.99	     nbUselessRevisions=9496030  nbAssignments=31715  nbFailedAssignments=18527  nbBacktracks=13117
31.99	     nbVisitedNodes=58772  nbRestartNogoods=129
31.99	       =>  wckTime=30.867  cpuTime=30.46  mem=22M633
46.11	   
46.11	   search
46.11	     run=16  nbConstraintChecks=36138218  nbValidityChecks=74991822  nbPropagations=1567543  nbRevisions=18064141
46.11	     nbUselessRevisions=14145854  nbAssignments=47274  nbFailedAssignments=27512  nbBacktracks=19687
46.11	     nbVisitedNodes=87523  nbRestartNogoods=146
46.11	       =>  wckTime=44.987  cpuTime=44.45  mem=22M633
72.99	   
72.99	   search
72.99	     run=17  nbConstraintChecks=58318602  nbValidityChecks=120003112  nbPropagations=2357736  nbRevisions=27279205
72.99	     nbUselessRevisions=21363967  nbAssignments=72250  nbFailedAssignments=42632  nbBacktracks=29541
72.99	     nbVisitedNodes=134096  nbRestartNogoods=163
72.99	       =>  wckTime=71.876  cpuTime=71.11  mem=22M633
109.07	   
109.07	   search
109.07	     run=18  nbConstraintChecks=87268409  nbValidityChecks=179434978  nbPropagations=3553115  nbRevisions=41190771
109.07	     nbUselessRevisions=32257706  nbAssignments=108353  nbFailedAssignments=63952  nbBacktracks=44320
109.07	     nbVisitedNodes=201189  nbRestartNogoods=170
109.07	       =>  wckTime=107.951  cpuTime=106.85  mem=22M633
163.21	   
163.21	   search
163.21	     run=19  nbConstraintChecks=131248711  nbValidityChecks=270864184  nbPropagations=5358889  nbRevisions=62084334
163.21	     nbUselessRevisions=48604008  nbAssignments=163444  nbFailedAssignments=96870  nbBacktracks=66489
163.21	     nbVisitedNodes=304840  nbRestartNogoods=185
163.21	       =>  wckTime=162.087  cpuTime=160.5  mem=22M633
237.89	   
237.89	   search
237.89	     run=20  nbConstraintChecks=191492723  nbValidityChecks=395828992  nbPropagations=8036100  nbRevisions=92886090
237.89	     nbUselessRevisions=72713601  nbAssignments=241904  nbFailedAssignments=142072  nbBacktracks=99742
237.89	     nbVisitedNodes=449849  nbRestartNogoods=196
237.89	       =>  wckTime=236.774  cpuTime=234.5  mem=22M633
357.73	   
357.73	   search
357.73	     run=21  nbConstraintChecks=288810257  nbValidityChecks=594068494  nbPropagations=12002720  nbRevisions=138732461
357.73	     nbUselessRevisions=108630161  nbAssignments=355992  nbFailedAssignments=206278  nbBacktracks=149622
357.73	     nbVisitedNodes=660411  nbRestartNogoods=213
357.73	       =>  wckTime=356.608  cpuTime=353.24  mem=22M633
514.09	   
514.09	   search
514.09	     run=22  nbConstraintChecks=414829463  nbValidityChecks=851667196  nbPropagations=17660972  nbRevisions=204220790
514.09	     nbUselessRevisions=159958110  nbAssignments=504679  nbFailedAssignments=289557  nbBacktracks=215031
514.09	     nbVisitedNodes=933964  nbRestartNogoods=218
514.09	       =>  wckTime=512.974  cpuTime=508.19  mem=22M633
514.09	   
514.10	   global
514.10	     nbConstraintChecks=414829463  nbValidityChecks=851667196  nbPropagations=17660992  nbRevisions=204220790
514.10	     nbUselessRevisions=159958110  nbRestartNogoods=218  solvingWckTime=512.975  solvingCpuTime=508.19  expiredTime=no
514.10	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=508.9
514.10	       =>  wckTime=513.779  cpuTime=508.84  mem=22M633
514.10	   
514.10	s UNSATISFIABLE
514.10	d NODES 504679
514.10	d CHECKS 414829463
514.10	   
514.10	   totalWckTime=513.861  totalCpuTime=508.9

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/node17/watcher-218211-1168079576 -o ROOT/results/node17/solver-218211-1168079576 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218211-1168079576/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: 1.73 1.79 1.86 4/93 14069
/proc/meminfo: memFree=1480936/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=18540 CPUtime=0
/proc/14068/stat : 14068 (runsolver) R 14066 14068 13833 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156352432 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14068/statm: 4635 279 244 17 0 2626 0

[startup+0.10779 s]
/proc/loadavg: 1.73 1.79 1.86 4/93 14069
/proc/meminfo: memFree=1480936/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=914988 CPUtime=0.09
/proc/14068/stat : 14068 (java) S 14066 14068 13833 0 -1 0 2994 0 1 0 7 2 0 0 17 0 8 0 156352432 936947712 2740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515834 s]
/proc/loadavg: 1.73 1.79 1.86 4/93 14069
/proc/meminfo: memFree=1480936/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915328 CPUtime=0.49
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 7546 0 1 0 44 5 0 0 18 0 8 0 156352432 937295872 7285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 3325565 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228832 7285 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33892 s]
/proc/loadavg: 1.73 1.79 1.86 3/100 14076
/proc/meminfo: memFree=1421168/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=1.3
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17664 0 1 0 120 10 0 0 24 0 8 0 156352432 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073732356 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17401 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.16
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 355 0 0 0 16 0 0 0 15 0 8 0 156352440 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17401 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97609 s]
/proc/loadavg: 1.73 1.79 1.86 3/100 14076
/proc/meminfo: memFree=1421040/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=2.93
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17684 0 1 0 282 11 0 0 25 0 8 0 156352432 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073721231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17420 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 17 0 8 0 156352436 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.21
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 375 0 0 0 20 1 0 0 16 0 8 0 156352440 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.18343 s]
/proc/loadavg: 1.75 1.79 1.86 3/100 14076
/proc/meminfo: memFree=1420912/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=6.1
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17695 0 1 0 599 11 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.22
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915460

[startup+12.6601 s]
/proc/loadavg: 1.77 1.79 1.86 3/100 14076
/proc/meminfo: memFree=1421040/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=12.52
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17695 0 1 0 1241 11 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 17 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915460

[startup+25.5374 s]
/proc/loadavg: 1.82 1.80 1.86 3/100 14076
/proc/meminfo: memFree=1421168/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=25.28
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 2517 11 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915460

[startup+51.1691 s]
/proc/loadavg: 1.88 1.82 1.87 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=50.68
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 5056 12 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+102.43 s]
/proc/loadavg: 1.95 1.84 1.87 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=101.47
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 10135 12 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) R 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915460

[startup+162.442 s]
/proc/loadavg: 1.98 1.87 1.88 3/100 14076
/proc/meminfo: memFree=1421296/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=160.94
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 16081 13 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073736043 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 915460

[startup+222.453 s]
/proc/loadavg: 1.99 1.89 1.88 3/100 14076
/proc/meminfo: memFree=1421296/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=220.4
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 22027 13 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 915460

[startup+282.464 s]
/proc/loadavg: 2.07 1.92 1.89 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=279.87
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 27973 14 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 915460

[startup+342.476 s]
/proc/loadavg: 2.02 1.94 1.90 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=339.33
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 33919 14 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073735077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 915460

[startup+402.488 s]
/proc/loadavg: 2.01 1.94 1.91 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=398.81
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 39866 15 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.81
Current children cumulated vsize (KiB) 915460

[startup+462.5 s]
/proc/loadavg: 2.06 1.97 1.91 3/100 14076
/proc/meminfo: memFree=1421232/2055920 swapFree=4192812/4192956
[pid=14068] ppid=14066 vsize=915460 CPUtime=458.27
/proc/14068/stat : 14068 (java) R 14066 14068 13833 0 -1 0 17696 0 1 0 45812 15 0 0 25 0 8 0 156352432 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073736038 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14068/statm: 228865 17429 2517 14 0 215335 0
[pid=14068/tid=14070] ppid=14066 vsize=915460 CPUtime=0.06
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13833 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156352436 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352437 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915460 CPUtime=0.23
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13833 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915460 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156352440 937431040 17429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.27
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 514.161
CPU time (s): 509.422
CPU user time (s): 509.245
CPU system time (s): 0.176973
CPU usage (%): 99.0783
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 509.245
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17702
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= 11451
involuntary context switches= 27212

runsolver used 0.615906 s user time and 1.66875 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:32:56 UTC 2007


IDJOB= 218211
IDBENCH= 5213
FILE ID= node17/218211-1168079576

PBS_JOBID= 3475841

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218211-1168079576/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-218211-1168079576 -o ROOT/results/node17/solver-218211-1168079576 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218211-1168079576/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  88f1fadd77f105b78bc8652c5b5edcb2

RANDOM SEED= 810353846

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.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:       1481416 kB
Buffers:         46968 kB
Cached:         249716 kB
SwapCached:          0 kB
Active:         274240 kB
Inactive:       210544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         217104 kB
Slab:            74056 kB
Committed_AS:  4606896 kB
PageTables:       2544 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= 66313 MiB



End job on node17 on Sat Jan  6 10:41:31 UTC 2007