Trace number 235363

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 ESAC? (TO) 1800.12 1800.83

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-8.xml
MD5SUM014487bc1152992590afac1666edece7
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 benchmark26.72
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size565
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/235363-1168337436/unknown.xml
0.37	   
0.37	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=100  minDomainSize=467  maxDomainSize=565
0.43	       =>  wckTime=0.122  cpuTime=0.1  mem=8M842
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
66.74	     nbConstraints=900  nbConvertedConstraints=900  nbConvertConstraintsChecks=239284838  nbExtensionStructures=900
66.75	     nbSharedExtensionStructures=0  nbConflictsStructures=900  nbSharedConflictsStructures=0
66.75	     nbSharedBinaryRepresentations=318653  maxDegree=18  maxArity=2
66.75	       =>  wckTime=66.427  cpuTime=65.56  mem=105M944
66.98	   
66.98	   solver IterativeSystematicSolver being built... 
67.14	       =>  wckTime=66.829  cpuTime=65.69  mem=98M75
67.31	   
67.31	   preprocessing
67.31	     nbConstraintChecks=3516375  nbPropagations=1669  nbRevisions=2554  nbUselessRevisions=955  nbSingletonTests=104
67.31	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
67.31	       =>  wckTime=0.168  cpuTime=0.15  mem=98M75
67.64	   
67.64	   search
67.64	     run=0  nbConstraintChecks=1584328  nbPropagations=2967  nbRevisions=7198  nbUselessRevisions=2819
67.64	     nbAssignments=168  nbFailedAssignments=152  nbBacktracks=10  nbVisitedNodes=331  nbRestartNogoods=0  mapSize=10
67.64	     nbInferences=0  nbTooLargeKeys=0
67.64	       =>  wckTime=0.493  cpuTime=0.46  mem=99M19
67.80	   
67.80	   search
67.80	     run=1  nbConstraintChecks=6807106  nbPropagations=6949  nbRevisions=20421  nbUselessRevisions=8444
67.80	     nbAssignments=360  nbFailedAssignments=313  nbBacktracks=25  nbVisitedNodes=699  nbRestartNogoods=10  mapSize=25
67.80	     nbInferences=0  nbTooLargeKeys=0
67.80	       =>  wckTime=0.659  cpuTime=0.62  mem=99M19
68.66	   
68.66	   search
68.66	     run=2  nbConstraintChecks=43210019  nbPropagations=13761  nbRevisions=57363  nbUselessRevisions=24486
68.66	     nbAssignments=1157  nbFailedAssignments=1082  nbBacktracks=47  nbVisitedNodes=2287  nbRestartNogoods=25  mapSize=47
68.66	     nbInferences=0  nbTooLargeKeys=0
68.66	       =>  wckTime=1.517  cpuTime=1.47  mem=99M19
69.89	   
69.89	   search
69.89	     run=3  nbConstraintChecks=89468387  nbPropagations=26530  nbRevisions=124069  nbUselessRevisions=51844
69.89	     nbAssignments=2185  nbFailedAssignments=1879  nbBacktracks=80  nbVisitedNodes=3953  nbRestartNogoods=95  mapSize=80
69.89	     nbInferences=0  nbTooLargeKeys=0
69.89	       =>  wckTime=2.747  cpuTime=2.67  mem=99M19
72.44	   
72.44	   search
72.44	     run=4  nbConstraintChecks=176687772  nbPropagations=60187  nbRevisions=253539  nbUselessRevisions=102851
72.44	     nbAssignments=4386  nbFailedAssignments=3090  nbBacktracks=130  nbVisitedNodes=6479  nbRestartNogoods=200
72.44	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
72.44	       =>  wckTime=5.297  cpuTime=5.21  mem=99M19
75.59	   
75.59	   search
75.59	     run=5  nbConstraintChecks=266811936  nbPropagations=124877  nbRevisions=485066  nbUselessRevisions=194981
75.59	     nbAssignments=6970  nbFailedAssignments=4880  nbBacktracks=205  nbVisitedNodes=10213  nbRestartNogoods=415
75.59	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
75.59	       =>  wckTime=8.449  cpuTime=8.35  mem=99M961
84.88	   
84.88	   search
84.88	     run=6  nbConstraintChecks=633785397  nbPropagations=253145  nbRevisions=1017185  nbUselessRevisions=419173
84.88	     nbAssignments=13910  nbFailedAssignments=11061  nbBacktracks=318  nbVisitedNodes=22789  nbRestartNogoods=574
84.88	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
84.88	       =>  wckTime=17.732  cpuTime=17.64  mem=99M961
90.54	   
90.54	   search
90.54	     run=7  nbConstraintChecks=877257862  nbPropagations=400432  nbRevisions=1702677  nbUselessRevisions=713858
90.54	     nbAssignments=19240  nbFailedAssignments=16217  nbBacktracks=488  nbVisitedNodes=33445  nbRestartNogoods=636
90.54	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
90.54	       =>  wckTime=23.4  cpuTime=23.3  mem=100M904
98.46	   
98.46	   search
98.46	     run=8  nbConstraintChecks=1192188300  nbPropagations=603861  nbRevisions=2674205  nbUselessRevisions=1145912
98.46	     nbAssignments=26153  nbFailedAssignments=22870  nbBacktracks=744  nbVisitedNodes=47262  nbRestartNogoods=671
98.46	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
98.46	       =>  wckTime=31.312  cpuTime=31.21  mem=101M846
107.99	   
107.99	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=102M789)
110.46	   
110.46	   search
110.46	     run=9  nbConstraintChecks=1562140044  nbPropagations=897361  nbRevisions=4120161  nbUselessRevisions=1793146
110.46	     nbAssignments=39497  nbFailedAssignments=35385  nbBacktracks=1128  nbVisitedNodes=73063  nbRestartNogoods=771
110.46	       =>  wckTime=43.311  cpuTime=43.2  mem=102M789
135.83	   
135.83	   search
135.83	     run=10  nbConstraintChecks=2739626245  nbPropagations=1338952  nbRevisions=6342118  nbUselessRevisions=2796508
135.83	     nbAssignments=60783  nbFailedAssignments=55963  nbBacktracks=1704  nbVisitedNodes=115373  nbRestartNogoods=812
135.83	       =>  wckTime=68.682  cpuTime=68.55  mem=102M789
159.98	   
159.98	   search
159.98	     run=11  nbConstraintChecks=3250885307  nbPropagations=1989586  nbRevisions=9644946  nbUselessRevisions=4290049
159.98	     nbAssignments=89823  nbFailedAssignments=83867  nbBacktracks=2568  nbVisitedNodes=172910  nbRestartNogoods=965
159.98	       =>  wckTime=92.839  cpuTime=92.69  mem=102M789
216.14	   
216.14	   search
216.14	     run=12  nbConstraintChecks=5933768160  nbPropagations=3008342  nbRevisions=14715165  nbUselessRevisions=6606873
216.14	     nbAssignments=132933  nbFailedAssignments=125676  nbBacktracks=3865  nbVisitedNodes=259073  nbRestartNogoods=989
216.14	       =>  wckTime=148.995  cpuTime=148.84  mem=102M789
299.81	   
299.81	   search
299.81	     run=13  nbConstraintChecks=9481997982  nbPropagations=4495248  nbRevisions=22479274  nbUselessRevisions=10152496
299.81	     nbAssignments=208875  nbFailedAssignments=199668  nbBacktracks=5811  nbVisitedNodes=410942  nbRestartNogoods=1057
299.81	       =>  wckTime=232.669  cpuTime=232.48  mem=102M789
349.64	   
349.64	   search
349.64	     run=14  nbConstraintChecks=11131565659  nbPropagations=6338873  nbRevisions=31985240  nbUselessRevisions=14467626
349.64	     nbAssignments=253022  nbFailedAssignments=240632  nbBacktracks=8730  nbVisitedNodes=498703  nbRestartNogoods=1228
349.64	       =>  wckTime=282.493  cpuTime=282.29  mem=102M789
519.15	   
519.15	   search
519.15	     run=15  nbConstraintChecks=18698696633  nbPropagations=9265652  nbRevisions=46471742  nbUselessRevisions=20977658
519.15	     nbAssignments=391364  nbFailedAssignments=374592  nbBacktracks=13108  nbVisitedNodes=775371  nbRestartNogoods=1365
519.15	       =>  wckTime=452.011  cpuTime=451.75  mem=102M789
635.57	   
635.57	   search
635.57	     run=16  nbConstraintChecks=22561972044  nbPropagations=13058471  nbRevisions=65024462  nbUselessRevisions=29331152
635.57	     nbAssignments=490298  nbFailedAssignments=466478  nbBacktracks=19676  nbVisitedNodes=972257  nbRestartNogoods=1589
635.57	       =>  wckTime=568.43  cpuTime=568.12  mem=102M789
1007.08	   
1007.08	   search
1007.08	     run=17  nbConstraintChecks=38344871939  nbPropagations=18873170  nbRevisions=95156007  nbUselessRevisions=42985271
1007.08	     nbAssignments=810067  nbFailedAssignments=776391  nbBacktracks=29528  nbVisitedNodes=1611707  nbRestartNogoods=1692
1007.08	       =>  wckTime=939.935  cpuTime=939.5  mem=102M789
1323.27	   
1323.27	   search
1323.27	     run=18  nbConstraintChecks=49562803371  nbPropagations=26831351  nbRevisions=135451792  nbUselessRevisions=61028146
1323.27	     nbAssignments=1065765  nbFailedAssignments=1017307  nbBacktracks=44306  nbVisitedNodes=2123078
1323.27	     nbRestartNogoods=1859
1323.27	       =>  wckTime=1256.13  cpuTime=1255.59  mem=102M789

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node21/watcher-235363-1168337436 -o ROOT/results/node21/solver-235363-1168337436 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/235363-1168337436/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: 0.92 0.98 0.99 4/78 413
/proc/meminfo: memFree=1826960/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=1784 CPUtime=0
/proc/412/stat : 412 (java) D 410 412 30838 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 182138146 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/412/statm: 446 136 102 14 0 91 0

