Trace number 201231

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 156.38 157.136

DiagnosticValue
CHECKS256780280
NODES2509

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-10.xml
MD5SUMf2602ad96a69e7d2880846fdef56c20b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.023
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/201231-1168072275/unknown.xml
0.38	   
0.38	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.66	     nbVariables=1500  nbDomainTypes=13  minDomainSize=42  maxDomainSize=310
0.66	       =>  wckTime=0.336  cpuTime=0.24  mem=22M513
0.66	   
0.66	   predicates being loaded...
0.66	   
0.66	   constraints being loaded...
4.61	   
4.61	   INFO : Stopping converting binary constraints (cpu=4.04, mem = 44M482)
7.59	     nbConstraints=13439  nbMergedConstraints=11970  nbConvertedConstraints=58  nbConvertConstraintsChecks=4791360
7.59	     nbExtensionStructures=52  nbSharedExtensionStructures=6  nbConflictsStructures=52  nbSharedConflictsStructures=6
7.59	     nbSharedBinaryRepresentations=17763  nbEvaluationManagers=8210  nbSharedEvaluationManagers=5171  maxDegree=22
7.59	     maxArity=2
7.59	       =>  wckTime=7.27  cpuTime=6.53  mem=44M509
7.76	   
7.76	   solver IterativeSystematicSolver being built... 
8.28	       =>  wckTime=7.96  cpuTime=6.89  mem=82M962
54.73	   
54.73	   preprocessing
54.73	     nbConstraintChecks=83589221  nbValidityChecks=1182611  nbPropagations=1631  nbRevisions=30614
54.73	     nbUselessRevisions=29491  nbRemovedValues=64087  detectedInconsistency=no
54.73	       =>  wckTime=46.427  cpuTime=45.97  mem=82M962
85.62	   
85.62	   search
85.62	     run=0  nbConstraintChecks=51074932  nbValidityChecks=28247662  nbPropagations=11944  nbRevisions=210581
85.62	     nbUselessRevisions=190089  nbAssignments=224  nbFailedAssignments=49  nbBacktracks=10  nbVisitedNodes=281
85.62	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=53
85.62	       =>  wckTime=77.321  cpuTime=76.72  mem=89M815
98.74	   
98.74	   search
98.74	     run=1  nbConstraintChecks=72713623  nbValidityChecks=59776297  nbPropagations=36138  nbRevisions=641527
98.74	     nbUselessRevisions=572825  nbAssignments=508  nbFailedAssignments=149  nbBacktracks=26  nbVisitedNodes=674
98.74	     nbRestartNogoods=17  mapSize=0  nbInferences=0  nbTooLargeKeys=115
98.74	       =>  wckTime=90.444  cpuTime=89.81  mem=95M221
115.77	   
115.77	   search
115.77	     run=2  nbConstraintChecks=101856685  nbValidityChecks=94626485  nbPropagations=72541  nbRevisions=1288028
115.77	     nbUselessRevisions=1152045  nbAssignments=771  nbFailedAssignments=184  nbBacktracks=48  nbVisitedNodes=989
115.77	     nbRestartNogoods=29  mapSize=21  nbInferences=0  nbTooLargeKeys=170
115.77	       =>  wckTime=107.476  cpuTime=106.82  mem=103M158
131.23	   
131.24	   search
131.24	     run=3  nbConstraintChecks=129437894  nbValidityChecks=121218494  nbPropagations=118007  nbRevisions=2091077
131.24	     nbUselessRevisions=1875747  nbAssignments=959  nbFailedAssignments=221  nbBacktracks=81  nbVisitedNodes=1224
131.24	     nbRestartNogoods=51  mapSize=35  nbInferences=0  nbTooLargeKeys=179
131.24	       =>  wckTime=122.939  cpuTime=122.27  mem=109M707
157.09	   
157.09	   search
157.09	     run=4  nbConstraintChecks=173191059  nbValidityChecks=166737630  nbPropagations=189203  nbRevisions=3256731
157.09	     nbUselessRevisions=2932709  nbAssignments=2509  nbFailedAssignments=264  nbBacktracks=88  nbVisitedNodes=2820
157.09	     nbRestartNogoods=60  mapSize=35  nbInferences=0  nbTooLargeKeys=196
157.09	       =>  wckTime=148.791  cpuTime=148.01  mem=126M320
157.09	   
157.09	   global
157.09	     nbConstraintChecks=256780280  nbValidityChecks=167920241  nbPropagations=190834  nbRevisions=3287345
157.09	     nbUselessRevisions=2962200  nbRestartNogoods=60  solvingWckTime=148.793  solvingCpuTime=148.01  expiredTime=no
157.09	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=154.97
157.09	       =>  wckTime=156.767  cpuTime=154.91  mem=126M320
157.09	   
157.09	s SATISFIABLE
157.09	v -2240 -2548 -2220 -2508 -2468 2488 2444 2160 2272 -2392 2184 2176 2664 -2344 -2696 -2572 2604 -2292 -2696 2160 2160 2576 -2188 -2220 2660 -2452 2476 -2292 -2736 -2500 -2540 -2392 -2220 -2352 2540 -2500 2176 2192 2296 -2620 2648 2336 -2444 2472 2156 -2304 2324 2680 -2280 -2440 -2440 -2164 2684 2184 2608 -2140 2120 -2520 2376 2516 -2732 2480 -2436 2512 2588 2356 -2696 -2212 2132 2172 -2696 2696 2728 -2456 2192 -2720 2460 -2464 2368 -2212 2184 -2500 2220 2636 2540 -2356 -2616 2560 -2152 -2624 -2652 -2588 2152 -2680 -2736 2416 -2572 -2512 2276 -2164 -2736 2388 2120 2684 -2412 2732 2736 2436 2120 2584 -2240 -2256 -2592 -2532 -2252 -2672 2620 2324 2472 -2532 2292 -2620 -2708 2140 2236 -2632 -2696 2560 -2620 -2536 2232 2132 2568 2340 -2312 -2272 -2392 -2384 -2416 -2276 -2372 -2736 -2152 2180 2164 -2532 -2628 2592 2420 -2264 -2336 -2124 -2408 2232 -2684 2140 -2172 2436 2592 -2696 -2216 2536 2216 2192 -2356 -2648 2624 2704 2688 -2176 -2712 -2664 -2148 -2560 -2728 2584 -2552 2524 -2736 2128 -2132 2440 -2188 2400 2688 2288 2500 -2516 -2188 2252 2260 -2312 2512 -2736 -2584 2456 2548 -2192 2656 2160 2556 2296 2664 -2732 2588 -2272 -2580 2136 2412 2380 2184 -2668 -2692 2584 2324 -2436 -2124 -2736 2368 -2392 2544 2208 2508 -2500 2384 2192 -2536 -2644 -2216 -2696 2396 -2556 2404 -2236 -2184 -2120 2484 -2268 -2384 -2340 -2312 -2696 -2268 2532 2348 2696 2120 2260 -2532 -2664 2520 2516 -2136 -2580 2584 2260 -2484 -2696 -2492 2508 2212 -2260 -2332 -2460 -2220 -2304 -2260 -2356 2492 2672 -2272 2152 2184 2552 2292 2276 -2696 -2160 -2352 -2424 2736 -2380 2360 2592 2408 2120 2244 2436 2204 -2660 -2124 -2248 2468 -2120 2592 -2404 2684 -2536 -2508 -2724 -2564 -2696 -2172 2568 -2548 2620 -2692 2516 -2312 -2568 2260 2180 -2700 -2348 -2256 -2604 -2284 -2660 -2676 -2300 2664 -2376 2592 -2236 -2296 -2404 -2732 -2428 -2316 2652 -2348 2408 -2188 2160 2472 -2360 2460 -2300 -2192 2632 2604 -2144 -2268 2296 -2400 -2644 2272 -2736 -2708 2512 2548 -2276 -2596 2496 -2260 -2132 -2380 2420 -2736 -2188 -2636 -2696 -2160 2564 -2524 -2144 2692 -2304 -2340 2160 -2284 -2200 2276 2212 -2676 2656 2296 -2496 -2688 -2604 2120 2608 -2588 -2696 -2380 2208 -2460 -2452 -2212 -2436 -2180 -2468 -2436 -2324 -2164 -2192 2612 2120 -2388 2156 -2228 -2712 -2204 -2172 -2540 2172 -2620 -2544 2420 -2548 -2280 -2204 -2644 -2168 2548 2212 2280 -2736 -2372 2516 -2608 2336 2264 -2308 2192 -2540 2512 -2492 2616 -2732 2736 2476 2692 2644 -2628 -2580 2488 2464 2280 -2384 2512 -2616 2232 -2124 -2160 -2176 2692 -2248 -2600 2728 -2312 -2272 -2440 2592 -2640 2436 2584 -2288 2260 -2708 -2624 -2556 2228 -2128 2660 -2432 -2396 2620 2728 2344 -2680 2248 2328 2596 -2356 2504 2228 -2384 2384 -2492 -2548 -2196 -2256 -2368 -2264 2344 2224 -2696 2276 2308 2692 -2736 2448 -2148 -2172 -2632 -2272 -2396 2668 2404 2288 -2304 2192 2692 2232 2616 -2688 2412 2448 -2260 2352 2532 -2576 -2696 -2628 2124 -2424 -2668 -2216 -2228 -2424 -2632 2252 -2616 2680 2164 2496 2572 -2652 -2460 -2684 2468 -2260 2680 2208 2560 -2388 -2636 -2640 2120 -2500 2120 -2316 -2220 2644 -2396 -2224 -2392 2444 -2620 2308 -2708 2628 -2696 2216 -2576 -2136 -2556 -2420 -2156 -2360 2608 2412 -2184 2120 2636 -2160 -2232 -2340 2616 -2200 2128 -2192 2604 -2332 -2736 2160 -2460 2148 2208 2200 -2148 -2672 -2600 -2568 2640 -2176 -2272 -2616 -2648 2708 -2372 2648 -2356 2688 -2420 2688 -2428 -2132 -2352 2160 -2268 -2580 -2120 -2380 -2212 2140 -2508 2564 2688 2724 2160 -2680 -2600 -2244 -2360 -2620 -2476 -2488 -2160 -2508 -2632 -2308 -2696 -2612 -2168 -2540 -2404 -2360 2200 -2220 -2236 -2628 -2736 -2592 2412 -2340 -2676 2136 -2532 -2180 2644 -2244 -2420 2688 2688 -2320 -2164 -2696 -2300 2400 2628 2516 -2420 -2660 -2440 2660 2640 2404 -2164 -2184 -2396 2268 2560 2628 2524 -2616 -2168 2524 2480 -2548 -2704 2288 2172 -2508 -2308 2632 -2736 -2336 -2440 2628 -2188 2676 -2668 2544 -2316 -2668 -2120 -2600 2276 2556 2248 -2172 -2504 2340 2292 -2580 -2736 -2628 2304 -2588 -2396 2120 -2260 -2424 -2668 -2736 2548 -2648 2472 -2660 2124 -2588 2320 -2284 -2208 2304 -2708 -2544 -2164 2172 -2196 -2160 -2216 -2460 -2160 -2628 -2580 2272 -2180 2608 -2368 -2236 -2356 2120 2452 2364 -2164 2392 2736 2632 -2696 -2152 2404 -2404 2436 -2692 2376 -2276 -2160 -2376 -2640 2696 -2160 -2284 2552 -2476 -2188 -2272 -2492 -2480 -2596 2244 2468 -2696 -2236 -2144 2396 -2524 -2336 -2736 2120 -2476 -2240 2588 -2664 -2564 -2580 -2680 -2176 2372 2292 -2628 -2696 2260 2304 2688 2268 -2184 2520 -2696 -2512 -2456 -2180 2636 -2424 2252 -2168 -2164 -2680 2336 2396 2256 -2288 -2256 -2640 2256 -2264 -2248 -2668 2276 2352 -2256 2636 -2176 -2512 -2248 2300 -2408 -2596 -2640 -2180 2120 -2168 -2216 -2656 -2212 -2172 -2400 -2532 -2188 -2220 2120 2300 2344 -2736 2400 2436 -2364 2540 -2544 -2424 -2344 -2156 2500 -2156 -2508 2304 -2584 -2568 -2696 -2192 2548 2492 2720 -2252 -2344 2468 2460 -2172 2120 -2612 2316 2492 -2216 -2644 -2620 -2720 -2380 2284 2668 2120 -2620 2204 -2160 2228 -2304 -2712 -2200 -2652 -2728 2120 -2160 -2468 -2612 2300 -2736 -2524 -2252 2524 2120 2232 -2736 -2228 -2200 -2228 2676 -2708 2380 2392 2704 2304 -2284 2448 -2632 2620 -2432 -2160 2236 2220 -2616 -2280 -2608 -2128 2184 2152 -2696 -2224 2536 -2396 -2216 -2736 2672 -2144 2212 2160 -2696 -2380 2548 2288 -2720 2712 -2168 2296 -2704 -2692 -2164 -2160 -2160 -2732 2288 2624 -2668 -2668 -2668 2600 -2300 2724 -2296 -2480 2340 2424 -2668 -2160 2596 2628 2148 -2696 2340 2340 -2180 2528 2316 -2484 2564 -2524 -2604 -2664 -2232 2232 -2224 -2216 -2412 -2232 -2696 2556 -2556 -2548 2572 -2308 -2224 -2696 2692 -2180 -2656 -2624 -2544 -2120 -2268 2192 -2692 2720 -2160 -2332 2160 2696 -2260 -2492 -2504 2340 -2480 -2584 -2364 -2688 2588 -2632 -2328 2120 -2612 -2708 -2148 -2736 -2232 -2420 2504 -2280 -2400 -2680 -2700 -2196 2704 -2320 -2176 -2364 -2636 -2196 -2736 2600 -2544 -2424 2436 2736 -2160 -2720 2364 -2696 -2348 -2568 -2600 2484 2120 2272 -2392 -2120 -2360 -2736 -2380 -2672 -2496 -2136 -2208 -2428 2476 2736 -2220 2668 -2512 2120 -2736 -2296 -2280 -2556 -2632 -2512 -2160 2668 -2408 -2212 -2464 -2160 2460 -2672 2168 2140 -2716 -2232 -2736 -2532 -2260 2356 2320 -2552 -2508 2140 2120 2628 2356 -2624 -2120 2332 -2384 -2380 -2576 -2544 -2156 -2160 -2736 2460 -2160 2120 -2340 2492 -2160 -2580 -2660 2252 -2328 -2264 2576 2736 2652 2696 2160 -2212 -2480 2652 -2548 2440 2500 2736 2736 -2676 -2416 -2124 -2296 -2668 2416 -2388 2160 2664 -2220 -2440 -2628 -2376 2136 -2140 -2552 2656 2324 2524 2132 2136 2512 2728 -2736 -2736 -2696 -2328 -2132 2396 -2488 -2168 -2656 2532 -2716 2452 -2316 2604 2480 -2476 -2624 2320 -2152 -2640 -2336 2420 -2736 2692 2632 -2568 -2284 2568 -2732 -2172 2240 2160 2720 2300 -2564 -2608 2368 -2208 -2244 2120 2700 2736 -2524 -2256 -2568 -2272 -2216 -2580 2244 -2240 -2208 2340 2176 2632 2160 2660 -2376 2436 2336 2736 2576 -2736 2232 -2256 -2732 -2200 -2352 2608 -2508 -2288 2300 -2476 -2736 -2320 -2316 -2308 -2564 2228 -2188 2444 2592 -2696 -2696 2144 -2644 -2196 2696 2384 2176 -2712 -2504 -2696 -2236 -2696 -2736 -2280 2292 -2556 -2552 -2648 -2628 2476 -2360 2452 -2528 -2188 -2668 -2716 2368 2284 -2628 2168 -2612 -2144 -2284 -2624 -2240 2396 2120 2120 2476 -2300 -2272 -2196 -2668 2340 -2160 -2736 2508 2696 -2736 2196 2600 -2308 -2300 -2472 -2264 2260 -2176 2588 -2256 -2280 2388 -2160 2256 2736 -2268 -2172 2640 -2640 -2228 -2240 -2476 -2360 2580 -2128 -2696 -2192 2160 2668 2384 2160 -2728 -2732 2684 -2420 -2260 2416 2196 -2564 -2396 -2496 -2736 2348 -2600 -2188 -2676 2420 2452 2312 -2192 -2664 2352 2608 2220 -2408 2588 2672 -2168 2636 -2160 -2332 -2484 -2592 2608 2344 2164 -2120 2240 -2124 2468 -2276 -2328 2132 2728 -2160 2436 -2668 -2628 2300 2384 2672 2356 -2368 -2460 -2668 -2284 2160 -2168 -2216 -2276 2696 2664 2600 2652 -2172 2632 2320 -2220 -2124 -2696 -2704 2652 2588 2572 -2696 -2224 -2384 -2424 -2460 -2124 -2664 -2164 -2588 -2508 2128 -2588 -2664 -2416 -2176 -2392 -2376 -2696 -2124 -2596 2600 2264 -2700 2120 -2176 -2324 -2172 -2696 -2168 2604 -2372 -2668 2300 2680 -2664 -2548 2448 -2396 -2736 -2348 2412 2540 -2696 2564 -2276 -2696 -2732 2220 -2596 2504 2344 2120 -2132 -2160 -2624 2160 -2244 -2228 -2696 2592 -2120 2152 -2420 -2708 -2696 2540 -2252 2244 -2352 2660 2472 -2152 -2508 -2516 -2508 -2736 2528 2268 -2708 -2444 2432 2580 -2316 -2676 -2288 2120 -2176 2660 -2696 -2192 2120 -2640 -2212 -2532 -2312 2120 -2320 2120 2136 -2624 -2300 -2356 -2572 2188 2456 -2168 2696 2476 -2232 -2736 2464 2612 -2180 -2420 -2204 -2676 2220 -2260 2172 2472 2248 
157.09	d NODES 2509
157.09	d CHECKS 256780280
157.09	   
157.09	   totalWckTime=156.848  totalCpuTime=154.97

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-201231-1168072275 -o ROOT/results/node23/solver-201231-1168072275 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/201231-1168072275/unknown.xml 

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

