Trace number 275717

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 EPFCMSAT (TO) 2400.08 2411.06

General information on the benchmark

NameschurrLemma/
lemma-20-9-mod.xml
MD5SUM7add833502390878635fd0edd68b9d5e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints83
Best CPU time to get the best result obtained on this benchmark2400.07
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints90
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/275717-1169225845/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.39	       =>  wckTime=0.093  cpuTime=0.09  mem=6M887
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.49	     nbConstraints=90  nbConflictsStructures=1  nbSharedConflictsStructures=89  nbSharedBinaryRepresentations=0
0.49	     nbEvaluationManagers=1  nbSharedEvaluationManagers=89  maxDegree=18  maxArity=3
0.49	       =>  wckTime=0.193  cpuTime=0.15  mem=8M837
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.57	       =>  wckTime=0.272  cpuTime=0.19  mem=5M403
0.57	
0.57	s SATISFIABLE
0.57	o 67
0.57	c 23
0.58	o 70
0.58	c 20
0.58	o 73
0.58	c 17
0.58	o 75
0.58	c 15
0.58	o 76
0.58	c 14
0.58	o 78
0.58	c 12
0.58	o 81
0.58	c 9
0.61	o 82
0.61	c 8
0.61	o 83
0.61	c 7
5.79	   
5.79	   search
5.79	     run=0  nbConstraintChecks=10726327  nbAssignments=10000
5.79	       =>  wckTime=5.224  cpuTime=5.19  mem=5M403
10.77	   
10.77	   search
10.77	     run=1  nbConstraintChecks=21505904  nbAssignments=20000
10.77	       =>  wckTime=10.205  cpuTime=10.15  mem=5M403
15.75	   
15.75	   search
15.75	     run=2  nbConstraintChecks=32255550  nbAssignments=30000
15.75	       =>  wckTime=15.179  cpuTime=15.1  mem=5M403
20.82	   
20.82	   search
20.82	     run=3  nbConstraintChecks=43082158  nbAssignments=40000
20.82	       =>  wckTime=20.249  cpuTime=20.13  mem=5M403
25.82	   
25.82	   search
25.82	     run=4  nbConstraintChecks=53812165  nbAssignments=50000
25.82	       =>  wckTime=25.25  cpuTime=25.11  mem=5M403
30.77	   
30.78	   search
30.78	     run=5  nbConstraintChecks=64527518  nbAssignments=59921
30.78	       =>  wckTime=30.206  cpuTime=30.05  mem=5M403
30.78	   
30.78	   global
30.78	     nbConstraintChecks=64527518  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.78	     solvingWckTime=30.204  solvingCpuTime=30.05  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.78	     globalCpuTime=30.29
30.78	       =>  wckTime=30.478  cpuTime=30.24  mem=5M403
30.78	   
30.78	   solver IterativeSystematicSolver being built... 
30.91	       =>  wckTime=30.614  cpuTime=30.35  mem=16M551
30.97	   
30.97	   preprocessing
30.97	     nbConstraintChecks=20147  nbValidityChecks=18316  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.97	     nbRemovedValues=0  detectedInconsistency=no
30.97	       =>  wckTime=0.051  cpuTime=0.02  mem=16M551
30.99	   
30.99	   search
30.99	     run=0  nbConstraintChecks=11796  nbValidityChecks=21223  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.99	     nbAssignments=31  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=52  nbRestartNogoods=0
30.99	       =>  wckTime=0.071  cpuTime=0.05  mem=16M551
31.02	   
31.02	   search
31.02	     run=1  nbConstraintChecks=29684  nbValidityChecks=67139  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.02	     nbAssignments=80  nbFailedAssignments=35  nbBacktracks=25  nbVisitedNodes=141  nbRestartNogoods=5
31.02	       =>  wckTime=0.108  cpuTime=0.08  mem=16M551
31.06	   
31.06	   search
31.06	     run=2  nbConstraintChecks=55148  nbValidityChecks=129675  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.06	     nbAssignments=147  nbFailedAssignments=69  nbBacktracks=47  nbVisitedNodes=264  nbRestartNogoods=9
31.06	       =>  wckTime=0.143  cpuTime=0.11  mem=16M551
31.11	   
31.11	   search
31.11	     run=3  nbConstraintChecks=103273  nbValidityChecks=234259  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.11	     nbAssignments=248  nbFailedAssignments=127  nbBacktracks=80  nbVisitedNodes=456  nbRestartNogoods=18
31.11	       =>  wckTime=0.198  cpuTime=0.16  mem=16M551
31.18	   
31.18	   search
31.18	     run=4  nbConstraintChecks=156256  nbValidityChecks=374053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.18	     nbAssignments=373  nbFailedAssignments=192  nbBacktracks=130  nbVisitedNodes=694  nbRestartNogoods=22
31.18	       =>  wckTime=0.265  cpuTime=0.23  mem=16M551
31.25	   
31.25	   search
31.25	     run=5  nbConstraintChecks=211531  nbValidityChecks=549930  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.25	     nbAssignments=576  nbFailedAssignments=309  nbBacktracks=205  nbVisitedNodes=1089  nbRestartNogoods=25
31.25	       =>  wckTime=0.34  cpuTime=0.3  mem=16M551
31.41	   
31.41	   search
31.41	     run=6  nbConstraintChecks=360463  nbValidityChecks=885137  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.41	     nbAssignments=895  nbFailedAssignments=504  nbBacktracks=318  nbVisitedNodes=1716  nbRestartNogoods=35
31.41	       =>  wckTime=0.494  cpuTime=0.45  mem=16M551
31.57	   
31.57	   search
31.57	     run=7  nbConstraintChecks=484603  nbValidityChecks=1227130  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.57	     nbAssignments=1314  nbFailedAssignments=743  nbBacktracks=488  nbVisitedNodes=2544  nbRestartNogoods=41
31.57	       =>  wckTime=0.653  cpuTime=0.61  mem=16M551
31.91	   
31.91	   search
31.91	     run=8  nbConstraintChecks=803752  nbValidityChecks=1951107  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.91	     nbAssignments=2006  nbFailedAssignments=1169  nbBacktracks=744  nbVisitedNodes=3916  nbRestartNogoods=48
31.91	       =>  wckTime=0.993  cpuTime=0.93  mem=16M551
32.29	   
32.29	   search
32.29	     run=9  nbConstraintChecks=1145845  nbValidityChecks=2840246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.29	     nbAssignments=2985  nbFailedAssignments=1754  nbBacktracks=1129  nbVisitedNodes=5861  nbRestartNogoods=59
32.29	       =>  wckTime=1.375  cpuTime=1.3  mem=16M551
32.82	   
32.82	   search
32.82	     run=10  nbConstraintChecks=1580859  nbValidityChecks=4109446  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.82	     nbAssignments=4416  nbFailedAssignments=2598  nbBacktracks=1705  nbVisitedNodes=8712  nbRestartNogoods=66
32.82	       =>  wckTime=1.904  cpuTime=1.82  mem=16M551
33.82	   
33.82	   search
33.82	     run=11  nbConstraintChecks=2529300  nbValidityChecks=6517564  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.82	     nbAssignments=6735  nbFailedAssignments=4044  nbBacktracks=2569  nbVisitedNodes=13330  nbRestartNogoods=83
33.82	       =>  wckTime=2.908  cpuTime=2.83  mem=16M551
34.92	   
34.92	   search
34.92	     run=12  nbConstraintChecks=3319121  nbValidityChecks=9395574  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.92	     nbAssignments=9826  nbFailedAssignments=5827  nbBacktracks=3866  nbVisitedNodes=19493  nbRestartNogoods=90
34.92	       =>  wckTime=4.003  cpuTime=3.92  mem=16M551
36.77	   
36.77	   search
36.77	     run=13  nbConstraintChecks=4858312  nbValidityChecks=14001344  nbPropagations=0  nbRevisions=0
36.77	     nbUselessRevisions=0  nbAssignments=14752  nbFailedAssignments=8796  nbBacktracks=5813  nbVisitedNodes=29329
36.77	     nbRestartNogoods=106
36.77	       =>  wckTime=5.856  cpuTime=5.76  mem=16M551
40.38	   
40.38	   search
40.38	     run=14  nbConstraintChecks=8524017  nbValidityChecks=22399719  nbPropagations=0  nbRevisions=0
40.38	     nbUselessRevisions=0  nbAssignments=22683  nbFailedAssignments=13798  nbBacktracks=8732  nbVisitedNodes=45162
40.38	     nbRestartNogoods=119
40.38	       =>  wckTime=9.463  cpuTime=9.36  mem=16M551
46.19	   
46.19	   search
46.19	     run=15  nbConstraintChecks=14836891  nbValidityChecks=35624201  nbPropagations=0  nbRevisions=0
46.19	     nbUselessRevisions=0  nbAssignments=34409  nbFailedAssignments=21136  nbBacktracks=13110  nbVisitedNodes=68563
46.20	     nbRestartNogoods=130
46.20	       =>  wckTime=15.281  cpuTime=15.14  mem=16M551
55.13	   
55.13	   search
55.13	     run=16  nbConstraintChecks=24993781  nbValidityChecks=56276307  nbPropagations=0  nbRevisions=0
55.13	     nbUselessRevisions=0  nbAssignments=52102  nbFailedAssignments=32250  nbBacktracks=19678  nbVisitedNodes=103916
55.13	     nbRestartNogoods=140
55.13	       =>  wckTime=24.213  cpuTime=24.04  mem=16M551
66.19	   
66.19	   search
66.19	     run=17  nbConstraintChecks=36301359  nbValidityChecks=81814089  nbPropagations=0  nbRevisions=0
66.19	     nbUselessRevisions=0  nbAssignments=78112  nbFailedAssignments=48397  nbBacktracks=29530  nbVisitedNodes=155873
66.19	     nbRestartNogoods=153
66.19	       =>  wckTime=35.273  cpuTime=35.03  mem=16M551
83.39	   
83.39	   search
83.39	     run=18  nbConstraintChecks=55581005  nbValidityChecks=121687550  nbPropagations=0  nbRevisions=0
83.39	     nbUselessRevisions=0  nbAssignments=116311  nbFailedAssignments=71806  nbBacktracks=44308  nbVisitedNodes=232033
83.39	     nbRestartNogoods=172
83.39	       =>  wckTime=52.472  cpuTime=52.16  mem=16M551
113.44	   
113.44	   search
113.44	     run=19  nbConstraintChecks=93281876  nbValidityChecks=191377200  nbPropagations=0  nbRevisions=0
113.44	     nbUselessRevisions=0  nbAssignments=172710  nbFailedAssignments=106028  nbBacktracks=66476  nbVisitedNodes=344095
113.44	     nbRestartNogoods=188
113.44	       =>  wckTime=82.527  cpuTime=82.07  mem=16M551
160.35	   
160.35	   search
160.35	     run=20  nbConstraintChecks=155855313  nbValidityChecks=298368159  nbPropagations=0  nbRevisions=0
160.35	     nbUselessRevisions=0  nbAssignments=251840  nbFailedAssignments=151897  nbBacktracks=99728  nbVisitedNodes=499453
160.35	     nbRestartNogoods=201
160.35	       =>  wckTime=129.438  cpuTime=128.77  mem=16M551
240.35	   
240.35	   search
240.35	     run=21  nbConstraintChecks=271006290  nbValidityChecks=477404520  nbPropagations=0  nbRevisions=0
240.35	     nbUselessRevisions=0  nbAssignments=369434  nbFailedAssignments=219607  nbBacktracks=149606  nbVisitedNodes=728099
240.35	     nbRestartNogoods=214
240.35	       =>  wckTime=209.437  cpuTime=208.38  mem=16M551
357.97	   
357.97	   search
357.97	     run=22  nbConstraintChecks=440972043  nbValidityChecks=738826921  nbPropagations=0  nbRevisions=0
357.97	     nbUselessRevisions=0  nbAssignments=539792  nbFailedAssignments=315140  nbBacktracks=224424  nbVisitedNodes=1057447
357.97	     nbRestartNogoods=229
357.97	       =>  wckTime=327.056  cpuTime=325.39  mem=16M551
533.00	   
533.00	   search
533.00	     run=23  nbConstraintChecks=696555483  nbValidityChecks=1129914807  nbPropagations=0  nbRevisions=0
533.00	     nbUselessRevisions=0  nbAssignments=795085  nbFailedAssignments=458197  nbBacktracks=336651  nbVisitedNodes=1553421
533.00	     nbRestartNogoods=245
533.00	       =>  wckTime=502.083  cpuTime=499.62  mem=16M551
800.21	   
800.21	   search
800.21	     run=24  nbConstraintChecks=1087110675  nbValidityChecks=1725934378  nbPropagations=0  nbRevisions=0
800.21	     nbUselessRevisions=0  nbAssignments=1180277  nbFailedAssignments=675040  nbBacktracks=504992
800.21	     nbVisitedNodes=2299374  nbRestartNogoods=263
800.21	       =>  wckTime=769.295  cpuTime=765.64  mem=16M551
1189.39	   
1189.39	   search
1189.39	     run=25  nbConstraintChecks=1640316377  nbValidityChecks=2595678893  nbPropagations=0  nbRevisions=0
1189.39	     nbUselessRevisions=0  nbAssignments=1756461  nbFailedAssignments=998703  nbBacktracks=757503
1189.39	     nbVisitedNodes=3415942  nbRestartNogoods=285
1189.39	       =>  wckTime=1158.476  cpuTime=1153.09  mem=16M551
1725.22	   
1725.22	   search
1725.22	     run=26  nbConstraintChecks=2395775570  nbValidityChecks=3796739700  nbPropagations=0  nbRevisions=0
1725.22	     nbUselessRevisions=0  nbAssignments=2582295  nbFailedAssignments=1445760  nbBacktracks=1136270
1725.22	     nbVisitedNodes=5007734  nbRestartNogoods=313
1725.22	       =>  wckTime=1694.303  cpuTime=1686.49  mem=16M551
2411.03	v 3 4 7 4 2 8 5 0 6 2 1 8 1 5 2 0 6 8 7 2 