[startup+0.107166 s]
/proc/loadavg: 0.92 0.98 0.99 4/78 413
/proc/meminfo: memFree=1826960/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=913764 CPUtime=0.07
/proc/412/stat : 412 (java) S 410 412 30838 0 -1 0 2821 0 1 0 5 2 0 0 17 0 8 0 182138146 935694336 2567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/412/statm: 228441 2567 1390 14 0 215342 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913764

[startup+0.515241 s]
/proc/loadavg: 0.92 0.98 0.99 4/78 413
/proc/meminfo: memFree=1826960/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=0.46
/proc/412/stat : 412 (java) S 410 412 30838 0 -1 0 6915 0 1 0 42 4 0 0 16 0 8 0 182138146 938061824 6654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/412/statm: 229019 6654 2145 14 0 215489 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 916076

[startup+1.33639 s]
/proc/loadavg: 0.92 0.98 0.99 2/85 420
/proc/meminfo: memFree=1803032/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1.28
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 8425 0 1 0 122 6 0 0 18 0 8 0 182138146 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 8163 2167 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182138152 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182138152 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.13
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 360 0 0 0 13 0 0 0 15 0 8 0 182138155 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 8163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 916076

[startup+2.9827 s]
/proc/loadavg: 0.92 0.98 0.99 2/85 420
/proc/meminfo: memFree=1800728/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=2.92
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 9292 0 1 0 286 6 0 0 25 0 8 0 182138146 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 9029 2167 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 182138152 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182138152 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182138152 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.13
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 361 0 0 0 13 0 0 0 16 0 8 0 182138155 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 9029 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 916076