/proc/loadavg: 0.98 0.98 0.99 3/93 19654
/proc/meminfo: memFree=1429472/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=18540 CPUtime=0
/proc/19653/stat : 19653 (runsolver) R 19651 19653 19481 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155621986 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19653/statm: 4635 279 244 17 0 2626 0

[startup+0.101717 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 19654
/proc/meminfo: memFree=1429472/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=914988 CPUtime=0.08
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 2952 0 1 0 7 1 0 0 18 0 8 0 155621986 936947712 2698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153682015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228747 2698 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.509794 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 19654
/proc/meminfo: memFree=1429472/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915328 CPUtime=0.48
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 7163 0 1 0 44 4 0 0 18 0 8 0 155621986 937295872 6902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228832 6902 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33096 s]
/proc/loadavg: 0.98 0.98 0.99 3/100 19661
/proc/meminfo: memFree=1358248/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=1.29
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 22177 0 1 0 118 11 0 0 23 0 8 0 155621986 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 21914 2160 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.08
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 5633 0 0 0 6 2 0 0 16 0 8 0 155621990 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.17
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 408 0 0 0 16 1 0 0 16 0 8 0 155621994 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 21914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915620

[startup+2.97526 s]
/proc/loadavg: 0.98 0.98 0.99 3/100 19661
/proc/meminfo: memFree=1349800/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=2.92
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 22253 0 1 0 280 12 0 0 25 0 8 0 155621986 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 21988 2180 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.11
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 5633 0 0 0 9 2 0 0 17 0 8 0 155621990 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.19
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 422 0 0 0 18 1 0 0 16 0 8 0 155621994 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 21988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915620

