Trace number 2097845

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 28.7276 28.8473

DiagnosticValue
CHECKS2881190
NODES2000

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-10.xml
MD5SUMda2491dfd5d4c48595148d7cd3674d2d
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 benchmark28.7276
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2097845-1247414086.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.48/0.59	     nbVariables=2000  nbDomainTypes=13  minDomainSize=38  maxDomainSize=302  nbTotalValues=567396
0.48/0.59	       =>  wckTime=0.357  cpuTime=0.24  mem=28M528
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.59/0.65	   
0.59/0.65	   constraints being loaded...
20.67/20.75	   
20.67/20.75	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 57M678)
25.04/25.11	     nbConstraints=14313  nbGlobalConstraints=12  nbMergedConstraints=12452  nbConvertedConstraints=686
25.04/25.11	     nbConvertConstraintsChecks=42860858  nbExtensionStructures=546  nbSharedExtensionStructures=438
25.04/25.11	     nbConflictsStructures=644  nbSharedConflictsStructures=487  nbUnbuiltConflictsStructures=2389
25.04/25.11	     nbSharedBinaryRepresentations=293243  nbEvaluationManagers=2487  nbSharedEvaluationManagers=11128  minDegree=3
25.04/25.11	     maxDegree=24  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=2.059
25.04/25.11	     symmetryCpuTime=1.73  nbCliques=12
25.04/25.11	       =>  wckTime=24.871  cpuTime=23.85  mem=66M610
25.34/25.47	   
25.34/25.47	   solver IterativeSystematicSolver being built... 
25.63/25.79	   
25.63/25.79	   INFO : Forward propagation technique limited 
25.94/26.00	       =>  wckTime=25.763  cpuTime=24.21  mem=116M868
27.91/28.09	   
27.91/28.09	   preprocessing
27.91/28.09	     nbConstraintChecks=2822550  nbValidityChecks=174470  nbPropagations=2434  nbRevisions=43670
27.91/28.09	     nbUselessRevisions=36483  nbRemovedValues=558515  detectedInconsistency=no
27.91/28.09	       =>  wckTime=2.075  cpuTime=2.03  mem=116M868
28.60/28.72	   
28.60/28.72	   search
28.60/28.72	     run=0  nbConstraintChecks=58643  nbValidityChecks=105762  minDepth=2001  maxDepth=2000  nbPropagations=5420
28.60/28.72	     nbRevisions=63936  nbUselessRevisions=55763  nbAssignments=2000  nbFailedAssignments=0  nbBacktracks=0
28.60/28.72	     nbVisitedNodes=2001  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
28.60/28.72	     nbDEliminables=?  nbPEliminables=?
28.60/28.72	       =>  wckTime=2.702  cpuTime=2.6  mem=118M896
28.60/28.72	   
28.60/28.72	   global
28.60/28.72	     nbConstraintChecks=2881193  nbValidityChecks=280232  nbPropagations=7854  nbRevisions=107606
28.60/28.72	     nbUselessRevisions=92246  nbRestartNogoods=0  solvingWckTime=2.704  solvingCpuTime=2.6  expiredTime=no
28.60/28.72	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=26.77  globalCpuTime=26.87
28.60/28.72	       =>  wckTime=28.482  cpuTime=26.82  mem=118M896
28.60/28.77	   
28.60/28.77	s SATISFIABLE
28.60/28.77	v -2220 -2412 -2436 -2368 -2400 -2428 -2564 -2208 -2460 -2640 -2584 -2448 -2668 -2480 -2164 2668 -2120 -2424 -2236 -2440 -2388 -2680 -2436 -2232 -2720 -2668 -2256 -2360 2552 2204 -2176 -2180 -2536 2592 -2352 -2664 -2524 -2120 -2596 -2368 -2720 -2488 -2636 -2320 -2512 -2396 -2316 -2676 -2516 -2240 2584 2708 -2268 -2292 -2172 -2592 -2332 -2120 -2464 -2680 -2272 -2612 -2212 -2316 -2372 -2540 2140 2172 -2224 -2416 -2456 -2720 -2160 -2296 -2420 -2524 -2544 -2344 -2564 -2252 -2564 2552 -2656 2680 -2648 -2664 -2524 -2544 -2628 -2284 -2600 -2652 -2264 -2712 -2292 -2416 -2472 -2412 -2720 -2176 -2660 -2408 -2496 -2612 -2428 -2208 -2540 -2444 -2292 -2252 -2336 -2328 -2252 -2276 -2264 2708 -2468 -2468 -2440 -2128 -2452 -2120 2120 -2308 2424 -2260 -2492 -2332 -2572 -2588 -2688 -2312 -2564 -2680 -2216 -2704 -2460 -2400 -2332 -2540 -2528 -2536 -2320 -2296 2568 -2476 -2160 -2320 -2496 -2672 -2524 -2460 -2452 -2312 -2476 2624 -2312 -2248 -2136 -2236 -2200 -2276 -2300 -2628 -2300 -2332 -2260 -2520 -2712 -2528 -2452 2688 -2564 -2248 2632 -2188 -2720 -2380 -2572 2316 -2392 -2612 -2664 2532 -2128 -2272 -2308 -2180 -2604 -2200 -2576 -2432 -2696 -2308 -2632 -2684 2712 -2612 -2356 -2172 -2380 -2384 -2500 -2412 -2164 2160 -2668 -2216 -2544 -2644 -2360 -2172 -2588 -2492 -2708 -2300 -2204 -2216 -2612 -2452 -2260 -2668 -2204 -2400 -2488 -2700 -2720 -2372 -2292 -2720 -2640 -2212 -2680 -2364 -2524 -2156 -2296 2484 -2488 2432 -2368 -2328 -2192 2256 -2264 -2472 -2608 -2172 -2380 -2536 -2476 2660 -2176 -2720 -2184 -2308 -2364 -2236 -2464 -2608 -2720 -2148 -2368 -2552 -2708 -2708 -2296 -2568 2540 -2400 -2448 -2176 -2156 2668 -2184 -2180 -2252 -2416 -2236 -2676 -2296 -2492 -2292 -2296 -2660 -2160 -2272 -2148 2508 -2272 -2680 2160 -2236 -2536 -2328 -2504 -2292 -2456 2300 -2164 -2176 -2540 -2576 -2160 -2256 2124 -2624 -2440 -2668 -2608 -2480 -2312 2120 -2420 -2376 -2368 2184 -2552 -2240 -2328 -2176 -2292 -2420 -2516 -2156 -2648 -2300 -2332 -2544 -2512 -2228 -2220 -2352 -2564 -2432 -2304 -2488 -2632 -2388 -2540 -2304 -2176 -2384 -2368 -2276 -2176 -2384 -2676 -2216 -2456 -2676 -2252 2672 -2200 2284 -2168 -2252 2340 2120 -2696 -2620 -2160 -2332 -2160 -2364 -2232 -2176 -2196 -2528 2484 2228 -2220 -2260 -2320 -2136 -2392 -2696 -2408 -2680 -2584 -2276 -2120 -2324 -2264 -2308 -2328 -2608 -2220 -2268 -2720 -2344 -2512 -2496 -2564 -2136 -2424 -2492 -2632 -2324 2316 -2396 -2504 -2676 -2592 2580 -2580 -2196 -2608 -2184 -2344 -2620 -2316 -2328 2420 -2172 -2200 -2184 -2492 -2344 2532 -2640 -2592 -2408 -2324 -2332 -2380 -2676 -2320 -2604 -2436 2548 -2720 -2492 2720 -2208 2544 -2480 -2260 -2680 -2544 -2616 -2160 -2544 -2416 -2164 -2500 -2648 -2472 -2468 -2412 -2676 -2672 -2596 2360 -2168 2344 2456 -2680 -2720 -2276 2216 -2196 -2716 -2228 2672 -2516 -2132 -2160 -2328 -2476 -2396 -2680 -2220 -2152 -2476 2176 -2520 -2192 -2304 -2528 -2276 -2352 -2616 -2172 -2680 -2652 -2424 -2180 -2192 -2208 -2720 -2160 2268 -2392 -2228 2508 -2552 -2376 -2324 -2360 -2412 -2536 -2560 -2720 -2284 -2140 -2288 2616 2128 -2356 -2524 -2352 -2480 -2444 -2144 -2548 -2416 -2120 -2312 -2424 -2540 -2236 -2584 -2388 -2608 -2320 -2172 -2216 -2336 -2384 2220 -2672 -2120 -2516 2180 -2416 -2308 -2360 -2120 -2420 -2548 -2328 2160 -2148 -2244 -2168 -2680 -2156 -2588 -2720 -2204 -2572 -2568 -2132 -2292 -2284 -2160 -2404 -2628 -2400 2640 -2676 -2512 -2364 2288 -2504 -2440 -2220 2264 -2672 -2320 -2156 -2624 -2412 -2716 -2708 -2524 -2680 -2512 -2204 -2372 -2404 -2532 -2660 -2432 -2208 -2296 -2124 2172 2720 -2480 -2400 -2428 -2668 -2480 -2228 -2396 -2492 -2220 -2244 -2680 -2432 -2384 -2176 -2548 -2672 -2680 2668 -2244 -2704 -2168 -2428 2644 -2620 -2416 -2288 2592 -2312 -2524 -2516 -2216 -2396 2656 2260 -2540 -2188 -2524 -2556 -2176 -2596 2648 -2560 -2672 2664 -2552 -2256 -2248 -2440 2484 -2328 -2276 -2248 -2296 -2684 -2132 -2372 -2304 2236 -2132 2688 -2600 -2564 -2284 2560 -2160 -2400 2160 -2620 -2276 -2316 2256 -2580 2632 -2696 -2680 -2408 -2200 -2124 -2680 -2652 -2396 -2632 -2312 -2172 -2256 -2392 -2176 -2200 -2212 2432 -2540 -2408 -2492 -2120 -2324 -2508 -2352 -2316 -2236 -2448 -2680 -2128 2644 2676 -2356 -2348 -2448 -2556 -2484 -2680 2452 2296 -2256 -2280 -2480 -2256 -2592 -2680 -2176 -2324 -2160 -2504 -2396 -2520 -2220 -2120 -2240 -2336 -2492 -2136 -2576 -2132 -2492 -2152 -2544 -2500 -2220 -2648 -2400 -2268 -2380 -2556 -2260 -2716 -2220 -2600 -2284 -2720 -2292 -2248 -2180 -2356 -2420 -2268 -2220 -2536 -2624 2408 -2624 -2720 -2120 -2244 2524 -2248 -2584 -2492 -2588 -2132 -2160 -2400 -2720 -2316 -2628 -2252 -2680 2452 -2132 -2332 -2536 -2364 -2488 -2424 -2720 -2440 -2288 -2288 -2136 2680 -2412 -2660 -2628 -2532 -2432 -2272 -2308 -2232 -2256 -2280 -2120 -2532 -2240 -2396 -2616 2264 -2164 -2264 2472 -2476 2444 -2720 -2400 -2636 -2260 -2652 -2176 -2680 -2160 2532 -2120 -2700 -2580 -2224 -2316 -2472 -2188 -2704 -2496 -2620 -2176 -2196 -2312 2396 -2168 2172 -2160 -2472 2228 -2120 -2272 -2660 -2380 -2672 -2700 -2492 -2280 2428 -2680 -2136 -2700 -2188 -2672 2608 -2536 -2184 -2496 -2268 -2576 -2636 -2160 -2148 -2504 -2168 -2276 -2584 -2160 -2132 -2460 -2548 -2524 -2464 -2556 2624 -2220 -2260 2564 -2256 -2596 -2304 -2304 -2372 -2248 -2660 -2404 -2360 -2720 2684 -2300 2176 -2256 -2204 -2224 -2440 -2160 -2120 -2536 -2484 -2432 -2180 -2672 -2720 -2680 -2460 -2332 -2576 -2292 -2700 -2120 -2416 2632 2164 2544 -2392 -2496 -2368 -2416 -2204 -2540 -2680 -2136 -2260 2120 -2268 -2456 -2240 -2280 -2280 -2192 -2160 -2132 2720 -2720 2396 -2160 -2564 -2512 -2480 -2516 -2372 -2612 -2196 -2620 -2384 -2708 -2344 -2424 -2304 2612 -2172 2368 -2120 -2488 2456 -2148 -2284 -2208 -2580 -2376 -2608 2680 -2720 -2340 -2716 -2356 -2288 -2576 -2356 -2380 -2404 -2448 -2216 -2260 -2720 -2464 -2512 -2292 2136 -2288 -2680 -2660 -2404 -2564 -2500 -2680 2716 -2720 -2348 2420 -2340 -2648 -2532 -2452 -2376 -2444 -2460 -2188 -2276 -2620 -2656 -2256 -2364 -2628 2456 -2208 -2420 -2348 -2676 -2384 -2144 2676 -2520 -2352 -2524 2516 -2276 -2160 -2428 -2400 2720 -2120 -2572 -2216 2452 -2412 -2184 -2120 -2632 -2120 -2120 -2632 -2408 2300 -2364 -2528 -2372 -2136 -2144 -2156 -2556 2236 -2500 -2592 -2528 2320 -2224 -2352 -2544 -2404 -2240 -2516 -2440 -2412 -2224 -2680 -2352 -2192 -2608 -2360 -2668 -2456 -2532 -2392 -2340 -2380 -2400 -2720 -2420 -2584 -2708 -2408 -2420 -2540 2716 -2504 -2120 -2680 -2364 -2484 -2460 -2436 -2508 -2128 -2476 -2516 -2384 -2472 -2432 -2136 -2340 -2196 -2528 -2552 -2452 -2452 -2496 -2460 -2180 -2352 -2160 -2696 -2160 -2524 -2524 -2440 -2396 2488 2280 -2636 -2120 -2176 -2408 -2688 2664 -2468 -2668 -2460 -2656 -2132 -2528 -2716 2488 -2412 -2564 -2240 -2668 -2460 2380 -2472 -2160 -2516 -2188 -2680 -2680 2628 -2296 -2476 2504 -2448 -2328 -2472 -2656 -2448 2420 -2176 -2480 -2292 2168 -2120 -2208 2120 -2720 -2436 -2424 -2180 -2452 -2552 -2148 -2316 -2608 -2416 -2120 -2552 -2548 -2540 2248 -2584 -2492 -2376 -2436 -2444 -2144 -2684 -2544 -2180 -2184 -2672 2500 -2708 -2396 -2584 -2720 -2660 -2668 2120 -2316 -2188 -2172 -2220 -2332 -2504 -2188 -2316 2332 -2552 -2424 -2516 2452 -2516 -2436 2344 -2676 -2280 -2224 2144 -2664 -2720 -2188 -2576 -2424 -2120 -2288 -2680 -2120 -2680 -2640 -2460 -2416 -2232 -2188 -2292 -2560 2292 -2680 -2556 -2572 -2424 -2180 -2484 -2284 -2360 -2652 2492 -2320 -2500 -2176 2424 -2316 -2684 -2156 -2160 -2564 -2536 -2532 -2196 -2316 -2660 -2536 -2708 -2452 -2472 -2408 -2560 -2520 -2456 2720 -2556 -2224 -2256 -2620 -2536 -2484 -2372 -2648 2568 -2660 -2420 -2440 2504 2356 -2268 -2492 -2248 -2196 -2272 2712 -2460 -2524 -2556 -2344 -2308 -2120 -2324 -2304 -2356 -2280 -2680 -2632 2372 2292 2160 -2620 -2616 -2380 -2132 -2136 -2648 -2460 -2188 -2168 -2632 -2444 -2512 -2312 -2220 2324 -2596 -2200 -2408 -2560 -2196 -2180 -2272 -2356 2460 -2276 -2384 -2328 -2248 -2568 -2172 -2700 -2720 -2340 -2456 -2328 2288 -2608 -2304 -2488 -2380 -2160 -2368 2572 -2688 -2240 -2428 -2588 -2712 2720 -2680 -2672 -2580 -2484 -2344 2216 -2184 -2636 -2328 -2612 -2456 -2672 -2464 -2172 2124 -2720 -2356 -2324 -2672 -2448 -2192 -2504 -2156 -2240 -2324 2672 -2660 -2540 -2368 2496 -2248 -2572 -2276 -2564 -2576 -2236 -2288 -2420 -2580 -2460 -2668 2632 -2492 -2204 -2472 -2120 -2660 -2568 -2424 -2720 -2680 -2264 -2584 -2592 2476 -2304 -2132 -2648 -2532 -2520 -2200 -2444 -2260 -2468 -2204 -2628 -2648 -2232 -2356 -2460 -2696 -2516 2680 -2532 -2264 -2532 -2512 -2420 -2232 -2720 -2656 2368 2452 -2532 -2532 -2524 -2556 -2516 -2364 -2448 -2260 -2248 -2624 -2716 -2396 -2660 -2424 -2596 -2460 -2460 -2500 -2528 -2160 -2668 -2512 -2212 -2296 -2264 -2152 -2552 -2168 -2160 -2664 -2180 -2716 -2720 -2332 -2440 -2136 -2168 -2680 -2656 2220 -2248 -2464 -2288 -2668 -2160 -2628 -2580 -2404 -2600 -2560 -2664 -2420 -2396 -2448 2544 -2552 2320 -2572 -2660 -2120 -2148 -2228 -2152 -2404 -2524 -2688 -2600 2328 -2160 -2404 -2316 -2292 -2648 -2432 -2680 -2620 -2620 -2652 -2164 -2620 -2624 -2636 -2624 -2328 -2228 2436 -2468 -2160 -2168 -2720 -2680 -2580 -2612 -2144 -2680 -2636 -2220 -2456 -2432 -2308 -2508 2152 -2352 -2536 2580 -2436 -2252 -2440 2696 -2432 -2352 -2120 -2704 2532 -2636 -2348 -2328 -2680 -2488 2512 -2312 -2160 -2512 -2132 -2680 2676 -2716 -2408 -2688 2384 2120 -2268 -2216 2120 -2268 -2416 -2712 -2360 -2700 -2448 -2220 -2492 -2440 2660 -2312 -2360 -2492 2172 -2360 -2544 -2160 -2132 2300 2488 -2524 -2300 -2444 -2320 -2428 2180 -2360 -2468 -2696 -2272 -2284 -2616 2340 -2336 -2660 -2224 -2632 -2388 -2284 -2356 -2680 -2604 2628 -2500 -2448 2696 -2520 -2584 -2452 -2432 -2316 -2652 -2656 -2512 -2252 -2676 -2484 -2432 -2368 2376 -2216 -2528 2696 -2344 -2444 -2412 -2352 -2420 -2220 -2720 -2596 -2568 -2388 2668 -2324 -2564 -2344 -2644 -2648 -2336 -2664 -2440 -2404 -2680 2616 2472 2644 -2300 -2312 -2244 -2288 -2564 -2332 -2208 -2228 -2352 -2420 -2120 -2208 -2464 -2668 -2720 -2296 2256 -2244 2692 -2556 -2384 -2240 -2596 -2192 -2416 -2124 -2680 -2508 -2660 -2588 -2596 2708 -2132 -2276 -2120 -2484 -2656 -2720 -2412 -2560 -2528 2540 -2288 -2512 -2612 -2596 -2656 -2572 -2620 2172 -2680 -2632 -2636 2256 -2172 -2644 -2420 -2420 -2420 -2260 2576 -2680 -2592 -2360 -2220 2268 -2424 -2648 -2188 2208 -2464 -2252 -2348 -2544 -2572 -2164 -2192 -2680 -2220 -2324 -2288 -2308 -2144 -2508 -2164 -2420 -2248 -2544 -2492 -2640 -2220 -2424 2664 -2476 -2136 -2388 -2552 -2720 -2136 -2400 -2176 2120 -2660 -2228 -2160 -2544 -2664 2652 2580 -2640 -2132 -2680 -2692 -2656 -2296 -2364 -2524 -2160 -2488 -2216 -2132 -2560 -2280 -2392 2464 -2588 -2664 -2268 -2172 -2468 -2332 -2500 -2276 -2184 -2288 -2320 -2612 -2504 -2568 -2676 -2440 -2540 -2248 -2532 2660 -2612 -2188 -2452 -2344 -2720 -2216 -2400 -2352 -2160 -2576 -2384 -2480 -2288 -2644 -2624 -2196 -2400 -2224 -2528 -2292 -2292 -2288 2136 -2552 -2620 -2544 -2160 -2160 -2464 -2472 -2328 2676 -2256 -2532 -2248 -2700 -2648 -2680 -2228 -2208 -2292 -2592 -2460 -2680 -2128 -2568 -2260 -2680 -2720 2624 -2444 -2312 -2416 -2416 -2668 -2524 -2160 -2152 -2384 -2468 -2472 -2468 -2588 -2632 -2572 -2404 -2180 -2456 -2376 -2604 -2680 -2416 -2440 -2656 -2636 -2720 2328 -2500 -2260 -2392 -2720 -2120 -2540 -2636 -2120 2596 -2136 -2608 -2456 -2132 -2452 -2476 2584 -2576 -2448 2520 -2208 -2144 -2632 -2408 -2520 -2484 -2576 -2384 -2360 -2548 -2232 -2720 -2428 -2300 2272 2288 2656 -2256 -2592 -2256 2392 -2196 -2580 -2176 -2408 -2268 2696 -2600 -2620 2644 -2488 -2256 2616 2468 -2720 -2196 -2364 2384 -2500 2296 -2492 -2660 -2172 -2332 -2236 -2292 -2572 -2492 -2160 -2532 -2160 -2248 -2392 -2520 -2392 -2548 2304 -2512 -2356 -2340 -2160 2720 -2380 -2380 2464 -2592 2308 -2368 -2492 -2420 -2120 -2660 -2572 -2720 -2564 -2720 -2244 -2272 -2428 -2392 -2332 -2176 -2556 -2680 -2420 -2692 -2368 2260 -2456 -2656 -2228 2268 -2460 -2228 -2360 -2156 -2460 -2328 -2120 -2380 -2512 -2584 -2212 2684 -2124 -2516 -2160 -2700 2572 2700 -2504 -2268 -2160 -2552 -2368 -2632 -2448 -2196 -2196 -2704 -2576 -2340 -2264 -2344 -2552 -2480 -2340 
28.60/28.77	d NODES 2000
28.60/28.77	d CHECKS 2881193
28.60/28.77	   
28.60/28.77	   totalWckTime=28.595  totalCpuTime=26.92

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097845-1247414086/watcher-2097845-1247414086 -o /tmp/evaluation-result-2097845-1247414086/solver-2097845-1247414086 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097845-1247414086.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 5127
/proc/meminfo: memFree=1642480/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=272 CPUtime=0
/proc/5127/stat : 5127 (java) R 5125 5127 3121 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28473195 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 9716516 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/5127/statm: 77 39 29 9 0 6 0

