Trace number 276868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCOPTIMUM 1017.95 1019.13

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-37_ext.xml
MD5SUM135bc134ed6aa591cd505db5603a8393
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints752
Best CPU time to get the best result obtained on this benchmark20.6999
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=epfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/276868-1169248319/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M887
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.65	     nbConstraints=753  nbRelationTypes=752  nbExtensionStructures=752  nbSharedExtensionStructures=1
0.65	     nbConflictsStructures=752  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11889  maxDegree=39
0.65	     maxArity=2
0.65	       =>  wckTime=0.354  cpuTime=0.22  mem=11M779
0.70	   
0.70	   solver LocalSearchSolver being built... 
0.74	       =>  wckTime=0.441  cpuTime=0.27  mem=6M109
0.74	
0.74	s SATISFIABLE
0.74	o 690
0.74	c 63
0.74	o 695
0.74	c 58
0.74	o 700
0.74	c 53
0.74	o 705
0.74	c 48
0.74	o 708
0.74	c 45
0.75	o 712
0.75	c 41
0.75	o 715
0.75	c 38
0.75	o 718
0.75	c 35
0.75	o 721
0.75	c 32
0.75	o 724
0.75	c 29
0.75	o 725
0.75	c 28
0.75	o 726
0.75	c 27
0.75	o 730
0.75	c 23
0.75	o 732
0.75	c 21
0.75	o 733
0.75	c 20
0.75	o 734
0.75	c 19
0.75	o 735
0.75	c 18
0.75	o 738
0.75	c 15
0.76	o 739
0.76	c 14
0.76	o 741
0.76	c 12
0.76	o 742
0.76	c 11
0.77	o 744
0.77	c 9
0.77	o 745
0.77	c 8
0.78	o 747
0.78	c 6
0.81	o 748
0.81	c 5
0.82	o 750
0.82	c 3
0.95	o 751
0.95	c 2
1.00	o 752
1.00	c 1
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=1435471  nbAssignments=1151
1.00	       =>  wckTime=0.266  cpuTime=0.26  mem=6M109
1.00	   
1.00	   global
1.00	     nbConstraintChecks=1435471  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.00	     solvingWckTime=0.265  solvingCpuTime=0.25  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.00	     globalCpuTime=0.57
1.00	       =>  wckTime=0.707  cpuTime=0.52  mem=6M109
1.00	   
1.00	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.83  cpuTime=0.62  mem=17M50
1.22	   
1.22	   preprocessing
1.22	     nbConstraintChecks=59780  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.22	     detectedInconsistency=no
1.22	       =>  wckTime=0.09  cpuTime=0.06  mem=17M50
1.27	   
1.27	   search
1.27	     run=0  nbConstraintChecks=110915  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32
1.27	     nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=58  nbRestartNogoods=0
1.27	       =>  wckTime=0.142  cpuTime=0.11  mem=17M50
1.34	   
1.34	   search
1.34	     run=1  nbConstraintChecks=259281  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74
1.34	     nbFailedAssignments=36  nbBacktracks=25  nbVisitedNodes=132  nbRestartNogoods=8
1.34	       =>  wckTime=0.212  cpuTime=0.18  mem=17M50
1.41	   
1.41	   search
1.41	     run=2  nbConstraintChecks=432525  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=126
1.41	     nbFailedAssignments=60  nbBacktracks=47  nbVisitedNodes=221  nbRestartNogoods=10
1.41	       =>  wckTime=0.288  cpuTime=0.25  mem=17M50
1.53	   
1.53	   search
1.53	     run=3  nbConstraintChecks=750402  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=207
1.53	     nbFailedAssignments=103  nbBacktracks=81  nbVisitedNodes=369  nbRestartNogoods=16
1.53	       =>  wckTime=0.403  cpuTime=0.37  mem=17M50
1.70	   
1.70	   search
1.70	     run=4  nbConstraintChecks=1258663  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=339
1.70	     nbFailedAssignments=178  nbBacktracks=131  nbVisitedNodes=623  nbRestartNogoods=17
1.70	       =>  wckTime=0.57  cpuTime=0.53  mem=17M50
2.00	   
2.00	   search
2.00	     run=5  nbConstraintChecks=2133855  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=553
2.00	     nbFailedAssignments=309  nbBacktracks=206  nbVisitedNodes=1040  nbRestartNogoods=31
2.00	       =>  wckTime=0.871  cpuTime=0.83  mem=17M50
2.36	   
2.36	   search
2.36	     run=6  nbConstraintChecks=3176110  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=810
2.36	     nbFailedAssignments=446  nbBacktracks=319  nbVisitedNodes=1528  nbRestartNogoods=45
2.36	       =>  wckTime=1.234  cpuTime=1.19  mem=17M50
2.91	   
2.91	   search
2.91	     run=7  nbConstraintChecks=4669980  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1195
2.91	     nbFailedAssignments=653  nbBacktracks=489  nbVisitedNodes=2237  nbRestartNogoods=60
2.91	       =>  wckTime=1.782  cpuTime=1.74  mem=17M50
3.70	   
3.70	   search
3.70	     run=8  nbConstraintChecks=6829191  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1768
3.70	     nbFailedAssignments=965  nbBacktracks=745  nbVisitedNodes=3295  nbRestartNogoods=63
3.70	       =>  wckTime=2.576  cpuTime=2.52  mem=17M50
4.69	   
4.69	   search
4.70	     run=9  nbConstraintChecks=9549078  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2555
4.70	     nbFailedAssignments=1362  nbBacktracks=1129  nbVisitedNodes=4661  nbRestartNogoods=78
4.70	       =>  wckTime=3.569  cpuTime=3.5  mem=17M50
6.14	   
6.14	   search
6.14	     run=10  nbConstraintChecks=13400067  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3679
6.14	     nbFailedAssignments=1905  nbBacktracks=1706  nbVisitedNodes=6553  nbRestartNogoods=82
6.14	       =>  wckTime=5.011  cpuTime=4.94  mem=17M50
7.95	   
7.95	   search
7.95	     run=11  nbConstraintChecks=18248920  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5207
7.95	     nbFailedAssignments=2566  nbBacktracks=2570  nbVisitedNodes=8971  nbRestartNogoods=98
7.95	       =>  wckTime=6.828  cpuTime=6.75  mem=17M50
10.71	   
10.71	   search
10.71	     run=12  nbConstraintChecks=25489139  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7510
10.71	     nbFailedAssignments=3568  nbBacktracks=3867  nbVisitedNodes=12645  nbRestartNogoods=115
10.71	       =>  wckTime=9.583  cpuTime=9.51  mem=17M50
14.59	   
14.59	   search
14.59	     run=13  nbConstraintChecks=35561795  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10811
14.59	     nbFailedAssignments=4918  nbBacktracks=5813  nbVisitedNodes=17729  nbRestartNogoods=128
14.59	       =>  wckTime=13.466  cpuTime=13.36  mem=17M50
19.90	   
19.90	   search
19.90	     run=14  nbConstraintChecks=50277855  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15671
19.90	     nbFailedAssignments=6856  nbBacktracks=8732  nbVisitedNodes=25109  nbRestartNogoods=142
19.90	       =>  wckTime=18.77  cpuTime=18.65  mem=17M50
28.11	   
28.12	   search
28.12	     run=15  nbConstraintChecks=72421317  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22912
28.12	     nbFailedAssignments=9711  nbBacktracks=13111  nbVisitedNodes=36133  nbRestartNogoods=163
28.12	       =>  wckTime=26.986  cpuTime=26.87  mem=17M50
40.84	   
40.84	   search
40.84	     run=16  nbConstraintChecks=105678805  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33971
40.84	     nbFailedAssignments=14198  nbBacktracks=19679  nbVisitedNodes=53007  nbRestartNogoods=174
40.84	       =>  wckTime=39.718  cpuTime=39.59  mem=17M50
59.06	   
59.06	   search
59.06	     run=17  nbConstraintChecks=154921787  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=50035
59.06	     nbFailedAssignments=20404  nbBacktracks=29532  nbVisitedNodes=77362  nbRestartNogoods=197
59.06	       =>  wckTime=57.934  cpuTime=57.78  mem=17M50
85.94	   
85.94	   search
85.94	     run=18  nbConstraintChecks=227644721  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74222
85.94	     nbFailedAssignments=29807  nbBacktracks=44310  nbVisitedNodes=113772  nbRestartNogoods=205
85.94	       =>  wckTime=84.816  cpuTime=84.64  mem=17M50
126.93	   
126.93	   search
126.93	     run=19  nbConstraintChecks=336863152  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=110534
126.93	     nbFailedAssignments=43948  nbBacktracks=66478  nbVisitedNodes=168428  nbRestartNogoods=225
126.93	       =>  wckTime=125.804  cpuTime=125.58  mem=17M50
185.72	   
185.72	   search
185.72	     run=20  nbConstraintChecks=495759612  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=164330
185.72	     nbFailedAssignments=64488  nbBacktracks=99730  nbVisitedNodes=248657  nbRestartNogoods=246
185.72	       =>  wckTime=184.597  cpuTime=184.32  mem=17M50
277.54	   
277.54	   search
277.54	     run=21  nbConstraintChecks=737050508  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=245823
277.54	     nbFailedAssignments=96098  nbBacktracks=149608  nbVisitedNodes=371009  nbRestartNogoods=266
277.54	       =>  wckTime=276.416  cpuTime=276.03  mem=17M50
415.43	   
415.43	   search
415.43	     run=22  nbConstraintChecks=1096128685  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=367053
415.43	     nbFailedAssignments=142504  nbBacktracks=224426  nbVisitedNodes=552983  nbRestartNogoods=280
415.43	       =>  wckTime=414.306  cpuTime=413.77  mem=17M50
622.25	   
622.25	   search
622.25	     run=23  nbConstraintChecks=1644323030  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=550201
622.25	     nbFailedAssignments=213420  nbBacktracks=336653  nbVisitedNodes=829218  nbRestartNogoods=290
622.25	       =>  wckTime=621.121  cpuTime=620.35  mem=17M50
931.88	   
931.88	   search
931.88	     run=24  nbConstraintChecks=2457752052  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=823924
931.88	     nbFailedAssignments=318798  nbBacktracks=504994  nbVisitedNodes=1240511  nbRestartNogoods=303
931.88	       =>  wckTime=930.755  cpuTime=929.65  mem=17M50
1019.09	   
1019.09	   search
1019.09	     run=25  nbConstraintChecks=2682073243  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=900470
1019.09	     nbFailedAssignments=347970  nbBacktracks=552369  nbVisitedNodes=1355016  nbRestartNogoods=312
1019.09	       =>  wckTime=1017.965  cpuTime=1016.76  mem=17M50
1019.09	   
1019.09	   global
1019.09	     nbConstraintChecks=2682133023  nbRestartNogoods=312  solvingWckTime=1017.967  solvingCpuTime=1016.76
1019.09	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1017.43
1019.09	       =>  wckTime=1018.798  cpuTime=1017.38  mem=17M50
1019.10	
1019.10	s OPTIMUM FOUND
1019.10	v 2 1 7 4 3 5 0 6 4 3 2 4 4 6 3 4 7 4 4 5 6 6 7 0 0 6 7 0 6 2 2 6 7 2 1 0 3 3 1 0 
1019.10	   
1019.10	   totalWckTime=1018.875  totalCpuTime=1017.43

