Trace number 276230

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 PFCOPTIMUM 1434.21 1435.93

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-57021_ext.xml
MD5SUM656731a78971893f85baaac0920e1a7e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints275
Best CPU time to get the best result obtained on this benchmark138.468
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
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.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=pfc.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/276230-1169233664/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.43	       =>  wckTime=0.094  cpuTime=0.09  mem=6M910
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.64	     nbConstraints=276  nbRelationTypes=276  nbExtensionStructures=276  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=276  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=888  maxDegree=23
0.64	     maxArity=2
0.64	       =>  wckTime=0.3  cpuTime=0.22  mem=13M769
0.68	   
0.68	   solver LocalSearchSolver being built... 
0.72	       =>  wckTime=0.384  cpuTime=0.26  mem=6M128
0.73	
0.73	s SATISFIABLE
0.73	o 210
0.73	c 66
0.73	o 217
0.73	c 59
0.73	o 224
0.73	c 52
0.73	o 229
0.73	c 47
0.73	o 234
0.73	c 42
0.73	o 238
0.73	c 38
0.73	o 242
0.73	c 34
0.73	o 244
0.73	c 32
0.73	o 248
0.73	c 28
0.74	o 250
0.74	c 26
0.74	o 252
0.74	c 24
0.74	o 253
0.74	c 23
0.74	o 255
0.74	c 21
0.74	o 256
0.74	c 20
0.74	o 257
0.74	c 19
0.75	o 258
0.75	c 18
0.75	o 259
0.75	c 17
0.75	o 260
0.75	c 16
0.75	o 261
0.75	c 15
0.76	o 265
0.76	c 11
0.76	o 267
0.76	c 9
0.77	o 268
0.77	c 8
0.78	o 270
0.78	c 6
0.80	o 271
0.80	c 5
0.84	o 272
0.84	c 4
0.88	o 273
0.88	c 3
0.91	o 274
0.91	c 2
2.07	o 275
2.07	c 1
2.07	   
2.07	   search
2.07	     run=0  nbConstraintChecks=10238626  nbAssignments=4485
2.07	       =>  wckTime=1.349  cpuTime=1.33  mem=6M128
2.07	   
2.07	   global
2.07	     nbConstraintChecks=10238626  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.07	     solvingWckTime=1.347  solvingCpuTime=1.32  expiredTime=no  totalExploration=no  nbFoundSolutions=0
2.07	     globalCpuTime=1.63
2.07	       =>  wckTime=1.734  cpuTime=1.59  mem=6M128
2.07	   
2.07	   solver IterativeSystematicSolver being built... 
2.19	       =>  wckTime=1.851  cpuTime=1.68  mem=17M52
2.20	   
2.20	   preprocessing
2.20	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.20	     detectedInconsistency=no
2.20	       =>  wckTime=0.0060  cpuTime=0.01  mem=17M52
2.26	   
2.26	   search
2.26	     run=0  nbConstraintChecks=129883  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35
2.26	     nbFailedAssignments=20  nbBacktracks=10  nbVisitedNodes=66  nbRestartNogoods=0
2.26	       =>  wckTime=0.07  cpuTime=0.05  mem=17M52
2.33	   
2.33	   search
2.33	     run=1  nbConstraintChecks=379431  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=100
2.33	     nbFailedAssignments=65  nbBacktracks=25  nbVisitedNodes=191  nbRestartNogoods=19
2.33	       =>  wckTime=0.145  cpuTime=0.12  mem=17M52
2.41	   
2.41	   search
2.41	     run=2  nbConstraintChecks=766932  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=207
2.41	     nbFailedAssignments=146  nbBacktracks=47  nbVisitedNodes=401  nbRestartNogoods=30
2.41	       =>  wckTime=0.223  cpuTime=0.2  mem=17M52
2.51	   
2.51	   search
2.51	     run=3  nbConstraintChecks=1291693  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=344
2.51	     nbFailedAssignments=245  nbBacktracks=80  nbVisitedNodes=670  nbRestartNogoods=33
2.51	       =>  wckTime=0.323  cpuTime=0.3  mem=17M52
2.66	   
2.66	   search
2.66	     run=4  nbConstraintChecks=2084204  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=558
2.66	     nbFailedAssignments=404  nbBacktracks=130  nbVisitedNodes=1093  nbRestartNogoods=63
2.66	       =>  wckTime=0.472  cpuTime=0.45  mem=17M52
2.88	   
2.88	   search
2.88	     run=5  nbConstraintChecks=3156847  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=868
2.88	     nbFailedAssignments=634  nbBacktracks=205  nbVisitedNodes=1708  nbRestartNogoods=73
2.88	       =>  wckTime=0.69  cpuTime=0.65  mem=17M52
3.19	   
3.19	   search
3.19	     run=6  nbConstraintChecks=4742915  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1316
3.19	     nbFailedAssignments=963  nbBacktracks=318  nbVisitedNodes=2598  nbRestartNogoods=100
3.19	       =>  wckTime=1.0  cpuTime=0.95  mem=17M52
3.73	   
3.73	   search
3.73	     run=7  nbConstraintChecks=7519461  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2037
3.73	     nbFailedAssignments=1510  nbBacktracks=488  nbVisitedNodes=4036  nbRestartNogoods=111
3.73	       =>  wckTime=1.537  cpuTime=1.47  mem=17M52
4.37	   
4.37	   search
4.37	     run=8  nbConstraintChecks=10920732  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2973
4.37	     nbFailedAssignments=2185  nbBacktracks=744  nbVisitedNodes=5903  nbRestartNogoods=143
4.37	       =>  wckTime=2.184  cpuTime=2.12  mem=17M52
5.45	   
5.45	   search
5.45	     run=9  nbConstraintChecks=16735616  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4447
5.45	     nbFailedAssignments=3269  nbBacktracks=1128  nbVisitedNodes=8845  nbRestartNogoods=159
5.45	       =>  wckTime=3.265  cpuTime=3.2  mem=17M52
6.91	   
6.91	   search
6.91	     run=10  nbConstraintChecks=24510638  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6392
6.91	     nbFailedAssignments=4633  nbBacktracks=1704  nbVisitedNodes=12726  nbRestartNogoods=176
6.91	       =>  wckTime=4.722  cpuTime=4.63  mem=17M52
8.93	   
8.93	   search
8.93	     run=11  nbConstraintChecks=35437836  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9032
8.93	     nbFailedAssignments=6404  nbBacktracks=2568  nbVisitedNodes=17886  nbRestartNogoods=194
8.93	       =>  wckTime=6.745  cpuTime=6.65  mem=17M52
11.49	   
11.49	   search
11.49	     run=12  nbConstraintChecks=49194587  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12376
11.49	     nbFailedAssignments=8447  nbBacktracks=3865  nbVisitedNodes=24208  nbRestartNogoods=212
11.49	       =>  wckTime=9.298  cpuTime=9.2  mem=17M52
14.73	   
14.73	   search
14.73	     run=13  nbConstraintChecks=66844496  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16609
14.73	     nbFailedAssignments=10728  nbBacktracks=5811  nbVisitedNodes=31693  nbRestartNogoods=222
14.73	       =>  wckTime=12.542  cpuTime=12.44  mem=17M52
19.24	   
19.24	   search
19.24	     run=14  nbConstraintChecks=91570999  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22725
19.24	     nbFailedAssignments=13920  nbBacktracks=8730  nbVisitedNodes=42269  nbRestartNogoods=236
19.24	       =>  wckTime=17.052  cpuTime=16.95  mem=17M52
25.83	   
25.83	   search
25.83	     run=15  nbConstraintChecks=127851330  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31484
25.83	     nbFailedAssignments=18295  nbBacktracks=13109  nbVisitedNodes=57220  nbRestartNogoods=255
25.83	       =>  wckTime=23.639  cpuTime=23.54  mem=17M52
35.75	   
35.75	   search
35.75	     run=16  nbConstraintChecks=182064741  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=44651
35.75	     nbFailedAssignments=24889  nbBacktracks=19677  nbVisitedNodes=79705  nbRestartNogoods=266
35.75	       =>  wckTime=33.557  cpuTime=33.45  mem=17M52
50.63	   
50.63	   search
50.63	     run=17  nbConstraintChecks=263664130  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=64086
50.63	     nbFailedAssignments=34467  nbBacktracks=29529  nbVisitedNodes=112875  nbRestartNogoods=291
50.63	       =>  wckTime=48.443  cpuTime=48.29  mem=17M52
72.72	   
72.72	   search
72.72	     run=18  nbConstraintChecks=385300816  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=93072
72.72	     nbFailedAssignments=48670  nbBacktracks=44307  nbVisitedNodes=162089  nbRestartNogoods=308
72.72	       =>  wckTime=70.534  cpuTime=70.37  mem=17M52
104.74	   
104.74	   search
104.74	     run=19  nbConstraintChecks=560883153  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=135906
104.74	     nbFailedAssignments=69331  nbBacktracks=66475  nbVisitedNodes=234124  nbRestartNogoods=327
104.74	       =>  wckTime=102.551  cpuTime=102.35  mem=17M52
151.82	   
151.82	   search
151.82	     run=20  nbConstraintChecks=818481695  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=199623
151.82	     nbFailedAssignments=99792  nbBacktracks=99727  nbVisitedNodes=341147  nbRestartNogoods=347
151.82	       =>  wckTime=149.627  cpuTime=149.37  mem=17M52
222.46	   
222.46	   search
222.46	     run=21  nbConstraintChecks=1207038626  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=295336
222.46	     nbFailedAssignments=145621  nbBacktracks=149606  nbVisitedNodes=501799  nbRestartNogoods=373
222.46	       =>  wckTime=220.276  cpuTime=219.96  mem=17M52
329.83	   
329.83	   search
329.83	     run=22  nbConstraintChecks=1795974097  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=438641
329.83	     nbFailedAssignments=214104  nbBacktracks=224424  nbVisitedNodes=742537  nbRestartNogoods=381
329.83	       =>  wckTime=327.641  cpuTime=327.19  mem=17M52
488.39	   
488.39	   search
488.39	     run=23  nbConstraintChecks=2666058671  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=652602
488.39	     nbFailedAssignments=315833  nbBacktracks=336652  nbVisitedNodes=1101602  nbRestartNogoods=396
488.39	       =>  wckTime=486.201  cpuTime=485.59  mem=17M52
730.36	   
730.36	   search
730.36	     run=24  nbConstraintChecks=3997422549  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=973708
730.36	     nbFailedAssignments=468593  nbBacktracks=504994  nbVisitedNodes=1641100  nbRestartNogoods=405
730.36	       =>  wckTime=728.169  cpuTime=727.27  mem=17M52
1094.06	   
1094.06	   search
1094.06	     run=25  nbConstraintChecks=5994358556  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1456192
1094.06	     nbFailedAssignments=698562  nbBacktracks=757505  nbVisitedNodes=2451846  nbRestartNogoods=415
1094.06	       =>  wckTime=1091.871  cpuTime=1090.57  mem=17M52
1435.89	   
1435.89	   search
1435.89	     run=26  nbConstraintChecks=7871462714  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1911221
1435.89	     nbFailedAssignments=915544  nbBacktracks=995553  nbVisitedNodes=3216242  nbRestartNogoods=439
1435.89	       =>  wckTime=1433.699  cpuTime=1432.0  mem=17M52
1435.89	   
1435.89	   global
1435.89	     nbConstraintChecks=7871462714  nbRestartNogoods=439  solvingWckTime=1433.701  solvingCpuTime=1432.0  expiredTime=no
1435.89	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1433.72
1435.89	       =>  wckTime=1435.552  cpuTime=1433.68  mem=17M52
1435.89	
1435.89	s OPTIMUM FOUND
1435.89	v 10 8 12 11 22 1 5 18 19 8 0 21 3 11 21 15 5 20 12 1 22 15 4 8 
1435.89	   
1435.89	   totalWckTime=1435.626  totalCpuTime=1433.72

