Trace number 1086098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 29.7175 30.0207

DiagnosticValue
CHECKS3539380
NODES2300

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-8.xml
MD5SUM5db16243b4ccf647ada8995c3a36e2be
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 benchmark29.5095
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1086098-1215237407.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.58/0.66	     nbVariables=2300  nbDomainTypes=17  minDomainSize=42  maxDomainSize=302  nbTotalValues=635123
0.58/0.66	       =>  wckTime=0.404  cpuTime=0.29  mem=31M343
0.58/0.66	   
0.58/0.66	   predicates being loaded...
0.68/0.72	   
0.68/0.72	   constraints being loaded...
20.69/20.99	   
20.69/20.99	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 51M318)
25.42/25.75	     nbConstraints=12776  nbGlobalConstraints=15  nbMergedConstraints=11492  nbConvertedConstraints=701
25.42/25.75	     nbConvertConstraintsChecks=39081394  nbExtensionStructures=554  nbSharedExtensionStructures=382
25.42/25.75	     nbConflictsStructures=691  nbSharedConflictsStructures=483  nbUnbuiltConflictsStructures=2723
25.42/25.75	     nbSharedBinaryRepresentations=277450  nbEvaluationManagers=2860  nbSharedEvaluationManagers=9200  minDegree=3
25.42/25.75	     maxDegree=23  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=2.009
25.42/25.75	     symmetryCpuTime=1.67  nbCliques=15
25.42/25.75	       =>  wckTime=25.494  cpuTime=24.2  mem=64M880
25.82/26.10	   
25.82/26.10	   solver IterativeSystematicSolver being built... 
26.03/26.39	   
26.03/26.39	   INFO : Forward propagation technique limited 
26.32/26.60	       =>  wckTime=26.347  cpuTime=24.56  mem=107M285
28.90/29.24	   
28.90/29.24	   preprocessing
28.90/29.24	     nbConstraintChecks=3485753  nbValidityChecks=181915  nbPropagations=2869  nbRevisions=39215
28.90/29.24	     nbUselessRevisions=31537  nbRemovedValues=622585  detectedInconsistency=no
28.90/29.24	       =>  wckTime=2.616  cpuTime=2.56  mem=107M285
29.58/29.93	   
29.58/29.93	   search
29.58/29.93	     run=0  nbConstraintChecks=53631  nbValidityChecks=104619  minDepth=2301  maxDepth=2300  nbPropagations=5815
29.58/29.93	     nbRevisions=53607  nbUselessRevisions=45275  nbAssignments=2300  nbFailedAssignments=0  nbBacktracks=0
29.58/29.93	     nbVisitedNodes=2301  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
29.58/29.93	     nbDEliminables=?  nbPEliminables=?
29.58/29.93	       =>  wckTime=3.309  cpuTime=3.22  mem=108M301
29.58/29.93	   
29.58/29.93	   global
29.58/29.93	     nbConstraintChecks=3539384  nbValidityChecks=286534  nbPropagations=8684  nbRevisions=92822
29.58/29.93	     nbUselessRevisions=76812  nbRestartNogoods=0  solvingWckTime=3.311  solvingCpuTime=3.22  expiredTime=no
29.58/29.93	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=27.74  globalCpuTime=27.84
29.58/29.93	       =>  wckTime=29.673  cpuTime=27.79  mem=108M301
29.58/29.98	   
29.58/29.98	s SATISFIABLE
29.58/29.98	v -2600 -2556 -2540 -2340 -2512 -2552 -2752 -2800 -2504 -2620 -2780 -2364 -2268 -2396 -2552 -2744 -2340 2804 -2508 -2820 -2744 -2588 -2348 -2376 -2220 -2688 -2740 -2536 -2652 2244 -2236 -2668 -2228 -2804 -2424 -2260 -2412 -2520 -2736 -2220 -2660 -2324 -2280 -2524 -2496 -2560 -2544 -2592 -2284 -2576 -2352 -2340 -2780 -2712 -2592 -2728 -2640 -2260 -2820 -2328 -2272 -2440 -2780 -2788 -2780 -2820 -2820 -2464 -2776 -2424 -2656 -2712 -2340 -2780 -2780 -2224 -2788 -2240 -2400 -2504 -2260 -2588 -2276 -2420 -2620 -2808 -2640 -2348 -2608 -2664 -2592 -2548 -2396 -2308 -2648 -2556 2780 -2592 -2672 -2464 -2660 -2568 -2360 -2352 -2276 -2460 -2760 -2692 -2820 -2464 -2308 -2540 -2660 -2464 -2344 -2820 -2496 -2552 -2792 -2320 -2432 -2288 -2548 -2292 -2452 -2464 -2716 -2468 -2720 -2420 -2552 -2420 -2524 -2352 -2452 -2220 -2692 -2348 -2324 -2468 -2592 -2452 -2432 -2352 -2248 -2576 2684 -2484 -2724 -2312 -2580 -2692 -2820 -2504 -2364 -2504 -2436 -2540 -2696 2732 -2496 -2564 -2804 -2532 -2300 -2420 -2532 -2240 -2556 -2780 -2820 -2528 -2496 -2284 -2464 -2340 -2488 -2308 -2432 -2252 -2644 -2752 -2724 -2432 -2264 -2340 -2580 -2332 -2428 -2456 -2636 -2300 -2288 -2692 -2688 -2648 -2640 -2380 -2780 -2656 -2756 -2268 -2700 -2308 -2432 -2280 -2280 -2740 -2668 -2584 -2600 -2648 -2780 -2616 -2788 -2392 -2768 -2692 -2628 -2364 -2752 -2428 2744 -2612 -2820 -2616 -2508 -2604 -2292 -2652 -2652 -2740 -2804 -2712 -2472 -2648 -2592 -2336 -2712 -2364 -2820 -2572 -2656 -2640 -2252 2720 -2604 -2660 -2428 -2220 -2468 -2528 -2676 -2608 -2484 -2420 -2820 -2820 -2328 -2412 -2364 -2668 -2352 -2676 -2328 -2420 -2376 -2464 -2788 -2280 -2352 -2752 -2664 -2552 -2680 -2384 -2584 -2660 -2316 -2296 -2508 -2384 -2356 -2684 -2316 -2252 -2496 -2476 -2248 -2820 -2480 -2404 -2500 -2428 -2512 -2228 -2680 -2780 -2672 -2748 -2588 -2768 -2468 -2680 -2280 -2504 -2524 -2636 -2780 -2772 -2516 -2692 -2440 -2764 -2556 -2560 -2616 -2296 -2764 -2256 -2488 -2316 -2520 -2472 -2364 -2220 -2500 -2588 -2768 -2312 -2700 -2716 -2256 -2712 -2712 -2768 -2252 -2820 -2780 -2572 -2332 -2780 -2792 -2412 -2488 -2752 -2252 -2628 -2448 -2260 -2364 -2372 -2648 -2748 -2532 -2652 -2372 -2624 -2780 -2708 -2432 -2456 -2644 -2284 -2296 -2512 2428 -2300 -2384 -2612 -2672 -2220 -2520 -2668 -2488 -2400 -2324 -2676 -2380 -2432 2328 -2564 -2404 2500 -2588 -2788 -2516 -2752 -2428 -2264 -2748 -2332 -2772 -2568 -2332 -2688 2352 -2636 -2616 -2536 -2260 -2356 -2316 -2624 -2568 -2720 -2380 -2368 -2520 2268 -2544 -2496 -2220 -2820 -2280 -2300 -2512 -2292 -2820 -2440 2420 -2428 -2456 -2356 2792 -2352 -2660 -2324 -2588 -2680 -2240 -2660 -2656 -2520 -2468 -2300 -2588 -2268 2268 -2680 -2384 -2372 -2512 2784 -2676 -2384 -2468 -2800 -2232 -2764 -2284 -2220 -2260 2312 -2524 -2360 -2324 -2508 -2700 -2736 -2260 2464 -2508 -2332 -2708 -2600 -2540 2316 -2712 -2552 -2336 -2396 -2336 -2544 -2676 -2600 -2344 -2472 -2484 -2700 2772 -2752 -2404 -2412 -2732 -2724 -2608 -2316 -2220 2240 -2592 -2392 -2260 -2240 2796 -2636 -2584 -2756 -2472 -2452 -2764 2460 -2472 2772 -2460 -2420 -2804 -2244 2768 -2628 -2500 -2252 -2780 2548 -2552 -2644 -2752 -2780 -2748 -2408 -2732 -2260 -2512 -2312 -2820 -2420 -2456 -2380 -2268 -2440 2312 -2820 -2464 -2448 -2732 -2608 -2272 -2344 -2272 -2580 -2432 -2620 -2476 -2648 -2336 -2720 -2780 -2340 -2276 -2316 -2280 -2328 -2680 -2620 -2696 -2608 -2536 -2244 2692 -2676 -2700 -2228 -2336 -2260 -2668 -2816 -2428 -2712 -2636 -2584 -2428 -2420 -2244 -2712 -2356 -2292 -2820 -2432 -2796 -2504 -2376 -2444 -2436 -2548 -2752 -2620 -2540 -2240 -2744 -2520 -2688 -2684 -2288 -2220 -2488 -2764 -2748 -2412 -2220 -2244 -2764 -2272 -2508 -2624 -2764 -2516 -2320 -2388 -2796 -2324 -2756 -2480 -2612 -2800 -2260 -2672 -2588 -2712 -2628 -2340 -2544 -2544 -2764 -2560 -2384 -2276 -2728 -2536 -2220 -2284 -2380 -2708 -2540 -2676 -2396 -2740 -2328 -2592 -2232 2380 -2656 -2496 -2220 -2780 -2628 -2568 -2800 -2368 -2640 -2396 2592 -2432 -2780 -2788 -2528 -2344 -2284 -2452 -2804 -2400 -2556 -2820 -2704 -2368 -2728 -2276 -2464 -2472 -2672 -2296 -2648 -2232 -2752 -2400 -2560 -2612 -2680 -2780 -2288 2748 -2712 -2292 -2688 -2524 2780 -2820 -2336 -2708 -2820 -2488 -2772 -2264 -2472 -2400 -2220 -2588 -2528 -2740 -2640 -2400 -2568 -2684 -2656 -2392 -2744 -2380 -2372 -2388 -2236 -2408 -2652 -2220 -2468 -2256 -2780 -2532 -2244 -2336 -2576 -2744 -2700 -2416 -2440 -2564 -2676 -2488 -2468 -2328 -2652 -2776 -2672 -2400 -2424 -2460 -2692 -2652 -2524 -2440 -2548 2772 -2276 -2780 -2684 -2260 -2276 -2420 -2268 -2780 -2476 -2380 -2488 -2336 -2488 -2592 -2688 -2284 -2784 -2244 -2288 -2500 -2384 -2524 -2452 -2260 -2592 -2776 -2752 -2752 -2804 -2496 -2664 -2548 -2780 -2372 -2384 -2592 -2348 -2288 -2424 -2384 -2484 -2472 -2592 -2780 -2780 -2600 -2292 -2468 -2776 -2724 -2720 -2476 -2508 -2284 -2252 -2232 -2528 -2444 -2384 -2692 -2292 -2460 -2820 -2640 -2720 -2820 -2752 -2656 -2260 -2800 -2220 -2780 -2584 -2780 -2432 -2616 -2248 -2236 -2660 -2428 -2288 -2672 2380 -2416 -2792 2604 -2436 -2624 2632 -2236 -2692 -2804 -2808 -2820 -2376 -2456 -2560 2248 -2504 -2700 -2752 -2804 -2524 -2684 -2316 -2552 -2304 -2308 -2632 -2576 -2376 -2484 -2796 -2708 -2376 2776 -2412 -2536 -2632 -2764 -2756 -2436 -2780 -2392 -2704 -2560 -2480 -2740 -2488 -2368 -2592 -2820 -2516 -2260 -2248 -2808 -2496 -2500 -2728 -2596 -2624 -2256 -2700 -2260 -2332 -2460 -2692 -2568 -2468 -2632 2424 -2272 -2752 2592 -2424 -2672 -2380 -2532 -2740 -2700 -2660 -2568 -2712 -2356 -2452 -2500 -2820 -2512 -2476 -2564 -2316 -2220 -2660 -2600 -2556 -2228 -2500 -2492 -2316 -2496 -2760 -2424 -2228 -2440 -2560 -2620 -2296 -2548 -2440 -2388 -2800 -2516 -2552 -2492 -2804 -2820 -2472 -2584 -2676 -2800 -2768 -2260 -2428 -2820 -2752 -2568 -2748 -2528 -2756 -2744 -2764 -2412 -2540 -2364 -2820 -2536 -2556 -2340 2776 -2572 -2552 -2460 -2340 -2280 -2532 -2288 -2508 -2256 -2596 -2692 -2508 -2580 -2516 -2564 -2700 -2568 -2372 -2348 -2596 -2460 -2260 -2680 -2548 -2236 -2752 -2760 -2512 -2628 -2588 -2580 -2820 -2220 -2388 -2236 -2812 -2324 -2340 -2552 -2480 -2280 -2512 -2760 -2652 -2780 -2820 -2440 -2464 -2460 -2820 -2720 -2724 -2300 -2448 -2352 -2588 -2516 -2368 -2652 -2720 -2548 -2760 -2396 2816 -2548 -2396 -2236 -2380 -2820 -2368 -2660 -2548 -2744 -2376 -2244 -2712 2364 -2260 -2344 -2596 -2248 -2556 -2536 -2704 -2700 2560 -2620 -2256 -2284 -2400 -2644 -2260 -2548 -2532 -2632 -2316 -2580 -2792 -2320 -2492 -2236 -2528 -2780 -2764 -2520 -2320 -2260 -2552 -2820 -2716 -2580 -2448 2708 -2756 2700 -2260 -2532 -2540 -2224 -2260 -2436 -2464 -2292 -2412 -2528 -2732 -2524 -2256 -2440 -2456 -2488 -2292 -2236 -2336 -2588 2580 -2624 -2820 -2416 -2576 -2276 -2612 -2604 -2264 -2364 -2704 -2480 -2812 -2716 -2820 -2488 -2680 -2780 2540 -2388 -2364 -2324 -2480 -2400 -2580 -2220 -2220 -2624 -2304 -2820 -2396 -2432 -2556 -2316 -2760 2548 -2620 -2472 -2692 -2472 -2776 -2496 -2492 -2820 -2496 -2596 -2424 -2416 -2820 -2656 -2460 -2724 -2288 -2748 -2264 -2624 -2500 -2260 -2820 -2616 -2680 -2276 -2324 -2516 -2612 -2600 -2472 2780 -2320 -2808 -2364 -2780 -2344 -2788 -2712 -2780 -2276 -2428 -2256 -2528 -2620 -2544 -2772 -2400 -2820 -2276 -2712 -2552 -2480 -2748 -2380 -2712 -2500 -2820 -2668 -2764 -2720 -2652 -2712 -2664 -2768 -2764 2780 -2648 -2380 -2264 -2604 -2532 -2640 -2756 -2504 2756 -2496 -2348 -2460 -2704 2724 -2436 -2808 -2328 -2476 -2364 2724 -2772 -2564 -2624 -2536 -2680 -2732 -2448 -2400 -2552 -2648 -2732 -2616 -2608 -2820 -2732 -2272 -2588 -2628 -2780 -2300 -2416 -2276 -2292 -2264 -2456 -2364 -2812 -2808 -2360 2304 -2244 -2412 -2244 -2640 -2408 -2780 -2732 -2288 -2564 -2244 -2488 -2476 -2664 -2276 -2268 -2568 -2780 -2236 -2592 -2764 -2552 -2608 -2328 -2424 -2820 -2332 -2712 -2628 -2760 -2500 -2632 -2792 -2556 -2392 -2700 -2512 -2780 -2256 -2596 -2492 -2236 -2496 -2600 -2664 -2740 -2764 -2656 -2496 -2348 -2224 -2664 -2296 -2716 -2348 -2356 -2780 -2308 -2756 -2336 -2604 -2652 -2356 -2428 -2556 -2312 -2276 -2536 2468 -2276 -2584 -2412 -2764 -2244 -2704 -2344 -2472 -2444 -2288 -2556 -2656 -2412 -2308 -2356 -2372 -2412 -2812 -2456 -2652 -2632 -2780 -2676 -2724 -2788 -2592 -2552 -2796 -2248 -2692 -2260 -2284 -2376 -2776 -2664 -2428 -2636 -2484 -2820 -2592 -2284 -2260 -2272 -2292 -2780 -2588 -2364 -2500 -2804 2724 -2696 -2688 2396 -2796 -2348 -2596 -2568 -2688 -2556 -2704 -2268 -2392 -2248 -2328 -2684 -2236 -2820 -2640 -2724 -2580 -2440 -2260 -2680 -2624 -2220 -2276 -2812 -2524 -2632 -2600 -2532 -2652 -2724 -2300 -2780 -2220 -2372 -2220 2380 -2408 -2520 -2736 -2288 -2548 -2812 -2600 -2296 -2396 -2424 -2424 -2748 -2552 -2480 -2780 -2624 -2580 -2748 -2220 -2528 -2392 -2268 -2740 -2356 -2608 -2280 2772 -2424 -2644 -2396 -2632 -2476 -2764 -2744 -2652 -2456 -2356 -2476 -2312 -2548 -2704 -2820 -2408 -2820 -2324 -2548 -2252 -2820 -2704 -2616 -2476 -2456 -2324 -2620 -2820 -2448 -2340 -2520 -2328 -2560 -2780 -2412 -2596 -2808 -2452 -2820 -2316 -2292 -2232 -2764 -2284 -2780 -2700 -2380 -2608 -2668 -2504 -2632 -2316 -2240 -2288 -2540 -2684 -2292 -2768 -2404 -2652 -2532 -2744 -2712 -2280 -2520 2424 -2504 -2552 -2516 -2520 -2560 2764 -2260 -2492 -2576 -2820 -2512 -2764 -2548 2496 -2724 -2404 -2492 -2812 -2780 -2592 -2440 -2528 -2656 -2484 -2452 2404 -2356 -2724 -2812 -2232 -2624 -2544 -2440 -2432 -2452 -2780 2460 -2356 -2220 -2520 -2600 -2340 -2624 -2272 -2772 -2332 -2600 -2540 -2668 -2660 -2684 -2372 -2364 -2220 -2692 -2528 -2780 -2324 -2256 -2388 -2780 -2224 -2332 -2416 -2308 -2356 -2712 -2324 2804 -2600 -2532 -2244 -2596 -2376 -2788 -2820 -2376 -2368 -2284 -2372 -2568 -2780 -2320 -2424 -2400 -2624 -2556 -2468 -2360 -2720 2640 -2476 -2356 -2660 -2692 -2244 -2424 -2364 -2384 -2768 -2348 -2608 -2608 -2700 -2652 -2344 -2528 -2528 -2680 -2636 -2492 -2640 -2360 -2496 -2548 -2696 -2780 -2404 -2492 -2732 -2364 -2752 -2440 -2668 -2288 -2408 -2424 -2560 -2508 -2680 -2616 -2400 -2696 -2444 -2368 -2620 -2220 -2684 -2760 -2284 -2820 -2624 2360 -2292 -2516 -2500 -2508 -2736 -2668 -2552 -2764 -2228 -2272 -2808 -2592 -2440 -2224 -2284 -2556 -2448 2280 -2616 2804 -2808 -2804 -2304 -2772 -2360 -2596 -2808 -2528 -2588 -2260 -2672 -2284 -2384 -2388 -2292 -2296 -2340 -2780 -2760 -2820 -2244 -2736 -2448 -2456 -2464 -2260 -2780 -2220 -2344 -2444 -2248 -2620 -2328 -2744 -2432 -2392 -2404 -2564 -2748 -2340 -2660 -2388 -2820 -2252 -2408 -2820 -2588 -2424 -2616 -2732 -2392 -2236 -2388 -2776 -2276 -2576 -2804 -2272 -2312 -2684 -2420 -2252 -2580 2552 -2628 -2784 -2508 -2260 -2612 -2516 -2780 -2584 -2640 -2516 -2288 -2272 -2480 -2820 -2680 -2220 -2400 -2528 -2776 -2804 -2288 -2532 -2640 -2820 -2260 -2288 -2460 -2592 -2636 -2280 -2660 -2692 -2376 -2820 -2760 -2820 -2220 -2400 -2528 -2628 -2504 -2648 -2260 2220 -2820 -2456 -2296 -2592 -2616 -2712 -2700 -2524 -2488 -2820 -2764 -2728 -2220 -2228 -2780 -2412 -2228 -2780 -2364 -2376 -2356 -2644 -2696 -2436 -2292 -2688 -2272 -2304 -2292 -2380 -2636 -2696 -2804 -2496 -2732 -2260 -2476 -2488 -2500 -2224 -2308 -2624 -2400 -2712 -2536 -2516 -2268 -2752 -2516 -2384 -2340 -2656 -2560 -2820 -2404 -2636 -2580 -2592 -2312 -2780 -2240 -2288 -2816 -2248 -2624 -2648 -2504 -2572 -2508 -2680 2816 -2540 -2432 -2484 2388 -2528 -2608 -2616 -2652 -2700 -2524 2616 -2248 -2820 -2220 -2780 -2312 -2636 -2264 -2328 -2820 -2260 -2484 -2240 -2260 -2580 -2624 -2552 -2628 -2624 -2788 -2520 -2648 -2336 -2476 -2660 -2664 -2296 -2284 -2280 -2248 -2468 -2528 2768 -2656 -2332 -2420 -2540 -2384 -2532 -2764 -2304 -2392 -2560 -2724 -2704 -2612 -2500 -2776 -2608 -2664 -2228 -2812 -2780 2260 -2744 -2312 -2448 -2248 -2716 -2616 -2692 2816 -2412 -2460 -2748 -2696 -2588 -2252 -2712 -2544 2492 -2480 -2448 -2296 -2720 -2424 -2468 -2252 -2788 -2692 -2348 -2552 -2488 -2608 -2756 -2364 -2540 -2340 -2296 -2344 -2736 -2256 -2424 -2492 2676 -2700 -2752 -2608 -2492 -2780 -2780 -2244 -2256 -2492 -2820 -2604 -2408 -2268 -2264 -2452 -2324 -2816 -2560 -2224 -2676 -2664 -2412 -2744 -2472 2624 -2536 -2324 -2292 -2572 -2548 -2656 -2508 -2328 -2688 -2356 -2736 -2324 -2464 -2496 -2560 -2768 -2388 -2596 -2328 -2524 -2296 -2308 -2600 -2488 -2624 -2780 -2320 -2764 -2320 -2664 -2316 -2648 -2664 -2468 -2220 -2784 -2552 -2740 2256 -2260 -2668 -2240 -2584 -2536 -2284 -2240 -2720 -2444 -2820 -2536 -2268 -2336 -2380 -2608 -2336 -2464 -2220 -2284 -2584 -2484 -2780 -2592 -2420 -2276 -2472 -2420 -2268 -2220 -2492 2820 -2764 -2676 -2640 -2276 -2692 -2752 -2780 -2352 -2280 -2228 -2576 -2556 -2716 -2232 -2460 -2564 -2428 -2764 -2692 -2692 -2448 -2652 -2784 -2568 -2820 -2268 -2324 -2260 -2580 -2644 -2744 -2568 -2780 -2724 -2684 -2360 -2708 -2508 -2628 -2596 -2820 -2552 -2368 -2780 -2780 -2360 -2224 -2380 -2260 -2220 -2456 -2752 -2700 -2448 -2664 -2692 -2820 -2320 -2628 -2760 -2244 -2656 -2376 -2500 -2532 -2568 2460 -2604 -2368 -2508 -2580 -2324 -2292 -2780 -2584 -2752 -2308 -2296 -2780 -2284 -2548 -2260 -2596 -2424 -2700 -2780 -2752 -2760 2516 -2484 -2220 -2404 -2768 -2588 -2780 -2764 -2600 -2220 -2564 -2436 -2364 -2408 -2708 -2228 -2308 -2728 -2440 -2644 -2820 -2288 -2220 -2464 -2288 -2652 -2264 -2288 -2748 -2620 -2544 -2272 -2584 -2460 -2692 -2264 -2584 -2296 -2800 -2488 -2752 -2220 -2796 2376 -2680 -2340 2256 -2260 -2324 -2820 -2540 -2420 -2764 -2700 -2628 -2260 -2464 -2808 -2740 -2260 -2476 -2652 -2592 -2624 -2444 -2568 -2540 -2472 -2372 2620 -2664 2764 -2368 -2492 -2276 -2544 -2232 -2736 -2364 -2796 -2292 -2456 -2820 -2536 -2624 -2780 -2804 -2820 -2708 -2748 -2532 -2272 -2640 -2576 -2648 -2408 2672 -2500 -2692 -2364 -2720 -2644 -2464 -2568 -2784 -2512 -2780 -2604 -2748 -2516 -2708 -2508 -2356 -2496 -2748 -2788 -2644 -2448 -2392 -2636 -2360 -2704 -2580 -2320 -2780 -2464 -2528 -2768 -2744 -2280 -2588 2716 -2804 -2780 -2732 -2656 -2588 -2480 -2440 -2804 -2220 -2252 -2576 -2660 -2496 -2504 -2488 -2464 -2712 -2808 -2712 -2820 -2548 2220 -2672 -2496 -2380 -2772 -2616 -2820 2540 -2456 -2652 -2780 -2780 -2376 -2528 -2252 -2552 -2608 -2344 -2616 -2820 
29.58/29.98	d NODES 2300
29.58/29.98	d CHECKS 3539384
29.58/29.99	   
29.58/29.99	   totalWckTime=29.796  totalCpuTime=27.89

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-1086098-1215237407/watcher-1086098-1215237407 -o /tmp/evaluation-result-1086098-1215237407/solver-1086098-1215237407 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1086098-1215237407.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/80 31001
/proc/meminfo: memFree=1322008/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=18572 CPUtime=0
/proc/31001/stat : 31001 (runsolver) R 30999 31001 29547 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 429358052 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 224627463520 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31001/statm: 4643 292 257 25 0 2626 0