Verifier Data (download as text)

1 unsatisfied constraints, 752 satisfied constraints

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.94 1.99 1.99 4/86 10959
/proc/meminfo: memFree=1437400/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=172 CPUtime=0
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 273226748 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 0 0 0
/proc/10958/statm: 43 24 18 14 0 3 0

[startup+0.108147 s]
/proc/loadavg: 1.94 1.99 1.99 4/86 10959
/proc/meminfo: memFree=1437400/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=914988 CPUtime=0.08
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 3065 0 1 0 7 1 0 0 23 0 8 0 273226748 936947712 2811 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228747 2812 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51622 s]
/proc/loadavg: 1.94 1.99 1.99 4/86 10959
/proc/meminfo: memFree=1437400/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915332 CPUtime=0.49
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 6522 0 1 0 45 4 0 0 25 0 8 0 273226748 937299968 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228833 6261 2143 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33936 s]
/proc/loadavg: 1.94 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1412256/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=1.31
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9211 0 1 0 120 11 0 0 25 0 8 0 273226748 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 8948 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.24
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 405 0 0 0 23 1 0 0 15 0 8 0 273226755 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915584

[startup+2.97964 s]
/proc/loadavg: 1.94 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411424/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=2.94
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9235 0 1 0 283 11 0 0 25 0 8 0 273226748 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918543 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 8971 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 17 0 8 0 273226751 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.25
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 413 0 0 0 24 1 0 0 15 0 8 0 273226755 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 8971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915584

