Trace number 1087295

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ESACSAT 38.6181 39.0261

DiagnosticValue
CHECKS2329420
NODES1800

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
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 benchmark37.9152
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.19	
0.01/0.19	Abscon 112 (May, 2008)
0.18/0.38	
0.18/0.38	   configuration
0.18/0.38	     name=esac.xml
0.26/0.44	   
0.26/0.44	   instance
0.26/0.44	     name=HOME/instance-1087295-1215243435.xml
0.26/0.48	   
0.26/0.48	   domains being loaded...
0.35/0.52	   
0.35/0.52	   variables being loaded...
0.54/0.76	     nbVariables=1800  nbDomainTypes=24  minDomainSize=46  maxDomainSize=302  nbTotalValues=455735
0.54/0.76	       =>  wckTime=0.382  cpuTime=0.25  mem=24M460
0.54/0.76	   
0.54/0.76	   predicates being loaded...
0.64/0.82	   
0.64/0.82	   constraints being loaded...
21.05/21.33	   
21.05/21.33	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 77M346)
34.34/34.70	     nbConstraints=33337  nbMergedConstraints=30625  nbConvertedConstraints=743  nbConvertConstraintsChecks=44460593
34.34/34.70	     nbExtensionStructures=654  nbSharedExtensionStructures=297  nbConflictsStructures=1774
34.34/34.70	     nbSharedConflictsStructures=567  nbUnbuiltConflictsStructures=8137  nbSharedBinaryRepresentations=297717
34.34/34.71	     nbEvaluationManagers=9257  nbSharedEvaluationManagers=23337  minDegree=10  maxDegree=47  minArity=2  maxArity=2
34.34/34.71	     nbGenerators=0  nbFusions=0  symmetryWckTime=3.937  symmetryCpuTime=3.43
34.34/34.71	       =>  wckTime=34.324  cpuTime=32.06  mem=132M74
35.04/35.46	   
35.04/35.46	   solver IterativeSystematicSolver being built... 
35.84/36.27	       =>  wckTime=35.892  cpuTime=32.6  mem=204M137
37.83/38.26	   
37.83/38.26	   preprocessing
37.83/38.26	     nbConstraintChecks=2276420  nbValidityChecks=127358  nbPropagations=2088  nbRevisions=94866
37.83/38.26	     nbUselessRevisions=88536  nbRemovedValues=452470  detectedInconsistency=no
37.83/38.26	       =>  wckTime=1.972  cpuTime=1.93  mem=204M137
38.42/38.90	   
38.42/38.90	   search
38.42/38.90	     run=0  nbConstraintChecks=52998  nbValidityChecks=79736  minDepth=1801  maxDepth=1800  nbPropagations=4331
38.42/38.90	     nbRevisions=135744  nbUselessRevisions=128971  nbAssignments=1800  nbFailedAssignments=0  nbBacktracks=0
38.42/38.90	     nbVisitedNodes=1801  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
38.42/38.90	     nbDEliminables=?  nbPEliminables=?
38.42/38.90	       =>  wckTime=2.611  cpuTime=2.52  mem=205M152
38.52/38.90	   
38.52/38.90	   global
38.52/38.90	     nbConstraintChecks=2329418  nbValidityChecks=207094  nbPropagations=6419  nbRevisions=230610
38.52/38.90	     nbUselessRevisions=217507  nbRestartNogoods=0  solvingWckTime=2.613  solvingCpuTime=2.52  expiredTime=no
38.52/38.90	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=35.02  globalCpuTime=35.16
38.52/38.90	       =>  wckTime=38.518  cpuTime=35.13  mem=205M152
38.52/38.94	   
38.52/38.94	s SATISFIABLE
38.52/38.94	v -2568 2480 -2708 2544 -2452 -2304 -2664 -2752 -2344 2220 -2352 -2736 -2588 -2452 -2380 -2672 2588 2316 -2784 -2228 -2320 2304 -2324 -2676 2540 -2716 -2744 -2476 2492 -2688 -2652 -2508 -2336 -2348 -2340 -2704 -2712 2744 -2620 2748 -2292 2228 2644 -2672 -2704 -2636 -2652 -2396 -2360 -2288 -2744 2396 -2628 -2720 -2768 2688 2540 -2296 -2248 -2412 -2312 -2460 -2224 -2796 2464 -2432 -2296 -2580 -2648 -2240 -2524 2440 2240 -2220 -2460 -2260 2264 -2752 -2528 -2496 -2440 -2488 2488 2652 -2424 -2488 -2252 -2768 -2644 -2636 -2380 -2744 -2728 2248 -2664 2516 -2412 -2648 -2220 -2696 -2516 -2320 2724 2620 -2340 -2508 -2452 2540 2820 -2780 -2260 -2576 -2728 2648 -2440 -2364 2276 -2432 -2684 -2548 2460 2688 -2360 -2220 2532 -2288 2620 -2696 -2576 2508 -2324 -2248 -2500 -2392 -2568 -2744 2628 2496 2780 -2296 -2568 -2464 -2460 -2516 -2448 -2744 2632 -2276 -2304 2648 2256 -2280 -2508 2436 2260 -2580 -2748 -2556 -2604 2808 -2744 -2716 -2672 2616 -2692 -2444 -2808 -2236 2648 2736 -2676 -2628 -2516 -2460 -2316 -2520 2288 -2684 -2304 -2260 2544 -2576 -2532 2472 -2704 2624 2472 2748 -2592 2340 -2460 -2612 2600 2640 -2808 -2424 2692 -2580 2452 -2808 -2304 -2628 -2692 2552 2344 2616 2576 -2636 2544 -2560 -2248 -2656 -2740 -2380 2564 -2540 2452 -2276 -2740 2760 -2464 -2476 -2484 2644 -2236 -2264 2532 2224 2712 -2476 -2748 -2728 -2760 -2820 -2256 2400 2720 -2752 2528 -2396 -2456 2284 -2548 2548 2412 -2372 -2404 -2732 -2272 2716 -2420 2236 2684 -2752 2556 -2764 -2548 2220 2700 -2732 2628 -2704 -2384 -2560 -2320 -2540 2520 -2732 -2348 -2756 -2696 2272 -2716 2376 2436 2364 2504 2756 2788 -2344 2348 -2592 2408 2664 2224 2588 -2648 -2420 -2640 -2716 2500 -2412 2704 -2508 2596 2308 -2440 2368 2332 -2560 -2276 2656 2660 2256 -2428 2496 -2572 -2416 2544 -2504 -2616 -2708 2396 -2464 2316 2236 -2284 -2504 -2516 -2700 -2260 2452 2484 2756 2280 -2628 -2264 2748 -2364 -2504 -2428 -2720 2316 -2400 -2668 -2584 -2468 -2628 -2512 2288 2544 -2592 -2664 -2508 -2716 -2720 -2292 2772 2484 -2744 -2780 -2532 -2376 -2400 -2676 2416 -2260 -2692 -2252 -2660 -2640 -2580 2708 -2796 -2728 -2228 -2260 2472 2220 -2672 -2452 -2700 2448 -2248 2340 -2716 -2364 -2260 -2660 -2676 2540 2688 2244 -2716 -2808 2344 -2720 -2480 -2620 2504 2412 2780 -2612 2548 -2392 -2556 2724 -2244 -2640 -2360 2596 -2676 -2492 2380 -2504 -2780 -2508 -2356 2404 2632 2672 -2456 -2340 2256 -2776 -2492 2708 -2728 2688 -2268 -2736 2688 2568 -2672 2500 -2628 -2580 2688 -2736 2660 -2288 -2608 2772 2484 -2624 2328 -2388 -2348 -2648 -2380 -2600 2476 -2716 2276 -2648 -2656 -2224 -2576 2656 -2712 2496 -2788 -2600 2388 2408 -2388 -2632 -2472 -2428 -2692 2708 2368 -2300 2408 -2776 2628 -2556 -2352 2500 -2628 -2704 2528 -2544 -2652 -2328 -2496 2736 -2700 -2580 -2724 2452 -2688 2792 -2392 2632 2268 -2436 -2620 2476 -2256 -2764 -2296 2256 -2336 -2532 2700 -2332 -2632 -2632 -2532 -2748 -2380 -2496 -2748 2688 2820 -2684 -2228 -2376 2456 2692 -2260 -2316 -2584 -2288 -2592 -2420 -2308 -2408 2416 -2600 -2352 -2540 -2596 -2608 -2452 -2500 -2352 -2284 2352 -2468 2516 -2628 2644 2656 -2448 -2500 2628 2540 -2580 2340 2616 2228 -2296 -2584 2288 -2468 2476 2708 -2740 -2312 -2320 -2600 -2708 -2476 -2784 -2792 -2748 2412 -2556 -2220 2696 2456 -2776 -2724 2444 2736 -2572 -2324 2480 2576 -2260 -2288 -2484 2708 -2492 -2264 -2348 -2392 -2460 -2632 -2708 -2444 -2520 -2520 -2812 -2476 2508 -2820 -2236 2360 2676 -2364 -2744 -2496 2360 2748 2488 2756 2732 -2604 -2548 -2708 -2692 -2632 -2416 -2304 -2800 -2404 -2432 2572 -2420 -2712 -2668 2680 2668 -2592 -2660 2660 -2516 -2628 -2452 -2580 -2532 -2624 -2300 -2716 -2780 -2520 -2340 -2412 2652 2520 -2424 -2316 -2684 -2516 2516 -2324 -2540 -2452 -2452 2436 -2512 -2452 2648 -2724 2368 2628 2240 -2384 -2260 -2772 -2380 -2704 -2556 -2548 2564 -2632 -2748 -2700 -2412 -2260 2264 2236 -2260 2648 -2544 2664 -2572 2680 2580 2420 -2556 -2704 -2484 -2268 -2264 2344 -2276 -2408 2360 -2712 -2748 -2324 -2632 -2456 2404 2516 -2508 2300 2288 -2780 -2820 -2420 -2632 2328 -2760 -2516 -2220 2356 -2516 2528 -2780 2280 -2780 2596 -2284 2716 2368 -2408 -2284 -2404 -2588 -2668 -2636 2360 -2492 -2372 -2456 -2744 -2776 -2312 2780 2744 2756 2376 -2692 -2288 -2432 -2748 -2768 -2356 -2260 -2520 -2712 -2420 -2656 -2496 -2524 2480 -2336 2756 -2552 -2372 2724 2500 -2684 -2328 -2780 2768 -2220 -2364 2408 -2532 2444 -2476 2320 -2672 2620 -2656 -2780 -2748 -2488 -2628 -2616 2516 2436 -2296 -2616 -2476 -2780 2684 -2820 2456 -2820 -2492 -2260 -2640 2724 -2560 2452 -2624 -2220 2356 -2340 -2364 2540 -2820 -2556 -2580 -2368 -2316 -2448 2480 2352 2420 2588 -2568 -2560 -2456 -2492 -2696 -2776 -2452 -2744 -2716 -2368 -2240 2492 -2516 -2684 -2316 2716 -2452 -2664 -2464 -2232 -2324 -2624 2492 -2764 -2276 2668 2452 -2340 -2256 -2800 2820 -2680 -2636 2360 -2628 2260 -2760 -2492 -2792 -2492 -2444 -2612 2464 -2640 -2348 2512 2288 2560 2592 -2220 2712 -2576 -2576 -2296 -2820 2344 -2500 -2288 2588 -2248 -2692 2784 2364 2500 -2744 -2220 -2488 -2516 -2596 -2220 -2476 -2312 2800 2540 -2332 2428 -2684 -2276 2528 -2320 2400 2360 -2552 2784 2296 -2452 -2504 2496 2252 -2580 -2452 -2364 -2596 -2376 -2264 2308 2264 -2692 2472 -2572 -2336 -2652 -2492 -2536 -2728 -2272 -2452 -2228 -2368 2820 2744 -2512 -2460 2748 2696 -2408 -2580 -2620 -2268 -2260 -2760 -2528 -2376 2228 -2524 2624 2368 -2368 2712 2668 -2304 -2340 2344 -2548 -2328 -2508 -2552 -2416 -2560 -2464 -2784 -2620 -2416 2248 -2516 -2508 -2408 -2748 -2816 -2536 2556 -2608 -2560 -2756 -2388 -2356 2776 -2436 -2328 -2604 -2672 2748 -2344 -2532 -2772 -2664 2720 -2536 -2356 2656 -2420 2400 -2480 -2704 2408 -2264 -2492 2808 -2384 -2300 -2412 -2520 -2768 2716 2412 -2748 2472 -2684 -2400 2240 2384 -2268 2736 -2780 2308 -2504 2808 -2312 2484 2664 -2748 2348 -2220 2468 2748 -2704 -2616 -2420 -2664 -2616 -2412 -2652 2588 2260 2644 -2296 2584 -2248 -2716 -2524 -2428 -2732 2460 -2760 -2688 -2628 2220 -2708 -2252 2668 -2676 -2680 -2520 -2668 -2800 -2580 -2636 -2748 2620 -2356 2276 2748 -2644 -2540 -2760 -2780 -2736 -2788 -2608 -2764 -2676 -2512 2304 -2672 -2452 -2548 -2508 -2460 -2280 -2792 -2492 -2324 -2500 -2324 -2592 -2540 2588 2716 -2600 -2756 -2668 -2492 -2560 2756 -2580 -2712 -2708 -2304 -2636 -2600 2456 -2288 2760 -2464 -2500 2552 -2520 -2740 -2320 -2260 2404 2528 -2344 2532 -2628 2520 -2632 -2672 -2632 -2576 -2428 -2320 -2632 -2452 2304 -2420 -2276 -2384 2412 2780 2632 -2652 -2756 -2508 2784 2760 -2808 2620 -2756 2728 2480 -2420 2284 -2476 2308 -2768 2300 -2516 -2496 2700 -2424 -2448 -2648 2384 2576 -2652 -2556 2280 2520 -2376 2248 -2516 -2528 -2796 2284 -2668 -2392 -2220 -2784 -2336 -2628 -2664 -2256 -2672 -2236 -2288 -2452 -2300 -2732 -2752 2444 2708 -2604 -2580 -2336 -2700 -2344 -2516 -2716 -2724 2588 -2276 -2220 2740 -2404 2612 2292 -2660 -2652 2572 -2592 -2412 2768 -2268 -2364 -2776 -2284 2352 -2688 -2460 -2780 -2520 -2740 -2656 -2480 -2608 2732 -2440 -2588 -2268 -2660 -2656 2608 2784 -2492 -2660 -2404 -2476 -2460 -2248 2564 2788 2440 -2272 -2588 -2480 -2596 -2460 -2628 -2524 -2716 2580 2616 -2300 -2720 -2260 -2484 -2616 -2372 -2260 2632 -2516 -2620 -2476 2284 2324 2388 -2344 -2376 2724 2404 -2264 -2540 -2644 -2552 -2480 -2344 -2268 -2508 2460 -2604 -2712 -2732 -2420 2560 -2776 -2588 -2520 -2756 -2688 -2644 -2684 -2236 -2676 -2556 2308 2728 2504 2568 -2764 2780 -2344 -2744 -2768 -2356 2744 2696 -2548 -2620 -2620 2664 -2268 2452 -2456 -2484 2300 2588 -2628 2540 2724 2672 -2688 -2664 -2428 -2620 2432 2788 -2448 2680 -2644 -2760 -2276 -2720 -2340 -2672 -2716 -2452 2432 2564 -2668 -2516 -2492 -2516 2288 -2528 -2484 2512 2720 -2252 2296 2640 2820 2460 2708 2624 2708 -2792 -2392 -2820 -2460 2516 -2784 -2736 2388 2544 -2376 -2764 -2684 -2620 2268 -2756 -2312 2792 -2272 -2280 -2560 -2220 2296 -2784 -2768 -2668 2644 -2548 -2708 -2660 2628 -2464 -2312 -2292 -2388 -2644 -2468 -2640 2492 2500 -2312 2316 -2272 -2712 -2816 -2432 -2444 -2456 -2656 -2224 -2484 -2788 2312 -2300 2644 -2476 2712 -2788 -2444 -2552 2636 2612 -2620 2756 2228 -2612 2236 -2736 -2404 -2764 2540 -2692 2420 -2756 2304 -2768 -2740 -2556 -2668 -2300 -2708 2512 2492 2512 -2580 2272 -2440 -2776 -2760 -2476 -2700 -2436 -2732 -2472 2368 -2684 2540 -2420 -2448 -2588 -2656 2328 2528 -2336 2320 2260 -2652 -2456 -2312 -2564 -2664 -2512 2404 -2580 -2352 -2476 -2420 -2700 2536 2592 2336 -2500 2668 -2588 2580 -2328 -2328 -2344 -2732 -2520 -2668 -2372 -2228 -2584 -2712 -2304 2760 -2248 -2648 -2268 -2500 2684 -2512 -2540 2768 -2476 2616 2320 -2380 -2668 -2520 2760 -2564 -2732 -2704 -2692 -2600 -2280 2520 -2328 2548 -2400 -2708 -2584 2692 -2232 2224 -2716 2244 2696 -2592 -2752 -2488 -2360 2568 2304 2720 -2604 2544 2716 -2628 2224 -2356 -2756 -2632 -2724 -2504 2284 -2628 -2716 2716 -2396 -2328 -2636 -2376 -2592 2724 -2460 2392 2584 2528 -2260 2636 2580 -2428 -2672 -2396 2256 -2656 -2504 -2704 2340 2396 -2436 -2568 -2496 -2300 -2276 2312 -2548 -2708 -2372 2412 -2740 -2536 2500 2588 -2236 -2764 2324 -2752 -2412 2672 -2408 -2548 -2544 -2580 -2232 -2576 -2440 -2444 -2528 -2332 -2292 2512 2696 2772 -2772 -2524 -2416 -2772 2708 2260 -2584 -2672 -2616 2308 2708 2372 -2344 -2452 2260 2708 -2344 2368 -2696 2628 -2508 2432 -2704 2544 2412 -2320 -2480 -2616 2300 2416 -2360 -2812 -2220 -2548 -2516 -2292 -2696 2256 -2508 -2772 -2448 -2452 -2672 -2220 -2480 -2520 -2380 -2604 -2492 2520 -2584 -2680 -2596 2596 -2268 2672 -2532 -2612 2632 -2760 -2720 -2284 -2720 -2296 -2784 -2676 -2560 -2800 -2656 -2688 2364 -2552 -2788 -2420 2588 -2460 2816 -2496 2396 -2520 -2672 2356 2472 -2320 -2640 2340 -2380 2752 -2560 -2680 -2616 -2504 2528 -2364 2428 2668 2624 -2512 -2272 -2500 -2504 -2512 2476 -2468 2388 -2360 2392 2492 2356 -2588 -2632 -2408 2632 -2716 2264 2504 -2596 -2500 2332 -2744 2704 -2364 2232 2288 -2588 -2644 -2492 -2744 2476 -2560 -2504 -2456 2640 -2244 -2808 -2756 -2476 -2736 -2404 2752 2668 2356 2480 -2624 -2820 2820 2320 -2568 -2596 -2772 -2460 -2720 -2388 -2680 2436 -2368 2552 -2340 -2624 2568 -2688 -2588 -2696 -2460 -2716 -2708 2676 -2600 -2436 -2732 -2496 -2540 -2292 -2628 2752 2488 -2424 2620 -2544 2628 -2588 -2364 2592 -2692 -2236 -2676 2388 -2280 -2464 -2644 2412 -2508 -2396 -2344 -2584 -2304 2672 -2580 -2748 -2476 2436 2448 -2616 -2756 -2280 -2628 2252 -2412 -2792 -2496 -2272 2644 -2568 -2396 2784 -2696 -2304 -2304 -2544 -2708 -2780 -2540 2604 -2596 -2588 -2296 -2456 -2544 2372 2732 
38.52/38.94	d NODES 1800
38.52/38.94	d CHECKS 2329418
38.52/38.94	   
38.52/38.94	   totalWckTime=38.629  totalCpuTime=35.21

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087295-1215243435/watcher-1087295-1215243435 -o /tmp/evaluation-result-1087295-1215243435/solver-1087295-1215243435 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1087295-1215243435.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.20 2.14 4/81 2725
/proc/meminfo: memFree=1876640/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=18572 CPUtime=0
/proc/2725/stat : 2725 (runsolver) R 2723 2725 629 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003318154 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2725/statm: 4643 292 257 25 0 2626 0

