Trace number 1086790

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 45.953 46.4274

DiagnosticValue
CHECKS36212400
NODES2800

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-6.xml
MD5SUM58ea24c4b64e9a970cdc24f9e79dc4d0
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 benchmark45.953
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.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1086790-1215241219.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.38/0.45	   
0.38/0.45	   variables being loaded...
0.98/1.01	     nbVariables=2800  nbDomainTypes=17  minDomainSize=90  maxDomainSize=998  nbTotalValues=2087947
0.98/1.01	       =>  wckTime=0.774  cpuTime=0.55  mem=57M988
0.98/1.01	   
0.98/1.01	   predicates being loaded...
0.98/1.07	   
0.98/1.07	   constraints being loaded...
20.69/20.93	   
20.69/20.93	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 100M618)
27.82/28.11	     nbConstraints=12081  nbGlobalConstraints=35  nbMergedConstraints=10523  nbConvertedConstraints=113
27.82/28.11	     nbConvertConstraintsChecks=42022590  nbExtensionStructures=103  nbSharedExtensionStructures=12
27.82/28.11	     nbConflictsStructures=155  nbSharedConflictsStructures=220  nbUnbuiltConflictsStructures=4550
27.82/28.11	     nbSharedBinaryRepresentations=112094  nbEvaluationManagers=4602  nbSharedEvaluationManagers=7331  minDegree=2
27.82/28.11	     maxDegree=37  minArity=2  avgArity=2.01  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=3.957
27.82/28.11	     symmetryCpuTime=3.72  nbCliques=35
27.82/28.11	       =>  wckTime=27.879  cpuTime=26.53  mem=118M841
28.12/28.50	   
28.12/28.50	   solver IterativeSystematicSolver being built... 
28.52/28.89	   
28.52/28.89	   INFO : Forward propagation technique limited 
28.91/29.24	       =>  wckTime=29.009  cpuTime=26.95  mem=226M129
44.46/44.97	   
44.46/44.97	   preprocessing
44.46/44.97	     nbConstraintChecks=35593361  nbValidityChecks=1488312  nbPropagations=4307  nbRevisions=44745
44.46/44.97	     nbUselessRevisions=35153  nbRemovedValues=2021518  detectedInconsistency=no
44.46/44.97	       =>  wckTime=15.697  cpuTime=15.51  mem=227M101
45.65/46.20	   
45.65/46.20	   search
45.65/46.20	     run=0  nbConstraintChecks=618989  nbValidityChecks=882930  minDepth=2801  maxDepth=2800  nbPropagations=9358
45.65/46.20	     nbRevisions=71041  nbUselessRevisions=59044  nbAssignments=2800  nbFailedAssignments=0  nbBacktracks=0
45.65/46.20	     nbVisitedNodes=2801  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
45.65/46.20	     nbDEliminables=?  nbPEliminables=?
45.65/46.20	       =>  wckTime=16.92  cpuTime=16.69  mem=228M73
45.65/46.20	   
45.65/46.20	   global
45.65/46.20	     nbConstraintChecks=36212350  nbValidityChecks=2371242  nbPropagations=13665  nbRevisions=115786
45.65/46.20	     nbUselessRevisions=94197  nbRestartNogoods=0  solvingWckTime=16.922  solvingCpuTime=16.69  expiredTime=no
45.65/46.20	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=43.61  globalCpuTime=43.72
45.65/46.20	       =>  wckTime=45.963  cpuTime=43.67  mem=228M73
45.84/46.36	   
45.84/46.36	s SATISFIABLE
45.84/46.36	v -2474 -3216 -2320 -3160 -3062 -2942 -3044 -2948 -2256 2994 -2320 -3166 -3194 -3176 -2400 -3160 -2556 -2474 -2510 -2520 -2776 -2862 -3192 -3170 -2230 -2662 -2224 -2668 -2526 -2762 3012 -2972 -2434 -2954 -2258 -2940 -2710 -2962 -3090 -2594 -2544 -3102 -2318 -2264 -2570 -2948 -2716 -2822 -2252 -2836 -2610 -2932 -2436 -2298 -2810 -2468 -2896 -3216 -2458 -2260 -2432 -3044 -2760 -2796 -2590 -3216 -3180 -2474 -2268 -2590 -2468 -2774 -2220 -2528 -3166 -2236 -2258 -2936 -2598 -2580 -3160 -2804 -3080 -2510 -2724 -2308 -3006 -3140 -2674 -3004 -2586 -2550 -2286 -2256 -2278 -2570 -3176 -2860 -2892 -2736 -2242 -2674 -2946 -2904 -3090 -2900 -3120 -3216 -3014 -2906 -3216 -3146 2664 -3076 2840 -3210 -2338 -3088 -2498 -3126 -3056 -2700 -2550 -2576 -2410 -2348 -3004 -2862 -2354 -3160 -2666 -2550 -2874 -2586 -2806 -3152 -2502 -2626 -2776 -2472 -2414 -3084 2232 -2302 -2770 -2736 -2504 -3166 2680 -2600 -2318 -2418 -2814 -2308 -2538 -3090 -2538 -2736 -2588 -2268 -2736 2220 -2710 -2258 -2902 -3126 -3130 -2260 -3022 3176 -2526 -2776 -2328 -2936 -2360 -2622 -3176 -3040 -2278 -3166 -2524 2858 -2298 -2360 -3112 -3126 -2432 -2264 -2808 -3160 -2632 -2320 -2424 -2650 -2640 -2710 -2884 -3216 -2368 -2710 -2882 2956 -3216 -2258 -2400 -3140 -2934 -3032 -2610 -2392 -2518 -3042 -2338 -2466 -3192 -2626 -3176 -2402 -2508 -2318 -3046 -3208 -2734 -2878 -3114 -2362 -3120 -2268 -3120 -2704 -2246 2626 -2966 -2908 -2520 -2932 -3176 -2238 -2596 -2838 -2936 -2270 -3150 -2716 -2238 -3216 -2670 -2776 -2798 -2660 -3030 -2532 -2896 -2792 -3126 -3160 -2842 -2714 -2416 -2422 -2508 -2286 -2258 -3200 -2776 -2906 -2246 -2498 -3004 -3026 -2740 -2942 -2844 -2258 -2888 -2470 -2310 -2906 -3160 -2464 -3118 -2792 -2598 -2474 -2434 -2558 -2670 -2462 -2908 -2588 -3116 -2508 2994 -3200 -2324 -2468 -2916 -3176 -2880 -2936 -2278 -2380 -3030 -3080 -3028 -3174 -2270 -2696 -3114 -2636 -2262 -2258 -3112 -2766 -3160 -2936 -2674 -2838 -2374 -2326 -2412 -2234 -3176 -2668 -2692 -3108 -2688 -2414 -2894 -3092 -2486 -3194 -2764 -2838 -2422 -2266 -2878 -3160 -2532 -2670 -3004 -2768 2740 -2952 -2480 -2360 -3048 -2456 -2340 -2252 -2320 -2282 -3160 -2736 -2656 -2984 -2628 -2258 -3160 -2894 -2862 -3216 -2704 -3100 -2862 -2328 -2220 -2546 -2550 -3068 -3094 -2776 -2896 -2548 -2332 -2246 -2664 -2292 -2936 -2882 -2800 -3216 -2898 -2664 -2944 -3108 -2896 -2858 -3090 -2628 -3122 -2314 -3176 -2314 -2340 -2934 -2990 -2790 -2500 -2566 -2628 -2646 -2936 -2398 -2394 -2988 -3010 -2908 -3136 -2980 -2424 -3126 -3042 -3166 -2258 -3160 2482 -2404 -2298 -3076 -2222 -2752 -2268 -2730 -2434 -3160 -2604 -2348 -2320 -2298 -2448 -3140 -2432 -2900 -2704 -3166 -3036 2248 -2318 -3166 -3080 -2278 -2564 -2610 -3180 -2772 -2710 -2688 -3180 -3216 -2782 -2320 -2802 -2966 -2524 -2946 -3128 -3004 -2924 -3200 -3216 -2276 -2262 -2330 -2524 -2272 -2662 -2642 -2554 -2260 -2286 -2420 -2982 -2996 -2980 -3130 -3126 -2620 -3016 -3160 -3140 -2236 -2714 -3100 -2936 -3116 -3130 -2260 -2704 -2874 -2548 -2900 -2736 -2670 -3090 -2760 -2540 -2284 -2444 -3176 -2704 -2490 -3194 -3126 -3046 -2776 -2570 -3042 -2258 -2318 -2408 -2948 -2664 -2736 -2456 -3120 -3022 -2390 -2452 -2270 -2894 -2630 -2334 -3176 -2448 -3096 -2266 -2246 -2624 -3044 -2908 -2908 -2670 -3160 -2482 -2776 -2254 -2736 -3186 -2374 -2242 -2710 -2578 -2618 -2900 -2480 -2268 -3044 -2604 -3196 -2744 -2222 -2258 -2424 -2706 -2286 -2442 -2714 -2962 -2710 -2230 -3210 -3002 2490 -2494 -3216 -2260 -2976 -2278 -2448 -2710 -2588 -2372 -2934 -3200 -2710 -2442 -2268 -2406 -2786 -2482 -2488 -2572 -2388 -2298 -2282 -2548 -2426 -3216 -2372 -2680 2954 -2818 -2860 -2522 -2788 -2516 -2582 -3200 -2706 -2776 -3216 -2404 -2526 -2320 -2290 -3176 -2310 -3180 -3176 -2654 -3176 -2226 -3166 -2736 -2736 -2736 -2334 -2832 -2908 -3192 -2474 -2424 -3126 -3002 2730 -3216 -2442 -2580 -2454 2436 -2896 -2306 -2498 -3070 -3152 -2360 2772 -2362 -2274 -2562 -3140 -2274 -3176 -2300 -2520 -3176 -2860 -2258 -2776 -2442 -2282 -2710 -2982 -3200 -3180 -3176 -2332 -2416 -2560 -2588 -2474 -2450 -3070 2832 -2712 -3216 -2468 -2666 -2864 -3110 -2402 -3078 -2274 -2736 -2800 -2710 -2704 -2652 -3020 -2278 -2434 -3126 -2458 -3216 -2832 -2292 -2898 -2236 -2278 -2414 -2476 -2692 -2234 -2610 -3070 -2910 -2830 -2618 -2300 -2848 -3176 -2584 -2776 -2640 -2916 -2988 -2220 -2348 -2838 -3124 -3160 -2764 -3216 -2906 -3126 -3200 -3058 -3200 -2274 -2948 -2834 -2260 -3022 -2752 -3176 -2226 -2328 -3056 -3176 -3078 2272 -2408 -2298 -2816 -2798 -2338 -2300 -3054 -2744 -3120 -2860 -2504 -2770 -2760 -3166 -2526 -2762 -3152 -2268 -2946 -2484 -2598 -2948 -2938 -3200 -3098 -3160 -2290 -2792 -2772 3012 -3160 -2490 -2580 -3216 -2592 -2434 -3066 -2948 -3006 -3138 3002 -3130 -3090 -3118 -2682 -2624 -2578 -2794 -2516 -2736 -3216 -2298 -2878 -2278 -2312 -3216 -3110 -2588 -3140 -3216 -2298 -2252 -2742 -2946 -3032 -3086 -3030 -2934 -2906 -2384 -2844 -2948 -2278 -3160 -3152 -2698 -2920 -2288 -3154 -2710 2886 -2904 -2972 -3180 -3166 -3028 -2666 -2230 -2270 -2922 -2274 -2812 -3118 -2882 -2606 -2762 -2590 -3200 -3012 -2296 -2846 -2874 -2488 -2982 -3216 -3098 -3138 -2908 -3176 -2228 -3202 -2420 -2776 -2862 -3078 -2510 -2780 -2556 -2664 -3216 -2664 -2762 -3160 -2272 -2272 3182 -3216 -3200 -2602 -3154 -3044 -3078 -2934 -2234 -2370 -2780 -3080 -2320 -2666 -2306 -2824 -2434 -2946 -3086 -2948 -2250 -3004 -2490 -2832 -2634 -2664 -2620 -2298 -3216 -2360 -2962 -2670 -3176 -3216 -2236 -2988 -2258 -2304 -2408 -3126 -2754 -2774 -3130 -2670 -2234 -2260 -3160 -3216 -2850 -2572 -2352 -2370 -2252 2870 -3118 -3184 -2272 -2540 -3216 -3170 -2482 -3118 -3020 -2278 -3200 -2252 -2664 -2362 -2458 -3134 -2318 -3156 -2486 -2670 -2264 -2466 -2944 -2732 -2556 -3118 -3200 -3044 -2588 -2800 -3112 -3044 -2704 2220 -3130 -2656 -3216 -3166 -3084 -2616 -2300 -3016 -2234 -2320 -2260 -2956 -3178 -2576 -2268 -2956 -2400 -2352 -2282 -2232 -2704 -2288 -2476 -3112 -3086 -2754 -3076 -2548 -2236 -2562 -3114 -2258 -2248 -2452 -2530 -3176 -3216 -2298 -2814 2328 -2950 -2318 -3160 -3216 -2778 -3016 -2586 -2298 -2908 -3004 -3156 -2514 -2710 -2480 -2734 -3120 -2266 -2372 -2402 -2736 -3096 -3160 -2666 -3200 -2664 -2276 -2224 -2784 -3094 -3216 -2938 -2988 2434 -3176 -2748 -2702 -3166 -2666 -3166 -2242 -3120 -2332 -2870 -2226 -3060 -3160 -2896 -3014 -2386 -2666 -3120 -3216 -2810 -2450 -2706 -2948 -2602 -3160 -2986 -2522 -2362 -3010 -2596 -3160 -2328 -2986 -2292 -2548 -2792 -2630 -3160 -2318 -3176 -2616 -3200 -3150 -2502 -2372 -3114 -2974 -2972 -2436 -3216 -2638 -2580 -2946 -2394 -3120 2260 -2220 -2278 -3066 -2490 -2228 -2442 -2296 -2628 -2704 -2286 -3216 -2274 -3126 -2670 -3140 -2260 -2434 -3200 -2706 -2816 -2610 -2722 -2358 -2668 -2710 -3154 -3206 -2232 -2936 -2294 -2396 -2954 -2220 -2868 -2562 -2758 -2298 -2498 -2732 -3160 -2940 -3176 -2936 -2408 -2298 -2360 -3176 -3120 -2434 -2718 -2428 -2850 -2360 -3076 -3166 -3152 -2374 -2306 -3112 -2278 -3154 -3216 -2274 -2238 -3160 -2950 -2780 -3140 -2996 -2546 -2284 -2908 -3044 -2514 -2358 2220 -2902 -3012 -3118 2722 -2278 -2914 -2356 -3052 -3042 -2992 -2536 -2692 -2588 -3176 -2504 -3160 -3012 -2748 -2752 -2990 -3124 -2928 -3030 -3152 -3176 -2322 -2710 -2364 -2278 -2580 -2682 -2780 -2710 -2290 -2908 -2302 -2908 -2628 -3174 -2588 -2876 -2792 -2220 -2378 -2448 -2706 -2830 -3216 -2866 -2840 -2918 -2278 -2812 2326 -2228 -2368 -2520 -2776 -3216 -2992 3160 -2318 -2670 -2418 -3120 -2402 -2720 -3170 -2902 -2908 -2474 -2930 -3176 -2224 -2970 -2250 -3046 -3100 -2836 -2964 -2658 -2936 -2364 -2818 -2804 -2516 -2376 -2868 -2280 -3200 -2264 -2942 -2440 -3090 -2298 -3166 -2698 -3136 -2888 2976 -3098 -3166 -2864 -2970 -2360 -2228 -2980 -2312 -3120 -2508 -2306 -2948 -3180 -3176 -3154 -2266 -2948 -2736 -2670 -3166 -3216 -2538 -3114 -2886 -2330 -2260 -2670 -3116 -2874 -3176 -3216 -3166 -2246 -2402 -3160 -2708 -2694 -2404 -2416 -2474 -2736 -3176 -2490 -2674 -2312 -2278 -2352 -2354 -2918 -2982 -2776 -2260 -2522 2220 -2732 -2266 -3112 2960 -3120 -2276 -2448 -2298 -2550 -2908 -2798 -2252 -2984 -2842 -3198 -2982 -3120 -2490 -2760 -2922 -2298 -2896 -2872 -2902 -3160 -2432 -2878 -3166 -2480 -3176 -2474 -3120 -2972 -2244 -2258 -2606 -3214 -3126 -2670 -2710 -3126 -3216 -2290 -2740 -2558 -3170 -3152 -2484 -2710 -2588 -3012 -2332 -2434 -2462 -2374 -2918 -2984 -2370 -3176 -2434 -2610 -2716 -3216 -2230 -3050 -2356 -2498 -2620 -2264 -2536 -2322 -2878 -2480 -3142 -2348 -2464 -3176 -2686 -2642 -2888 -2936 -2642 -2492 -2258 -2896 -2670 -2320 -3024 -3128 -2296 -3160 -2412 -3072 -2736 -2928 -3200 -2736 -2298 -2278 -2606 -2640 -2222 -2728 -2626 -2298 -2948 -2872 -3200 -2736 -3176 -2282 -2318 -3216 -2318 -2562 -3006 -3126 -2320 -2704 -2312 -2456 -2266 -2454 -3200 -3006 -3084 -2620 -3022 -3212 -2674 -2982 -2468 -2380 -2258 -3090 -3160 -2318 -3126 -3126 -3090 -2908 -3116 -2472 -2840 -2474 -2278 -2780 -2906 -2298 -3200 -3060 -2474 -2356 -2634 -2268 -2776 -2278 -2324 -2666 -3050 -2324 -2584 -2494 -3176 -2670 -2584 -2386 2776 -2798 -3210 -3086 -3056 -2894 -3008 -3140 -2376 -2298 -2550 -2876 -2840 -2922 3130 -3216 -2276 -2812 -2370 -2452 -2922 -2820 -2358 -2948 -3086 -2714 -3136 -3126 -3126 -2474 -2320 -3044 -2762 -2982 -2272 -2710 -3176 -2942 -2420 -2548 -3024 -3070 -3200 -2564 -2492 -2540 -2510 -2516 -3176 -3114 -2922 -2752 -3182 -2776 -2664 -2274 -2234 -2624 -3078 -2602 -2292 -2320 -2260 -2710 -3176 -2506 -3078 -2318 -3078 -3154 -2290 -3096 -2544 -2896 -2612 -2548 -3176 -3170 -3176 -2278 -2442 -2276 -3180 -2474 -2260 -3120 -2916 -2850 -3198 -2360 -2936 -2532 -2854 -2294 3174 -2810 -3054 -3178 -2224 -2374 -2896 -3180 -2890 -2540 -2820 3142 -3176 -2802 -2220 -3154 -2664 -3216 -3158 -3176 -2492 -2948 -3166 -3030 -2928 -2622 -2398 -2542 -2588 -3130 -3010 -3200 -3176 -2568 -2440 -2298 -2420 -2360 -2724 -2222 -2258 -2436 -2670 -3146 -2834 -2548 -2258 -3156 -3054 -2588 -3216 -2988 -3164 -3134 -2318 -3096 -2566 -2730 -2670 -2264 -3200 -2376 -3002 -2704 -2774 -2236 -2898 -2278 -2418 -2906 -2914 -3120 -3032 -2266 -3216 -2246 -2320 -2556 -2692 -2826 -3046 -2616 -2878 -2292 -3160 -2318 -2408 2220 -2384 -2902 -3120 -2236 -3136 -2360 -2260 -2258 -2284 -2436 -3176 -3080 -3114 -2736 -2638 -2770 -3216 -2362 -3136 -3170 -2758 -2250 -2948 -3176 -3176 -3004 -2602 -3176 -2956 -3046 -3216 -3002 -2302 -2318 -3160 -2458 -3084 -2912 -3196 -3176 -2798 -2378 -3160 -3002 -3080 -3126 -2288 -2710 -2882 -2796 -3176 -3016 -2748 -3152 -2666 -2624 -2630 -2260 -2298 -2836 -2420 -2580 -3160 -2710 -2868 -2476 -2260 -2932 -2582 -2316 -2414 -2768 -3216 -3176 -2318 -2286 -2288 -3124 -2616 -2876 -3216 -3042 -2296 -3082 -2532 -2604 -2620 -3070 -2724 -3216 -2434 -2516 -2664 -3060 -2492 -2808 -3162 -2388 -2250 -2590 -2242 -2776 -3090 -2896 -2590 -2706 -3160 -2292 -3044 -2670 -3022 -2272 -2670 2544 -3130 -2596 3196 -2360 -2614 -2278 -2360 -2226 -3166 -2320 -2932 -2858 -3200 -2220 -2318 -3034 2798 -2552 -2434 -2274 -2934 -2652 -2590 -2228 -2424 -3176 -2430 -2314 -3154 -2440 -2270 -3114 -2286 -2560 -2638 -2938 -3216 -3192 -2320 -2644 -3164 -2908 -2642 -2290 -2902 -3016 -2450 -2664 -2298 -2726 -2486 -2298 -3184 -2408 -3114 -2474 -3176 -2532 -2390 -2908 -2306 -2700 -3090 -3046 -3176 -2670 -2392 -2290 -3126 -2756 -2974 2830 -2434 -2722 -2534 -2616 -3216 -2462 -2564 -2262 -2672 -2474 -2434 -3082 -3016 -2372 -3154 -3154 -2232 -3016 -3176 -2228 -2378 -2860 -3120 -2258 -2896 -2908 -3160 -2434 -2896 -3098 -2746 -2272 2336 -2740 -2242 -2634 -2504 -2664 -3200 -2882 -3152 -2322 -2768 -2254 -2320 -3126 -2732 -2658 -3176 -2240 -2964 -3176 -2996 -3160 -2358 -2922 -2936 -2288 -2434 -3216 -2342 -2562 -2350 -2994 -3048 -3126 -2360 -2470 -2744 -2760 -2408 -2320 -2936 -3216 -2440 -2670 -3118 -3006 -3120 -2918 -2740 -2794 -2880 -2812 -2538 -2618 -3216 -2600 -3176 -2330 -3166 -2398 -3122 -3080 -3140 -2324 -2624 2260 -2670 -2776 -3028 -2348 -2488 -2298 -2780 -2376 -3112 -2492 -2318 -2952 2912 -3216 -2468 -3028 -2704 -2368 -2988 -2846 -2416 -2792 -2360 -2546 -2598 -2972 -3168 -3112 -2364 -2532 -2976 -2506 -2880 -2440 -2444 -2884 -2272 -2392 -2320 -3176 -3176 -2502 -2932 -2346 -2448 -3216 -2316 -2738 -3124 -2350 -2632 -3160 -3044 -3216 -2392 -3078 -3154 -2256 -2282 -2904 -3004 -2750 -2634 -2948 -3030 -2508 -2534 -2220 -3084 -2806 -2602 -2522 -2454 -3144 -3166 -2318 -2948 -3176 -2234 -3120 -3070 -3036 -2744 -2402 -2250 -2946 -2710 -2994 -3166 -2776 -2410 -2380 -2512 -2718 -2990 -2562 -2754 -3172 -2472 -3216 -3216 -3216 -2454 -2622 -3176 -3126 -2664 -3176 -2312 -3160 -2458 -2654 -2262 -2706 -2972 -2908 -3126 -2548 -2264 -3204 -3154 -2548 -2546 -2286 -3086 -2342 -2260 -2400 -3160 -2468 -3120 -3090 -2600 -3216 -2324 -2408 -3120 -2336 -3140 -2588 -2246 -3058 -2598 -3216 -2548 -2918 -2972 -2832 -2916 -2376 -3028 -3078 -3176 -2318 -2902 -2634 -3156 -3052 -2478 -2726 -2474 -3144 -3216 -2670 -2278 -3080 -3042 -2956 -2602 -2548 -3120 -2234 -2852 -2902 -2274 -2278 -3216 -3216 -3140 -2320 -2474 -2270 -2278 -2542 -2880 -2898 -3078 -2554 -2298 -3148 -2704 -2330 -2386 -2356 -2662 -3162 -2736 -3086 -2554 -3194 -2318 -2396 -2308 -3176 3042 -3120 -2902 -2634 -2584 -3120 -2764 -2654 -2452 -2622 -2260 -2534 -2880 -2806 -3216 -2318 -2776 -3176 -2268 -2810 -2966 -2580 -3176 -2718 -2848 -2958 -2988 -2436 -3216 -2312 -2800 -2918 -3046 -2508 -2728 -3176 -3188 -3028 -3130 -3216 -2224 -3126 -2578 -2260 -2426 -3160 -2610 -2736 -3004 -3086 -2576 -3216 -2258 -2758 -2434 -3216 2914 -3004 -2494 -2908 -2258 -2220 -2304 -2896 -2774 -2670 -3118 -2792 -2368 -3160 -2476 -3102 -3176 -2804 -3160 -3140 -2404 -3180 -2906 -2808 -3126 -3058 -2434 -2464 2860 -2944 -2988 -3070 -2318 -2258 -2996 -3118 -2484 -3032 -3068 -3138 -2472 -2664 -2228 -3120 -3176 -2386 -2660 -2294 -2674 -3216 -2276 -3200 -2694 -3004 -3216 -3080 -2972 -3200 -2948 -2588 -2880 -2750 -2360 -2696 -3108 -2682 -2934 -2946 -2508 -3086 -2796 -3160 -3200 -2308 -3156 -3200 -2464 -3120 -2556 -3120 -2412 -2360 -2932 -3044 -3200 -2374 -3216 -2788 -2548 3152 -2474 -3120 -3016 -3160 -3176 -2228 -2234 -3118 -2758 -2318 -2876 -2992 -2878 -2438 -2264 -3126 -2318 -2902 -2320 -2932 -3176 -2724 -3120 -2890 -3120 -2756 -2944 -2278 -2340 -2450 -3216 -3180 -2652 -2796 -3020 -2790 -3118 -2722 -2712 -2972 -2368 -2704 -3126 -2572 -3026 -2736 -2494 -2318 -2986 -2588 -2452 -3176 -2396 -2614 -2278 -2776 -3176 -2470 -3086 -3008 -2800 -2728 -2230 -3176 -2918 -2820 -3142 -2242 -2380 -3160 -3118 -2868 -2428 -2474 -3110 -2364 -3026 -3126 -3160 -3196 -2590 2432 -2480 -2768 -3082 -2660 -2220 -2908 -2596 -2512 -2360 -3078 -3080 -2354 2736 -2434 -3094 -3166 -3130 -3120 -2292 -2894 -2556 -2368 -2476 -2580 -3026 -2684 -2300 -2972 -2736 -3160 -2764 -2600 -2992 2770 -3176 -2492 -3044 -3110 -2956 -3080 -2276 -2298 -3090 -2434 -3078 -2276 -3176 -3130 -3058 -2402 -3160 -3180 -2650 -2288 -2984 -2844 -3148 -3176 -3160 -3176 -2624 -2286 -2354 -2942 -2666 -2278 -2838 -2474 -2360 -3090 -3126 -2222 -2752 -2642 -2550 -3216 -2488 -2916 -3158 -3120 -2592 -2426 -2452 -2516 -2776 -2518 -3216 -3216 -2234 -3216 -2432 -3086 -2888 -2736 -2774 -2656 -2912 -3118 -2360 -3088 -2260 -2734 -2586 -2316 -2920 -2334 -2358 -2262 -2338 -2756 -2930 -2942 -2476 -3160 -3076 -2326 -3130 -3216 -2674 -3176 -2224 -3198 -3176 -2942 -2976 -2320 -2232 -3148 -3176 -3176 -2396 -2754 -2314 -2372 -3134 -2426 -2488 -2670 -2730 -2332 -2338 2220 -3120 -3152 -3160 -3158 -2776 2414 -2862 -2494 -3112 -2450 -2296 -2846 -2770 -3002 -3176 -2608 -2638 -2834 -2548 -2756 -2670 -3176 -2298 -2530 -2868 -2520 -3216 -2514 -2474 -2274 -2298 -2936 -2380 -2878 -2400 -2632 -2710 -2656 -3026 -2670 -2672 -2482 -2324 -2452 -3120 -2548 -2804 -3046 -3176 -2362 -2726 -3216 -3042 -2308 -2988 -3176 -2548 -2710 -2970 -2346 -2908 -2566 -2360 -3166 -2266 -3126 -2874 -2670 -3090 -3122 -2358 -2728 -3152 -2888 -2768 -2362 -2992 -2782 -2494 -2434 -3142 -2378 -2548 -2402 -2802 -2788 -3166 -2384 -2320 -2256 -2980 -3160 -3176 -3060 -2828 -2476 -2258 -2368 -2446 -2474 -2360 -2270 -2300 -2258 -2412 -2916 -2252 -2570 -3002 -2606 -3130 -2252 -2588 -3176 -3166 -2896 -2312 -2670 -3130 -2934 -2540 -3200 -2258 2220 -3166 -2952 -3152 -2258 -2430 -2358 -3166 -2398 -2894 -2776 -3200 -3098 -2258 -3186 -2736 -3200 -3006 -2908 -2298 -3158 -2948 -2634 -2686 -2972 -2612 -2940 -3054 2560 -2286 -2686 -2522 -2318 -2374 -3130 -2336 -2444 -2914 -2654 -2896 -2310 -2948 -3176 -3160 -2650 -3004 -2492 -2874 -3216 -2274 2392 -2360 -2646 -2278 -2872 -2972 -3120 -3078 -2474 -2770 2952 -3160 -2738 -2360 -2326 -2360 -2492 -2434 -2758 -2292 -2614 -2450 -2286 -2776 -3112 -3154 -3030 -3216 -3216 -2814 -2392 -2810 -2334 -2346 -2566 -2222 -3044 -2330 -2710 -2588 -2722 -2298 -2846 -2284 -3126 -2986 -2498 -2400 -2894 -2948 -2758 -3160 -3200 -3160 -2560 -2238 -3216 -2706 -3130 -2298 -3216 -2842 -3152 -2704 -2948 -3080 -2280 -2710 -2256 -2272 -2970 -3084 -2394 -3056 -2280 -2828 -2258 -2220 -2386 -2432 2416 -2932 -2772 -2710 -2776 -3090 -3126 -2364 -3046 -2262 -2920 -2668 -2770 -3200 -2366 -2434 -2544 -2898 -2262 3028 -2752 -2378 -2630 -2764 -2318 -3176 -3216 -2726 -2360 -2434 -2908 -2766 -2474 -2320 -2282 -2852 
45.84/46.36	d NODES 2800
45.84/46.36	d CHECKS 36212350
45.84/46.36	   
45.84/46.36	   totalWckTime=46.179  totalCpuTime=43.88

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-1086790-1215241219/watcher-1086790-1215241219 -o /tmp/evaluation-result-1086790-1215241219/solver-1086790-1215241219 -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-1086790-1215241219.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 13155
/proc/meminfo: memFree=1271032/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=18572 CPUtime=0
/proc/13155/stat : 13155 (runsolver) R 13153 13155 11531 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003096976 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13155/statm: 4643 292 257 25 0 2626 0

