Trace number 2097852

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 51.6202 51.9666

DiagnosticValue
CHECKS41535200
NODES2801

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-9.xml
MD5SUM54b400bba60c57784266f5aabcfb5702
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 benchmark49.0455
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097852-1247414095.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.78/0.84	     nbVariables=2800  nbDomainTypes=17  minDomainSize=90  maxDomainSize=998  nbTotalValues=2087947
0.78/0.84	       =>  wckTime=0.595  cpuTime=0.42  mem=57M876
0.78/0.84	   
0.78/0.84	   predicates being loaded...
0.78/0.90	   
0.78/0.90	   constraints being loaded...
20.57/20.67	   
20.57/20.67	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 101M331)
27.92/28.00	     nbConstraints=12082  nbGlobalConstraints=36  nbMergedConstraints=10523  nbConvertedConstraints=124
27.92/28.00	     nbConvertConstraintsChecks=43247102  nbExtensionStructures=114  nbSharedExtensionStructures=14
27.92/28.00	     nbConflictsStructures=177  nbSharedConflictsStructures=211  nbUnbuiltConflictsStructures=4676
27.92/28.00	     nbSharedBinaryRepresentations=119038  nbEvaluationManagers=4739  nbSharedEvaluationManagers=7183  minDegree=2
27.92/28.00	     maxDegree=37  minArity=2  avgArity=2.01  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=4.047
27.92/28.00	     symmetryCpuTime=3.79  nbCliques=36
27.92/28.00	       =>  wckTime=27.756  cpuTime=26.7  mem=124M163
28.22/28.39	   
28.22/28.40	   solver IterativeSystematicSolver being built... 
28.61/28.78	   
28.61/28.78	   INFO : Forward propagation technique limited 
29.01/29.14	       =>  wckTime=28.896  cpuTime=27.13  mem=226M471
49.81/50.17	   
49.81/50.17	   preprocessing
49.81/50.17	     nbConstraintChecks=40737396  nbValidityChecks=1736144  nbPropagations=4489  nbRevisions=46759
49.81/50.17	     nbUselessRevisions=37008  nbRemovedValues=2014334  detectedInconsistency=no
49.81/50.17	       =>  wckTime=20.993  cpuTime=20.76  mem=227M443
51.29/51.70	   
51.29/51.70	   search
51.29/51.70	     run=0  nbConstraintChecks=797802  nbValidityChecks=1419473  minDepth=1205  maxDepth=2800  nbPropagations=11433
51.29/51.70	     nbRevisions=87544  nbUselessRevisions=73330  nbAssignments=2801  nbFailedAssignments=1  nbBacktracks=0
51.29/51.70	     nbVisitedNodes=2803  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
51.29/51.70	     nbDEliminables=?  nbPEliminables=?
51.29/51.70	       =>  wckTime=22.527  cpuTime=22.24  mem=228M366
51.29/51.70	   
51.29/51.70	   global
51.29/51.70	     nbConstraintChecks=41535198  nbValidityChecks=3155617  nbPropagations=15922  nbRevisions=134303
51.29/51.70	     nbUselessRevisions=110338  nbRestartNogoods=0  solvingWckTime=22.529  solvingCpuTime=22.24  expiredTime=no
51.29/51.70	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=49.34  globalCpuTime=49.45
51.29/51.70	       =>  wckTime=51.459  cpuTime=49.4  mem=228M366
51.50/51.86	   
51.50/51.86	s SATISFIABLE
51.50/51.86	v -2474 -3216 -2320 -3160 -3066 -2944 -3048 -2948 -2258 2994 -2220 -3166 -3194 -3176 -2400 -3160 -2552 -2470 -2512 -2520 -2776 -2872 -3194 -3170 -2230 -2664 -2226 -2672 -2528 -2762 3012 -2976 -2434 -2954 -2258 -2940 -2710 -2962 -3090 -2596 -2544 -3104 -2318 -2266 -2570 -2948 -2716 -2822 -2260 -2836 -2610 -2934 -2436 -2298 -2812 -2470 -2896 -3216 -2458 -2260 -2434 -3046 -2762 -2796 -2592 -3216 -3180 -2474 -2268 -2590 -2474 -2774 -2220 -2528 -3166 -2236 -2258 -2936 -2604 -2580 -3160 -2808 -3078 -2510 -2724 -2308 -3008 -3140 -2674 -3004 -2588 -2552 -2286 -2258 -2278 -2572 -3176 -2862 -2892 -2736 -2244 -2676 -2948 -2908 -3090 -2902 -3120 -3216 -3014 -2906 -3216 -3154 2664 -3078 2838 -3210 -2258 -3090 -2498 -3126 -3058 -2700 -2550 -2582 -2418 -2270 -3006 -2862 -2356 -3160 -2668 -2552 -2874 -2588 -2806 -3152 -2502 -2626 -2776 -2474 -2414 -3086 2230 -2304 -2772 -2736 -2584 -3166 2682 -2602 -2318 -2418 -2816 -2310 -2536 -3092 -2538 -2736 -2588 -2280 -2736 2220 -2710 -2258 -2912 -3126 -3130 -2260 -3022 3176 -2528 -2776 -2330 -2936 -2360 -2622 -3176 -3042 -2280 -3166 -2524 2856 -2298 -2358 -3116 -3126 -2432 -2264 -2808 -3160 -2632 -2320 -2424 -2650 -2642 -2634 -2886 -3216 -2370 -2710 -2882 2960 -3216 -2258 -2402 -3140 -2934 -3036 -2610 -2392 -2520 -3044 -2340 -2466 -3192 -2626 -3176 -2358 -2514 -2318 -3050 -3216 -2736 -2880 -3112 -2362 -3120 -2270 -3120 -2706 -2258 2624 -2966 -2908 -2522 -2932 -3176 -2240 -2600 -2838 -2936 -2270 -3150 -2716 -2238 -3216 -2670 -2776 -2802 -2662 -3032 -2532 -2896 -2792 -3126 -3164 -2842 -2716 -2418 -2502 -2508 -2286 -2258 -3200 -2776 -2908 -2244 -2498 -3006 -3086 -2744 -2946 -2846 -2258 -2888 -2470 -2322 -2906 -3160 -2464 -3118 -2792 -2600 -2474 -2434 -2558 -2670 -2462 -2908 -2588 -3116 -2514 2994 -3200 -2326 -2470 -2916 -3176 -2878 -2936 -2282 -2378 -3028 -3082 -3028 -3174 -2270 -2696 -3116 -2640 -2262 -2258 -3114 -2768 -3160 -2936 -2674 -2842 -2376 -2326 -2414 -2236 -3176 -2668 -2692 -3110 -2690 -2416 -2904 -3092 -2486 -3202 -2768 -2840 -2502 -2264 -2880 -3160 -2534 -2672 -3004 -2768 2742 -2954 -2482 -2360 -3050 -2458 -2342 -2252 -2320 -2284 -3160 -2734 -2656 -2986 -2632 -2260 -3160 -2894 -2862 -3216 -2704 -3102 -2864 -2328 -2368 -2550 -2550 -3068 -3094 -2776 -2906 -2550 -2334 -2246 -2664 -2292 -2946 -2884 -2800 -3216 -2898 -2666 -2946 -3108 -2896 -2860 -3090 -2628 -3126 -2314 -3176 -2236 -2340 -2938 -2990 -2792 -2500 -2568 -2628 -2646 -2936 -2398 -2396 -2990 -3010 -2908 -3138 -2982 -2336 -3126 -3044 -3166 -2258 -3160 2480 -2404 -2298 -3076 -2228 -2752 -2268 -2732 -2434 -3160 -2604 -2350 -2320 -2298 -2452 -3140 -2436 -2902 -2706 -3166 -3036 -2260 -2318 -3166 -3082 -2280 -2564 -2612 -3180 -2776 -2710 -2688 -3180 -3216 -2782 -2322 -2802 -2968 -2526 -2948 -3130 -3006 -2926 -3200 -3216 -2276 -2260 -2330 -2524 -2274 -2662 -2642 -2554 -2220 -2288 -2418 -2986 -3000 -2980 -3130 -3126 -2542 -3018 -3160 -3140 -2236 -2714 -3120 -2936 -3118 -3130 -2260 -2706 -2880 -2550 -2900 -2734 -2670 -3090 -2760 -2540 -2286 -2444 -3176 -2706 -2490 -3194 -3126 -3046 -2776 -2570 -3042 -2258 -2320 -2408 -2948 -2664 -2736 -2456 -3120 -3024 -2390 -2452 -2270 -2894 -2632 -2334 -3176 -2450 -3100 -2272 -2246 -2622 -3046 -2908 -2908 -2670 -3160 -2484 -2776 -2256 -2736 -3194 -2374 -2244 -2710 -2578 -2618 -2902 -2482 -2266 -3044 -2606 -3154 -2744 -2224 -2258 -2426 -2708 -2286 -2444 -2714 -2964 -2710 -2230 -3216 -3004 -2494 -2494 -3216 -2262 -2978 -2282 -2452 -2710 -2590 -2374 -2936 -3204 -2710 -2444 -2270 -2410 -2788 -2480 -2488 -2574 -2390 -2298 -2282 -2548 -2430 -3216 -2294 -2602 2954 -2820 -2860 -2522 -2790 -2516 -2582 -3200 -2708 -2776 -3216 -2404 -2526 -2320 -2302 -3176 -2322 -3180 -3176 -2656 -3176 -2226 -3166 -2736 -2736 -2736 -2334 -2832 -2908 -3196 -2474 -2424 -3126 -3004 2728 -3216 -2442 -2590 -2458 2436 -2896 -2306 -2498 -3072 -3154 -2360 2772 -2318 -2276 -2562 -3140 -2276 -3176 -2300 -2518 -3176 -2864 -2258 -2776 -2440 -2284 -2708 -2982 -3200 -3180 -3176 -2332 -2416 -2572 -2588 -2474 -2452 -3068 -2836 -2712 -3216 -2474 -2668 -2864 -3110 -2414 -3078 -2274 -2736 -2802 -2710 -2704 -2652 -3020 -2278 -2434 -3126 -2458 -3216 -2838 -2292 -2896 -2238 -2280 -2414 -2478 -2694 -2236 -2610 -3070 -2912 -2830 -2618 -2300 -2848 -3176 -2586 -2776 -2644 -2926 -2990 -2220 -2348 -2838 -3126 -3160 -2766 -3216 -2908 -3126 -3200 -3058 -3200 -2274 -2948 -2836 -2260 -3022 -2752 -3176 -2226 -2330 -3058 -3176 -3078 2282 -2408 -2300 -2816 -2798 -2338 -2300 -3054 -2746 3114 -2862 -2504 -2772 -2760 -3166 -2526 -2220 -3154 -2270 -2948 -2484 -2604 -2948 -2938 -3200 -3100 -3160 -2302 -2794 -2774 3016 -3160 -2492 -2582 -3216 -2596 -2434 -3048 -2950 -3006 -3140 -3002 -3130 -3090 -3118 -2684 -2626 -2580 -2794 -2516 -2736 -3216 -2298 -2880 -2278 -2234 -3216 -3110 -2588 -3140 -3216 -2298 -2252 -2742 -2946 -3034 -3086 -3032 -2934 -2908 -2384 -2848 -2950 -2278 -3160 -3156 -2700 -2922 -2290 -3162 -2710 2886 -2904 -2974 -3180 -3166 -3030 -2666 -2230 -2272 -2924 -2274 -2814 -3120 -2884 -2608 -2762 -2592 -3200 -3014 -2298 2846 -2878 -2488 -2982 -3216 -3098 -3138 -2908 -3216 -2230 -3204 -2422 -2776 -2862 -3078 -2510 -2782 -2556 -2664 -3176 -2664 -2762 -3160 -2274 -2272 3182 -3216 -3200 -2604 -3152 -3044 -3078 -2936 -2234 -2372 -2784 -3082 -2320 -2666 -2304 -2824 -2436 -2946 -3086 -2948 -2262 -3006 -2490 -2832 -2634 -2664 -2620 -2298 -3216 -2364 -2966 -2670 -3176 -3216 -2238 -2988 -2258 -2304 -2410 -3126 -2754 -2776 -3130 -2670 -2234 -2408 -3160 -3216 -2850 -2578 -2354 -2296 -2252 2870 -3120 -3192 -2276 -2550 -3216 -3170 -2482 -3120 -3020 -2280 -3200 -2252 -2666 -2364 -2458 -3134 -2320 -3156 -2486 -2670 -2266 -2474 -2946 -2732 -2556 -3118 -3200 -3046 -2590 -2802 -3112 -3044 -2706 2220 -3130 -2656 -3216 -3168 -3084 -2616 -2302 -3018 -2234 -2320 -2260 -2958 -3180 -2582 -2270 -2956 -2402 -2354 -2282 -2242 -2706 -2300 -2476 -3112 -3086 -2754 -3078 -2548 -2238 -2562 -3114 -2258 -2246 -2374 -2530 -3176 -3216 -2298 -2812 2328 -2952 -2242 -3154 -3216 -2780 -3016 -2586 -2300 -2908 -3006 -3176 -2516 -2710 -2480 -2736 -3120 -2278 -2374 -2406 -2736 -3096 -3160 -2672 -3200 -2666 -2280 -2228 -2786 -3094 -3216 -2938 -2990 2432 -3176 -2748 -2624 -3166 -2668 -3166 -2244 -3120 -2332 -2870 -2224 -3064 -3160 -2896 -3014 -2386 -2668 -3120 -3216 -2812 -2452 -2708 -2948 -2602 -3160 -2988 -2522 -2366 -3010 -2596 -3160 -2328 -2988 -2292 -2550 -2792 -2630 -3160 -2318 -3176 -2616 -3200 -3150 -2504 -2372 -3116 -2976 -2974 -2438 -3216 -2644 -2580 -2948 -2394 -3122 2260 -2232 -2278 -3126 -2492 -2228 -2444 -2298 -2628 -2704 -2286 -3216 -2274 -3126 -2670 -3140 -2260 -2434 -3200 -2708 -2818 -2610 -2724 -2358 -2668 -2710 -3154 -3208 -2244 -2936 -2294 -2394 -2956 -2252 -2868 -2562 -2756 -2300 -2496 -2732 -3160 -2942 -3176 -2938 -2412 -2298 -2360 -3176 -3120 -2434 -2718 -2428 -2850 -2360 -3076 -3166 -3154 -2374 -2312 -3114 -2280 -3156 -3216 -2276 -2240 -3172 -2952 -2782 -3140 -2998 -2548 -2286 -2908 -3046 -2516 -2358 2220 -2902 -3012 -3118 2260 -2278 -2914 -2354 -3052 -3042 -2992 -2542 -2692 -2588 -3216 -2502 -3160 -3014 -2750 -2752 -2992 -3126 -2928 -3030 -3154 -3176 -2322 -2710 -2364 -2278 -2582 -2684 -2784 -2710 -2288 -2908 -2304 -2910 -2628 -3176 -2590 -2886 -2792 -2220 -2380 -2448 -2706 -2830 -3216 -2866 -2844 -2918 -2278 -2816 2326 -2230 -2368 -2532 -2776 -3176 -2994 3170 -2320 -2670 -2342 -3120 -2402 -2722 -3176 -2902 -2910 -2474 -2930 -3176 -2226 -2970 -2250 -3046 -3102 -2838 -2966 -2658 -2936 -2364 -2820 -2808 -2516 -2378 -2868 -2278 -3200 -2266 -2942 -2442 -3090 -2298 -3166 -2698 -3140 -2888 2980 -3098 -3166 -2864 -2974 -2360 -2240 -2980 -2326 -3120 -2430 -2318 -2948 -3180 -3176 -3154 -2266 -2948 -2736 -2668 -3166 -3216 -2538 -3118 -2886 -2256 -2260 -2670 -3116 -2872 -3176 -3216 -3166 -2258 -2404 -3160 -2710 -2696 -2406 -2418 -2474 -2736 -3176 -2490 -2674 -2312 -2280 -2354 -2356 -2920 -2984 -2776 -2260 -2520 2220 -2732 -2266 -3112 2960 -3120 -2278 -2448 -2298 -2550 -2908 -2798 -2252 -2986 -2842 -3202 -2984 -3120 -2492 -2762 -2924 -2300 -2896 -2872 -2906 -3160 -2434 -2880 -3166 -2480 -3176 -2474 -3120 -2972 -2324 -2260 -2606 -3214 -3126 -2670 -2710 -3126 -3216 -2298 -2742 -2560 -3172 -3156 -2484 -2710 -2590 -3012 -2334 -2434 -2542 -2376 -2920 -2986 -2370 -3176 -2434 -2610 -2718 -3216 -2230 -3054 -2356 -2498 -2620 -2266 -2542 -2322 -2880 -2482 -3142 -2348 -2464 -3176 -2688 -2648 -2888 -2936 -2644 -2492 -2258 -2896 -2670 -2322 -3026 -3130 -2298 -3160 -2412 -3076 -2736 -2928 -3200 -2736 -2298 -2278 -2606 -2642 -2224 -2732 -2632 -2298 -2948 -2874 -3200 -2736 -3176 -2284 -2320 -3216 -2318 -2642 -3008 -3126 -2320 -2704 -2314 -2458 -2278 -2454 -3200 -3006 -3086 -2622 -3022 -3214 -2676 -2982 -2470 -2384 -2258 -3090 -3160 -2318 -3126 -3120 -3090 -2908 -3118 -2474 -2840 -2396 -2278 -2782 -2906 -2298 -3200 -3062 -2396 -2354 -2636 -2280 -2776 -2278 -2326 -2666 -3050 -2324 -2586 -2494 -3176 -2672 -2586 -2392 2774 -2800 -3210 -3080 -3056 -2896 -3010 -3140 -2380 -2300 -2552 -2886 -2844 -2922 3132 -3216 -2276 -2816 -2372 -2452 -2926 -2822 -2358 -2948 -3088 -2714 -3136 -3126 -3126 -2474 -2324 -3046 -2764 -2982 -2272 -2710 -3176 -2946 -2422 -2550 -3024 -3070 -3200 -2564 -2492 -2550 -2510 -2516 -3176 -3114 -2926 -2754 -3182 -2776 -2662 -2276 -2234 -2624 -3078 -2608 -2294 -2320 -2274 -2710 -3176 -2510 -3078 -2318 -3080 -3154 -2290 -3096 -2546 -2896 -2612 -2550 -3176 -3170 -3176 -2278 -2374 -2278 -3180 -2474 -2260 -3122 -2926 -2850 -3200 -2362 -2936 -2538 -2854 -2296 3156 -2810 -3054 -3178 -2226 -2374 -2896 -3180 -2890 -2540 -2818 3144 -3176 -2802 -2220 -3154 -2664 -3216 -3160 -3176 -2272 -2948 -3166 -3030 -2928 -2622 -2398 -2544 -2592 -3130 -3010 -3200 -3176 -2570 -2442 -2380 -2342 -2360 -2726 -2222 -2258 -2438 -2670 -3146 -2840 -2550 -2260 -3114 -3054 -2590 -3216 -2990 -3164 -3136 -2318 -3098 -2568 -2730 -2670 -2264 -3200 -2374 -3004 -2704 -2772 -2236 -2898 -2278 -2418 -2906 -2914 -3120 -3032 -2264 -3216 -2248 -2320 -2558 -2696 -2828 -3046 -2616 -2878 -2292 -3160 -2318 -2408 2220 -2386 -2904 -3122 -2240 -3136 -2360 -2292 -2258 -2286 -2436 -3176 -3080 -3114 -2736 -2644 -2772 -3216 -2364 -3138 -3170 -2760 -2258 -2948 -3176 -3176 -3006 -2602 -3176 -2952 -3048 -3216 -2268 -2300 -2318 -3160 -2458 -3084 -2914 -3204 -3176 -2798 -2378 -3160 -3004 -3086 -3126 -2288 -2712 -2884 -2796 -3176 -3016 -2750 -3152 -2664 -2304 -2632 -2260 -2300 -2836 -2424 -2664 -3160 -2710 -2868 -2478 -2260 -2936 -2582 -2318 -2416 -2768 -2796 -3176 -2318 -2284 -2290 -3124 -2620 -2882 -3216 -3042 -2296 -3080 -2538 -2606 -2622 -3072 -2726 -3216 -2434 -2518 -2664 -3080 -2494 -2808 -3164 -2388 -2262 -2590 -2244 -2776 -3090 -2896 -2592 -2706 -3160 -2300 -3046 -2670 -3026 -2270 -2670 2542 -3132 -2598 3216 -2360 -2616 -2278 -2360 -2230 -3166 -2320 -2934 -2936 -3200 -2220 -2318 -3036 2796 -2552 -2434 -2276 -2944 -2656 -2590 -2230 -2424 -3176 -2430 -2316 -3154 -2440 -2270 -3114 -2286 -2560 -2638 -2938 -3216 -3194 -2320 -2646 -3166 -2908 -2642 -2290 -2902 -3020 -2454 -2666 -2298 -2726 -2488 -2298 -3186 -2410 -3114 -2474 -3176 -2532 -2390 -2908 -2318 -2702 -3090 -3046 -3176 -2670 -2394 -2370 -3126 -2756 -2978 2826 -2434 -2722 -2534 -2618 -3216 -2462 -2566 -2262 -2674 -2474 -2434 -3086 -3020 -2374 -3154 -3154 -2234 -3018 -2836 -2240 -2378 -2862 -3118 -2258 -2896 -2908 -3160 -2434 -2896 -3100 -2748 -2284 2338 2744 -2242 -2636 -2504 -2666 -3200 -2886 -3152 -2322 -2772 -2254 -2322 -3126 -2734 -2658 -3176 -2238 -2966 -3176 -2998 -3160 -2360 -2924 -2936 -2288 -2436 -3216 -2344 -2564 -2350 -2996 -3048 -3126 -2360 -2470 -2744 -2760 -2410 -2320 -2936 -3216 -2440 -2670 -3118 -3008 -3132 -2920 -2742 -2796 -2884 -2812 -2540 -2618 -3216 -2600 -3176 -2330 -3166 -2400 -3122 -3080 -3140 -2326 -2624 2260 -2670 -2774 -3028 -2348 -2492 -2298 -2782 -2376 -3112 -2496 -2318 -2952 -2914 -3216 -2468 -3028 -2704 -2372 -2988 -2846 -2420 -2798 -2360 -2548 -2598 -2974 -3176 -3116 -2368 -2454 -2976 -2506 -2878 -2440 -2446 -2888 -2366 -2392 -2320 -3176 -3176 -2504 -2934 -2346 -2448 -3216 -2394 -2740 -3126 -2352 -2634 -3160 -3044 -3216 -2394 -3078 -3156 -2258 -2284 -2904 -3008 -2752 -2634 2948 -3030 -2510 -2534 -2260 -3084 -2808 -2602 -2522 -2454 -3152 -3166 -2318 -2950 -3176 -2234 -3120 -3072 -3040 -2744 -2404 -2248 -2946 -2710 -2996 -3166 -2776 -2412 -2382 -2514 -2718 -2992 -2562 -2754 -3174 -2470 -3216 -3216 -3216 -2456 -2622 -3176 -3126 -2666 -3176 -2314 -3160 -2458 -2654 -2264 -2706 -2972 -2908 -3126 -2548 -2266 -3204 -3154 -2552 -2548 -2288 -3086 -2344 -2272 -2400 -3160 -2468 -3120 -3090 -2604 -3216 -2326 -2410 -3120 -2336 -3142 -2590 -2246 -3060 -2600 -3216 -2548 -2920 -2974 -2832 -2918 -2376 -3030 -3080 -3176 -2318 -2902 -2634 -3158 -3052 -2480 -2728 -2474 -3146 -3216 -2670 -2278 -3082 -3044 -2956 -2602 -2550 -3130 -2236 -2852 -2904 -2276 -2278 -3216 -3216 -3140 -2320 -2474 -2282 -2280 -2544 -2880 -2898 -3078 -2556 -2300 -3150 -2704 -2330 -2388 -2358 -2662 -3162 -2736 -3090 -2556 -3194 -2318 -2396 -2310 -3204 3042 -3120 -2912 -2636 -2264 -3122 -2768 -2658 -2456 -2622 -2260 -2538 -2882 -2806 -3216 -2320 -2776 -3176 -2270 -2812 -2968 -2590 -3176 -2720 -2850 -2960 -2988 -2438 -3216 -2312 -2800 -2920 -3046 -2430 -2728 -3176 -3190 -3028 -3130 -3216 -2226 -3126 -2578 -2260 -2432 -3160 -2612 -2736 -3004 -3086 -2576 -3216 -2260 -2758 -2436 -3216 2912 -3004 -2494 -2910 -2260 -2232 -2304 -2898 -2776 -2670 -3118 -2796 -2368 -3160 -2478 -3104 -3176 -2804 -3160 -3140 -2406 -3180 -2906 -2810 -3126 -3058 -2434 -2464 2858 -2948 -2988 -3070 -2318 -2260 -2996 -3118 -2486 -3034 -3070 -3140 -2552 -2664 -2230 -3120 -3176 -2386 -2660 -2294 -2676 -3216 -2278 -3200 -2694 -3006 -3216 -3078 -2974 -3200 -2948 -2590 -2884 -2750 -2360 -2696 -3110 -2682 -2936 -2946 -2510 -3086 -2798 -3160 -3200 -2308 -3164 -3200 -2296 -3120 -2556 -3118 -2414 -2362 -2932 -3044 -3200 -2374 -3164 -2788 -2550 -3154 -2396 -3120 -3018 -3160 -3176 -2226 -2236 -3118 -2760 -2318 -2878 -2994 -2878 -2438 -2268 -3126 -2320 -2904 -2320 -2936 -3176 -2724 -3120 -2890 -3120 -2756 -2944 -2278 -2340 -2450 -3216 -3180 -2654 -2796 -3024 -2786 -3120 -2722 -2714 -2972 -2370 -2704 -3126 -2578 -3028 -2736 -2494 -2320 2986 -2588 -2452 -3176 -2396 -2618 -2280 -2776 -3176 -2470 -3086 -3008 -2800 -2730 -2232 -3176 -2918 -2824 -3142 -2244 -2382 -3160 -3118 -2870 -2430 -2472 -3112 -2364 -3026 -3126 -3160 -3198 -2592 2432 -2480 -2770 -3082 -2660 -2234 -2908 -2592 -2512 -2362 -3078 -3082 -2354 2736 -2430 -3096 -3166 -3130 -3126 -2294 -2894 -2556 -2370 -2478 -2582 -3026 -2686 -2300 -2976 -2736 -3160 -2764 -2600 -2994 2770 -3176 -2492 -3044 -3110 -2958 -3080 -2276 -2298 -3090 -2436 -3078 -2278 -3176 -3130 -3060 -2404 -3160 -3180 -2652 -2286 -2984 -2844 -3148 -3176 -3160 -3176 -2624 -2298 -2356 -2944 -2666 -2280 -2838 -2474 -2360 -3094 -3126 -2222 -2752 -2644 -2552 -3216 -2492 2912 -3160 -3122 -2592 -2434 -2452 -2516 -2776 -2518 -3216 -3216 -2234 -3216 -2432 -3086 -2890 -2736 -2774 -2658 -2912 -3118 -2362 -3090 -2272 -2734 -2588 -2316 -2920 -2334 -2358 -2268 -2340 -2758 -2934 -2944 -2476 -3160 -3080 -2248 -3130 -3216 -2676 -3176 -2226 -3198 -3176 -2942 -2978 -2322 -2232 -3150 -3176 -3176 -2398 -2756 -2316 -2372 -3116 -2428 -2488 -2672 -2732 -2334 -2338 2220 -3120 -3156 -3160 -3162 -2776 2416 -2872 -2498 -3114 -2452 -2298 -2846 -2768 -3002 -3176 -2610 -2640 -2834 -2548 -2756 -2670 -3176 -2300 -2530 -2870 -2522 -3216 -2514 -2476 -2274 -2298 -2936 -2382 -2878 -2398 -2636 -2710 -2580 -3008 -2674 -2672 -2484 -2328 -2312 -3120 -2548 -2806 -3046 -3176 -2362 -2728 -3216 -2228 -2308 -2988 -3176 -2550 -2710 -2970 -2346 -2908 -2566 -2360 -3166 -2270 -3126 -2876 -2670 -3090 -3120 -2360 -2730 -3156 -2888 -2770 -2364 -2992 -2782 -2498 -2434 -3144 -2382 -2548 -2404 -2802 -2788 -3166 -2384 -2320 -2256 -2982 -3160 -3176 -3060 -2828 -2476 -2260 -2368 -2446 -2474 -2360 -2282 -2300 -2258 -2412 -2922 -2254 -2570 -3002 -2606 -3130 -2254 -2588 -3176 -3166 -2896 -2316 -2670 -3132 -2936 -2704 -3200 -2260 2222 -3166 -2954 -3152 -2258 -2430 -2358 -3166 -2398 -2896 -2776 -3200 -3100 -2258 -3186 -2736 -3200 -3006 -2908 -2298 -3158 -2950 -2636 -2686 -2972 -2614 -2942 -3056 2558 -2298 -2688 -2524 -2322 -2296 -3130 -2334 -2446 -2918 -2654 -2896 -2312 -2948 -3178 -3160 -2650 -3006 -2492 -2874 -3216 -2274 2396 -2360 -2646 -2278 -2872 -2976 -3120 -3080 -2474 -2772 2952 -3160 -2738 -2362 -2326 -2360 -2494 -2434 -2758 -2292 -2614 -2458 -2286 -2778 -3116 3158 -3032 -3216 -3216 -2814 -2392 -2810 -2336 -2346 -2566 -2220 -3046 -2332 -2710 -2588 -2724 -2298 -2848 -2284 -3126 -2986 -2498 -2400 -2896 -2948 -2758 -3160 -3200 -3160 -2560 -2238 -3216 -2708 -3130 -2298 -3216 -2842 -3152 -2704 -2948 -3082 -2280 -2710 -2258 -2272 -2970 -3086 -2396 -3060 -2260 -2830 -2258 -2220 -2390 -2430 2416 -2932 -2776 -2710 -2776 -3092 -3126 -2366 -3048 -2260 -2918 -2668 -2772 -3200 -2370 -2434 -2546 -2896 -2264 3028 -2754 -2378 -2632 -2764 -2320 -3176 -3216 -2728 -2360 -2434 -2908 -2766 -2474 -2320 -2284 -2854 
51.50/51.87	d NODES 2801
51.50/51.87	d CHECKS 41535198
51.50/51.87	   
51.50/51.87	   totalWckTime=51.687  totalCpuTime=49.61

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097852-1247414095/watcher-2097852-1247414095 -o /tmp/evaluation-result-2097852-1247414095/solver-2097852-1247414095 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097852-1247414095.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 32116
/proc/meminfo: memFree=1418160/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=152 CPUtime=0
/proc/32116/stat : 32116 (java) R 32114 32116 30726 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28476963 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 0 0 0
/proc/32116/statm: 38 26 19 9 0 4 0