[startup+0.0729591 s]
/proc/loadavg: 2.26 2.20 2.14 4/81 2725
/proc/meminfo: memFree=1876640/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=10824 CPUtime=0
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 774 0 0 0 0 0 0 0 18 0 2 0 2003318154 11083776 545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 2706 545 263 9 0 1199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10824

[startup+0.101956 s]
/proc/loadavg: 2.26 2.20 2.14 4/81 2725
/proc/meminfo: memFree=1876640/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=10904 CPUtime=0.01
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 811 0 0 0 0 1 0 0 18 0 2 0 2003318154 11165696 564 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 2726 564 277 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10904

[startup+0.301991 s]
/proc/loadavg: 2.26 2.20 2.14 4/81 2725
/proc/meminfo: memFree=1876640/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=866936 CPUtime=0.18
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 4485 0 4 0 15 3 0 0 18 0 9 0 2003318154 887742464 3920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 216734 3920 1854 9 0 211282 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866936

[startup+0.701028 s]
/proc/loadavg: 2.26 2.20 2.14 4/81 2725
/proc/meminfo: memFree=1876640/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=867892 CPUtime=0.54
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 9553 0 9 0 48 6 0 0 18 0 9 0 2003318154 888721408 8931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 216973 8934 1968 9 0 211501 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 867892

