Trace number 1086769

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 ACSAT 50.7233 51.2167

DiagnosticValue
CHECKS43944400
NODES2802

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-10.xml
MD5SUMbe5e235ab365e5d69a5b7c6b3a61a471
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 benchmark48.9406
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 (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1086769-1215241115.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.37/0.43	   
0.37/0.43	   variables being loaded...
0.88/0.94	     nbVariables=2800  nbDomainTypes=17  minDomainSize=90  maxDomainSize=998  nbTotalValues=2087947
0.88/0.94	       =>  wckTime=0.697  cpuTime=0.48  mem=57M988
0.88/0.94	   
0.88/0.94	   predicates being loaded...
0.97/1.01	   
0.97/1.01	   constraints being loaded...
20.80/21.01	   
20.80/21.01	   INFO : Stopping converting binary constraints (cpu=20.16, mem = 99M616)
28.22/28.53	     nbConstraints=12082  nbGlobalConstraints=36  nbMergedConstraints=10523  nbConvertedConstraints=111
28.22/28.53	     nbConvertConstraintsChecks=39961998  nbExtensionStructures=101  nbSharedExtensionStructures=11
28.22/28.53	     nbConflictsStructures=163  nbSharedConflictsStructures=209  nbUnbuiltConflictsStructures=4681
28.22/28.53	     nbSharedBinaryRepresentations=107180  nbEvaluationManagers=4743  nbSharedEvaluationManagers=7192  minDegree=2
28.22/28.53	     maxDegree=37  minArity=2  avgArity=2.01  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=4.038
28.22/28.53	     symmetryCpuTime=3.78  nbCliques=36
28.22/28.53	       =>  wckTime=28.288  cpuTime=26.92  mem=121M956
28.61/28.93	   
28.61/28.93	   solver IterativeSystematicSolver being built... 
29.01/29.32	   
29.01/29.32	   INFO : Forward propagation technique limited 
29.31/29.67	       =>  wckTime=29.428  cpuTime=27.34  mem=226M254
48.94/49.44	   
48.94/49.44	   preprocessing
48.94/49.44	     nbConstraintChecks=43084200  nbValidityChecks=1581399  nbPropagations=4383  nbRevisions=45331
48.94/49.44	     nbUselessRevisions=35760  nbRemovedValues=2009848  detectedInconsistency=no
48.94/49.44	       =>  wckTime=19.738  cpuTime=19.54  mem=227M199
50.42/50.97	   
50.42/50.97	   search
50.42/50.97	     run=0  nbConstraintChecks=860207  nbValidityChecks=1598775  minDepth=1086  maxDepth=2800  nbPropagations=12130
50.42/50.97	     nbRevisions=90380  nbUselessRevisions=75525  nbAssignments=2802  nbFailedAssignments=2  nbBacktracks=0
50.42/50.97	     nbVisitedNodes=2805  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
50.42/50.97	     nbDEliminables=?  nbPEliminables=?
50.42/50.97	       =>  wckTime=21.261  cpuTime=21.01  mem=228M144
50.42/50.97	   
50.42/50.97	   global
50.42/50.97	     nbConstraintChecks=43944407  nbValidityChecks=3180174  nbPropagations=16513  nbRevisions=135711
50.42/50.97	     nbUselessRevisions=111285  nbRestartNogoods=0  solvingWckTime=21.263  solvingCpuTime=21.01  expiredTime=no
50.42/50.97	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=48.31  globalCpuTime=48.43
50.42/50.97	       =>  wckTime=50.725  cpuTime=48.38  mem=228M144
50.61/51.13	   
50.61/51.13	s SATISFIABLE
50.61/51.13	v -2474 -3216 -2322 -3160 -3066 -2944 -3048 -2948 -2258 2992 -2220 -3166 -3194 -3176 -2402 -3160 -2556 -2474 -2512 -2520 -2776 -2872 -3160 -3170 -2232 -2662 -2230 -2674 -2528 -2762 3014 -2976 -2434 -2956 -2260 -2940 -2710 -2964 -3092 -2596 -2542 -3104 -2318 -2268 -2572 -2948 -2716 -2824 -2262 -2838 -2612 -2934 -2436 -2298 -2812 -2470 -2896 -3216 -2460 -2260 -2436 -3046 -2762 -2796 -2592 -3216 -3180 -2474 -2268 -2590 -2474 -2774 -2220 -2528 -3166 -2238 -2258 -2936 -2604 -2584 -3160 -2810 -3078 -2510 -2726 -2310 -3008 -3140 -2674 -3006 -2588 -2552 -2288 -2260 -2278 -2574 -3176 -2862 -2894 -2736 -2246 -2674 -2948 -2908 -3090 -2902 -3120 -3216 -3016 -2906 -3216 -3154 2662 -3078 2838 -3210 -2260 -3090 -2500 -3126 -3058 -2702 -2552 -2582 -2418 -2272 -3006 -2862 -2356 -3160 -2668 -2552 -2876 -2588 -2806 -3152 -2502 -2626 -2776 -2474 -2414 -3088 2230 -2302 -2772 -2736 -2582 -3166 2682 -2602 -2318 -2420 -2816 -2312 -2536 -3092 -2540 -2736 -2588 -2280 -2736 2220 -2710 -2258 -2912 -3126 -3130 -2260 -3024 3176 -2528 -2776 -2330 -2936 -2360 -2622 -3176 -3042 -2280 -3166 -2524 2856 -2300 -2358 -3116 -3126 -2432 -2266 -2808 -3160 -2632 -2322 -2426 -2652 -2642 -2710 -2886 -3216 -2370 -2710 -2884 2960 -3216 -2258 -2402 -3140 -2936 -3036 -2614 -2392 -2522 -3044 -2340 -2466 -3192 -2628 -3174 -2358 -2514 -2320 -3050 -3216 -2736 -2880 -3114 -2362 -3120 -2270 -3120 -2704 -2260 2624 -2966 -2908 -2522 -2932 -3176 -2244 -2598 -2840 -2936 -2272 -3150 -2716 -2238 -3216 -2670 -2776 -2802 -2662 -3032 -2532 -2896 -2792 -3124 -3164 -2844 -2718 -2418 -2504 -2508 -2286 -2258 -3200 -2776 -2908 -2244 -2498 -3006 -3028 -2746 -2872 -2846 -2258 -2888 -2470 -2322 -2908 -3160 -2464 -3118 -2792 -2600 -2474 -2434 -2560 -2670 -2464 -2908 -2588 -3116 -2516 2996 -3200 -2328 -2470 -2916 -3176 -2880 -2936 -2282 -2380 -3030 -3082 -3030 -3176 -2270 -2694 -3114 -2638 -2264 -2258 -3114 -2770 -3116 -2936 -2674 -2842 -2376 -2324 -2414 -2238 -3176 -2672 -2694 -3110 -2690 -2416 -2906 -3094 -2486 -3204 -2770 -2840 -2422 -2264 -2880 -3160 -2532 -2672 -3004 -2768 2742 -2954 -2484 -2360 -3050 -2458 -2342 -2254 -2322 -2286 -3160 -2734 -2578 -2988 -2634 -2260 -3160 -2896 -2864 -3216 -2704 -3102 -2864 -2330 -2370 -2550 -2552 -3066 -3094 -2776 -2906 -2552 -2334 -2246 -2664 -2292 -2946 -2884 -2800 -3216 -2900 -2666 -2948 -3108 -2896 -2860 -3090 -2628 -3126 -2314 -3176 -2316 -2342 -2938 -2990 -2792 -2500 -2568 -2630 -2648 -2936 -2398 -2396 -2990 -3010 -2908 -3138 -2982 -2426 -3126 -3046 -3166 -2258 -3160 2482 -2404 -2298 -3076 -2220 -2752 -2268 -2732 -2438 -3160 -2604 -2350 -2320 -2298 -2454 -3140 -2436 -2902 -2706 -3166 -3036 2246 -2318 -3166 -3082 -2280 -2564 -2612 -3180 -2778 -2710 -2688 -3180 -3216 -2784 -2322 -2802 -2968 -2526 -2948 -3132 -3006 -2926 -3200 -3216 -2278 -2262 -2332 -2524 -2274 -2662 -2642 -2554 -2220 -2288 -2420 -2986 -3000 -2980 -3130 -3126 -2622 -3016 -3160 -3140 -2236 -2716 -3098 -2936 -3118 -3130 -2262 -2706 -2880 -2550 -2900 -2732 -2670 -3090 -2760 -2540 -2288 -2446 -3176 -2706 -2490 -3194 -3126 -3046 -2776 -2570 -3042 -2258 -2320 -2408 -2948 -2666 -2734 -2458 -3120 -3026 -2392 -2452 -2272 -2894 -2632 -2334 -3176 -2448 -3102 -2272 -2246 -2622 -3046 -2908 -2908 -2670 -3160 -2484 -2776 -2258 -2736 -3194 -2376 -2244 -2710 -2580 -2620 -2902 -2482 -2268 -3044 -2606 -3154 -2744 -2222 -2258 -2426 -2708 -2286 -2444 -2714 -2964 -2710 -2232 -3216 -3006 -2494 -2496 -3216 -2262 -2978 -2282 -2454 -2710 -2592 -2374 -2936 -3204 -2710 -2444 -2270 -2410 -2788 -2482 -2488 -2576 -2390 -2298 -2284 -2550 -2430 -3216 -2294 -2602 2952 -2820 -2860 -2524 -2790 -2518 -2582 -3200 -2708 -2776 -3216 -2404 -2528 -2322 -2304 -3176 -2322 -3180 -3176 -2656 -3176 -2228 -3166 -2736 -2736 -2736 -2336 -2832 -2908 -3196 -2474 -2424 -3126 -3004 2730 -3216 -2442 -2590 -2462 2436 -2896 -2308 -2498 -3072 -3154 -2362 2770 -2318 -2276 -2564 -3140 -2276 -3176 -2302 -2518 -3176 -2866 -2258 -2776 -2442 -2284 -2708 -2984 -3200 -3180 -3176 -2334 -2418 -2572 -2588 -2474 -2452 -3070 2838 -2714 -3216 -2476 -2668 -2866 -3114 -2338 -3078 -2276 -2736 -2802 -2710 -2704 -2654 -3022 -2278 -2434 -3126 -2460 -3216 -2838 -2294 -2896 -2240 -2280 -2336 -2478 -2694 -2238 -2612 -3070 -2914 -2828 -2618 -2302 -2848 -3176 -2586 -2776 -2644 -2928 -2990 -2220 -2350 -2840 -3128 -3160 -2766 -3216 -2908 -3126 -3200 -3058 -3200 -2274 -2948 -2838 -2262 -3024 -2754 -3176 -2226 -2330 -3058 -3176 -3078 2282 -2408 -2300 -2816 -2798 -2340 -2302 -3054 -2746 -3120 -2862 -2504 -2772 -2760 -3166 -2526 -2220 -3154 -2272 -2948 -2486 -2604 -2948 -2938 -3200 -3100 -3160 -2302 -2792 -2774 3018 -3160 -2492 -2582 -3216 -2596 -2436 -3048 -2950 -3006 -3140 3002 -3132 -3090 -3118 -2684 -2626 -2580 -2796 -2518 -2736 -3216 -2300 -2882 -2278 -2234 -3216 -3112 -2588 -3140 -3216 -2298 -2252 -2744 -2946 -3036 -3086 -3032 -2934 -2908 -2384 -2848 -2950 -2278 -3160 -3156 -2700 -2924 -2290 -3164 -2710 2886 -2906 -2974 -3180 -3166 -3030 -2668 -2230 -2272 -2924 -2278 -2814 -3120 -2884 -2608 -2762 -2592 -3200 -3014 -2298 2846 -2878 -2488 -2982 -3216 -3098 -3138 -2908 -3216 -2230 -3204 -2422 -2776 -2862 -3078 -2512 -2782 -2558 -2666 -3176 -2664 -2764 -3160 -2274 -2272 3182 -3216 -3200 -2604 -3154 -3044 -3078 -2936 -2234 -2372 -2786 -3082 -2320 -2668 -2228 -2826 -2434 -2948 -3086 -2948 -2264 -3006 -2490 -2832 -2634 -2664 -2624 -2298 -3216 -2364 -2966 -2670 -3176 -3216 -2240 -2988 -2258 -2306 -2408 -3126 -2754 -2776 -3130 -2670 -2234 -2410 -3160 -3216 -2852 -2580 -2354 -2296 -2252 2868 -3120 -3192 -2274 -2550 -3216 -3170 -2484 -3120 -3020 -2280 -3200 -2254 -2666 -2364 -2458 -3136 -2320 -3156 -2486 -2670 -2270 -2474 -2948 -2734 -2554 -3118 -3200 -3046 -2590 -2802 -3112 -3044 -2706 2220 -3130 -2658 -3216 -3168 -3084 -2618 -2302 -3018 -2236 -2320 -2260 -2960 -3180 -2582 -2272 -2956 -2402 -2354 -2282 -2242 -2706 -2286 -2478 -3114 -3090 -2756 -3078 -2548 -2240 -2564 -3114 -2260 -2248 -2374 -2454 -3176 -3216 -2298 -2814 2328 -2954 -2242 -3160 -3216 -2780 -3016 -2586 -2300 -2908 -3006 -3154 -2516 -2710 -2482 -2736 -3120 -2280 -2294 -2406 -2736 -3096 -3160 -2674 -3200 -2666 -2280 -2228 -2786 -3096 -3216 -2940 -2990 2432 -3176 -2748 -2702 -3166 -2670 -3166 -2244 -3120 -2334 -2870 -2224 -3066 -3160 -2896 -3014 -2388 -2668 -3120 -3216 -2812 -2452 -2708 -2948 -2604 -3160 -2988 -2524 -2366 -3010 -2598 -3160 -2328 -2990 -2294 -2550 -2792 -2630 -3160 -2318 -3176 -2618 -3200 -3152 -2504 -2374 -3116 -2976 -2974 -2438 -3216 -2644 -2582 -2948 -2398 -3122 2260 -2232 -2278 -3068 -2492 -2228 -2444 -2300 -2632 -2706 -2286 -3216 -2276 -3126 -2670 -3140 -2260 -2434 -3200 -2708 -2818 -2612 -2724 -2360 -2670 -2710 -3154 -3208 -2244 -2936 -2296 -2392 -2956 -2252 -2868 -2564 -2756 -2300 -2496 -2730 -3160 -2942 -3176 -2938 -2412 -2298 -2360 -3176 -3120 -2436 -2718 -2428 -2852 -2360 -3078 -3166 -3154 -2374 -2312 -3114 -2280 -3156 -3216 -2276 -2244 -3172 -2954 -2782 -3140 -2998 -2548 -2286 -2908 -3046 -2516 -2360 2220 -2902 -3014 -3118 2260 -2278 -2916 -2356 -3054 -3042 -2992 -2542 -2694 -2590 -3216 -2502 -3160 -3014 -2750 -2752 -2994 -3128 -2928 -3030 -3154 -3176 -2324 -2712 -2364 -2278 -2582 -2686 -2786 -2710 -2288 -2908 -2304 -2910 -2628 -3176 -2590 -2888 -2792 -2220 -2380 -2448 -2706 -2830 -3216 -2866 -2844 -2920 -2280 -2816 2326 -2232 -2368 -2532 -2776 -3176 -2994 3170 -2320 -2670 -2342 -3120 -2402 -2722 -3176 -2902 -2910 -2474 -2930 -3176 -2228 -2972 -2252 -3046 -3102 -2840 -2966 -2658 -2936 -2366 -2820 -2810 -2518 -2378 -2868 -2278 -3200 -2270 -2942 -2442 -3090 -2300 -3166 -2700 -3142 -2888 2896 -3098 -3166 -2866 -2974 -2360 -2240 -2982 -2326 -3120 -2434 -2320 -2948 -3180 -3176 -3154 -2268 -2948 -2736 -2668 -3166 -3216 -2540 -3116 -2888 -2256 -2260 -2670 -3118 -2872 -3176 -3216 -3166 -2260 -2404 -3160 -2710 -2696 -2406 -2418 -2396 -2736 -3176 -2494 -2674 -2312 -2280 -2356 -2358 -2920 -2984 -2776 -2260 -2522 2220 -2734 -2266 -3112 2960 -3120 -2280 -2450 -2300 -2550 -2908 -2800 -2334 -2988 -2844 -3202 -2986 -3120 -2492 -2762 -2924 -2300 -2896 -2872 -2912 -3160 -2434 -2880 -3166 -2480 -3176 -2396 -3120 -2972 -2326 -2260 -2608 -3216 -3126 -2672 -2710 -3126 -3216 -2298 -2742 -2560 -3174 -3156 -2484 -2710 -2592 -3014 -2414 -2434 -2542 -2376 -2920 -2986 -2370 -3176 -2434 -2610 -2718 -3216 -2232 -3054 -2358 -2500 -2620 -2266 -2542 -2322 -2880 -2482 -3142 -2350 -2466 -3176 -2688 -2648 -2890 -2936 -2644 -2492 -2258 -2896 -2670 -2322 -3026 -3130 -2300 -3160 -2414 -3076 -2736 -2928 -3200 -2736 -2302 -2278 -2606 -2642 -2224 -2732 -2634 -2298 -2948 -2874 -3200 -2736 -3176 -2284 -2320 -3216 -2318 -2642 -3008 -3126 -2322 -2706 -2316 -2458 -2280 -2454 3156 -3006 -3086 -2622 -3022 -3214 -2676 -2982 -2474 -2384 -2262 -3092 -3160 -2318 -3126 -3126 -3090 -2908 -3118 -2474 -2840 -2396 -2280 -2782 -2906 -2300 -3200 -3062 -2396 -2352 -2636 -2282 -2776 -2278 -2330 -2668 -3052 -2326 -2586 -2494 -3176 -2672 -2586 -2392 2774 -2800 -3212 -3086 -3056 -2896 -3010 -3140 -2380 -2300 -2552 -2888 -2846 -2924 3134 -3216 -2276 -2818 -2372 -2454 -2926 -2822 -2358 -2948 -3088 -2714 -3136 -3126 -3126 -2474 -2324 -3046 -2764 -2984 -2272 -2710 -3176 -2946 -2422 -2550 -3024 -3074 -3200 -2564 -2494 -2552 -2512 -2518 -3176 -3116 -2928 -2754 -3182 -2776 -2662 -2278 -2238 -2624 -3078 -2608 -2294 -2320 -2274 -2710 -3176 -2510 -3078 -2318 -3080 -3154 -2292 -3098 -2546 -2896 -2614 -2550 -3176 -3172 -3176 -2278 -2378 -2280 -3180 -2474 -2260 -3118 -2928 -2852 -3200 -2362 -2936 -2538 -2856 -2298 -3156 -2812 -3054 -3178 -2226 -2376 -2896 -3180 -2890 -2542 -2820 3144 -3176 -2802 -2220 -3156 -2664 -3216 -3160 -3176 -2272 -2948 -3166 -3030 -2930 -2624 -2400 -2546 -2596 -3130 -3012 -3200 -3176 -2570 -2442 -2382 -2342 -2360 -2726 -2222 -2258 -2438 -2670 -3146 -2840 -2550 -2260 -3114 -3056 -2590 -3216 -2994 -3164 -3136 -2320 -3100 -2568 -2730 -2670 -2266 -3200 -2374 -3004 -2704 -2774 -2238 -2900 -2280 -2418 -2906 -2916 -3120 -3032 -2268 -3216 -2248 -2320 -2558 -2698 -2828 -3048 -2618 -2880 -2292 -3160 -2320 -2410 2220 -2386 -2904 -3122 -2240 -3138 -2360 -2292 -2258 -2286 -2438 -3176 -3080 -3114 -2736 -2644 -2772 -3216 -2366 -3140 -3170 -2760 -2258 -2948 -3176 -3176 -3006 -2604 -3176 -2952 -3048 -3216 -2266 -2302 -2318 -3160 -2458 -3084 -2914 -3204 -3176 -2798 -2378 -3160 -3004 -3086 -3126 -2288 -2712 -2884 -2798 -3176 -3016 -2750 -3154 -2664 -2308 -2632 -2262 -2300 -2840 -2424 -2664 -3160 -2710 -2868 -2478 -2260 -2936 -2582 -2318 -2416 -2768 -2798 -3176 -2318 -2284 -2290 -3124 -2620 -2902 -3216 -3042 -2296 -3080 -2540 -2606 -2622 -3072 -2728 -3216 -2434 -2518 -2664 -3058 -2494 -2808 -3164 -2390 -2262 -2590 -2244 -2776 -3090 -2896 -2592 -2708 -3160 -2302 -3048 -2670 -3026 -2270 -2670 2542 -3132 -2598 3194 -2360 -2616 -2280 -2362 -2230 -3166 -2320 -2936 -2936 -3200 -2220 -2320 -3036 2796 -2554 -2434 -2278 -2946 -2658 -2592 -2230 -2426 -3176 -2430 -2318 -3154 -2440 -2272 -3114 -2284 -2560 -2638 -2940 -3216 -3194 -2320 -2646 -3168 -2908 -2644 -2290 -2904 -3022 -2454 -2666 -2300 -2726 -2488 -2302 -3186 -2410 -3114 -2474 -3176 -2534 -2390 -2908 -2320 -2702 -3090 -3050 -3176 -2670 -2396 -2372 -3126 -2756 -2978 2826 -2434 -2724 -2536 -2620 -3216 -2462 -2566 -2262 -2676 -2474 -2434 -3086 -2936 -2374 -3154 -3154 -2234 -3018 -2838 -2242 -2380 -2862 -3118 -2260 -2896 -2908 -3160 -2434 -2896 -3100 -2748 -2284 2338 -2746 -2242 -2636 -2504 -2664 -3200 -2888 -3152 -2324 -2772 -2256 -2322 -3126 -2734 -2660 -3176 -2238 -2966 -3176 -3000 -3160 -2360 -2924 -2936 -2290 -2436 -3216 -2342 -2564 -2352 -2996 -3048 -3126 -2360 -2470 -2744 -2760 -2410 -2320 -2936 -3216 -2442 -2670 -3118 -3008 -3132 -2922 -2742 -2798 -2886 -2812 -2540 -2618 -3216 -2600 -3176 -2330 -3166 -2400 -3122 -3080 -3140 -2326 -2624 2260 -2670 -2772 -3030 -2350 -2494 -2298 -2782 -2378 -3114 -2498 -2318 -2954 -2914 -3216 -2468 -3028 -2704 -2372 -2988 -2848 -2420 -2798 -2360 -2548 -2598 -2974 -3176 -3116 -2370 -2534 -2976 -2506 -2878 -2442 -2446 -2888 -2366 -2392 -2320 -3176 -3176 -2506 -2934 -2348 -2448 -3216 -2396 -2740 -3128 -2352 -2636 -3160 -3046 -3216 -2394 -3078 -3154 -2258 -2284 -2904 -3008 -2752 -2634 2948 -3030 -2510 -2536 -2260 -3084 -2808 -2602 -2524 -2456 -3152 -3166 -2318 -2954 -3176 -2236 -3120 -3072 -3040 -2746 -2404 -2248 -2946 -2710 -2996 -3166 -2776 -2412 -2382 -2514 -2720 -2992 -2564 -2754 -3174 -2470 -3216 -3216 -3216 -2456 -2622 -3176 -3126 -2666 -3176 -2314 -3160 -2458 -2576 -2262 -2708 -2972 -2908 -3126 -2548 -2266 -3204 -3154 -2556 -2548 -2288 -3086 -2344 -2272 -2400 -3160 -2468 -3120 -3090 -2604 -3216 -2326 -2410 -3120 -2338 -3142 -2590 -2246 -3060 -2600 -3216 -2550 -2920 -2974 -2832 -2918 -2376 -3030 -3080 -3176 -2318 -2902 -2634 -3158 -3054 -2482 -2728 -2474 -3146 -3216 -2670 -2278 -3084 -3044 -2956 -2604 -2552 -3130 -2236 -2852 -2904 -2276 -2278 -3216 -3216 -3140 -2320 -2474 -2282 -2284 -2544 -2880 -2898 -3078 -2556 -2300 -3150 -2704 -2330 -2388 -2358 -2664 -3162 -2736 -3090 -2556 -3194 -2320 -2398 -2312 -3204 3042 -3120 -2912 -2636 -2268 -3124 -2770 -2658 -2458 -2622 -2260 -2540 -2884 -2806 -3216 -2320 -2776 -3176 -2272 -2812 -2968 -2592 -3176 -2720 -2850 -2960 -2988 -2440 -3216 -2314 -2800 -2920 -3046 -2510 -2728 -3176 -3190 -3028 -3130 -3216 -2226 -3126 -2578 -2260 -2432 -3160 -2614 -2736 -3006 -3088 -2578 -3216 -2260 -2758 -2438 -3216 2912 -3004 -2496 -2910 -2260 -2232 -2306 -2898 -2776 -2670 -3118 -2798 -2368 -3160 -2480 -3104 -3176 -2804 -3160 -3140 -2406 -3180 -2906 -2810 -3126 -3058 -2434 -2464 2860 -2948 -2990 -3070 -2318 -2260 -2996 -3118 -2486 -3034 -3070 -3140 -2474 -2664 -2232 -3120 -3176 -2388 -2660 -2296 -2676 -3216 -2278 -3200 -2696 -3006 -3216 -3080 -2976 -3200 -2948 -2590 -2884 -2750 -2360 -2694 -3110 -2682 -2936 -2946 -2510 -3086 -2800 -3160 -3200 -2310 -3164 -3200 -2466 -3120 -2558 -3120 -2414 -2362 -2934 -3044 -3200 -2374 -3164 -2788 -2550 -3200 -2398 -3120 -3018 -3160 -3176 -2228 -2236 -3118 -2760 -2318 -2878 -2996 -2880 -2438 -2268 -3126 -2320 -2904 -2322 -2938 -3176 -2726 -3120 -2892 -3122 -2756 -2944 -2278 -2342 -2450 -3216 -3180 -2654 -2800 3026 -2786 -3120 -2722 -2714 -2974 -2370 -2704 -3126 -2578 -3030 -2736 -2496 -2320 -2988 -2590 -2452 -3176 -2396 -2618 -2280 -2776 -3176 -2472 -3086 -3008 -2800 -2730 -2232 -3176 -2918 -2826 -3142 -2244 -2382 -3160 -3118 -2870 -2430 -2472 -3112 -2364 -3028 -3126 -3160 -3198 -2592 2432 -2480 -2770 -3082 -2662 -2234 -2908 -2596 -2514 -2362 -3078 -3078 -2354 2734 -2434 -3096 -3166 -3130 -3126 -2294 -2896 -2558 -2370 -2478 -2582 -3026 -2688 -2302 -2978 -2736 -3160 -2766 -2600 -2994 2770 -3176 -2492 -3046 -3110 -2958 -3080 -2278 -2298 -3090 -2436 -3078 -2280 -3176 -3130 -3060 -2406 -3160 -3180 -2652 -2288 -2984 -2844 -3148 -3176 -3160 -3176 -2622 -2300 -2356 -2944 -2666 -2284 -2838 -2474 -2362 -3094 -3126 -2224 -2752 -2644 -2552 -3216 -2494 2912 -3160 -3122 -2594 -2434 -2454 -2514 -2776 -2520 -3216 -3216 -2234 -3216 -2432 -3086 -2890 -2736 -2776 -2660 -2910 -3118 -2362 -3092 -2272 -2734 -2588 -2318 -2920 -2336 -2358 -2260 -2342 -2758 -2934 -2944 -2478 -3160 -3080 -2248 -3130 -3216 -2678 -3176 -2230 -3200 -3176 -2942 -2976 -2322 -2232 -3150 -3176 -3176 -2398 -2758 -2316 -2374 -3116 -2428 -2488 -2672 -2732 -2334 -2338 2220 -3120 -3156 -3160 -3162 -2776 2416 -2872 -2502 -3114 -2452 -2298 -2846 -2770 -3002 -3176 -2610 -2640 -2836 -2548 -2836 -2670 -3176 -2300 -2530 -2870 -2524 -3216 -2514 -2474 -2274 -2298 -2936 -2382 -2878 -2398 -2636 -2710 -2580 -3008 -2670 -2672 -2484 -2330 -2312 -3120 -2550 -2806 -3046 -3176 -2364 -2728 -3216 -2226 -2308 -2990 -3176 -2550 -2710 -2970 -2348 -2908 -2568 -2362 3164 -2270 -3126 -2798 -2670 -3090 -3120 -2360 -2730 -3156 -2888 -2770 -2364 -2994 -2784 -2500 -2434 -3144 -2382 -2548 -2404 -2804 -2790 -3166 -2386 -2320 -2256 -2982 -3160 -3176 -3060 -2830 -2476 -2260 -2368 -2446 -2474 -2362 -2282 -2302 -2260 -2414 -2942 -2254 -2574 -3002 -2608 -3130 -2254 -2590 -3176 -3166 -2896 -2314 -2670 -3132 -2936 -2704 -3200 -2260 2222 -3166 -2954 -3154 -2260 -2430 -2358 -3166 -2398 -2896 -2776 -3200 -3100 -2260 -3186 -2736 -3200 -3006 -2908 -2298 -3160 -2950 -2634 -2686 -2974 -2616 -2942 -3056 2558 -2300 -2688 -2524 -2322 -2376 -3130 -2334 -2446 -2918 -2656 -2896 -2312 -2948 -3178 -3160 -2652 -3008 -2492 -2876 -3216 -2274 2396 -2360 -2646 -2278 -2872 -2978 -3120 -3080 -2474 -2772 2950 -3082 -2740 -2362 -2248 -2362 -2492 -2434 -2760 -2294 -2616 -2458 -2286 -2778 -3116 -3156 -3032 -3216 -3216 -2816 -2392 -2812 -2336 -2348 -2568 -2222 -3046 -2332 -2710 -2588 -2726 -2298 -2848 -2286 -3126 -2986 -2420 -2400 -2896 -2948 -2758 -3160 -3200 -3160 -2560 -2238 -3216 -2710 -3130 -2300 -3214 -2842 -3152 -2706 -2948 -3082 -2280 -2710 -2260 -2274 -2970 -3088 -2396 -3062 -2260 -2830 -2262 -2220 -2390 -2430 2416 -2932 -2776 -2710 -2776 -3092 -3126 -2370 -3048 -2262 -2920 -2668 -2772 -3200 -2370 -2434 -2546 -2896 -2264 3026 -2752 -2380 -2632 -2766 -2320 -3176 -3216 -2730 -2360 -2434 -2908 -2766 -2474 -2320 -2284 -2854 
50.61/51.13	d NODES 2802
50.61/51.13	d CHECKS 43944407
50.61/51.13	   
50.61/51.13	   totalWckTime=50.945  totalCpuTime=48.59

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-1086769-1215241115/watcher-1086769-1215241115 -o /tmp/evaluation-result-1086769-1215241115/solver-1086769-1215241115 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086769-1215241115.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: 1.91 1.97 1.99 4/72 19640
/proc/meminfo: memFree=1740864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=18572 CPUtime=0
/proc/19640/stat : 19640 (runsolver) R 19638 19640 18792 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003085510 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 225612197159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19640/statm: 4643 292 257 25 0 2626 0

[startup+0.045197 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19640
/proc/meminfo: memFree=1740864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=861876 CPUtime=0.02
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 2249 0 1 0 1 1 0 0 18 0 5 0 2003085510 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.100814 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19640
/proc/meminfo: memFree=1740864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=865884 CPUtime=0.08
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 3694 0 1 0 6 2 0 0 18 0 9 0 2003085510 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216471 3165 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301833 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19640
/proc/meminfo: memFree=1740864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=866196 CPUtime=0.27
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 5617 0 1 0 24 3 0 0 18 0 9 0 2003085510 886984704 5031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216549 5031 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701868 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19640
/proc/meminfo: memFree=1740864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=866980 CPUtime=0.67
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 14204 0 1 0 60 7 0 0 18 0 9 0 2003085510 887787520 13574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216745 13574 1968 9 0 211273 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866980

[startup+1.50194 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19649
/proc/meminfo: memFree=1650488/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867412 CPUtime=1.46
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 32093 0 1 0 131 15 0 0 18 0 9 0 2003085510 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216853 31428 2004 9 0 211381 0
[pid=19640/tid=19642] ppid=19638 vsize=867412 CPUtime=1.1
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 15748 0 1 0 102 8 0 0 25 0 9 0 2003085512 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4126552444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867412 CPUtime=0.15
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 15014 0 0 0 10 5 0 0 16 0 9 0 2003085513 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003085515 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867412 CPUtime=0.18
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 633 0 0 0 18 0 0 0 16 0 9 0 2003085515 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003085515 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003085515 888229888 31428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867412

[startup+3.10106 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 19649
/proc/meminfo: memFree=1622584/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867412 CPUtime=3.05
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 33679 0 1 0 288 17 0 0 18 0 9 0 2003085510 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216853 33011 2006 9 0 211381 0
[pid=19640/tid=19642] ppid=19638 vsize=867412 CPUtime=2.58
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 15781 0 1 0 249 9 0 0 25 0 9 0 2003085512 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4126903991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867412 CPUtime=0.23
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 16551 0 0 0 17 6 0 0 16 0 9 0 2003085513 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003085515 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867412 CPUtime=0.2
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 649 0 0 0 20 0 0 0 15 0 9 0 2003085515 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003085515 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003085515 888229888 33011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867412

[startup+6.30234 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 19649
/proc/meminfo: memFree=1616056/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867412 CPUtime=6.23
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 33684 0 1 0 606 17 0 0 18 0 9 0 2003085510 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216853 33014 2006 9 0 211381 0
[pid=19640/tid=19642] ppid=19638 vsize=867412 CPUtime=5.75
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 15784 0 1 0 566 9 0 0 25 0 9 0 2003085512 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4126902909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867412 CPUtime=0.23
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 16551 0 0 0 17 6 0 0 16 0 9 0 2003085513 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003085515 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867412 CPUtime=0.21
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 651 0 0 0 21 0 0 0 16 0 9 0 2003085515 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003085515 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003085515 888229888 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867412

[startup+12.7019 s]
/proc/loadavg: 1.93 1.97 1.99 4/81 19649
/proc/meminfo: memFree=1615864/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867412 CPUtime=12.57
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 33707 0 1 0 1240 17 0 0 18 0 9 0 2003085510 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216853 33035 2006 9 0 211381 0
[pid=19640/tid=19642] ppid=19638 vsize=867412 CPUtime=12.07
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 15785 0 1 0 1198 9 0 0 25 0 9 0 2003085512 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4126904111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867412 CPUtime=0.23
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 16551 0 0 0 17 6 0 0 16 0 9 0 2003085513 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003085513 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003085515 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867412 CPUtime=0.23
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 673 0 0 0 23 0 0 0 16 0 9 0 2003085515 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003085515 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867412 CPUtime=0
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003085515 888229888 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867412

[startup+25.502 s]
/proc/loadavg: 1.94 1.97 1.99 3/81 19653
/proc/meminfo: memFree=1593912/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867736 CPUtime=25.24
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 40664 875 1 0 2487 22 13 2 18 0 9 0 2003085510 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216934 38489 2018 9 0 211462 0
[pid=19640/tid=19642] ppid=19638 vsize=867736 CPUtime=24.27
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 17004 875 1 0 2402 10 13 2 25 0 9 0 2003085512 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4127202243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867736 CPUtime=0.76
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 21979 875 0 0 53 8 13 2 16 0 9 0 2003085513 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 13 875 0 0 0 0 13 2 16 0 9 0 2003085513 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 5 875 0 0 0 0 13 2 16 0 9 0 2003085513 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 875 0 0 0 0 13 2 18 0 9 0 2003085515 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867736 CPUtime=0.47
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 837 875 0 0 31 1 13 2 16 0 9 0 2003085515 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 875 0 0 0 0 13 2 19 0 9 0 2003085515 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 9 875 0 0 0 0 13 2 15 0 9 0 2003085515 888561664 38489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867736

[startup+51.1012 s]
/proc/loadavg: 2.02 1.99 1.99 3/81 19653
/proc/meminfo: memFree=1470840/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=867736 CPUtime=50.61
/proc/19640/stat : 19640 (java) S 19638 19640 18792 0 -1 0 106230 875 1 0 5007 39 13 2 18 0 9 0 2003085510 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 216934 69833 2616 9 0 211462 0
[pid=19640/tid=19642] ppid=19638 vsize=867736 CPUtime=48.86
/proc/19640/task/19642/stat : 19642 (java) R 19638 19640 18792 0 -1 64 28105 875 1 0 4858 13 13 2 25 0 9 0 2003085512 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4127461582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19643] ppid=19638 vsize=867736 CPUtime=1.41
/proc/19640/task/19643/stat : 19643 (java) S 19638 19640 18792 0 -1 64 76315 875 0 0 104 22 13 2 17 0 9 0 2003085513 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19644] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19644/stat : 19644 (java) S 19638 19640 18792 0 -1 64 16 875 0 0 0 0 13 2 16 0 9 0 2003085513 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19645] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19645/stat : 19645 (java) S 19638 19640 18792 0 -1 64 29 875 0 0 0 0 13 2 15 0 9 0 2003085513 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19646] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19646/stat : 19646 (java) S 19638 19640 18792 0 -1 64 1 875 0 0 0 0 13 2 18 0 9 0 2003085515 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19647] ppid=19638 vsize=867736 CPUtime=0.61
/proc/19640/task/19647/stat : 19647 (java) S 19638 19640 18792 0 -1 64 936 875 0 0 45 1 13 2 15 0 9 0 2003085515 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19648] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19648/stat : 19648 (java) S 19638 19640 18792 0 -1 64 2 875 0 0 0 0 13 2 19 0 9 0 2003085515 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19640/tid=19649] ppid=19638 vsize=867736 CPUtime=0.15
/proc/19640/task/19649/stat : 19649 (java) S 19638 19640 18792 0 -1 64 12 875 0 0 0 0 13 2 15 0 9 0 2003085515 888561664 69833 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 867736

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

