Trace number 2097918

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 31.9491 32.1113

DiagnosticValue
CHECKS20026700
NODES2551

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-6.xml
MD5SUMef7d7c637f2d266a95f48fc11eb03b09
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 benchmark31.9491
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2097918-1247414156.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.59/0.61	     nbVariables=2550  nbDomainTypes=8  minDomainSize=42  maxDomainSize=242  nbTotalValues=588188
0.59/0.61	       =>  wckTime=0.368  cpuTime=0.26  mem=30M362
0.59/0.61	   
0.59/0.61	   predicates being loaded...
0.59/0.67	   
0.59/0.67	   constraints being loaded...
20.58/20.65	   
20.58/20.65	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 48M242)
22.17/22.22	     nbConstraints=6239  nbGlobalConstraints=8  nbMergedConstraints=4655  nbConvertedConstraints=1528
22.17/22.22	     nbConvertConstraintsChecks=42703944  nbExtensionStructures=808  nbSharedExtensionStructures=1280
22.17/22.22	     nbConflictsStructures=841  nbSharedConflictsStructures=1317  nbUnbuiltConflictsStructures=845
22.17/22.22	     nbSharedBinaryRepresentations=361024  nbEvaluationManagers=878  nbSharedEvaluationManagers=3825  minDegree=2
22.17/22.22	     maxDegree=21  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.776
22.17/22.22	     symmetryCpuTime=0.62  nbCliques=8
22.17/22.22	       =>  wckTime=21.983  cpuTime=21.36  mem=67M563
22.37/22.46	   
22.37/22.46	   solver IterativeSystematicSolver being built... 
22.57/22.61	   
22.57/22.61	   INFO : Forward propagation technique limited 
22.77/22.82	       =>  wckTime=22.575  cpuTime=21.63  mem=69M592
30.59/30.75	   
30.59/30.75	   preprocessing
30.59/30.75	     nbConstraintChecks=18763251  nbValidityChecks=690492  nbPropagations=5559  nbRevisions=26755
30.59/30.75	     nbUselessRevisions=18056  nbRemovedValues=493947  detectedInconsistency=no
30.59/30.75	       =>  wckTime=7.92  cpuTime=7.81  mem=69M592
31.78/31.99	   
31.78/31.99	   search
31.78/31.99	     run=0  nbConstraintChecks=1263438  nbValidityChecks=550505  minDepth=170  maxDepth=2550  nbPropagations=12881
31.78/31.99	     nbRevisions=44258  nbUselessRevisions=30753  nbAssignments=2551  nbFailedAssignments=1  nbBacktracks=0
31.78/31.99	     nbVisitedNodes=2553  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
31.78/31.99	     nbDEliminables=?  nbPEliminables=?
31.78/31.99	       =>  wckTime=9.161  cpuTime=9.0  mem=71M577
31.78/31.99	   
31.78/31.99	   global
31.78/31.99	     nbConstraintChecks=20026689  nbValidityChecks=1240997  nbPropagations=18440  nbRevisions=71013
31.78/32.00	     nbUselessRevisions=48809  nbRestartNogoods=0  solvingWckTime=9.164  solvingCpuTime=9.0  expiredTime=no
31.78/32.00	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=30.61  globalCpuTime=30.69
31.78/32.00	       =>  wckTime=31.754  cpuTime=30.65  mem=71M577
31.87/32.04	   
31.87/32.04	s SATISFIABLE
31.87/32.04	v 2624 -2252 -2252 -2240 -2240 -2720 -2240 -2280 2636 -2240 -2420 2720 -2240 -2280 -2720 2720 -2340 -2640 2240 2616 2644 -2240 -2240 2240 -2680 -2676 2712 -2720 -2352 -2680 -2672 -2364 -2680 -2680 2240 -2440 -2352 2680 -2588 -2404 -2240 2516 -2720 2680 2616 -2240 -2300 -2504 -2428 -2632 -2524 -2484 -2648 2460 -2380 -2680 -2240 -2636 -2544 -2240 -2240 -2544 2568 -2484 2612 -2504 -2388 -2240 -2276 -2308 -2280 -2720 -2720 -2440 -2720 -2288 -2328 -2340 -2284 -2420 2600 2656 -2280 2568 -2720 -2484 -2720 -2328 -2300 -2404 -2340 -2720 -2596 -2368 -2360 -2680 -2248 -2356 2524 -2280 2560 -2240 2464 -2260 -2240 -2240 -2556 2680 -2304 2668 -2308 -2240 -2684 -2488 -2368 -2408 -2680 -2240 -2532 -2460 -2672 -2412 -2544 -2720 -2412 -2244 -2280 2720 -2432 -2312 -2680 -2316 2280 -2428 -2376 -2520 -2556 -2540 -2280 -2696 2680 -2240 -2280 2696 -2240 -2680 -2720 -2376 -2372 -2720 2716 -2416 -2240 -2252 -2384 2680 -2396 -2536 -2540 -2240 -2476 2596 -2240 -2640 -2332 -2280 -2568 2640 -2680 -2240 -2300 -2720 -2720 -2720 -2624 2572 -2444 -2240 -2636 -2672 2240 -2680 -2680 -2280 -2720 -2280 -2528 -2532 -2424 2680 -2240 -2720 -2316 -2720 -2444 2720 -2564 -2720 2240 2564 -2640 -2460 -2412 -2300 -2516 -2240 -2344 -2596 -2680 -2280 -2404 2640 -2720 2680 -2680 -2360 -2356 -2312 -2260 -2580 2520 -2284 -2520 -2720 2656 -2244 -2240 -2280 -2240 -2240 2664 -2240 -2280 -2396 -2536 2684 -2244 -2412 -2548 -2500 -2720 -2280 -2344 2552 -2544 -2608 -2240 -2568 -2280 -2332 -2396 -2632 -2248 -2404 -2240 2240 -2512 -2680 -2240 -2568 -2552 -2304 -2492 2656 2680 -2680 -2720 -2540 -2720 -2300 -2720 -2380 -2280 -2720 -2240 -2640 -2556 -2392 -2300 -2680 2440 -2396 -2404 -2328 -2536 -2640 -2644 -2720 2680 -2288 -2240 -2680 -2240 -2280 -2280 -2240 -2280 -2512 2564 2720 -2680 -2372 -2364 -2280 -2540 -2372 -2272 -2404 -2472 -2708 -2240 2548 -2516 -2720 2680 -2720 -2272 -2240 -2720 -2240 -2252 -2612 -2356 -2240 -2348 2580 -2520 -2720 -2508 -2420 -2580 -2640 -2308 2680 -2280 -2336 -2600 -2568 -2280 -2540 -2720 -2592 -2672 -2480 -2384 -2380 -2360 -2408 -2680 2416 2680 2292 -2720 -2700 -2280 -2680 2720 -2288 -2240 2364 -2520 -2680 -2720 -2528 -2240 -2720 -2280 -2504 -2376 -2720 -2372 -2656 -2240 -2476 2712 -2240 -2508 -2244 -2368 -2688 -2720 -2372 -2444 -2552 -2680 -2588 -2696 -2688 -2552 -2680 -2292 -2284 -2432 -2280 -2628 -2476 -2380 -2252 -2288 -2516 -2716 -2460 2680 -2684 -2368 -2332 -2312 -2600 2612 -2624 -2428 -2464 2664 -2240 -2244 -2720 -2616 -2272 -2240 -2480 -2284 -2628 -2240 -2696 -2580 -2680 -2556 -2720 -2320 -2308 -2564 -2720 -2720 -2280 2560 -2288 -2348 -2292 2696 -2280 2632 -2596 -2284 -2404 -2280 -2424 -2672 -2436 -2680 -2708 -2720 -2640 -2284 -2544 -2488 -2588 -2564 -2504 -2268 -2720 -2300 -2524 -2492 2404 2648 -2364 -2416 -2352 -2592 -2240 2644 -2280 -2388 -2524 -2680 -2720 -2352 2624 -2280 -2720 -2280 -2384 -2252 -2324 -2564 -2276 -2464 -2280 -2680 -2392 -2676 -2468 -2680 -2288 -2500 -2720 -2612 -2448 2252 -2312 2632 -2720 -2460 -2240 2596 -2420 -2328 -2252 -2720 -2572 -2720 -2288 -2680 2676 -2344 -2316 -2280 -2528 -2720 -2304 -2240 -2444 -2252 -2384 -2720 -2720 -2460 -2240 -2284 2720 -2720 -2312 -2480 -2380 -2548 -2584 -2700 -2720 -2680 -2280 -2376 -2540 -2300 -2384 -2508 -2240 -2456 -2680 -2280 -2240 -2720 -2388 -2268 -2280 -2680 -2720 -2376 -2504 -2528 -2280 -2488 -2580 -2512 -2280 -2596 -2240 -2324 -2280 -2488 2680 -2516 -2304 -2500 -2680 -2484 -2392 -2612 -2500 -2512 2240 -2388 -2280 -2424 -2644 -2720 -2280 -2444 -2668 -2720 -2720 -2280 -2292 -2528 -2288 -2280 -2436 -2284 -2244 2240 -2240 -2424 -2520 -2280 -2440 2680 -2404 -2528 -2528 -2412 -2472 -2680 -2720 -2472 -2720 -2304 -2508 -2296 -2480 -2584 -2620 -2664 -2484 -2240 -2600 -2296 -2404 -2240 -2320 -2492 2652 -2720 -2252 -2552 -2428 -2260 -2668 -2444 -2692 -2720 -2328 -2564 -2680 -2404 -2680 -2548 -2280 -2572 -2472 -2280 -2304 -2520 -2296 -2420 -2296 -2364 2716 -2492 -2356 -2528 2240 -2484 2588 -2356 -2280 -2304 -2308 -2480 -2312 -2536 -2632 -2720 -2352 -2436 -2448 -2584 -2720 2496 -2484 -2592 -2704 -2720 -2644 -2688 -2516 -2396 -2280 -2544 -2680 -2480 -2480 -2656 -2424 2240 -2316 -2588 -2412 -2348 -2720 -2668 -2280 -2344 -2272 -2720 -2388 -2512 -2720 -2348 -2292 -2680 -2332 -2552 -2720 -2424 -2568 -2300 -2572 -2472 -2352 -2680 -2660 -2660 2240 -2720 -2252 -2388 -2312 -2592 -2720 -2660 -2264 -2720 2332 -2356 -2680 2680 -2472 -2720 -2240 -2392 -2680 -2296 -2680 2700 -2296 -2280 -2392 -2240 -2720 -2588 -2708 -2280 -2316 -2668 -2328 -2444 -2680 -2664 -2264 -2720 -2556 -2680 2636 -2680 -2336 -2720 -2576 -2304 -2356 2716 -2536 -2292 -2444 -2680 -2680 -2592 -2380 -2344 -2280 -2580 -2720 -2328 -2248 -2680 -2464 -2492 -2368 -2720 2628 -2596 -2624 -2720 -2284 -2680 -2432 -2676 -2500 -2680 2464 -2240 -2280 -2680 2592 -2512 -2412 -2720 -2704 -2468 -2636 -2720 -2280 -2280 -2528 -2396 -2680 2680 -2660 -2304 -2720 -2348 -2604 -2240 -2248 -2620 -2380 -2504 -2440 -2284 -2720 -2532 -2240 -2688 -2720 -2436 -2652 -2284 -2280 -2720 -2416 -2644 -2524 -2368 -2504 -2312 2464 -2488 -2504 2304 -2532 -2424 -2680 -2380 -2332 -2332 -2628 -2688 -2240 -2720 -2240 -2280 -2720 -2468 -2500 -2668 -2432 -2612 -2256 -2280 -2668 -2680 -2716 -2404 -2512 -2252 -2336 -2288 -2688 -2656 -2360 2680 -2320 -2260 -2668 -2528 -2436 2280 -2464 -2680 -2336 -2392 -2280 -2720 -2544 -2660 -2548 -2556 -2680 -2680 2588 -2460 2372 -2304 -2264 -2244 -2680 -2280 -2500 2280 -2244 -2532 -2488 -2308 -2280 -2420 -2296 -2240 -2720 2596 -2476 -2720 -2680 -2680 -2540 -2652 -2428 -2680 2280 -2280 -2428 2684 -2360 -2680 2680 -2520 -2680 -2680 -2412 -2648 -2376 -2400 -2356 -2408 -2720 -2240 -2328 -2488 -2636 -2280 -2720 -2568 -2680 -2280 -2340 -2296 -2656 -2588 -2596 -2296 -2284 -2452 -2524 -2500 -2392 -2380 -2280 -2496 2680 -2688 -2720 2680 -2268 -2432 -2456 -2504 -2308 -2288 -2248 -2240 2256 -2720 -2420 -2640 -2680 -2376 -2280 -2428 -2280 -2672 -2432 -2552 -2384 -2556 -2532 -2280 -2608 2576 -2492 -2412 -2284 -2428 2680 -2336 -2652 -2316 -2680 -2720 -2240 2660 -2720 -2240 2676 -2720 -2512 2680 -2272 -2612 -2552 -2720 2264 2604 -2680 -2356 -2284 -2240 -2720 -2276 -2280 -2328 -2316 -2444 -2640 -2256 -2292 -2648 -2432 -2400 -2372 -2296 2364 -2292 -2644 -2292 -2488 -2680 -2488 2660 -2632 -2596 -2680 -2280 -2436 -2240 -2296 -2608 -2292 -2552 -2496 -2708 -2240 2680 -2680 -2680 -2656 -2720 -2328 -2464 -2464 -2292 -2720 -2260 -2292 -2240 -2316 -2396 -2636 -2280 -2404 -2720 -2280 -2372 -2380 -2320 -2720 -2252 -2280 -2460 -2376 -2252 2596 -2552 2628 -2408 -2240 2432 -2580 -2568 -2320 -2528 -2680 2680 -2292 -2344 -2680 -2460 -2552 -2680 -2648 -2524 -2464 -2340 -2452 -2720 -2680 -2640 -2340 -2548 -2280 2664 -2356 -2576 2240 -2496 -2592 -2572 -2384 -2444 -2680 -2680 -2424 -2276 -2652 -2280 -2352 -2680 -2364 -2280 -2560 -2680 -2476 -2388 -2420 -2448 -2680 -2268 2556 -2360 -2660 -2720 -2632 -2620 -2720 -2720 -2568 -2720 -2380 -2340 -2720 -2680 -2572 -2280 -2320 -2592 -2680 2408 -2240 2680 -2720 -2680 -2280 -2720 -2360 -2360 -2396 2680 -2532 -2512 -2288 -2380 -2680 -2604 -2720 -2596 -2240 -2680 -2720 -2548 2324 -2484 -2696 -2280 -2280 -2396 2316 -2396 2680 -2356 -2580 -2480 -2572 -2680 -2304 -2720 -2380 -2472 -2604 -2280 -2680 -2636 -2680 -2600 -2240 2336 -2528 -2284 -2240 -2720 -2512 -2388 2252 -2680 -2404 -2428 -2360 -2304 -2356 -2256 -2348 -2412 -2240 -2652 -2720 2720 -2428 -2280 -2280 -2404 -2288 -2628 -2364 -2356 -2392 2680 -2304 -2448 -2448 -2476 -2488 -2596 -2676 2680 -2696 -2364 -2572 -2628 -2280 -2688 -2368 -2640 -2292 -2620 -2680 -2600 -2568 -2500 -2348 -2292 -2296 -2680 -2604 -2312 2492 -2308 -2288 -2608 -2396 -2680 -2380 -2364 -2292 -2264 -2648 -2376 -2720 -2280 -2344 -2524 -2712 -2680 -2720 -2304 -2552 -2284 -2372 -2240 2356 -2720 -2612 2672 -2672 -2348 -2292 -2720 -2720 -2392 -2720 -2292 -2680 -2644 2656 -2524 -2388 -2596 -2720 -2416 -2240 -2720 -2720 -2528 -2680 -2336 -2392 2588 -2708 -2600 -2700 -2680 2656 -2240 -2280 -2596 -2548 -2528 -2484 -2576 -2268 -2364 -2680 -2280 -2340 -2568 2680 -2564 -2468 -2280 -2680 -2568 -2680 -2584 -2676 -2580 -2452 -2720 -2280 -2308 -2268 -2280 -2524 -2696 -2292 -2708 -2344 -2428 -2580 -2296 -2720 -2296 -2592 -2304 -2624 -2444 2680 -2608 -2280 -2256 2240 -2384 -2680 -2240 -2696 -2680 -2404 -2592 -2680 -2468 -2348 -2680 -2720 -2280 -2528 2560 -2680 -2680 -2240 -2644 -2412 -2312 -2292 -2720 2612 -2720 -2492 -2240 -2240 -2444 -2240 -2396 -2564 -2492 -2720 -2720 -2328 -2280 -2720 -2720 2680 -2444 -2400 -2680 -2452 -2720 -2520 2240 -2468 -2456 -2720 -2480 -2720 -2240 -2680 -2252 -2680 -2280 -2648 -2372 -2600 -2720 -2544 -2292 -2680 -2340 -2680 -2680 -2720 -2428 -2240 -2560 -2712 -2280 -2680 2680 -2388 -2680 -2280 -2320 -2404 -2244 -2404 2680 2648 -2608 2628 -2608 -2384 -2680 -2248 -2248 -2240 -2680 -2656 -2680 2404 -2680 -2600 -2612 -2280 -2280 -2364 -2240 -2720 -2640 -2344 -2240 -2592 -2680 -2528 -2680 -2504 -2492 -2420 -2240 -2296 -2720 -2720 -2720 -2720 -2680 -2668 -2720 2240 -2668 -2432 -2292 -2720 -2680 2720 -2576 -2680 -2240 -2420 -2336 -2460 -2580 -2336 -2720 -2396 -2720 -2280 -2496 -2344 -2512 -2592 -2552 -2524 -2460 -2320 -2344 2712 -2280 2584 -2720 -2536 -2280 -2320 -2244 -2484 -2252 2240 -2636 -2480 -2304 -2636 -2252 -2568 -2524 2440 -2564 -2712 -2512 -2284 -2324 -2260 -2300 -2392 -2680 -2532 -2720 -2556 2240 -2572 -2260 -2492 -2440 -2532 2364 -2600 2280 -2240 -2284 -2420 -2244 -2444 -2720 -2720 -2720 -2596 -2504 -2524 -2720 -2404 -2428 -2424 -2260 -2256 -2280 -2280 -2244 -2552 -2344 -2416 -2284 -2504 -2720 -2480 -2680 -2720 2688 -2500 -2588 -2680 -2276 -2620 -2628 -2664 -2536 -2356 -2240 -2584 -2588 -2544 -2420 -2552 -2280 2680 -2428 -2480 -2632 -2652 -2532 -2364 -2292 -2680 -2584 -2536 -2472 -2316 -2684 -2404 -2680 -2416 -2292 -2532 -2240 -2280 -2660 -2380 -2672 -2720 -2608 -2548 -2640 -2512 -2680 -2680 -2280 -2420 -2240 -2664 -2524 -2556 2288 -2472 -2292 2720 -2296 -2632 -2304 -2368 2592 -2516 -2288 -2344 -2636 -2680 -2512 -2544 -2572 -2656 -2280 -2596 -2308 -2628 -2304 -2720 -2556 -2592 -2504 -2596 -2656 -2272 -2348 -2684 -2632 -2644 -2668 -2396 -2472 -2384 -2544 -2296 -2280 -2308 -2324 2680 -2548 -2268 -2404 -2412 -2316 -2480 -2676 -2248 -2332 -2248 -2280 -2524 -2616 -2464 2440 -2240 -2560 -2644 -2648 -2260 -2372 -2280 -2564 -2680 -2444 -2720 -2568 -2292 2680 -2440 -2336 2620 -2496 -2720 -2308 -2680 -2560 -2484 2240 -2324 -2336 -2392 -2680 -2368 -2280 -2596 -2296 -2668 -2240 -2372 -2240 -2280 -2240 -2444 -2720 -2444 -2556 -2396 -2488 -2536 -2240 -2364 -2512 -2548 -2408 -2332 -2448 2680 -2520 -2292 -2720 -2696 -2280 -2564 -2280 -2480 -2636 -2608 -2272 -2268 -2280 -2280 -2528 -2680 -2720 -2544 -2280 -2720 -2584 -2712 2612 -2448 -2572 2240 -2508 -2532 -2368 -2564 -2544 -2404 -2720 -2636 -2608 -2436 2720 -2532 -2300 -2640 -2712 -2632 -2288 -2552 2716 -2392 -2512 2672 -2276 -2504 -2520 -2680 -2660 -2720 -2632 -2252 -2468 2680 -2720 -2656 -2240 -2484 -2548 -2432 -2240 -2596 -2680 -2648 -2680 -2436 -2320 2648 -2520 -2260 -2380 -2664 -2240 -2720 -2324 -2636 -2240 -2720 -2332 -2240 -2720 -2444 -2680 -2680 -2620 2680 -2380 -2720 -2632 -2280 -2548 -2504 -2460 -2680 2492 -2320 -2416 -2680 2680 2680 -2680 -2568 -2280 -2628 -2568 -2444 -2680 -2444 -2720 2384 2240 2648 -2468 -2240 -2720 -2280 -2348 -2280 -2280 -2508 2632 -2592 -2636 -2584 -2364 2680 -2444 -2560 -2680 -2588 2256 2560 -2720 -2280 -2444 -2568 -2452 -2680 -2372 -2720 2404 -2288 -2564 -2336 -2360 -2624 2628 -2720 -2720 2680 2240 -2280 -2456 -2596 -2680 -2488 -2688 -2240 -2300 -2288 2528 -2240 -2396 -2680 -2240 -2500 -2604 -2680 -2720 -2324 -2296 -2300 -2240 -2412 2648 -2240 2280 -2720 2704 -2672 2680 2720 2392 -2484 -2280 -2424 2280 -2720 -2240 -2680 -2720 -2440 -2328 2688 -2656 2680 2720 -2720 2656 -2280 -2608 -2720 -2280 -2292 -2648 -2680 -2424 -2588 -2452 -2272 -2588 2692 2524 -2488 -2680 -2396 -2488 -2720 2676 -2552 2308 -2240 2328 -2448 -2280 -2488 -2680 -2712 -2280 -2480 -2424 -2288 2680 -2680 2544 -2280 -2492 -2512 -2720 -2720 -2480 -2508 -2568 -2720 -2460 -2280 2700 -2508 -2352 -2248 -2388 -2256 2680 -2344 -2436 -2680 -2720 -2472 -2324 2672 -2388 2508 -2280 -2720 2680 -2280 -2680 -2280 -2680 -2680 -2436 -2300 -2240 -2284 -2552 2240 -2420 -2720 -2292 -2556 -2552 2680 -2584 -2456 -2376 -2620 -2720 -2552 -2636 -2404 -2280 -2368 -2332 -2720 -2484 -2256 -2720 2616 -2408 -2364 -2720 -2680 -2720 -2280 -2280 -2336 -2720 -2680 -2668 -2712 -2720 -2436 -2248 -2672 -2680 -2420 -2360 -2468 -2320 -2460 -2720 -2512 -2572 -2240 -2720 -2240 2708 -2720 -2532 -2316 -2352 -2280 -2680 2280 -2604 -2704 -2652 -2448 -2344 -2336 -2376 -2480 -2308 -2244 -2248 -2392 -2680 -2460 -2680 -2280 -2240 -2476 -2280 -2644 -2280 -2336 -2580 -2516 -2276 -2280 -2680 -2440 -2608 -2720 -2672 -2340 -2396 -2488 -2548 -2676 -2508 -2680 -2720 -2284 -2672 -2348 2688 -2396 -2680 -2240 -2608 -2692 2336 -2316 -2524 -2388 -2584 -2680 -2616 -2560 2680 -2548 -2568 2680 -2256 -2680 -2592 -2512 -2364 -2320 -2468 -2528 2240 2564 -2300 2680 -2240 -2396 -2252 -2704 -2288 -2484 -2556 -2680 -2320 -2488 -2668 -2572 -2720 -2308 -2720 -2240 -2720 -2532 -2536 -2280 -2280 -2420 -2540 -2696 -2292 -2240 -2400 -2616 -2524 -2248 -2668 -2720 2680 -2404 -2612 -2324 2680 -2644 -2240 2504 -2316 2376 -2516 -2288 2696 -2660 -2608 2680 -2556 -2720 -2428 -2540 -2712 -2292 -2280 -2676 -2480 -2680 -2452 -2360 2680 -2688 -2280 -2240 -2664 -2272 -2476 -2240 -2348 -2320 -2720 -2720 2676 -2548 -2620 -2280 -2300 2720 -2280 -2332 -2240 -2280 -2484 2684 -2240 -2260 -2240 -2312 -2564 -2720 -2680 -2568 -2544 -2524 -2416 2636 -2240 -2484 2684 -2344 -2288 -2672 -2420 -2320 -2436 2448 -2616 -2720 -2352 -2568 -2588 -2544 -2324 -2556 -2680 -2680 2552 -2424 -2496 -2624 -2368 -2280 -2456 -2400 -2280 2284 2260 -2524 2280 -2528 -2360 -2328 -2680 -2392 -2276 -2240 -2252 -2680 -2612 -2436 -2720 -2280 -2356 -2396 -2400 -2440 -2552 2240 -2468 -2500 -2284 -2404 -2720 -2720 -2360 -2656 -2548 -2680 -2680 -2316 -2680 -2328 -2340 -2540 -2312 -2512 -2404 -2324 -2364 -2240 -2484 -2304 2680 -2420 -2240 -2616 -2664 -2620 -2444 2240 -2344 -2280 -2452 -2544 -2516 -2468 -2448 -2252 -2280 -2356 -2680 -2512 -2720 -2292 -2324 -2660 -2568 -2656 -2396 -2432 -2552 -2648 -2320 2240 -2600 -2612 -2300 -2452 -2280 -2264 -2416 -2280 -2568 -2428 -2244 -2572 -2388 -2556 -2240 -2396 -2524 -2324 -2680 -2400 -2440 -2432 -2580 -2600 -2356 -2620 -2452 -2400 -2596 -2240 2680 -2356 -2356 -2312 -2296 -2680 -2280 -2336 -2720 2704 -2312 -2404 -2656 -2444 -2252 -2468 -2240 2656 -2680 -2284 2240 -2612 -2396 2240 -2544 -2720 -2672 -2720 2240 -2240 -2680 2680 2492 2280 -2352 -2720 -2440 -2380 2680 -2280 -2280 -2528 -2680 -2380 2680 -2720 -2376 -2588 -2324 -2280 -2320 -2700 -2680 2612 -2680 -2280 -2636 -2284 -2248 -2720 2680 -2252 -2596 -2560 -2240 -2704 -2428 -2256 -2720 -2280 -2636 -2296 -2540 -2580 -2480 2672 -2540 -2248 -2436 -2328 -2548 -2264 -2652 -2584 -2680 -2512 -2540 -2428 -2280 2720 -2720 -2356 -2680 -2360 -2308 -2484 -2672 -2720 -2376 2392 -2240 -2720 -2720 -2524 -2496 -2260 -2424 -2420 -2296 -2652 -2280 -2332 -2720 -2432 -2304 -2464 -2720 -2348 -2280 2696 -2596 2336 -2720 -2548 2280 2416 -2656 -2720 -2648 -2332 -2680 -2600 -2288 -2720 -2680 -2344 -2280 -2688 -2280 -2408 -2680 -2440 -2720 -2604 -2448 -2360 
31.87/32.04	d NODES 2551
31.87/32.04	d CHECKS 20026689
31.87/32.04	   
31.87/32.04	   totalWckTime=31.863  totalCpuTime=30.73

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-2097918-1247414156/watcher-2097918-1247414156 -o /tmp/evaluation-result-2097918-1247414156/solver-2097918-1247414156 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097918-1247414156.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.11 2.08 2.02 4/80 1910
/proc/meminfo: memFree=1751968/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=152 CPUtime=0
/proc/1910/stat : 1910 (java) R 1908 1910 29707 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28479058 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 0 0 0
/proc/1910/statm: 50 33 26 9 0 4 0