[startup+1.50111 s]
/proc/loadavg: 2.26 2.20 2.14 3/90 2734
/proc/meminfo: memFree=1830680/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868324 CPUtime=1.34
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 20830 0 9 0 122 12 0 0 18 0 9 0 2003318154 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217081 20173 2004 9 0 211609 0
[pid=2725/tid=2727] ppid=2723 vsize=868324 CPUtime=1.07
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 15742 0 9 0 98 9 0 0 17 0 9 0 2003318159 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4126550247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868324 CPUtime=0.06
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 3752 0 0 0 5 1 0 0 17 0 9 0 2003318166 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003318169 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868324 CPUtime=0.18
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 639 0 0 0 18 0 0 0 15 0 9 0 2003318169 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003318169 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003318169 889163776 20173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 868324

[startup+3.10128 s]
/proc/loadavg: 2.26 2.20 2.14 3/90 2734
/proc/meminfo: memFree=1789016/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868324 CPUtime=2.94
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 25386 0 9 0 279 15 0 0 18 0 9 0 2003318154 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217081 24727 2004 9 0 211609 0
[pid=2725/tid=2727] ppid=2723 vsize=868324 CPUtime=2.46
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 15744 0 9 0 237 9 0 0 25 0 9 0 2003318159 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868324 CPUtime=0.26
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 8306 0 0 0 23 3 0 0 17 0 9 0 2003318166 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003318169 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868324 CPUtime=0.18
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 639 0 0 0 18 0 0 0 16 0 9 0 2003318169 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003318169 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003318169 889163776 24727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 868324