[startup+0.028358 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 32116
/proc/meminfo: memFree=1418160/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=861936 CPUtime=0.02
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 1940 0 1 0 1 1 0 0 18 0 5 0 28476963 882622464 1616 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 215484 1616 719 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101377 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 32116
/proc/meminfo: memFree=1418160/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=865980 CPUtime=0.08
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 3760 0 1 0 7 1 0 0 18 0 9 0 28476963 886763520 3223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216495 3224 1704 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301414 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 32116
/proc/meminfo: memFree=1418160/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=866380 CPUtime=0.28
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 6000 0 1 0 25 3 0 0 18 0 9 0 28476963 887173120 5366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216595 5366 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701493 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 32116
/proc/meminfo: memFree=1418160/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=867500 CPUtime=0.68
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 17199 0 1 0 59 9 0 0 18 0 9 0 28476963 888320000 16560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216875 16563 2012 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867500

[startup+1.50265 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 32125
/proc/meminfo: memFree=1327720/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=867500 CPUtime=1.48
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 32145 0 1 0 134 14 0 0 18 0 9 0 28476963 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216875 31473 2029 9 0 211333 0
[pid=32116/tid=32118] ppid=32114 vsize=867500 CPUtime=1.16
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 15795 0 1 0 108 8 0 0 25 0 9 0 28476965 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4125977378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32114 vsize=867500 CPUtime=0.14
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 15005 0 0 0 9 5 0 0 16 0 9 0 28476966 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28476968 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=867500 CPUtime=0.16
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 644 0 0 0 16 0 0 0 16 0 9 0 28476968 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28476968 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476968 888320000 31473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867500

[startup+3.10297 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 32125
/proc/meminfo: memFree=1293608/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=867500 CPUtime=3.08
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 33731 0 1 0 293 15 0 0 18 0 9 0 28476963 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216875 33056 2032 9 0 211333 0
[pid=32116/tid=32118] ppid=32114 vsize=867500 CPUtime=2.66
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 15829 0 1 0 258 8 0 0 25 0 9 0 28476965 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4126936695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32114 vsize=867500 CPUtime=0.21
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 16541 0 0 0 16 5 0 0 17 0 9 0 28476966 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28476968 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=867500 CPUtime=0.18
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 660 0 0 0 18 0 0 0 15 0 9 0 28476968 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28476968 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28476968 888320000 33056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867500

[startup+6.30259 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 32125
/proc/meminfo: memFree=1293032/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=867500 CPUtime=6.28
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 33738 0 1 0 613 15 0 0 18 0 9 0 28476963 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216875 33061 2032 9 0 211333 0
[pid=32116/tid=32118] ppid=32114 vsize=867500 CPUtime=5.85
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 15832 0 1 0 577 8 0 0 25 0 9 0 28476965 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4126933872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32114 vsize=867500 CPUtime=0.21
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 16541 0 0 0 16 5 0 0 16 0 9 0 28476966 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28476968 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=867500 CPUtime=0.18
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 663 0 0 0 18 0 0 0 16 0 9 0 28476968 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28476968 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476968 888320000 33061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867500

[startup+12.7029 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 32125
/proc/meminfo: memFree=1292968/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=867500 CPUtime=12.67
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 33762 0 1 0 1252 15 0 0 18 0 9 0 28476963 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 216875 33082 2032 9 0 211333 0
[pid=32116/tid=32118] ppid=32114 vsize=867500 CPUtime=12.23
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 15834 0 1 0 1215 8 0 0 25 0 9 0 28476965 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4126933905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32114 vsize=867500 CPUtime=0.21
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 16541 0 0 0 16 5 0 0 17 0 9 0 28476966 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476966 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28476968 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=867500 CPUtime=0.2
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 685 0 0 0 20 0 0 0 16 0 9 0 28476968 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28476968 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=867500 CPUtime=0
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476968 888320000 33082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867500

[startup+25.5014 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 32129
/proc/meminfo: memFree=1270688/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=868148 CPUtime=25.45
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 41046 877 1 0 2508 21 14 2 18 0 9 0 28476963 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 217037 38605 2045 9 0 211495 0
[pid=32116/tid=32118] ppid=32114 vsize=868148 CPUtime=24.59
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 17327 877 1 0 2433 10 14 2 25 0 9 0 28476965 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4127098679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32119] ppid=32114 vsize=868148 CPUtime=0.7
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 22034 877 0 0 47 7 14 2 16 0 9 0 28476966 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32120] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 16 877 0 0 0 0 14 2 16 0 9 0 28476966 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 5 877 0 0 0 0 14 2 16 0 9 0 28476966 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 877 0 0 0 0 14 2 23 0 9 0 28476968 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=868148 CPUtime=0.44
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 836 877 0 0 27 1 14 2 15 0 9 0 28476968 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32124] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 877 0 0 0 0 14 2 24 0 9 0 28476968 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 12 877 0 0 0 0 14 2 15 0 9 0 28476968 888983552 38605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868148

[startup+51.1024 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 32129
/proc/meminfo: memFree=1147744/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=868148 CPUtime=50.8
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 106406 877 1 0 5024 40 14 2 18 0 9 0 28476963 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 217037 69952 2641 9 0 211495 0
[pid=32116/tid=32118] ppid=32114 vsize=868148 CPUtime=49.18
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 27958 877 1 0 4889 13 14 2 25 0 9 0 28476965 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4127496887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32119] ppid=32114 vsize=868148 CPUtime=1.34
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 76641 877 0 0 95 23 14 2 16 0 9 0 28476966 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32120] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 20 877 0 0 0 0 14 2 16 0 9 0 28476966 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32121] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 30 877 0 0 0 0 14 2 15 0 9 0 28476966 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32122] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 877 0 0 0 0 14 2 23 0 9 0 28476968 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=868148 CPUtime=0.55
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 929 877 0 0 38 1 14 2 15 0 9 0 28476968 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32124] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 877 0 0 0 0 14 2 24 0 9 0 28476968 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 12 877 0 0 0 0 14 2 15 0 9 0 28476968 888983552 69952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 868148

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