Verifier Data (download as text)

1 unsatisfied constraints, 275 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/node3/watcher-276230-1169233664 -o ROOT/results/node3/solver-276230-1169233664 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276230-1169233664/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: 2.08 2.02 2.00 4/87 22222
/proc/meminfo: memFree=1322768/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=172 CPUtime=0
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 271762026 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/22221/statm: 43 24 18 14 0 3 0

[startup+0.107516 s]
/proc/loadavg: 2.08 2.02 2.00 4/87 22222
/proc/meminfo: memFree=1322768/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=907808 CPUtime=0.05
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 2425 0 1 0 4 1 0 0 20 0 4 0 271762026 929595392 2172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 226952 2173 1199 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515583 s]
/proc/loadavg: 2.08 2.02 2.00 4/87 22222
/proc/meminfo: memFree=1322768/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915332 CPUtime=0.45
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 6780 0 1 0 42 3 0 0 25 0 8 0 271762026 937299968 6519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228833 6520 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915332

[startup+1.33672 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 22229
/proc/meminfo: memFree=1299736/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1.27
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 8446 0 1 0 114 13 0 0 25 0 8 0 271762026 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228867 8184 2476 14 0 215337 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 309 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.14
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 346 0 0 0 14 0 0 0 16 0 8 0 271762038 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915464

[startup+2.97698 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 22229
/proc/meminfo: memFree=1297176/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=2.9
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9160 0 1 0 267 23 0 0 25 0 8 0 271762026 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859269 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8896 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.2
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 385 0 0 0 20 0 0 0 15 0 8 0 271762038 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8896 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915464

[startup+6.27252 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 22229
/proc/meminfo: memFree=1296856/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=6.17
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9186 0 1 0 594 23 0 0 25 0 8 0 271762026 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8919 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 17 0 8 0 271762034 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.23
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 399 0 0 0 22 1 0 0 15 0 8 0 271762038 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915464

[startup+12.7466 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 22229
/proc/meminfo: memFree=1296856/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=12.64
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9195 0 1 0 1241 23 0 0 25 0 8 0 271762026 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882493 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8927 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.23
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 271762038 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915464

[startup+25.6057 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 22229
/proc/meminfo: memFree=1296856/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=25.49
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9201 0 1 0 2526 23 0 0 25 0 8 0 271762026 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828617 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8933 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.23
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 271762038 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915464

[startup+51.2138 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 22229
/proc/meminfo: memFree=1296920/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=51.05
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9210 0 1 0 5082 23 0 0 25 0 8 0 271762026 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856007 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8941 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915464

[startup+102.418 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 22229
/proc/meminfo: memFree=1296856/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=102.21
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9212 0 1 0 10198 23 0 0 25 0 8 0 271762026 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830643 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8943 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 915464

[startup+162.473 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22229
/proc/meminfo: memFree=1296856/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=162.21
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9218 0 1 0 16197 24 0 0 25 0 8 0 271762026 937435136 8948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856021 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 915464

[startup+1063.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1061.93
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9228 0 1 0 106168 25 0 0 25 0 8 0 271762026 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880942 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8958 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8958 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 915464

[startup+1123.25 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1121.93
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 112167 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856135 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 915464

[startup+1183.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1181.88
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 118162 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859285 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 915464

[startup+1243.34 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1241.86
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 124160 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855955 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 915464

[startup+1303.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1301.84
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 130158 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073856108 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 915464

[startup+1363.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1361.8
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 136154 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882500 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 915464

[startup+1423.48 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22231
/proc/meminfo: memFree=1296792/2055920 swapFree=4191880/4192956
[pid=22221] ppid=22219 vsize=915464 CPUtime=1421.79
/proc/22221/stat : 22221 (java) R 22219 22221 21753 0 -1 0 9230 0 1 0 142153 26 0 0 25 0 8 0 271762026 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22221/statm: 228866 8960 2527 14 0 215336 0
[pid=22221/tid=22223] ppid=22219 vsize=915464 CPUtime=0.03
/proc/22221/task/22223/stat : 22223 (java) S 22219 22221 21753 0 -1 64 310 0 0 0 3 0 0 0 16 0 8 0 271762034 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22224] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22224/stat : 22224 (java) S 22219 22221 21753 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22225] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22225/stat : 22225 (java) S 22219 22221 21753 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 271762035 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22226] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22226/stat : 22226 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22227] ppid=22219 vsize=915464 CPUtime=0.24
/proc/22221/task/22227/stat : 22227 (java) S 22219 22221 21753 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22228] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22228/stat : 22228 (java) S 22219 22221 21753 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22221/tid=22229] ppid=22219 vsize=915464 CPUtime=0
/proc/22221/task/22229/stat : 22229 (java) S 22219 22221 21753 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271762038 937435136 8960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 1435.93
CPU time (s): 1434.21
CPU user time (s): 1433.93
CPU system time (s): 0.275958
CPU usage (%): 99.8802
Max. virtual memory (cumulated for all children) (KiB): 915980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.94
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9326
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= 30280
involuntary context switches= 67002

runsolver used 1.78073 s user time and 4.5963 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Jan 19 19:07:44 UTC 2007


IDJOB= 276230
IDBENCH= 5469
IDSOLVER= 69
FILE ID= node3/276230-1169233664

PBS_JOBID= 3588990

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-24/rand-24-24-276-139-57021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276230-1169233664/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-276230-1169233664 -o ROOT/results/node3/solver-276230-1169233664 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276230-1169233664/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  656731a78971893f85baaac0920e1a7e

RANDOM SEED= 802780310

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.279
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.279
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:       1323248 kB
Buffers:         54852 kB
Cached:         545168 kB
SwapCached:        284 kB
Active:         178228 kB
Inactive:       479720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323248 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          70552 kB
Slab:            59736 kB
Committed_AS:  7187740 kB
PageTables:       2064 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= 66560 MiB



End job on node3 on Fri Jan 19 19:31:40 UTC 2007