[startup+6.30261 s]
/proc/loadavg: 2.32 2.21 2.15 3/90 2734
/proc/meminfo: memFree=1770136/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868324 CPUtime=6.12
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 28599 0 9 0 595 17 0 0 18 0 9 0 2003318154 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217081 27934 2006 9 0 211609 0
[pid=2725/tid=2727] ppid=2723 vsize=868324 CPUtime=5.4
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 15781 0 9 0 530 10 0 0 25 0 9 0 2003318159 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4126939671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868324 CPUtime=0.47
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 11453 0 0 0 42 5 0 0 16 0 9 0 2003318166 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003318169 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868324 CPUtime=0.22
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 668 0 0 0 22 0 0 0 15 0 9 0 2003318169 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003318169 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003318169 889163776 27934 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 868324

[startup+12.7023 s]
/proc/loadavg: 2.29 2.20 2.14 3/90 2734
/proc/meminfo: memFree=1763488/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868324 CPUtime=12.49
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 30238 0 9 0 1229 20 0 0 18 0 9 0 2003318154 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217081 29570 2006 9 0 211609 0
[pid=2725/tid=2727] ppid=2723 vsize=868324 CPUtime=11.65
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 15783 0 9 0 1153 12 0 0 25 0 9 0 2003318159 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4126907320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868324 CPUtime=0.57
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 13074 0 0 0 51 6 0 0 16 0 9 0 2003318166 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003318169 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868324 CPUtime=0.23
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 684 0 0 0 23 0 0 0 15 0 9 0 2003318169 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003318169 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003318169 889163776 29570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 868324