[startup+6.26732 s]
/proc/loadavg: 0.93 0.98 0.99 2/85 420
/proc/meminfo: memFree=1793312/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=6.21
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 10995 0 1 0 614 7 0 0 25 0 8 0 182138146 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 10732 2167 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182138152 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182138152 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.14
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 362 0 0 0 14 0 0 0 15 0 8 0 182138155 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 10732 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 916076

[startup+12.7435 s]
/proc/loadavg: 0.93 0.98 0.99 2/85 420
/proc/meminfo: memFree=1779880/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=12.67
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 14252 0 1 0 1258 9 0 0 25 0 8 0 182138146 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 13989 2168 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182138152 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182138152 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.15
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 374 0 0 0 15 0 0 0 15 0 8 0 182138155 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 13989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 916076

[startup+25.587 s]
/proc/loadavg: 0.95 0.98 0.99 2/85 420
/proc/meminfo: memFree=1741096/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=25.51
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 23804 0 1 0 2537 14 0 0 25 0 8 0 182138146 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755266 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 23539 2179 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.28
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 7237 0 0 0 24 4 0 0 16 0 8 0 182138152 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.15
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 375 0 0 0 15 0 0 0 15 0 8 0 182138155 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 23539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 916076

[startup+51.2708 s]
/proc/loadavg: 0.96 0.98 0.99 2/85 420
/proc/meminfo: memFree=1701032/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=51.18
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 33811 0 1 0 5097 21 0 0 25 0 8 0 182138146 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 33544 2179 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.67
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 17237 0 0 0 59 8 0 0 16 0 8 0 182138152 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.16
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 380 0 0 0 16 0 0 0 16 0 8 0 182138155 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 33544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 916076