[startup+6.27421 s]
/proc/loadavg: 1.94 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411360/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=6.24
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9256 0 1 0 612 12 0 0 25 0 8 0 273226748 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073987957 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 8989 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 17 0 8 0 273226751 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.27
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 426 0 0 0 26 1 0 0 16 0 8 0 273226755 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 8989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915584

[startup+12.7623 s]
/proc/loadavg: 1.95 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411360/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=12.73
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9263 0 1 0 1261 12 0 0 25 0 8 0 273226748 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073925618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 8995 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.27
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 427 0 0 0 26 1 0 0 16 0 8 0 273226755 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915584

[startup+25.6155 s]
/proc/loadavg: 1.96 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411360/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=25.54
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9268 0 1 0 2542 12 0 0 25 0 8 0 273226748 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 8999 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.27
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 427 0 0 0 26 1 0 0 16 0 8 0 273226755 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915584

[startup+51.2309 s]
/proc/loadavg: 1.97 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411296/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=51.15
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9276 0 1 0 5103 12 0 0 25 0 8 0 273226748 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073988166 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9005 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915584

[startup+102.454 s]
/proc/loadavg: 1.99 1.99 1.99 3/93 10966
/proc/meminfo: memFree=1411296/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=102.32
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9281 0 1 0 10220 12 0 0 25 0 8 0 273226748 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073925596 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9010 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 915584