[startup+0.088284 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 5127
/proc/meminfo: memFree=1642480/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=865980 CPUtime=0.08
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 28473195 886763520 3186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216495 3186 1695 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.102283 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 5127
/proc/meminfo: memFree=1642480/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=865980 CPUtime=0.09
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 3847 0 1 0 7 2 0 0 18 0 9 0 28473195 886763520 3290 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216495 3292 1735 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302306 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 5127
/proc/meminfo: memFree=1642480/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=866492 CPUtime=0.29
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 6135 0 1 0 26 3 0 0 18 0 9 0 28473195 887287808 5501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216623 5501 1987 9 0 211081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866492

[startup+0.701346 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 5127
/proc/meminfo: memFree=1642480/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=867588 CPUtime=0.68
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 12869 0 1 0 62 6 0 0 18 0 9 0 28473195 888410112 12223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216897 12223 2039 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50143 s]
/proc/loadavg: 2.04 2.02 2.00 4/90 5136
/proc/meminfo: memFree=1583592/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=867500 CPUtime=1.49
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 21460 0 1 0 138 11 0 0 18 0 9 0 28473195 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216875 20789 2029 9 0 211333 0
[pid=5127/tid=5129] ppid=5125 vsize=867500 CPUtime=1.24
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 15793 0 1 0 116 8 0 0 25 0 9 0 28473196 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4126889915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=867500 CPUtime=0.06
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 4323 0 0 0 5 1 0 0 17 0 9 0 28473197 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28473199 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=867500 CPUtime=0.16
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 643 0 0 0 16 0 0 0 16 0 9 0 28473199 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28473199 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28473199 888320000 20789 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867500

[startup+3.1016 s]
/proc/loadavg: 2.04 2.02 2.00 3/90 5136
/proc/meminfo: memFree=1554792/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=867500 CPUtime=3.08
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 24532 0 1 0 295 13 0 0 18 0 9 0 28473195 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216875 23857 2032 9 0 211333 0
[pid=5127/tid=5129] ppid=5125 vsize=867500 CPUtime=2.73
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 15828 0 1 0 264 9 0 0 25 0 9 0 28473196 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4126932119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=867500 CPUtime=0.15
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 7341 0 0 0 12 3 0 0 17 0 9 0 28473197 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28473199 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=867500 CPUtime=0.19
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 662 0 0 0 19 0 0 0 15 0 9 0 28473199 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28473199 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28473199 888320000 23857 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867500

[startup+6.30293 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 5136
/proc/meminfo: memFree=1554088/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=867500 CPUtime=6.29
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 24564 0 1 0 615 14 0 0 18 0 9 0 28473195 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216875 23885 2032 9 0 211333 0
[pid=5127/tid=5129] ppid=5125 vsize=867500 CPUtime=5.89
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 15833 0 1 0 580 9 0 0 25 0 9 0 28473196 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4126935536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=867500 CPUtime=0.15
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 7341 0 0 0 12 3 0 0 17 0 9 0 28473197 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28473199 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=867500 CPUtime=0.22
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 689 0 0 0 22 0 0 0 15 0 9 0 28473199 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28473199 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28473199 888320000 23885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867500

[startup+12.7026 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 5136
/proc/meminfo: memFree=1523432/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=867500 CPUtime=12.68
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 26135 0 1 0 1253 15 0 0 18 0 9 0 28473195 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 216875 25455 2032 9 0 211333 0
[pid=5127/tid=5129] ppid=5125 vsize=867500 CPUtime=12.2
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 15834 0 1 0 1210 10 0 0 25 0 9 0 28473196 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4126935543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=867500 CPUtime=0.23
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 8910 0 0 0 20 3 0 0 16 0 9 0 28473197 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28473197 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28473199 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=867500 CPUtime=0.22
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 690 0 0 0 22 0 0 0 16 0 9 0 28473199 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28473199 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=867500 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28473199 888320000 25455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867500

[startup+25.5029 s]
/proc/loadavg: 2.02 2.02 2.00 4/90 5144
/proc/meminfo: memFree=1469272/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=25.44
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 48499 962 1 0 2503 24 16 1 18 0 9 0 28473195 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 32325 2661 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=24.23
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 20213 962 1 0 2393 13 16 1 25 0 9 0 28473196 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4127314308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.03
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 26564 962 0 0 78 8 16 1 19 0 9 0 28473197 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 17 0 9 0 28473197 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 16 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.48
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 865 962 0 0 31 0 16 1 16 0 9 0 28473199 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 32325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868236

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

[startup+27.1011 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 5144
/proc/meminfo: memFree=1433496/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=27.03
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 67576 962 1 0 2657 29 16 1 18 0 9 0 28473195 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 39649 2663 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=25.63
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 30781 962 1 0 2531 15 16 1 25 0 9 0 28473196 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4126934903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.11
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 34904 962 0 0 84 10 16 1 17 0 9 0 28473197 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 26 962 0 0 0 0 16 1 15 0 9 0 28473197 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.57
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 1024 962 0 0 40 0 16 1 15 0 9 0 28473199 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 39649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.03
Current children cumulated vsize (KiB) 868236

[startup+27.9012 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 5144
/proc/meminfo: memFree=1433496/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=27.81
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 67578 962 1 0 2735 29 16 1 18 0 9 0 28473195 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 39650 2663 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=26.42
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 30781 962 1 0 2610 15 16 1 25 0 9 0 28473196 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4127479963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.11
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 34904 962 0 0 84 10 16 1 17 0 9 0 28473197 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 26 962 0 0 0 0 16 1 15 0 9 0 28473197 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.57
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 1026 962 0 0 40 0 16 1 16 0 9 0 28473199 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 39650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.81
Current children cumulated vsize (KiB) 868236

[startup+28.3012 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 5144
/proc/meminfo: memFree=1433496/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=28.21
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 67586 962 1 0 2775 29 16 1 18 0 9 0 28473195 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 39658 2663 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=26.8
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 30781 962 1 0 2648 15 16 1 25 0 9 0 28473196 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4127548992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.11
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 34904 962 0 0 84 10 16 1 17 0 9 0 28473197 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 26 962 0 0 0 0 16 1 15 0 9 0 28473197 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.59
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 1034 962 0 0 41 1 16 1 15 0 9 0 28473199 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 39658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.21
Current children cumulated vsize (KiB) 868236

[startup+28.7023 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 5144
/proc/meminfo: memFree=1433432/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=28.6
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 67600 962 1 0 2814 29 16 1 18 0 9 0 28473195 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 39672 2663 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=27.17
/proc/5127/task/5129/stat : 5129 (java) R 5125 5127 3121 0 -1 64 30783 962 1 0 2685 15 16 1 25 0 9 0 28473196 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4127610147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.11
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 34904 962 0 0 84 10 16 1 17 0 9 0 28473197 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 26 962 0 0 0 0 16 1 15 0 9 0 28473197 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.62
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 1046 962 0 0 44 1 16 1 15 0 9 0 28473199 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 39672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 868236

[startup+28.8013 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 5144
/proc/meminfo: memFree=1433432/2055912 swapFree=4192812/4192956
[pid=5127] ppid=5125 vsize=868236 CPUtime=28.67
/proc/5127/stat : 5127 (java) S 5125 5127 3121 0 -1 0 67610 962 1 0 2821 29 16 1 18 0 9 0 28473195 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5127/statm: 217059 39674 2663 9 0 211495 0
[pid=5127/tid=5129] ppid=5125 vsize=868236 CPUtime=27.23
/proc/5127/task/5129/stat : 5129 (java) S 5125 5127 3121 0 -1 64 30792 962 1 0 2691 15 16 1 25 0 9 0 28473196 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5130] ppid=5125 vsize=868236 CPUtime=1.11
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3121 0 -1 64 34904 962 0 0 84 10 16 1 17 0 9 0 28473197 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5131] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3121 0 -1 64 20 962 0 0 0 0 16 1 16 0 9 0 28473197 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5132] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3121 0 -1 64 26 962 0 0 0 0 16 1 15 0 9 0 28473197 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5133] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3121 0 -1 64 2 962 0 0 0 0 16 1 24 0 9 0 28473199 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=868236 CPUtime=0.62
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3121 0 -1 64 1047 962 0 0 44 1 16 1 15 0 9 0 28473199 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5127/tid=5135] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3121 0 -1 64 0 962 0 0 0 0 16 1 25 0 9 0 28473199 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=868236 CPUtime=0.17
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3121 0 -1 64 10 962 0 0 0 0 16 1 15 0 9 0 28473199 889073664 39674 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 868236

Child status: 0
Real time (s): 28.8473
CPU time (s): 28.7276
CPU user time (s): 28.3857
CPU system time (s): 0.341948
CPU usage (%): 99.5853
Max. virtual memory (cumulated for all children) (KiB): 868236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3857
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68602
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= 2917
involuntary context switches= 3127

runsolver used 0.044993 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 17:54:46
IDJOB=2097845
IDBENCH=57860
IDSOLVER=773
FILE ID=node78/2097845-1247414086
PBS_JOBID= 9510493
Free space on /tmp= 126800 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097845-1247414086/watcher-2097845-1247414086 -o /tmp/evaluation-result-2097845-1247414086/solver-2097845-1247414086 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097845-1247414086.xml

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

MD5SUM BENCH= da2491dfd5d4c48595148d7cd3674d2d
RANDOM SEED=575151470

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

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

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


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1642960 kB
Buffers:         49184 kB
Cached:         158284 kB
SwapCached:          0 kB
Active:         271036 kB
Inactive:        84112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1642960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16488 kB
Writeback:           0 kB
Mapped:         165736 kB
Slab:            42660 kB
Committed_AS:  1039536 kB
PageTables:       2092 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= 126796 MiB
End job on node78 at 2009-07-12 17:55:15