Verifier Data (download as text)

7 unsatisfied constraints, 83 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/node56/watcher-275717-1169225845 -o ROOT/results/node56/solver-275717-1169225845 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275717-1169225845/unknown.xml 

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

/proc/loadavg: 0.85 0.97 1.18 4/70 19706
/proc/meminfo: memFree=1542664/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=1784 CPUtime=0
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 270982654 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19705/statm: 446 160 125 14 0 91 0

[startup+0.105461 s]
/proc/loadavg: 0.85 0.97 1.18 4/70 19706
/proc/meminfo: memFree=1542664/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=914988 CPUtime=0.09
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 3018 0 1 0 7 2 0 0 23 0 8 0 270982654 936947712 2764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153794548 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228747 2764 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513505 s]
/proc/loadavg: 0.85 0.97 1.18 4/70 19706
/proc/meminfo: memFree=1542664/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=0.49
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 6556 0 1 0 44 5 0 0 25 0 8 0 270982654 937443328 6294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 6294 2185 14 0 215338 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915472

[startup+1.33558 s]
/proc/loadavg: 0.85 0.97 1.18 3/87 19723
/proc/meminfo: memFree=1507776/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=1.31
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 7016 0 1 0 119 12 0 0 25 0 8 0 270982654 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600544 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 6754 2499 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.1
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 319 0 0 0 9 1 0 0 16 0 8 0 270982662 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 6754 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) 915472