[startup+162.516 s]
/proc/loadavg: 2.03 2.00 2.00 3/93 10966
/proc/meminfo: memFree=1411296/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=162.3
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9284 0 1 0 16218 12 0 0 25 0 8 0 273226748 937558016 9012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9019 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9019 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9019 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9019 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 915584

[startup+643.074 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10968
/proc/meminfo: memFree=1411168/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=642.32
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9295 0 1 0 64219 13 0 0 25 0 8 0 273226748 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073957820 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9023 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 915584

[startup+703.147 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 10968
/proc/meminfo: memFree=1411168/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=702.34
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9295 0 1 0 70221 13 0 0 25 0 8 0 273226748 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073987916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9023 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 915584

[startup+763.214 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 10968
/proc/meminfo: memFree=1411232/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=762.34
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9295 0 1 0 76221 13 0 0 25 0 8 0 273226748 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073988285 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9023 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 915584

[startup+823.274 s]
/proc/loadavg: 2.15 2.05 2.01 3/93 10968
/proc/meminfo: memFree=1411232/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=822.32
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9295 0 1 0 82219 13 0 0 25 0 8 0 273226748 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073939938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9023 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 915584

[startup+883.332 s]
/proc/loadavg: 2.06 2.04 2.01 3/93 10968
/proc/meminfo: memFree=1411232/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=882.32
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9295 0 1 0 88219 13 0 0 25 0 8 0 273226748 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073922356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9023 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 915584

[startup+943.398 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 10968
/proc/meminfo: memFree=1411232/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=942.31
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9297 0 1 0 94218 13 0 0 25 0 8 0 273226748 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073957832 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9025 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 915584

[startup+1003.47 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 10968
/proc/meminfo: memFree=1411168/2055920 swapFree=4173628/4192956
[pid=10958] ppid=10956 vsize=915584 CPUtime=1002.31
/proc/10958/stat : 10958 (java) R 10956 10958 10031 0 -1 0 9297 0 1 0 100217 14 0 0 25 0 8 0 273226748 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073941462 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10958/statm: 228896 9025 2532 14 0 215366 0
[pid=10958/tid=10960] ppid=10956 vsize=915584 CPUtime=0.03
/proc/10958/task/10960/stat : 10960 (java) S 10956 10958 10031 0 -1 64 308 0 0 0 3 0 0 0 16 0 8 0 273226751 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10961] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10961/stat : 10961 (java) S 10956 10958 10031 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 273226752 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10962] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10962/stat : 10962 (java) S 10956 10958 10031 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 273226752 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10963] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10963/stat : 10963 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10964] ppid=10956 vsize=915584 CPUtime=0.28
/proc/10958/task/10964/stat : 10964 (java) S 10956 10958 10031 0 -1 64 429 0 0 0 27 1 0 0 16 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10965] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10965/stat : 10965 (java) S 10956 10958 10031 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10958/tid=10966] ppid=10956 vsize=915584 CPUtime=0
/proc/10958/task/10966/stat : 10966 (java) S 10956 10958 10031 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 273226755 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 1019.13
CPU time (s): 1017.95
CPU user time (s): 1017.81
CPU system time (s): 0.147977
CPU usage (%): 99.8843
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1017.81
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9394
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= 21968
involuntary context switches= 28677

runsolver used 1.34679 s user time and 3.18352 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Fri Jan 19 23:11:59 UTC 2007


IDJOB= 276868
IDBENCH= 6089
IDSOLVER= 68
FILE ID= node15/276868-1169248319

PBS_JOBID= 3589051

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-37_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276868-1169248319/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-276868-1169248319 -o ROOT/results/node15/solver-276868-1169248319 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276868-1169248319/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  135bc134ed6aa591cd505db5603a8393

RANDOM SEED= 539053487

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.276
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.276
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:       1437880 kB
Buffers:         51956 kB
Cached:         454692 kB
SwapCached:       5936 kB
Active:         190752 kB
Inactive:       353208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437880 kB
SwapTotal:     4192956 kB
SwapFree:      4173628 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          48284 kB
Slab:            58704 kB
Committed_AS:  8299464 kB
PageTables:       2344 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node15 on Fri Jan 19 23:28:58 UTC 2007