[startup+51.5025 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 32129
/proc/meminfo: memFree=1147744/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=868148 CPUtime=51.19
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 106415 877 1 0 5063 40 14 2 18 0 9 0 28476963 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 217037 69960 2641 9 0 211495 0
[pid=32116/tid=32118] ppid=32114 vsize=868148 CPUtime=49.56
/proc/32116/task/32118/stat : 32118 (java) R 32114 32116 30726 0 -1 64 27960 877 1 0 4927 13 14 2 25 0 9 0 28476965 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4127455616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32119] ppid=32114 vsize=868148 CPUtime=1.34
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 76641 877 0 0 95 23 14 2 17 0 9 0 28476966 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32120] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 20 877 0 0 0 0 14 2 16 0 9 0 28476966 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32121] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 30 877 0 0 0 0 14 2 15 0 9 0 28476966 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32122] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 877 0 0 0 0 14 2 23 0 9 0 28476968 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=868148 CPUtime=0.57
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 936 877 0 0 39 2 14 2 16 0 9 0 28476968 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32124] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 877 0 0 0 0 14 2 24 0 9 0 28476968 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 12 877 0 0 0 0 14 2 15 0 9 0 28476968 888983552 69960 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 868148

[startup+51.9025 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 32129
/proc/meminfo: memFree=1147680/2055924 swapFree=4192812/4192956
[pid=32116] ppid=32114 vsize=868148 CPUtime=51.56
/proc/32116/stat : 32116 (java) S 32114 32116 30726 0 -1 0 106432 877 1 0 5099 41 14 2 18 0 9 0 28476963 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 217037 69968 2641 9 0 211495 0
[pid=32116/tid=32118] ppid=32114 vsize=868148 CPUtime=49.91
/proc/32116/task/32118/stat : 32118 (java) S 32114 32116 30726 0 -1 64 27971 877 1 0 4962 13 14 2 25 0 9 0 28476965 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32119] ppid=32114 vsize=868148 CPUtime=1.34
/proc/32116/task/32119/stat : 32119 (java) S 32114 32116 30726 0 -1 64 76641 877 0 0 95 23 14 2 17 0 9 0 28476966 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32120] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32120/stat : 32120 (java) S 32114 32116 30726 0 -1 64 20 877 0 0 0 0 14 2 16 0 9 0 28476966 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32121] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32121/stat : 32121 (java) S 32114 32116 30726 0 -1 64 30 877 0 0 0 0 14 2 15 0 9 0 28476966 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32122] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32122/stat : 32122 (java) S 32114 32116 30726 0 -1 64 2 877 0 0 0 0 14 2 23 0 9 0 28476968 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32114 vsize=868148 CPUtime=0.58
/proc/32116/task/32123/stat : 32123 (java) S 32114 32116 30726 0 -1 64 942 877 0 0 40 2 14 2 15 0 9 0 28476968 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32116/tid=32124] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32124/stat : 32124 (java) S 32114 32116 30726 0 -1 64 0 877 0 0 0 0 14 2 24 0 9 0 28476968 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32116/tid=32125] ppid=32114 vsize=868148 CPUtime=0.16
/proc/32116/task/32125/stat : 32125 (java) S 32114 32116 30726 0 -1 64 12 877 0 0 0 0 14 2 15 0 9 0 28476968 888983552 69968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.56
Current children cumulated vsize (KiB) 868148

Child status: 0
Real time (s): 51.9666
CPU time (s): 51.6202
CPU user time (s): 51.1432
CPU system time (s): 0.476927
CPU usage (%): 99.3334
Max. virtual memory (cumulated for all children) (KiB): 870128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.1432
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107339
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= 3534
involuntary context switches= 4133

runsolver used 0.074988 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 17:54:55
IDJOB=2097852
IDBENCH=57871
IDSOLVER=774
FILE ID=node6/2097852-1247414095
PBS_JOBID= 9510631
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097852-1247414095/watcher-2097852-1247414095 -o /tmp/evaluation-result-2097852-1247414095/solver-2097852-1247414095 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097852-1247414095.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 54b400bba60c57784266f5aabcfb5702
RANDOM SEED=1743975240

node6.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.263
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.263
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:      2055924 kB
MemFree:       1418640 kB
Buffers:         79228 kB
Cached:         259072 kB
SwapCached:          0 kB
Active:         383636 kB
Inactive:       170360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1418640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5288 kB
Writeback:           0 kB
Mapped:         236136 kB
Slab:            68184 kB
Committed_AS:   997572 kB
PageTables:       2272 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= 66396 MiB
End job on node6 at 2009-07-12 17:55:48