[startup+0.0671911 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 13155
/proc/meminfo: memFree=1271032/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=864076 CPUtime=0.04
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 2720 0 1 0 3 1 0 0 18 0 9 0 2003096976 884813824 2277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216019 2277 1087 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101192 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 13155
/proc/meminfo: memFree=1271032/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=865884 CPUtime=0.08
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 3677 0 1 0 6 2 0 0 18 0 9 0 2003096976 886665216 3152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216471 3152 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301214 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 13155
/proc/meminfo: memFree=1271032/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=866196 CPUtime=0.28
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 5628 0 1 0 25 3 0 0 18 0 9 0 2003096976 886984704 5042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216549 5042 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701253 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 13155
/proc/meminfo: memFree=1271032/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867020 CPUtime=0.68
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 11313 0 1 0 61 7 0 0 18 0 9 0 2003096976 887828480 10683 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216755 10683 1968 9 0 211283 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867020

[startup+1.50133 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 13164
/proc/meminfo: memFree=1180784/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867560 CPUtime=1.47
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 30660 0 1 0 131 16 0 0 18 0 9 0 2003096976 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216890 30017 2026 9 0 211396 0
[pid=13155/tid=13157] ppid=13153 vsize=867560 CPUtime=1.13
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 15741 0 1 0 104 9 0 0 25 0 9 0 2003096977 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867560 CPUtime=0.14
/proc/13155/task/13158/stat : 13158 (java) R 13153 13155 11531 0 -1 64 13582 0 0 0 9 5 0 0 16 0 9 0 2003096979 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867560 CPUtime=0
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003096979 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867560 CPUtime=0
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003096979 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867560 CPUtime=0
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003096981 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867560 CPUtime=0.16
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 640 0 0 0 16 0 0 0 16 0 9 0 2003096981 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867560 CPUtime=0
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003096982 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867560 CPUtime=0
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003096982 888381440 30017 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867560

[startup+3.10147 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 13164
/proc/meminfo: memFree=1152688/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867472 CPUtime=3.05
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 33678 0 1 0 288 17 0 0 18 0 9 0 2003096976 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216868 33010 2006 9 0 211396 0
[pid=13155/tid=13157] ppid=13153 vsize=867472 CPUtime=2.6
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 15774 0 1 0 251 9 0 0 25 0 9 0 2003096977 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4126937495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867472 CPUtime=0.24
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 16551 0 0 0 18 6 0 0 16 0 9 0 2003096979 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003096981 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867472 CPUtime=0.18
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 656 0 0 0 18 0 0 0 15 0 9 0 2003096981 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003096982 888291328 33010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003096982 888291328 33010 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) 867472

[startup+6.30277 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13164
/proc/meminfo: memFree=1146096/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867472 CPUtime=6.23
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 33684 0 1 0 605 18 0 0 18 0 9 0 2003096976 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216868 33014 2006 9 0 211396 0
[pid=13155/tid=13157] ppid=13153 vsize=867472 CPUtime=5.77
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 15777 0 1 0 567 10 0 0 25 0 9 0 2003096977 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4126905576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867472 CPUtime=0.24
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 16551 0 0 0 18 6 0 0 16 0 9 0 2003096979 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003096981 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867472 CPUtime=0.19
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 659 0 0 0 19 0 0 0 15 0 9 0 2003096981 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003096982 888291328 33014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003096982 888291328 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) 867472

[startup+12.7024 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13164
/proc/meminfo: memFree=1145904/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867472 CPUtime=12.57
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 33708 0 1 0 1239 18 0 0 18 0 9 0 2003096976 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216868 33035 2006 9 0 211396 0
[pid=13155/tid=13157] ppid=13153 vsize=867472 CPUtime=12.08
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 15779 0 1 0 1198 10 0 0 25 0 9 0 2003096977 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4126904385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867472 CPUtime=0.24
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 16551 0 0 0 18 6 0 0 17 0 9 0 2003096979 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003096979 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003096981 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867472 CPUtime=0.21
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 681 0 0 0 21 0 0 0 16 0 9 0 2003096981 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003096982 888291328 33035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867472 CPUtime=0
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003096982 888291328 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) 867472

[startup+25.5016 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13168
/proc/meminfo: memFree=1123888/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=25.24
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 40915 872 1 0 2486 23 13 2 18 0 9 0 2003096976 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 38531 2018 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=24.3
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 17199 872 1 0 2404 11 13 2 25 0 9 0 2003096977 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4127209532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=0.75
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 22027 872 0 0 52 8 13 2 16 0 9 0 2003096979 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 5 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.45
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 844 872 0 0 29 1 13 2 15 0 9 0 2003096981 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 38531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 10 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 38531 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) 867796

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

[startup+38.3028 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13168
/proc/meminfo: memFree=998000/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=37.92
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106214 872 1 0 3735 42 13 2 18 0 9 0 2003096976 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69778 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=36.23
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28550 872 1 0 3595 13 13 2 25 0 9 0 2003096977 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4127372178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 16 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.54
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 918 872 0 0 38 1 13 2 15 0 9 0 2003096981 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 867796

[startup+41.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13168
/proc/meminfo: memFree=996720/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=41.09
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106214 872 1 0 4052 42 13 2 18 0 9 0 2003096976 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69778 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=39.4
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28550 872 1 0 3912 13 13 2 25 0 9 0 2003096977 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4127387343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 16 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.54
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 918 872 0 0 38 1 13 2 15 0 9 0 2003096981 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 867796

[startup+44.7014 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13174
/proc/meminfo: memFree=995432/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=44.26
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106216 872 1 0 4369 42 13 2 18 0 9 0 2003096976 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69779 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=42.56
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28550 872 1 0 4228 13 13 2 25 0 9 0 2003096977 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4126908241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 17 0 9 0 2003096979 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.54
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 920 872 0 0 38 1 13 2 15 0 9 0 2003096981 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 867796

[startup+45.5025 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13174
/proc/meminfo: memFree=994984/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=45.04
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106228 872 1 0 4447 42 13 2 18 0 9 0 2003096976 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69788 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=43.34
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28552 872 1 0 4306 13 13 2 25 0 9 0 2003096977 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4127443456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 17 0 9 0 2003096979 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.55
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 930 872 0 0 39 1 13 2 15 0 9 0 2003096981 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.04
Current children cumulated vsize (KiB) 867796

[startup+45.903 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13174
/proc/meminfo: memFree=994984/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=45.45
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106235 872 1 0 4487 43 13 2 18 0 9 0 2003096976 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69795 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=43.74
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28552 872 1 0 4345 14 13 2 25 0 9 0 2003096977 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 17 0 9 0 2003096979 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.56
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 937 872 0 0 40 1 13 2 15 0 9 0 2003096981 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.45
Current children cumulated vsize (KiB) 867796

[startup+46.3026 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13174
/proc/meminfo: memFree=994664/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=867796 CPUtime=45.84
/proc/13155/stat : 13155 (java) S 13153 13155 11531 0 -1 0 106246 872 1 0 4526 43 13 2 18 0 9 0 2003096976 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 216949 69804 2616 9 0 211477 0
[pid=13155/tid=13157] ppid=13153 vsize=867796 CPUtime=44.11
/proc/13155/task/13157/stat : 13157 (java) R 13153 13155 11531 0 -1 64 28556 872 1 0 4382 14 13 2 25 0 9 0 2003096977 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4127504398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13158] ppid=13153 vsize=867796 CPUtime=1.4
/proc/13155/task/13158/stat : 13158 (java) S 13153 13155 11531 0 -1 64 75871 872 0 0 100 25 13 2 17 0 9 0 2003096979 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13159] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13159/stat : 13159 (java) S 13153 13155 11531 0 -1 64 17 872 0 0 0 0 13 2 16 0 9 0 2003096979 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13160] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13160/stat : 13160 (java) S 13153 13155 11531 0 -1 64 28 872 0 0 0 0 13 2 15 0 9 0 2003096979 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13161] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13161/stat : 13161 (java) S 13153 13155 11531 0 -1 64 0 872 0 0 0 0 13 2 18 0 9 0 2003096981 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13162] ppid=13153 vsize=867796 CPUtime=0.57
/proc/13155/task/13162/stat : 13162 (java) S 13153 13155 11531 0 -1 64 944 872 0 0 41 1 13 2 15 0 9 0 2003096981 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13163] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13163/stat : 13163 (java) S 13153 13155 11531 0 -1 64 2 872 0 0 0 0 13 2 19 0 9 0 2003096982 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13155/tid=13164] ppid=13153 vsize=867796 CPUtime=0.15
/proc/13155/task/13164/stat : 13164 (java) S 13153 13155 11531 0 -1 64 13 872 0 0 0 0 13 2 15 0 9 0 2003096982 888623104 69804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.84
Current children cumulated vsize (KiB) 867796

[startup+46.4031 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 13174
/proc/meminfo: memFree=994664/2055920 swapFree=4179560/4192956
[pid=13155] ppid=13153 vsize=0 CPUtime=45.91
/proc/13155/stat : 13155 (java) Z 13153 13155 11531 0 -1 12 106283 872 1 0 4532 44 13 2 16 0 2 0 2003096976 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.91
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 46.4274
CPU time (s): 45.953
CPU user time (s): 45.4581
CPU system time (s): 0.494924
CPU usage (%): 98.9781
Max. virtual memory (cumulated for all children) (KiB): 867884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4581
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107155
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= 3106
involuntary context switches= 4055

runsolver used 0.058991 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 09:00:19
IDJOB=1086790
IDBENCH=57878
IDSOLVER=363
FILE ID=node8/1086790-1215241219
PBS_JOBID= 7881881
Free space on /tmp= 66324 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-6.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-1086790-1215241219/watcher-1086790-1215241219 -o /tmp/evaluation-result-1086790-1215241219/solver-1086790-1215241219 -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-1086790-1215241219.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58ea24c4b64e9a970cdc24f9e79dc4d0
RANDOM SEED=1691886819

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1271448 kB
Buffers:         78884 kB
Cached:         448832 kB
SwapCached:       6900 kB
Active:         389412 kB
Inactive:       332176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271448 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            5280 kB
Writeback:           0 kB
Mapped:         209904 kB
Slab:            47560 kB
Committed_AS:  3670336 kB
PageTables:       2164 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= 66324 MiB
End job on node8 at 2008-07-05 09:01:06