[startup+51.2015 s]
/proc/loadavg: 2.02 1.99 1.99 3/81 19653
/proc/meminfo: memFree=1470840/2055920 swapFree=4180080/4192956
[pid=19640] ppid=19638 vsize=0 CPUtime=50.68
/proc/19640/stat : 19640 (java) Z 19638 19640 18792 0 -1 12 106267 875 1 0 5011 42 13 2 16 0 2 0 2003085510 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 51.2167
CPU time (s): 50.7233
CPU user time (s): 50.2534
CPU system time (s): 0.469928
CPU usage (%): 99.0366
Max. virtual memory (cumulated for all children) (KiB): 867824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.2534
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107142
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= 3235
involuntary context switches= 4323

runsolver used 0.06399 second user time and 0.181972 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 08:58:35
IDJOB=1086769
IDBENCH=57876
IDSOLVER=363
FILE ID=node31/1086769-1215241115
PBS_JOBID= 7881924
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be5e235ab365e5d69a5b7c6b3a61a471
RANDOM SEED=1520628550

node31.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:       1741344 kB
Buffers:          7452 kB
Cached:          69840 kB
SwapCached:       6280 kB
Active:         243944 kB
Inactive:        20388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741344 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            5252 kB
Writeback:           0 kB
Mapped:         194084 kB
Slab:            34788 kB
Committed_AS:  3346752 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node31 at 2008-07-05 08:59:26