[startup+102.543 s]
/proc/loadavg: 0.98 0.98 0.99 2/85 420
/proc/meminfo: memFree=1677032/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=102.41
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40206 0 1 0 10214 27 0 0 25 0 8 0 182138146 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39930 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.29
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 447 0 0 0 28 1 0 0 16 0 8 0 182138155 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 916076

[startup+162.545 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 420
/proc/meminfo: memFree=1676968/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=162.38
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40209 0 1 0 16211 27 0 0 25 0 8 0 182138146 938061824 39933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.79
Current children cumulated vsize (KiB) 916076

[startup+1484.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675816/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1483.87
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 148349 38 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972248 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.87
Current children cumulated vsize (KiB) 916076

[startup+1544.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675752/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1543.95
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 154357 38 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.95
Current children cumulated vsize (KiB) 916076

[startup+1604.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675688/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1604.03
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 160364 39 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.03
Current children cumulated vsize (KiB) 916076

[startup+1664.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675624/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1664.1
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 166371 39 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.1
Current children cumulated vsize (KiB) 916076

[startup+1724.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675624/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1724.18
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 172378 40 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.18
Current children cumulated vsize (KiB) 916076

[startup+1784.97 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 422
/proc/meminfo: memFree=1675560/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1784.25
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 178385 40 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.25
Current children cumulated vsize (KiB) 916076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 422
/proc/meminfo: memFree=1675560/2055920 swapFree=4156316/4192956
[pid=412] ppid=410 vsize=916076 CPUtime=1800.07
/proc/412/stat : 412 (java) R 410 412 30838 0 -1 0 40211 0 1 0 179967 40 0 0 25 0 8 0 182138146 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/412/statm: 229019 39934 2546 14 0 215489 0
[pid=412/tid=414] ppid=410 vsize=916076 CPUtime=0.9
/proc/412/task/414/stat : 414 (java) S 410 412 30838 0 -1 64 23118 0 0 0 80 10 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=415] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/415/stat : 415 (java) S 410 412 30838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=416] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/416/stat : 416 (java) S 410 412 30838 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182138152 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=417] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/417/stat : 417 (java) S 410 412 30838 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=412/tid=418] ppid=410 vsize=916076 CPUtime=0.3
/proc/412/task/418/stat : 418 (java) S 410 412 30838 0 -1 64 451 0 0 0 29 1 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=419] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/419/stat : 419 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=412/tid=420] ppid=410 vsize=916076 CPUtime=0
/proc/412/task/420/stat : 420 (java) S 410 412 30838 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182138155 938061824 39934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 916076

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

Child status: 143
Real time (s): 1800.83
CPU time (s): 1800.12
CPU user time (s): 1799.69
CPU system time (s): 0.433934
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 916080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40226
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= 37567
involuntary context switches= 62698

runsolver used 1.73773 s user time and 4.65129 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Tue Jan  9 10:10:36 UTC 2007


IDJOB= 235363
IDBENCH= 6762
FILE ID= node21/235363-1168337436

PBS_JOBID= 3503302

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  014487bc1152992590afac1666edece7

RANDOM SEED= 353215205

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	: 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.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:       1827376 kB
Buffers:         27448 kB
Cached:         124076 kB
SwapCached:       2632 kB
Active:          91672 kB
Inactive:        84168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827376 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          33036 kB
Slab:            38260 kB
Committed_AS:  3779588 kB
PageTables:       1792 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= 66563 MiB



End job on node21 on Tue Jan  9 10:40:37 UTC 2007