[startup+0.054728 s]
/proc/loadavg: 2.11 2.08 2.02 4/80 1910
/proc/meminfo: memFree=1751968/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=863984 CPUtime=0.04
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 2797 0 1 0 2 2 0 0 18 0 9 0 28479058 884719616 2333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 215996 2335 1114 9 0 210889 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863984

[startup+0.101732 s]
/proc/loadavg: 2.11 2.08 2.02 4/80 1910
/proc/meminfo: memFree=1751968/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=865980 CPUtime=0.09
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 3812 0 1 0 7 2 0 0 18 0 9 0 28479058 886763520 3263 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216495 3263 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301743 s]
/proc/loadavg: 2.11 2.08 2.02 4/80 1910
/proc/meminfo: memFree=1751968/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=866472 CPUtime=0.29
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 6087 0 1 0 25 4 0 0 18 0 9 0 28479058 887267328 5453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216618 5454 1986 9 0 211076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866472

[startup+0.701769 s]
/proc/loadavg: 2.11 2.08 2.02 4/80 1910
/proc/meminfo: memFree=1751968/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=867588 CPUtime=0.68
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 13206 0 1 0 59 9 0 0 18 0 9 0 28479058 888410112 12560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216897 12560 2037 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50282 s]
/proc/loadavg: 2.11 2.08 2.02 4/89 1919
/proc/meminfo: memFree=1691352/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=867500 CPUtime=1.49
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 21649 0 1 0 136 13 0 0 18 0 9 0 28479058 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216875 20976 2032 9 0 211333 0
[pid=1910/tid=1912] ppid=1908 vsize=867500 CPUtime=1.21
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 15821 0 1 0 111 10 0 0 25 0 9 0 28479059 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4126935031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=867500 CPUtime=0.06
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 4471 0 0 0 5 1 0 0 17 0 9 0 28479061 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28479063 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=867500 CPUtime=0.18
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 656 0 0 0 18 0 0 0 16 0 9 0 28479063 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28479063 888320000 20976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28479063 888320000 20976 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.10293 s]
/proc/loadavg: 2.11 2.08 2.02 3/89 1919
/proc/meminfo: memFree=1675544/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=867500 CPUtime=3.08
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 21687 0 1 0 295 13 0 0 18 0 9 0 28479058 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216875 21012 2032 9 0 211333 0
[pid=1910/tid=1912] ppid=1908 vsize=867500 CPUtime=2.78
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 15827 0 1 0 267 11 0 0 25 0 9 0 28479059 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 102330480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=867500 CPUtime=0.06
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 4471 0 0 0 5 1 0 0 17 0 9 0 28479061 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28479063 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=867500 CPUtime=0.22
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 688 0 0 0 22 0 0 0 15 0 9 0 28479063 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28479063 888320000 21012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28479063 888320000 21012 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.30115 s]
/proc/loadavg: 2.10 2.08 2.02 3/89 1919
/proc/meminfo: memFree=1675352/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=867500 CPUtime=6.28
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 21693 0 1 0 614 14 0 0 18 0 9 0 28479058 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216875 21016 2032 9 0 211333 0
[pid=1910/tid=1912] ppid=1908 vsize=867500 CPUtime=5.97
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 15830 0 1 0 586 11 0 0 25 0 9 0 28479059 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4126933017 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=867500 CPUtime=0.06
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 4471 0 0 0 5 1 0 0 16 0 9 0 28479061 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28479063 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=867500 CPUtime=0.22
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 691 0 0 0 22 0 0 0 15 0 9 0 28479063 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28479063 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28479063 888320000 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867500