[startup+25.5016 s]
/proc/loadavg: 2.22 2.19 2.14 3/90 2734
/proc/meminfo: memFree=1743776/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868324 CPUtime=25.23
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 35246 0 9 0 2499 24 0 0 18 0 9 0 2003318154 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217081 34569 2007 9 0 211609 0
[pid=2725/tid=2727] ppid=2723 vsize=868324 CPUtime=24.03
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 15793 0 9 0 2389 14 0 0 25 0 9 0 2003318159 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 102888897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868324 CPUtime=0.89
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 18046 0 0 0 81 8 0 0 16 0 9 0 2003318166 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003318166 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003318169 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868324 CPUtime=0.28
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 710 0 0 0 28 0 0 0 15 0 9 0 2003318169 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003318169 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868324 CPUtime=0
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003318169 889163776 34569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868324

Solver just ended. Dumping a history of the last processes samples

[startup+31.9073 s]
/proc/loadavg: 2.21 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1718880/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868648 CPUtime=31.56
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 43315 1885 9 2 3086 30 37 3 18 0 9 0 2003318154 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217162 40675 2018 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868648 CPUtime=29.87
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 17469 1885 9 2 2931 16 37 3 19 0 9 0 2003318159 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4127211728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868648 CPUtime=1.74
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 24145 1885 0 2 123 11 37 3 17 0 9 0 2003318166 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868648 CPUtime=0.71
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 850 1885 0 2 31 0 37 3 16 0 9 0 2003318169 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889495552 40675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.56
Current children cumulated vsize (KiB) 868648