[startup+0.0119989 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31001
/proc/meminfo: memFree=1322008/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=1616 CPUtime=0
/proc/31001/stat : 31001 (java) D 30999 31001 29547 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 429358052 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/31001/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.106408 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31001
/proc/meminfo: memFree=1322008/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=865884 CPUtime=0.09
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 3729 0 1 0 7 2 0 0 18 0 9 0 429358052 886665216 3193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216471 3193 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301434 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31001
/proc/meminfo: memFree=1322008/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=866284 CPUtime=0.28
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 5809 0 1 0 25 3 0 0 18 0 9 0 429358052 887074816 5183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216571 5183 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701494 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31001
/proc/meminfo: memFree=1322008/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867416 CPUtime=0.68
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 12968 0 1 0 60 8 0 0 18 0 9 0 429358052 888233984 12329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216854 12329 2002 9 0 211360 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867416

[startup+1.50261 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31010
/proc/meminfo: memFree=1266704/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867460 CPUtime=1.47
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 21761 0 1 0 135 12 0 0 18 0 9 0 429358052 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216865 21096 2004 9 0 211393 0
[pid=31001/tid=31003] ppid=30999 vsize=867460 CPUtime=1.19
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 15745 0 1 0 111 8 0 0 25 0 9 0 429358053 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 102888497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867460 CPUtime=0.06
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 4690 0 0 0 5 1 0 0 17 0 9 0 429358055 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429358057 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867460 CPUtime=0.17
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 629 0 0 0 17 0 0 0 15 0 9 0 429358057 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429358057 888279040 21096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429358057 888279040 21096 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) 867460

[startup+3.10283 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31010
/proc/meminfo: memFree=1232976/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867460 CPUtime=3.05
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 24829 0 1 0 292 13 0 0 18 0 9 0 429358052 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216865 24160 2006 9 0 211393 0
[pid=31001/tid=31003] ppid=30999 vsize=867460 CPUtime=2.67
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 15782 0 1 0 258 9 0 0 25 0 9 0 429358053 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4126934880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867460 CPUtime=0.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 7705 0 0 0 13 2 0 0 17 0 9 0 429358055 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429358057 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867460 CPUtime=0.21
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 645 0 0 0 20 1 0 0 16 0 9 0 429358057 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429358057 888279040 24160 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429358057 888279040 24160 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) 867460

[startup+6.30128 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31010
/proc/meminfo: memFree=1232336/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867460 CPUtime=6.23
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 24861 0 1 0 609 14 0 0 18 0 9 0 429358052 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216865 24188 2006 9 0 211393 0
[pid=31001/tid=31003] ppid=30999 vsize=867460 CPUtime=5.8
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 15786 0 1 0 571 9 0 0 25 0 9 0 429358053 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4126899048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867460 CPUtime=0.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 7705 0 0 0 13 2 0 0 17 0 9 0 429358055 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429358057 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867460 CPUtime=0.24
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 673 0 0 0 23 1 0 0 15 0 9 0 429358057 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429358057 888279040 24188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429358057 888279040 24188 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) 867460

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31010
/proc/meminfo: memFree=1226192/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867460 CPUtime=12.56
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 26383 0 1 0 1241 15 0 0 18 0 9 0 429358052 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216865 25709 2006 9 0 211393 0
[pid=31001/tid=31003] ppid=30999 vsize=867460 CPUtime=12.03
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 15787 0 1 0 1194 9 0 0 25 0 9 0 429358053 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4126902885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867460 CPUtime=0.25
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 9225 0 0 0 22 3 0 0 16 0 9 0 429358055 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 429358055 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429358057 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867460 CPUtime=0.25
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 674 0 0 0 24 1 0 0 15 0 9 0 429358057 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429358057 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867460 CPUtime=0
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429358057 888279040 25709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867460

[startup+25.502 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 31014
/proc/meminfo: memFree=1208520/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867784 CPUtime=25.23
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 33717 861 1 0 2485 22 15 1 18 0 9 0 429358052 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216946 30102 2018 9 0 211474 0
[pid=31001/tid=31003] ppid=30999 vsize=867784 CPUtime=24.32
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 18454 861 1 0 2403 13 15 1 25 0 9 0 429358053 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4127194847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867784 CPUtime=0.71
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 13588 861 0 0 50 5 15 1 16 0 9 0 429358055 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 12 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 5 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 861 0 0 0 0 15 1 18 0 9 0 429358057 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867784 CPUtime=0.48
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 836 861 0 0 31 1 15 1 15 0 9 0 429358057 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 861 0 0 0 0 15 1 19 0 9 0 429358057 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 9 861 0 0 0 0 15 1 15 0 9 0 429358057 888610816 30102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867784

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

[startup+27.1022 s]
/proc/loadavg: 2.08 2.03 2.01 4/89 31014
/proc/meminfo: memFree=1201160/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867784 CPUtime=26.82
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 66957 861 1 0 2636 30 15 1 18 0 9 0 429358052 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216946 39012 2616 9 0 211474 0
[pid=31001/tid=31003] ppid=30999 vsize=867784 CPUtime=25.38
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 30512 861 1 0 2506 16 15 1 25 0 9 0 429358053 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4127374309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867784 CPUtime=1.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 34665 861 0 0 89 10 15 1 16 0 9 0 429358055 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 14 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 29 861 0 0 0 0 15 1 15 0 9 0 429358055 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 861 0 0 0 0 15 1 18 0 9 0 429358057 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867784 CPUtime=0.56
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 914 861 0 0 39 1 15 1 15 0 9 0 429358057 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 861 0 0 0 0 15 1 19 0 9 0 429358057 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 10 861 0 0 0 0 15 1 15 0 9 0 429358057 888610816 39012 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 867784

[startup+28.7025 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 31014
/proc/meminfo: memFree=1175432/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867784 CPUtime=28.4
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 66962 861 1 0 2794 30 15 1 18 0 9 0 429358052 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216946 39015 2616 9 0 211474 0
[pid=31001/tid=31003] ppid=30999 vsize=867784 CPUtime=26.96
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 30512 861 1 0 2664 16 15 1 25 0 9 0 429358053 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4126899120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867784 CPUtime=1.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 34665 861 0 0 89 10 15 1 17 0 9 0 429358055 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 14 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 29 861 0 0 0 0 15 1 15 0 9 0 429358055 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 861 0 0 0 0 15 1 18 0 9 0 429358057 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867784 CPUtime=0.57
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 919 861 0 0 40 1 15 1 15 0 9 0 429358057 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 861 0 0 0 0 15 1 19 0 9 0 429358057 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 10 861 0 0 0 0 15 1 15 0 9 0 429358057 888610816 39015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 867784

[startup+29.5026 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 31014
/proc/meminfo: memFree=1175432/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867784 CPUtime=29.19
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 66974 861 1 0 2873 30 15 1 18 0 9 0 429358052 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216946 39026 2616 9 0 211474 0
[pid=31001/tid=31003] ppid=30999 vsize=867784 CPUtime=27.74
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 30513 861 1 0 2741 17 15 1 25 0 9 0 429358053 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4127448602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867784 CPUtime=1.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 34665 861 0 0 89 10 15 1 17 0 9 0 429358055 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 14 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 29 861 0 0 0 0 15 1 15 0 9 0 429358055 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 861 0 0 0 0 15 1 18 0 9 0 429358057 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867784 CPUtime=0.58
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 930 861 0 0 41 1 15 1 15 0 9 0 429358057 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 861 0 0 0 0 15 1 19 0 9 0 429358057 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 10 861 0 0 0 0 15 1 15 0 9 0 429358057 888610816 39026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 867784

[startup+29.9026 s]
/proc/loadavg: 2.15 2.05 2.01 3/89 31014
/proc/meminfo: memFree=1175368/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=867784 CPUtime=29.58
/proc/31001/stat : 31001 (java) S 30999 31001 29547 0 -1 0 66993 861 1 0 2912 30 15 1 18 0 9 0 429358052 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 216946 39039 2616 9 0 211474 0
[pid=31001/tid=31003] ppid=30999 vsize=867784 CPUtime=28.11
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 29547 0 -1 64 30518 861 1 0 2778 17 15 1 25 0 9 0 429358053 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4127482518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=867784 CPUtime=1.15
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 29547 0 -1 64 34665 861 0 0 89 10 15 1 17 0 9 0 429358055 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 29547 0 -1 64 14 861 0 0 0 0 15 1 16 0 9 0 429358055 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 29547 0 -1 64 29 861 0 0 0 0 15 1 15 0 9 0 429358055 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 29547 0 -1 64 1 861 0 0 0 0 15 1 18 0 9 0 429358057 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31008] ppid=30999 vsize=867784 CPUtime=0.6
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 29547 0 -1 64 944 861 0 0 43 1 15 1 15 0 9 0 429358057 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31009] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 29547 0 -1 64 2 861 0 0 0 0 15 1 19 0 9 0 429358057 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31001/tid=31010] ppid=30999 vsize=867784 CPUtime=0.16
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 29547 0 -1 64 10 861 0 0 0 0 15 1 15 0 9 0 429358057 888610816 39039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.58
Current children cumulated vsize (KiB) 867784

[startup+30.0029 s]
/proc/loadavg: 2.15 2.05 2.01 3/89 31014
/proc/meminfo: memFree=1175368/2055920 swapFree=4180312/4192956
[pid=31001] ppid=30999 vsize=0 CPUtime=29.68
/proc/31001/stat : 31001 (java) Z 30999 31001 29547 0 -1 12 67035 861 1 0 2921 31 15 1 16 0 2 0 429358052 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 30.0207
CPU time (s): 29.7175
CPU user time (s): 29.3655
CPU system time (s): 0.351946
CPU usage (%): 98.99
Max. virtual memory (cumulated for all children) (KiB): 870120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3655
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67896
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= 2967
involuntary context switches= 4183

runsolver used 0.043993 second user time and 0.107983 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 07:56:47
IDJOB=1086098
IDBENCH=57757
IDSOLVER=364
FILE ID=node49/1086098-1215237407
PBS_JOBID= 7881864
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5db16243b4ccf647ada8995c3a36e2be
RANDOM SEED=1535479402

node49.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.249
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.249
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:       1322488 kB
Buffers:          4772 kB
Cached:          59904 kB
SwapCached:       5704 kB
Active:         661996 kB
Inactive:        19548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322488 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            5692 kB
Writeback:           0 kB
Mapped:         630400 kB
Slab:            35804 kB
Committed_AS:  1672416 kB
PageTables:       2964 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= 66544 MiB
End job on node49 at 2008-07-05 07:57:17