[startup+2.98774 s]
/proc/loadavg: 0.94 0.98 1.19 4/87 19723
/proc/meminfo: memFree=1507648/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915476 CPUtime=2.96
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 7019 0 1 0 270 26 0 0 25 0 8 0 270982654 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228869 6756 2499 14 0 215339 0
[pid=19705/tid=19710] ppid=19694 vsize=915476 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982658 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915476 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915476 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915476 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915476 CPUtime=0.1
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 321 0 0 0 9 1 0 0 16 0 8 0 270982662 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915476 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915476 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937447424 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915476

[startup+6.26606 s]
/proc/loadavg: 0.94 0.98 1.19 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=6.22
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 7022 0 1 0 571 51 0 0 25 0 8 0 270982654 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073598978 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 6759 2499 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.11
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 324 0 0 0 10 1 0 0 16 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915472

[startup+12.7497 s]
/proc/loadavg: 1.10 1.02 1.20 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=12.68
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 7022 0 1 0 1171 97 0 0 25 0 8 0 270982654 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073602278 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 6759 2499 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.11
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 324 0 0 0 10 1 0 0 16 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915472

[startup+25.5789 s]
/proc/loadavg: 1.24 1.05 1.20 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=25.44
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 7022 0 1 0 2344 200 0 0 25 0 8 0 270982654 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073631114 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 6759 2499 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.11
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 324 0 0 0 10 1 0 0 16 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 6759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915472