[startup+12.7026 s]
/proc/loadavg: 2.09 2.07 2.02 3/89 1919
/proc/meminfo: memFree=1664024/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=867500 CPUtime=12.68
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 24496 0 1 0 1251 17 0 0 18 0 9 0 28479058 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 216875 23815 2032 9 0 211333 0
[pid=1910/tid=1912] ppid=1908 vsize=867500 CPUtime=12.29
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 15835 0 1 0 1215 14 0 0 25 0 9 0 28479059 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4126962461 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=867500 CPUtime=0.12
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 7262 0 0 0 11 1 0 0 16 0 9 0 28479061 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28479061 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28479063 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=867500 CPUtime=0.23
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 698 0 0 0 23 0 0 0 15 0 9 0 28479063 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28479063 888320000 23815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=867500 CPUtime=0
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28479063 888320000 23815 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.5014 s]
/proc/loadavg: 2.07 2.07 2.01 3/89 1923
/proc/meminfo: memFree=1642320/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=868148 CPUtime=25.43
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 52145 579 1 0 2506 28 8 1 18 0 9 0 28479058 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 217037 29843 2641 9 0 211495 0
[pid=1910/tid=1912] ppid=1908 vsize=868148 CPUtime=24.52
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 26521 579 1 0 2425 18 8 1 25 0 9 0 28479059 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4127191128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=868148 CPUtime=0.55
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 23820 579 0 0 40 6 8 1 17 0 9 0 28479061 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 20 579 0 0 0 0 8 1 16 0 9 0 28479061 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 31 579 0 0 0 0 8 1 15 0 9 0 28479061 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 579 0 0 0 0 8 1 24 0 9 0 28479063 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=868148 CPUtime=0.49
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 929 579 0 0 39 1 8 1 17 0 9 0 28479063 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1918] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 579 0 0 0 0 8 1 25 0 9 0 28479063 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 10 579 0 0 0 0 8 1 15 0 9 0 28479063 888983552 29843 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 868148

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