[startup+35.1016 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1718816/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868648 CPUtime=34.74
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 67970 1885 9 2 3400 34 37 3 18 0 9 0 2003318154 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217162 40785 2067 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868648 CPUtime=32.65
/proc/2725/task/2727/stat : 2727 (java) S 2723 2725 629 0 -1 64 22860 1885 9 2 3208 17 37 3 25 0 9 0 2003318159 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868648 CPUtime=2.13
/proc/2725/task/2728/stat : 2728 (java) R 2723 2725 629 0 -1 64 43396 1885 0 2 159 14 37 3 19 0 9 0 2003318166 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 13 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 5 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868648 CPUtime=0.72
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 863 1885 0 2 32 0 37 3 16 0 9 0 2003318169 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868648 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889495552 40785 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.74
Current children cumulated vsize (KiB) 868648

[startup+36.7018 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1651936/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868736 CPUtime=36.33
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 96635 1885 9 2 3549 44 37 3 18 0 9 0 2003318154 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217184 58088 2638 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868736 CPUtime=33.59
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 33138 1885 9 2 3300 19 37 3 25 0 9 0 2003318159 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4126912807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868736 CPUtime=2.69
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 61637 1885 0 2 208 21 37 3 16 0 9 0 2003318166 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 17 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 25 1885 0 2 0 0 37 3 15 0 9 0 2003318166 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868736 CPUtime=0.81
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 985 1885 0 2 40 1 37 3 15 0 9 0 2003318169 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889585664 58088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.33
Current children cumulated vsize (KiB) 868736

[startup+38.3029 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1651680/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868736 CPUtime=37.93
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 96645 1885 9 2 3709 44 37 3 18 0 9 0 2003318154 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217184 58096 2638 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868736 CPUtime=35.17
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 33139 1885 9 2 3458 19 37 3 25 0 9 0 2003318159 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4127479404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868736 CPUtime=2.69
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 61637 1885 0 2 208 21 37 3 16 0 9 0 2003318166 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 17 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 25 1885 0 2 0 0 37 3 15 0 9 0 2003318166 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868736 CPUtime=0.83
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 994 1885 0 2 42 1 37 3 16 0 9 0 2003318169 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889585664 58096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 868736

[startup+38.703 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1651616/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868736 CPUtime=38.32
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 96650 1885 9 2 3748 44 37 3 18 0 9 0 2003318154 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217184 58101 2638 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868736 CPUtime=35.55
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 33139 1885 9 2 3496 19 37 3 25 0 9 0 2003318159 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4127457461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868736 CPUtime=2.69
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 61637 1885 0 2 208 21 37 3 16 0 9 0 2003318166 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 17 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 25 1885 0 2 0 0 37 3 15 0 9 0 2003318166 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868736 CPUtime=0.84
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 999 1885 0 2 43 1 37 3 16 0 9 0 2003318169 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889585664 58101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.32
Current children cumulated vsize (KiB) 868736

[startup+38.903 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1651616/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=868736 CPUtime=38.52
/proc/2725/stat : 2725 (java) S 2723 2725 629 0 -1 0 96665 1885 9 2 3768 44 37 3 18 0 9 0 2003318154 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 217184 58115 2638 9 0 211690 0
[pid=2725/tid=2727] ppid=2723 vsize=868736 CPUtime=35.72
/proc/2725/task/2727/stat : 2727 (java) R 2723 2725 629 0 -1 64 33142 1885 9 2 3513 19 37 3 25 0 9 0 2003318159 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2728] ppid=2723 vsize=868736 CPUtime=2.69
/proc/2725/task/2728/stat : 2728 (java) S 2723 2725 629 0 -1 64 61637 1885 0 2 208 21 37 3 16 0 9 0 2003318166 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2729] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2729/stat : 2729 (java) S 2723 2725 629 0 -1 64 17 1885 0 2 0 0 37 3 16 0 9 0 2003318166 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2730] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2730/stat : 2730 (java) S 2723 2725 629 0 -1 64 25 1885 0 2 0 0 37 3 15 0 9 0 2003318166 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2731] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2731/stat : 2731 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 18 0 9 0 2003318169 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2732] ppid=2723 vsize=868736 CPUtime=0.86
/proc/2725/task/2732/stat : 2732 (java) S 2723 2725 629 0 -1 64 1011 1885 0 2 45 1 37 3 16 0 9 0 2003318169 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2733] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2733/stat : 2733 (java) S 2723 2725 629 0 -1 64 1 1885 0 2 0 0 37 3 19 0 9 0 2003318169 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2725/tid=2734] ppid=2723 vsize=868736 CPUtime=0.4
/proc/2725/task/2734/stat : 2734 (java) S 2723 2725 629 0 -1 64 15 1885 0 2 0 0 37 3 15 0 9 0 2003318169 889585664 58115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.52
Current children cumulated vsize (KiB) 868736