[startup+51.2735 s]
/proc/loadavg: 1.50 1.12 1.22 3/87 19723
/proc/meminfo: memFree=1491200/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=51.02
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9136 0 1 0 4862 240 0 0 25 0 8 0 270982654 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073597779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8869 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 382 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8869 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 915472

[startup+102.547 s]
/proc/loadavg: 1.80 1.27 1.27 3/87 19723
/proc/meminfo: memFree=1491136/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=102.07
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9145 0 1 0 9967 240 0 0 25 0 8 0 270982654 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8878 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 383 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 915472

[startup+162.556 s]
/proc/loadavg: 1.92 1.40 1.31 3/87 19723
/proc/meminfo: memFree=1491072/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=161.8
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9150 0 1 0 15940 240 0 0 25 0 8 0 270982654 937443328 8883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746159 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2013.69
Current children cumulated vsize (KiB) 915472

[startup+2082.93 s]
/proc/loadavg: 2.00 2.00 1.88 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2073.44
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 207091 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073603465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2073.44
Current children cumulated vsize (KiB) 915472

[startup+2142.94 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2133.17
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 213064 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073767946 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2133.17
Current children cumulated vsize (KiB) 915472

[startup+2202.95 s]
/proc/loadavg: 2.00 2.00 1.90 4/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2192.91
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 219038 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768003 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2192.91
Current children cumulated vsize (KiB) 915472

[startup+2262.96 s]
/proc/loadavg: 2.08 2.03 1.91 3/87 19923
/proc/meminfo: memFree=1490432/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2252.65
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 225012 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918585 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2252.65
Current children cumulated vsize (KiB) 915472

[startup+2322.97 s]
/proc/loadavg: 2.03 2.02 1.91 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2312.38
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 230985 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073743528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2312.38
Current children cumulated vsize (KiB) 915472

[startup+2382.98 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 19923
/proc/meminfo: memFree=1490432/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2372.13
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 236960 253 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073780733 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2372.13
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.02 s]
/proc/loadavg: 2.03 2.03 1.92 2/75 19935
/proc/meminfo: memFree=1517536/2055920 swapFree=4184804/4192956
[pid=19705] ppid=19694 vsize=915472 CPUtime=2400.04
/proc/19705/stat : 19705 (java) R 19694 19705 19570 0 -1 0 9171 0 1 0 239750 254 0 0 25 0 8 0 270982654 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073597746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19705/statm: 228868 8901 2551 14 0 215338 0
[pid=19705/tid=19710] ppid=19694 vsize=915472 CPUtime=0.02
/proc/19705/task/19710/stat : 19710 (java) S 19694 19705 19570 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982658 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19711] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19711/stat : 19711 (java) S 19694 19705 19570 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19712] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19694 19705 19570 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982659 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19716] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19716/stat : 19716 (java) S 19694 19705 19570 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19717] ppid=19694 vsize=915472 CPUtime=0.2
/proc/19705/task/19717/stat : 19717 (java) S 19694 19705 19570 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19718] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19718/stat : 19718 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19705/tid=19719] ppid=19694 vsize=915472 CPUtime=0
/proc/19705/task/19719/stat : 19719 (java) S 19694 19705 19570 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270982662 937443328 8901 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2411.06
CPU time (s): 2400.08
CPU user time (s): 2397.53
CPU system time (s): 2.54961
CPU usage (%): 99.5447
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.53
system time used= 2.54961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9199
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= 49904
involuntary context switches= 80444

runsolver used 2.08468 s user time and 6.53201 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Fri Jan 19 16:57:25 UTC 2007


IDJOB= 275717
IDBENCH= 4586
IDSOLVER= 68
FILE ID= node56/275717-1169225845

PBS_JOBID= 3589244

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-20-9-mod.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275717-1169225845/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-275717-1169225845 -o ROOT/results/node56/solver-275717-1169225845 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275717-1169225845/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7add833502390878635fd0edd68b9d5e

RANDOM SEED= 226793301

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.232
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.232
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:       1543144 kB
Buffers:         34284 kB
Cached:         393736 kB
SwapCached:       2216 kB
Active:          91700 kB
Inactive:       350816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543144 kB
SwapTotal:     4192956 kB
SwapFree:      4184804 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          21680 kB
Slab:            55856 kB
Committed_AS:  4831336 kB
PageTables:       1772 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 node56 on Fri Jan 19 17:37:36 UTC 2007