[startup+28.7027 s]
/proc/loadavg: 2.07 2.07 2.01 3/89 1923
/proc/meminfo: memFree=1642256/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=868148 CPUtime=28.6
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 52150 579 1 0 2823 28 8 1 18 0 9 0 28479058 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 217037 29845 2641 9 0 211495 0
[pid=1910/tid=1912] ppid=1908 vsize=868148 CPUtime=27.69
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 26521 579 1 0 2742 18 8 1 25 0 9 0 28479059 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4126926896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=868148 CPUtime=0.55
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 23820 579 0 0 40 6 8 1 17 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 20 579 0 0 0 0 8 1 16 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 31 579 0 0 0 0 8 1 15 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 579 0 0 0 0 8 1 24 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=868148 CPUtime=0.49
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 933 579 0 0 39 1 8 1 15 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1918] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 579 0 0 0 0 8 1 25 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 11 579 0 0 0 0 8 1 15 0 9 0 28479063 888983552 29845 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) 868148

[startup+30.3028 s]
/proc/loadavg: 2.07 2.07 2.01 3/89 1923
/proc/meminfo: memFree=1642256/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=868148 CPUtime=30.19
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 52150 579 1 0 2982 28 8 1 18 0 9 0 28479058 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 217037 29845 2641 9 0 211495 0
[pid=1910/tid=1912] ppid=1908 vsize=868148 CPUtime=29.28
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 26521 579 1 0 2901 18 8 1 25 0 9 0 28479059 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4126926844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=868148 CPUtime=0.55
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 23820 579 0 0 40 6 8 1 16 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 20 579 0 0 0 0 8 1 16 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 31 579 0 0 0 0 8 1 15 0 9 0 28479061 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 579 0 0 0 0 8 1 24 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=868148 CPUtime=0.49
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 933 579 0 0 39 1 8 1 15 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1918] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 579 0 0 0 0 8 1 25 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 11 579 0 0 0 0 8 1 15 0 9 0 28479063 888983552 29845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.19
Current children cumulated vsize (KiB) 868148