[startup+6.26791 s]
/proc/loadavg: 1.06 1.00 1.00 3/100 19661
/proc/meminfo: memFree=1337320/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=6.19
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 26108 0 1 0 605 14 0 0 25 0 8 0 155621986 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 25840 2182 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.27
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 9457 0 0 0 24 3 0 0 16 0 8 0 155621990 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.23
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 449 0 0 0 22 1 0 0 16 0 8 0 155621994 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 25840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915620

[startup+12.7542 s]
/proc/loadavg: 1.14 1.02 1.01 3/100 19661
/proc/meminfo: memFree=1291576/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=12.6
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 37127 0 1 0 1241 19 0 0 25 0 8 0 155621986 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 36850 2533 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.71
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 19997 0 0 0 63 8 0 0 17 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.34
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 509 0 0 0 32 2 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915620

[startup+25.6166 s]
/proc/loadavg: 1.40 1.08 1.03 3/100 19661
/proc/meminfo: memFree=1291704/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=25.35
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 37128 0 1 0 2516 19 0 0 25 0 8 0 155621986 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 36850 2533 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.71
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 19997 0 0 0 63 8 0 0 16 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.34
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 509 0 0 0 32 2 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915620

[startup+51.2306 s]
/proc/loadavg: 1.61 1.15 1.05 3/100 19661
/proc/meminfo: memFree=1291832/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=50.72
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 37128 0 1 0 5053 19 0 0 25 0 8 0 155621986 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074140065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19653/statm: 228905 36850 2533 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.71
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 19997 0 0 0 63 8 0 0 16 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 155621990 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.34
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 509 0 0 0 32 2 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 36850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915620