[startup+39.0034 s]
/proc/loadavg: 2.19 2.19 2.14 3/90 2738
/proc/meminfo: memFree=1651616/2055920 swapFree=4180448/4192956
[pid=2725] ppid=2723 vsize=0 CPUtime=38.58
/proc/2725/stat : 2725 (java) Z 2723 2725 629 0 -1 12 96703 1885 9 2 3772 46 37 3 16 0 2 0 2003318154 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2725/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 39.0261
CPU time (s): 38.6181
CPU user time (s): 38.0972
CPU system time (s): 0.52092
CPU usage (%): 98.9548
Max. virtual memory (cumulated for all children) (KiB): 868736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0972
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98588
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3366
involuntary context switches= 3662

runsolver used 0.06199 second user time and 0.12698 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 09:37:16
IDJOB=1087295
IDBENCH=57965
IDSOLVER=364
FILE ID=node24/1087295-1215243435
PBS_JOBID= 7881902
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087295-1215243435/watcher-1087295-1215243435 -o /tmp/evaluation-result-1087295-1215243435/solver-1087295-1215243435 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1087295-1215243435.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=1370810871

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1877248 kB
Buffers:          2776 kB
Cached:          42628 kB
SwapCached:       5460 kB
Active:         121268 kB
Inactive:         5408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877248 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:           10936 kB
Writeback:           0 kB
Mapped:          98616 kB
Slab:            36984 kB
Committed_AS:  3710776 kB
PageTables:       2036 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= 66452 MiB
End job on node24 at 2008-07-05 09:37:55