[startup+31.1018 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 1923
/proc/meminfo: memFree=1642256/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=868148 CPUtime=30.98
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 52160 579 1 0 3061 28 8 1 18 0 9 0 28479058 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 217037 29854 2641 9 0 211495 0
[pid=1910/tid=1912] ppid=1908 vsize=868148 CPUtime=30.06
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 26523 579 1 0 2979 18 8 1 25 0 9 0 28479059 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4127511584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=868148 CPUtime=0.55
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 23820 579 0 0 40 6 8 1 16 0 9 0 28479061 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 20 579 0 0 0 0 8 1 16 0 9 0 28479061 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 31 579 0 0 0 0 8 1 15 0 9 0 28479061 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 579 0 0 0 0 8 1 24 0 9 0 28479063 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=868148 CPUtime=0.51
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 941 579 0 0 41 1 8 1 15 0 9 0 28479063 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1918] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 579 0 0 0 0 8 1 25 0 9 0 28479063 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 11 579 0 0 0 0 8 1 15 0 9 0 28479063 888983552 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.98
Current children cumulated vsize (KiB) 868148

[startup+31.9069 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 1923
/proc/meminfo: memFree=1642192/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=868148 CPUtime=31.78
/proc/1910/stat : 1910 (java) S 1908 1910 29707 0 -1 0 52167 579 1 0 3141 28 8 1 18 0 9 0 28479058 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1910/statm: 217037 29861 2641 9 0 211495 0
[pid=1910/tid=1912] ppid=1908 vsize=868148 CPUtime=30.84
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 29707 0 -1 64 26523 579 1 0 3057 18 8 1 25 0 9 0 28479059 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=868148 CPUtime=0.55
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 29707 0 -1 64 23820 579 0 0 40 6 8 1 17 0 9 0 28479061 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 29707 0 -1 64 20 579 0 0 0 0 8 1 16 0 9 0 28479061 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 29707 0 -1 64 31 579 0 0 0 0 8 1 15 0 9 0 28479061 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 29707 0 -1 64 2 579 0 0 0 0 8 1 24 0 9 0 28479063 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=868148 CPUtime=0.52
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 29707 0 -1 64 948 579 0 0 42 1 8 1 16 0 9 0 28479063 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1910/tid=1918] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 29707 0 -1 64 0 579 0 0 0 0 8 1 25 0 9 0 28479063 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=868148 CPUtime=0.09
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 29707 0 -1 64 11 579 0 0 0 0 8 1 15 0 9 0 28479063 888983552 29861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (KiB) 868148