[startup+102.457 s]
/proc/loadavg: 1.78 1.27 1.09 3/100 19717
/proc/meminfo: memFree=1320952/2055920 swapFree=4192812/4192956
[pid=19653] ppid=19651 vsize=915620 CPUtime=101.77
/proc/19653/stat : 19653 (java) R 19651 19653 19481 0 -1 0 37166 0 1 0 10155 22 0 0 25 0 8 0 155621986 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839976 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19653/statm: 228905 36875 2537 14 0 215375 0
[pid=19653/tid=19655] ppid=19651 vsize=915620 CPUtime=0.71
/proc/19653/task/19655/stat : 19655 (java) S 19651 19653 19481 0 -1 64 19998 0 0 0 63 8 0 0 16 0 8 0 155621990 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19653/tid=19656] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19656/stat : 19656 (java) S 19651 19653 19481 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155621990 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19657] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19657/stat : 19657 (java) S 19651 19653 19481 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 155621990 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19658] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19658/stat : 19658 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155621994 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19659] ppid=19651 vsize=915620 CPUtime=0.37
/proc/19653/task/19659/stat : 19659 (java) S 19651 19653 19481 0 -1 64 530 0 0 0 35 2 0 0 16 0 8 0 155621994 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19653/tid=19660] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19660/stat : 19660 (java) S 19651 19653 19481 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155621994 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19653/tid=19661] ppid=19651 vsize=915620 CPUtime=0
/proc/19653/task/19661/stat : 19661 (java) S 19651 19653 19481 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155621994 937594880 36875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 915620

Child status: 0
Real time (s): 157.136
CPU time (s): 156.38
CPU user time (s): 156.105
CPU system time (s): 0.274958
CPU usage (%): 99.5189
Max. virtual memory (cumulated for all children) (KiB): 915620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.105
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42928
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= 4936
involuntary context switches= 7090

runsolver used 0.214967 s user time and 0.487925 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 08:31:16 UTC 2007


IDJOB= 201231
IDBENCH= 3751
FILE ID= node23/201231-1168072275

PBS_JOBID= 3475977

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/201231-1168072275/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-201231-1168072275 -o ROOT/results/node23/solver-201231-1168072275 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/201231-1168072275/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f2602ad96a69e7d2880846fdef56c20b

RANDOM SEED= 772409448

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
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:       1429952 kB
Buffers:         42420 kB
Cached:         307576 kB
SwapCached:          0 kB
Active:         254688 kB
Inactive:       293736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11552 kB
Writeback:           0 kB
Mapped:         227408 kB
Slab:            62060 kB
Committed_AS:  3730600 kB
PageTables:       2592 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= 66543 MiB



End job on node23 on Sat Jan  6 08:33:55 UTC 2007