[startup+32.1021 s]
/proc/loadavg: 2.15 2.09 2.02 3/89 1923
/proc/meminfo: memFree=1642192/2055920 swapFree=4192812/4192956
[pid=1910] ppid=1908 vsize=0 CPUtime=31.92
/proc/1910/stat : 1910 (java) Z 1908 1910 29707 0 -1 12 52212 579 1 0 3154 29 8 1 16 0 2 0 28479058 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 32.1113
CPU time (s): 31.9491
CPU user time (s): 31.6302
CPU system time (s): 0.318951
CPU usage (%): 99.4952
Max. virtual memory (cumulated for all children) (KiB): 868236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6302
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52791
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= 2999
involuntary context switches= 3538

runsolver used 0.058991 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:55:56
IDJOB=2097918
IDBENCH=57993
IDSOLVER=774
FILE ID=node52/2097918-1247414156
PBS_JOBID= 9510541
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= ef7d7c637f2d266a95f48fc11eb03b09
RANDOM SEED=220933881

node52.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.236
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.236
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:       1752448 kB
Buffers:         46028 kB
Cached:         151716 kB
SwapCached:          0 kB
Active:         143728 kB
Inactive:       102400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          68780 kB
Slab:            42340 kB
Committed_AS:  1021320 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66140 MiB
End job on node52 at 2009-07-12 17:56:28