Trace number 2097920

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 32.762 32.8979

DiagnosticValue
CHECKS22068700
NODES2550

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-10.xml
MD5SUMb42627f9cb0b57c1082444fcb5232a6c
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 benchmark32.2211
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.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2097920-1247414156.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.58/0.61	     nbVariables=2550  nbDomainTypes=8  minDomainSize=42  maxDomainSize=242  nbTotalValues=588188
0.58/0.61	       =>  wckTime=0.369  cpuTime=0.26  mem=30M362
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
20.57/20.61	   
20.57/20.61	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 46M18)
22.14/22.26	     nbConstraints=6239  nbGlobalConstraints=8  nbMergedConstraints=4655  nbConvertedConstraints=1315
22.14/22.26	     nbConvertConstraintsChecks=42832780  nbExtensionStructures=800  nbSharedExtensionStructures=1083
22.14/22.26	     nbConflictsStructures=841  nbSharedConflictsStructures=1112  nbUnbuiltConflictsStructures=954
22.14/22.26	     nbSharedBinaryRepresentations=359967  nbEvaluationManagers=995  nbSharedEvaluationManagers=3921  minDegree=2
22.14/22.26	     maxDegree=21  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.786
22.14/22.26	     symmetryCpuTime=0.63  nbCliques=8
22.14/22.26	       =>  wckTime=22.018  cpuTime=21.41  mem=70M787
22.44/22.50	   
22.44/22.50	   solver IterativeSystematicSolver being built... 
22.55/22.64	   
22.55/22.64	   INFO : Forward propagation technique limited 
22.74/22.85	       =>  wckTime=22.608  cpuTime=21.68  mem=70M596
31.26/31.45	   
31.26/31.45	   preprocessing
31.26/31.45	     nbConstraintChecks=20529546  nbValidityChecks=776301  nbPropagations=5756  nbRevisions=27856
31.26/31.45	     nbUselessRevisions=18945  nbRemovedValues=485596  detectedInconsistency=no
31.26/31.45	       =>  wckTime=8.586  cpuTime=8.48  mem=71M577
32.65/32.82	   
32.65/32.82	   search
32.65/32.82	     run=0  nbConstraintChecks=1539188  nbValidityChecks=713446  minDepth=2551  maxDepth=2550  nbPropagations=14022
32.65/32.82	     nbRevisions=48561  nbUselessRevisions=33898  nbAssignments=2550  nbFailedAssignments=0  nbBacktracks=0
32.65/32.82	     nbVisitedNodes=2551  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
32.65/32.82	     nbDEliminables=?  nbPEliminables=?
32.65/32.82	       =>  wckTime=9.954  cpuTime=9.8  mem=72M576
32.65/32.82	   
32.65/32.82	   global
32.65/32.82	     nbConstraintChecks=22068734  nbValidityChecks=1489747  nbPropagations=19778  nbRevisions=76417
32.65/32.82	     nbUselessRevisions=52843  nbRestartNogoods=0  solvingWckTime=9.956  solvingCpuTime=9.8  expiredTime=no
32.65/32.82	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=31.44  globalCpuTime=31.54
32.65/32.82	       =>  wckTime=32.579  cpuTime=31.49  mem=72M576
32.65/32.86	   
32.65/32.86	s SATISFIABLE
32.65/32.86	v -2632 -2256 -2356 -2240 -2240 2612 -2240 -2280 2640 -2240 -2420 2588 -2240 -2376 2680 2720 -2344 -2640 2280 -2280 2648 -2240 -2240 2240 -2680 -2676 2712 -2720 -2352 -2680 -2672 -2364 -2680 -2680 2240 -2412 -2352 -2720 -2592 -2404 -2240 -2568 -2720 -2720 2616 2476 -2300 -2528 -2352 -2632 -2528 -2492 2648 2416 -2380 -2680 -2240 2596 -2544 -2240 -2240 -2548 2568 -2488 -2616 -2508 -2388 -2240 -2240 -2240 -2280 -2720 -2720 -2444 -2720 -2280 -2328 -2340 -2284 -2456 2604 2656 -2280 -2720 -2720 -2484 -2720 -2328 -2272 -2404 -2312 -2720 -2600 -2368 -2352 -2680 -2252 -2356 2520 -2280 -2572 -2240 2464 -2256 -2240 -2260 -2556 2352 -2308 2668 -2432 -2240 -2684 -2488 -2368 -2408 2704 -2240 -2536 -2460 -2676 -2456 -2544 -2720 -2412 -2252 -2280 2720 -2408 -2316 -2680 -2312 2280 -2428 -2372 -2520 -2636 -2540 -2280 -2696 -2684 2240 -2280 2700 -2240 -2680 -2720 -2240 -2416 -2576 2680 -2420 -2240 -2252 -2340 2572 -2396 -2536 -2544 -2240 -2476 2636 -2240 -2640 -2332 -2280 -2568 2644 -2680 -2240 -2308 -2720 -2720 -2720 -2624 -2576 -2448 -2348 -2636 -2672 2240 -2680 -2680 -2280 -2720 -2280 -2384 -2532 -2424 2680 -2240 -2720 -2324 -2720 -2436 2720 -2564 -2720 2240 2564 -2644 -2460 -2412 -2280 -2464 -2240 -2356 -2596 2680 -2280 2400 -2720 2720 2680 -2680 -2360 -2360 -2316 -2388 -2580 -2492 -2288 -2520 -2720 2680 -2244 -2240 -2280 -2240 -2240 2664 2268 -2280 -2400 -2540 2684 -2280 -2456 2624 -2500 -2720 -2280 -2340 -2552 -2544 -2608 -2240 -2640 -2280 -2332 -2412 -2632 -2252 -2408 -2244 2240 -2516 -2680 -2240 -2568 2548 -2304 -2496 2656 -2720 -2680 -2720 -2544 -2720 -2300 -2720 -2424 -2280 -2720 -2240 -2644 2560 -2392 -2300 2588 -2436 -2240 -2400 -2412 -2536 2640 -2644 -2680 2680 -2368 -2264 -2556 -2296 -2356 -2280 -2348 -2312 -2512 2568 2620 -2680 -2376 -2364 -2280 -2540 -2372 -2272 -2404 -2240 -2680 -2240 -2524 -2500 -2720 -2680 -2680 -2408 -2244 -2720 -2316 -2336 -2616 -2356 -2400 -2372 -2580 -2520 -2680 -2508 -2420 -2580 -2720 -2296 2680 -2288 -2280 -2600 -2424 -2240 -2540 -2720 2596 -2672 -2468 -2388 -2388 -2364 -2408 -2680 2412 -2680 2292 -2720 -2704 -2280 -2680 2720 -2288 -2240 2364 -2516 -2680 -2696 -2528 -2240 -2720 -2280 -2464 -2380 -2572 -2376 -2656 -2240 -2476 2712 -2240 -2476 -2244 -2368 -2692 -2720 -2372 -2440 -2552 -2680 -2588 -2696 -2688 2556 -2612 -2292 -2284 -2428 -2280 -2632 -2476 -2548 -2252 -2288 -2520 -2680 -2460 2680 -2688 -2336 -2332 -2312 -2680 -2616 -2600 -2432 -2468 2664 -2240 -2244 -2648 -2620 -2276 -2244 -2476 -2288 -2628 -2240 2680 -2584 -2680 -2560 -2720 -2320 -2308 -2564 -2720 -2720 -2280 2560 -2284 -2348 -2292 -2696 -2280 2628 -2600 -2292 -2404 -2280 -2432 -2676 -2436 -2680 -2708 -2720 -2644 -2284 -2544 -2492 -2592 -2568 -2504 -2272 -2720 -2300 -2528 -2492 -2412 2652 -2360 -2420 -2336 2596 -2284 2648 -2308 -2388 -2524 -2680 -2628 -2400 2624 -2240 -2720 2280 -2392 -2256 -2280 -2564 -2284 -2460 -2300 -2680 -2392 -2676 -2392 -2680 -2280 -2500 -2720 -2616 -2452 2252 -2460 2632 -2720 -2464 -2680 2596 -2332 -2328 -2256 -2720 -2572 -2720 -2288 -2680 -2680 -2348 -2324 -2280 -2524 -2720 -2300 -2240 -2444 -2252 -2380 -2720 -2720 -2460 -2240 -2288 2696 2680 -2312 -2532 -2388 -2680 -2588 -2700 -2720 -2680 -2280 -2240 -2540 -2252 -2396 -2508 -2240 -2456 -2680 -2280 -2240 -2720 -2400 -2268 -2308 -2680 -2680 -2372 -2508 -2512 -2416 -2488 -2580 -2512 -2280 -2564 -2240 -2324 -2280 -2492 2680 -2516 -2280 -2500 -2720 -2484 -2392 -2596 -2504 2576 2240 -2472 -2280 -2432 -2720 -2720 -2280 -2452 -2668 -2720 -2720 -2280 -2296 -2528 -2292 -2288 -2436 -2284 -2244 2240 -2244 -2416 -2520 -2280 -2440 2640 -2404 -2532 -2528 -2416 -2556 -2656 -2720 -2476 -2720 -2240 -2508 -2324 -2480 -2588 -2620 -2664 -2488 -2240 -2600 -2296 -2404 -2240 -2400 -2492 2652 -2720 -2268 -2544 -2428 -2260 -2632 -2448 -2692 -2680 -2244 -2568 -2680 -2388 -2680 -2548 -2280 -2576 -2476 -2280 -2308 -2600 -2292 -2424 -2360 -2364 2652 -2492 -2360 -2532 2240 -2484 2604 -2332 -2280 -2300 -2308 -2480 -2304 -2536 -2604 -2720 -2420 -2468 -2452 -2584 -2680 2492 -2432 -2592 2668 -2720 -2644 -2688 -2536 -2396 -2240 -2548 -2680 -2452 -2480 -2720 -2432 2328 -2316 -2588 -2416 -2348 -2720 -2668 -2356 -2344 -2272 -2680 -2412 -2512 -2344 -2388 -2308 -2680 -2240 -2552 -2720 -2428 2516 -2280 -2580 -2472 -2356 -2660 -2660 -2660 2240 -2720 -2252 -2388 -2312 -2592 -2720 -2660 -2264 -2720 2328 -2360 -2680 -2680 -2448 -2648 -2240 -2392 -2680 -2296 -2680 2700 -2280 -2284 -2388 -2240 -2720 -2588 -2708 -2284 -2244 2668 -2332 -2448 -2680 -2664 -2268 -2720 -2556 -2680 -2636 -2680 -2432 -2516 -2580 -2304 -2356 2672 -2492 -2296 -2444 -2680 -2680 -2592 -2380 -2344 -2280 -2580 -2720 -2328 -2240 -2680 -2464 -2492 -2372 -2720 2632 -2596 -2624 -2720 -2700 -2680 -2352 -2692 -2500 -2680 2440 -2340 -2292 -2628 2588 -2512 -2404 -2720 -2704 -2532 -2636 -2720 -2280 -2280 -2556 -2396 -2680 2680 -2660 -2564 -2720 -2360 -2604 -2240 -2280 -2620 -2384 -2500 -2440 -2296 -2720 -2532 -2240 -2688 -2720 -2436 -2656 -2292 -2280 -2720 -2340 -2644 2528 -2368 -2508 -2324 -2548 -2492 -2504 2304 -2540 -2424 -2680 -2384 -2336 -2332 -2632 -2680 -2240 -2720 -2240 -2280 -2720 -2472 -2500 -2672 -2436 -2612 -2256 -2280 -2680 -2680 -2720 -2484 -2504 -2260 -2340 -2280 -2688 -2240 -2324 2672 -2320 -2264 -2668 -2528 -2436 -2720 -2472 -2680 -2332 -2400 -2360 -2720 -2544 -2660 -2552 -2720 -2720 -2680 -2720 -2344 2384 -2308 -2264 -2256 -2680 -2280 -2504 2280 -2248 -2532 -2492 -2308 -2280 -2464 -2296 -2252 -2680 -2720 -2504 -2720 -2720 -2680 -2580 -2652 -2432 -2680 2280 -2280 -2428 2680 -2360 -2680 2680 -2520 -2720 -2680 -2476 -2652 -2304 -2404 -2360 -2408 2564 -2240 -2296 -2472 -2640 -2280 -2720 -2568 -2680 -2316 -2348 -2296 -2656 -2564 2600 -2296 -2284 -2452 -2524 -2500 -2388 -2384 -2276 2500 2680 -2692 -2720 2680 -2280 -2440 -2460 -2508 -2312 -2296 -2252 -2240 2252 -2720 -2424 -2664 -2680 -2376 -2284 -2280 -2280 -2676 -2436 -2552 -2392 -2560 -2308 -2280 -2608 2572 -2492 -2424 -2284 -2432 2680 -2260 -2652 -2324 -2680 -2720 -2240 2664 -2720 -2244 -2680 -2680 -2516 -2680 -2272 -2612 -2548 -2720 2256 2680 -2680 -2360 -2284 -2240 -2720 -2280 -2280 -2328 -2424 -2448 -2644 -2256 -2296 -2648 -2428 -2396 2372 -2296 2364 -2292 -2648 -2292 -2488 -2680 -2408 2660 -2632 -2596 -2720 -2292 -2436 -2240 -2300 -2648 -2312 -2552 -2496 -2672 -2252 2680 -2680 -2680 -2616 -2720 -2416 -2456 -2464 -2296 -2720 -2240 -2280 -2280 -2320 -2396 -2640 -2280 -2400 -2720 -2280 -2376 -2384 -2320 -2720 -2244 -2280 -2460 -2380 -2256 2600 -2552 -2720 -2408 -2240 2428 -2580 -2568 -2312 -2524 -2688 2680 -2316 -2344 -2680 -2460 -2556 -2680 -2648 -2476 -2468 -2292 -2452 -2672 -2680 -2640 -2348 -2548 -2436 2668 -2372 -2576 2240 -2388 -2592 -2600 -2384 -2444 -2680 -2680 -2480 -2284 -2652 -2280 -2352 -2680 -2364 -2440 -2560 -2720 -2476 -2352 -2420 -2448 -2680 -2272 2556 -2364 -2660 -2720 2680 -2620 2680 -2720 -2568 -2720 -2372 -2376 -2720 -2680 -2572 -2280 -2320 -2592 -2680 2408 -2320 -2680 -2720 -2720 -2280 -2720 -2364 -2360 -2396 2680 -2532 -2512 -2292 -2384 -2660 -2604 -2692 -2600 -2396 -2680 -2720 -2548 2324 -2484 -2696 -2284 -2280 -2396 2320 -2400 -2720 -2356 -2620 -2480 -2348 -2680 -2304 -2720 -2416 -2568 -2608 -2280 -2680 -2524 -2680 -2604 -2244 2280 -2528 -2288 -2244 2680 -2280 -2392 2272 -2680 -2404 -2432 -2364 -2304 -2356 -2256 -2348 -2416 -2240 -2636 -2720 2720 -2428 -2292 -2280 -2404 -2284 -2680 -2364 -2356 -2392 2680 -2296 -2456 -2448 -2476 -2488 -2596 -2640 2680 -2720 -2364 -2576 -2620 -2396 -2688 -2372 -2644 -2284 -2620 -2384 -2604 -2568 -2420 -2348 -2296 -2308 -2680 -2608 -2280 2500 -2312 -2328 -2608 -2372 -2680 -2388 -2428 -2292 -2260 -2648 -2392 -2720 -2280 -2240 -2524 -2716 -2680 -2720 2268 -2564 -2368 -2372 -2240 2360 -2636 -2612 2672 -2672 -2336 -2300 -2720 -2720 -2452 -2720 -2280 -2680 -2680 2656 -2524 -2384 -2600 -2720 -2420 -2240 -2720 -2720 -2536 -2680 -2336 -2296 2588 -2712 -2612 -2700 -2720 2660 -2240 -2280 -2600 -2516 -2532 -2488 -2576 -2272 -2364 -2680 -2284 -2348 -2568 2680 -2564 -2240 -2284 -2680 -2572 -2680 -2584 -2680 -2580 -2452 -2720 -2280 -2540 -2268 -2280 -2528 -2696 -2292 -2708 -2308 -2428 -2720 -2296 -2720 -2292 -2628 -2304 -2628 -2448 2680 -2608 2280 -2256 2240 -2680 -2680 -2240 -2696 -2680 2400 -2596 -2680 -2468 -2500 -2680 -2720 -2280 -2528 2556 -2680 -2680 -2240 -2648 -2416 -2312 -2300 -2720 2680 -2720 -2500 -2240 -2248 -2448 -2240 -2400 -2568 -2492 -2680 -2720 -2332 -2280 -2720 -2700 2680 -2444 -2400 -2680 -2456 -2720 -2520 2240 -2472 -2460 -2720 -2484 -2548 -2240 -2680 -2380 -2680 -2280 -2608 -2368 -2604 -2720 2504 -2292 -2608 -2340 2624 -2720 -2720 -2432 -2240 -2560 -2712 -2280 -2652 -2720 -2392 -2680 -2280 -2320 -2396 -2248 -2404 2680 -2720 -2680 2628 -2612 -2288 -2680 -2248 -2240 -2244 -2680 -2656 -2680 2400 -2680 -2596 -2632 -2720 -2244 -2360 -2256 -2680 -2640 -2344 -2280 -2596 -2680 -2528 -2680 -2504 2492 -2424 -2240 -2296 -2720 -2720 -2512 -2720 -2680 -2672 -2720 2240 -2672 -2492 -2292 -2720 -2680 2720 -2576 -2680 -2240 -2420 -2348 -2460 -2584 -2496 -2680 -2280 -2720 -2280 -2504 -2344 -2568 -2596 -2552 -2528 -2460 -2324 -2344 -2716 -2240 2592 -2720 -2540 -2280 -2280 -2252 -2360 -2252 2240 -2636 -2480 -2316 -2636 -2252 -2720 -2524 2448 -2568 -2712 -2528 -2264 -2328 -2288 -2300 -2360 -2680 -2352 -2720 -2556 2240 -2576 -2260 -2492 -2440 -2532 2364 -2604 2280 -2240 -2240 -2420 -2244 -2440 -2720 -2720 -2720 -2596 -2504 -2428 -2720 -2404 -2432 -2380 -2268 -2256 -2360 -2280 -2248 -2552 -2356 -2416 -2284 -2504 -2720 -2488 -2680 -2720 -2688 -2508 -2588 -2680 -2280 -2624 -2628 -2664 -2536 -2356 -2272 -2584 -2588 -2504 -2508 -2552 -2280 2680 -2424 -2480 -2632 -2720 -2532 -2364 -2340 -2680 -2560 -2532 -2468 -2240 -2684 -2424 -2680 -2420 -2296 -2680 -2240 2384 -2660 -2388 -2672 -2720 -2680 -2564 -2640 -2508 -2680 -2680 -2280 -2428 -2520 -2664 -2524 -2560 2288 -2552 -2296 2720 -2296 -2632 -2304 -2368 2588 -2516 -2288 -2280 -2636 -2720 -2512 -2548 -2392 -2656 -2292 -2596 -2308 -2628 -2308 -2720 -2556 -2592 -2508 -2600 -2692 -2264 -2312 -2688 -2636 -2648 -2672 -2400 -2472 -2384 -2552 -2292 -2280 -2312 -2324 2680 -2548 -2272 -2404 -2420 -2316 -2480 -2712 -2248 -2280 -2256 -2284 -2528 -2652 -2468 2436 -2260 -2560 -2644 -2648 -2260 -2376 -2280 -2564 -2680 -2444 -2720 -2688 -2292 2680 -2440 -2320 2620 -2496 -2720 -2308 -2680 -2564 -2488 2240 -2660 -2340 -2396 -2680 -2372 -2280 -2596 -2296 -2660 -2244 -2436 -2252 -2280 -2240 -2464 -2720 -2444 -2608 -2396 -2492 -2544 -2276 -2364 -2508 -2552 -2408 -2332 -2448 2680 -2520 -2292 -2720 -2696 -2280 -2568 -2280 -2480 -2636 -2612 -2284 -2268 -2300 -2300 -2528 -2720 -2720 -2544 -2280 -2720 -2584 -2712 2680 -2448 -2592 2240 -2516 -2532 -2336 -2568 -2540 2400 -2680 -2640 -2436 -2440 2720 -2532 -2312 -2640 -2716 -2632 -2288 -2552 -2720 -2392 -2512 2684 -2660 -2504 -2480 -2680 -2660 -2720 -2636 -2260 -2468 2680 -2720 -2680 -2240 -2488 -2552 -2444 -2240 2600 -2680 -2648 -2680 -2436 -2324 2648 -2520 -2240 -2300 -2628 -2252 -2720 -2324 -2636 -2240 -2720 -2332 -2424 -2720 -2444 -2680 -2680 -2620 2680 -2424 -2720 -2636 -2280 -2548 -2512 -2468 -2680 2492 -2320 -2420 -2680 2680 -2680 -2680 -2568 -2288 -2632 -2572 -2444 -2680 -2452 -2720 2380 -2240 -2720 -2472 -2240 -2720 -2280 -2352 -2280 -2280 -2512 2644 -2512 -2640 -2544 -2364 2712 -2444 -2560 -2680 -2720 2256 2560 -2720 -2284 -2440 -2568 -2456 -2680 -2372 -2720 2404 -2456 -2568 -2336 -2360 -2624 2620 -2720 -2720 -2720 -2320 -2240 -2456 -2636 -2680 -2484 -2648 -2240 -2300 -2292 -2528 -2240 -2396 -2680 -2240 -2500 -2608 -2720 -2720 -2324 -2296 -2300 -2240 -2412 2648 -2396 2240 -2712 2704 -2636 2680 2720 2396 2468 -2280 -2720 2280 -2392 -2280 -2680 -2720 -2440 -2328 2688 -2656 2680 2680 -2720 2676 -2280 -2608 -2720 -2280 -2296 -2396 -2680 -2428 -2584 -2460 -2272 -2588 2692 -2528 -2484 -2680 -2400 -2416 -2720 -2720 -2548 2240 -2240 2332 -2368 -2280 -2400 -2680 -2676 -2280 -2480 -2420 -2292 -2720 -2680 2568 -2284 -2492 -2508 -2720 -2280 -2488 -2512 -2572 -2584 -2460 -2280 2700 -2508 -2356 -2252 -2388 -2256 -2720 -2340 -2452 -2680 -2720 -2528 -2324 -2672 -2388 2508 -2296 -2720 2680 -2280 -2680 -2280 -2680 -2680 -2436 -2296 -2240 -2296 2536 2240 -2384 -2720 -2240 -2576 -2552 2680 2588 -2428 -2380 -2720 -2720 -2588 2680 -2484 -2280 -2372 -2336 -2720 -2488 -2252 -2720 2616 -2376 -2364 -2720 -2680 -2720 -2280 -2280 -2344 -2720 -2680 -2720 -2712 -2720 -2436 -2248 -2672 -2680 -2420 -2364 -2472 -2240 -2460 -2720 -2516 -2280 -2240 -2720 -2240 2712 -2720 -2536 -2620 -2352 -2280 -2656 -2280 -2608 -2708 -2652 -2448 -2264 -2332 -2380 -2480 -2308 -2244 -2244 -2396 -2612 -2460 -2680 -2300 -2252 -2476 -2280 -2644 -2288 2240 -2584 -2520 -2284 -2280 -2680 -2448 -2680 -2720 -2672 -2260 -2412 -2488 -2548 -2676 -2484 -2536 -2720 -2284 -2656 -2348 2688 -2400 -2680 -2240 -2608 -2696 2336 -2316 -2528 -2428 2588 -2680 -2576 -2520 2680 -2548 -2568 -2680 -2336 -2680 -2512 -2512 -2368 -2324 -2468 -2528 2240 -2568 -2248 2680 -2240 -2428 -2256 -2704 -2288 -2484 -2560 -2680 -2324 -2496 -2668 -2576 -2720 -2312 -2720 -2240 -2680 -2560 -2536 -2280 -2280 -2420 -2540 -2720 -2296 -2280 -2364 -2616 -2528 -2288 -2660 -2720 2680 -2404 -2612 -2324 2680 -2644 -2240 2500 -2320 2380 -2516 -2240 -2696 -2680 -2608 -2680 -2560 -2720 -2492 -2544 -2696 -2240 -2280 -2676 -2476 -2680 -2452 -2360 -2720 -2680 -2280 -2240 -2664 -2240 -2476 -2240 -2472 -2324 -2720 -2720 2680 -2548 -2620 -2280 -2348 2720 -2560 -2332 -2328 -2280 -2480 -2720 -2416 -2272 -2244 -2312 -2720 -2680 -2680 -2568 -2544 -2528 -2416 2676 -2240 -2488 2688 -2524 -2296 -2644 -2464 -2320 -2280 2440 -2616 -2720 -2352 -2568 -2592 -2548 -2328 -2560 -2680 -2680 -2556 -2424 -2532 -2624 -2372 -2288 -2452 -2404 -2280 2284 2260 -2524 2280 -2528 -2364 -2332 -2680 -2388 -2364 -2240 -2280 -2680 -2612 -2436 2572 -2280 -2352 -2448 -2404 -2428 -2552 2240 -2524 -2500 -2240 -2404 -2720 -2720 -2360 -2660 -2548 -2680 -2680 -2280 -2680 -2332 -2340 -2540 -2312 -2512 -2404 -2324 -2360 -2240 -2436 -2308 2240 -2424 -2356 -2616 -2664 -2624 -2444 2240 -2348 -2280 -2416 -2544 -2520 -2468 -2448 -2256 -2280 -2408 -2552 -2524 -2720 -2292 -2324 -2664 -2568 -2656 -2400 -2432 -2548 -2648 -2324 2376 -2600 -2616 -2304 -2444 -2336 -2348 -2420 -2284 -2568 -2392 -2248 -2720 -2388 -2540 -2248 -2396 -2524 -2304 -2680 -2400 -2444 -2432 -2580 -2600 -2360 -2680 -2460 -2400 -2596 -2240 2680 -2464 -2360 -2312 -2296 -2668 -2280 -2364 -2720 2704 -2448 -2404 -2656 -2320 -2240 -2432 -2248 2656 -2680 -2284 -2260 -2240 -2396 2240 2548 -2720 -2672 -2720 2240 -2240 -2680 -2680 -2720 2280 -2352 -2720 -2440 -2380 -2604 -2304 -2280 -2528 -2680 -2380 2676 -2720 -2380 -2588 -2336 -2280 -2680 -2700 -2680 2620 -2680 -2292 -2640 -2284 -2240 -2720 2680 -2256 -2680 -2560 -2240 -2704 -2432 -2256 -2720 -2280 -2720 -2300 -2540 -2580 -2480 -2720 -2540 -2256 -2436 -2328 -2548 -2268 -2656 -2584 -2680 -2508 -2540 -2428 -2280 2720 -2680 -2240 -2648 -2364 -2312 -2488 -2676 -2688 -2380 -2484 -2240 -2720 -2720 -2472 -2496 -2260 -2328 -2420 -2456 -2652 -2280 -2332 -2720 -2432 -2304 -2468 -2720 -2280 -2280 2716 -2596 2340 -2720 -2476 2280 2416 -2656 -2720 -2648 -2336 -2680 -2604 -2292 -2720 -2680 -2348 -2280 -2688 -2388 -2408 -2680 -2440 -2680 -2604 -2452 -2364 
32.65/32.86	d NODES 2550
32.65/32.86	d CHECKS 22068734
32.65/32.86	   
32.65/32.86	   totalWckTime=32.686  totalCpuTime=31.58

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-2097920-1247414156/watcher-2097920-1247414156 -o /tmp/evaluation-result-2097920-1247414156/solver-2097920-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-2097920-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.08 2.06 2.01 4/80 1086
/proc/meminfo: memFree=1783856/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=152 CPUtime=0
/proc/1086/stat : 1086 (java) R 1084 1086 30423 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28482048 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 2494763 0 0 4096 0 0 0 0 17 0 0 0
/proc/1086/statm: 38 26 19 9 0 4 0

[startup+0.0947951 s]
/proc/loadavg: 2.08 2.06 2.01 4/80 1086
/proc/meminfo: memFree=1783856/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=865980 CPUtime=0.08
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 3734 0 1 0 6 2 0 0 18 0 9 0 28482048 886763520 3202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216495 3202 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.101795 s]
/proc/loadavg: 2.08 2.06 2.01 4/80 1086
/proc/meminfo: memFree=1783856/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=865980 CPUtime=0.08
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 3786 0 1 0 6 2 0 0 18 0 9 0 28482048 886763520 3241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216495 3242 1711 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301834 s]
/proc/loadavg: 2.08 2.06 2.01 4/80 1086
/proc/meminfo: memFree=1783856/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=866380 CPUtime=0.28
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 6078 0 1 0 24 4 0 0 18 0 9 0 28482048 887173120 5444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216595 5444 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701911 s]
/proc/loadavg: 2.08 2.06 2.01 4/80 1086
/proc/meminfo: memFree=1783856/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=867512 CPUtime=0.68
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 13203 0 1 0 61 7 0 0 18 0 9 0 28482048 888332288 12557 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216878 12557 2037 9 0 211314 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867512

[startup+1.50207 s]
/proc/loadavg: 2.08 2.06 2.01 4/89 1095
/proc/meminfo: memFree=1723560/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=867556 CPUtime=1.48
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 21650 0 1 0 137 11 0 0 18 0 9 0 28482048 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216889 20977 2032 9 0 211347 0
[pid=1086/tid=1088] ppid=1084 vsize=867556 CPUtime=1.22
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 15818 0 1 0 113 9 0 0 25 0 9 0 28482049 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4126932996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=867556 CPUtime=0.07
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 4470 0 0 0 6 1 0 0 17 0 9 0 28482051 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28482053 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=867556 CPUtime=0.17
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 660 0 0 0 17 0 0 0 15 0 9 0 28482053 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28482053 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482053 888377344 20977 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867556

[startup+3.10138 s]
/proc/loadavg: 2.08 2.06 2.01 3/89 1095
/proc/meminfo: memFree=1707560/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=867556 CPUtime=3.08
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 21688 0 1 0 297 11 0 0 18 0 9 0 28482048 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216889 21013 2032 9 0 211347 0
[pid=1086/tid=1088] ppid=1084 vsize=867556 CPUtime=2.79
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 15824 0 1 0 270 9 0 0 25 0 9 0 28482049 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4126962310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=867556 CPUtime=0.07
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 4470 0 0 0 6 1 0 0 17 0 9 0 28482051 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28482053 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=867556 CPUtime=0.21
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 692 0 0 0 21 0 0 0 15 0 9 0 28482053 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28482053 888377344 21013 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482053 888377344 21013 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) 867556

[startup+6.303 s]
/proc/loadavg: 2.08 2.05 2.01 3/89 1095
/proc/meminfo: memFree=1707240/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=867556 CPUtime=6.28
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 21693 0 1 0 617 11 0 0 18 0 9 0 28482048 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216889 21016 2032 9 0 211347 0
[pid=1086/tid=1088] ppid=1084 vsize=867556 CPUtime=5.98
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 15828 0 1 0 589 9 0 0 25 0 9 0 28482049 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4126928307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=867556 CPUtime=0.07
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 4470 0 0 0 6 1 0 0 16 0 9 0 28482051 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28482053 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=867556 CPUtime=0.21
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 693 0 0 0 21 0 0 0 15 0 9 0 28482053 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28482053 888377344 21016 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482053 888377344 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) 867556

[startup+12.7012 s]
/proc/loadavg: 2.07 2.05 2.01 3/89 1095
/proc/meminfo: memFree=1696040/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=867556 CPUtime=12.67
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 24474 0 1 0 1253 14 0 0 18 0 9 0 28482048 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 216889 23794 2032 9 0 211347 0
[pid=1086/tid=1088] ppid=1084 vsize=867556 CPUtime=12.3
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 15832 0 1 0 1219 11 0 0 25 0 9 0 28482049 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4126929540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=867556 CPUtime=0.13
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 7240 0 0 0 11 2 0 0 16 0 9 0 28482051 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28482051 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28482053 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=867556 CPUtime=0.22
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 700 0 0 0 22 0 0 0 15 0 9 0 28482053 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28482053 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=867556 CPUtime=0
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482053 888377344 23794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867556

[startup+25.5027 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674208/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=868204 CPUtime=25.42
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52058 581 1 0 2508 26 7 1 18 0 9 0 28482048 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217051 29842 2641 9 0 211509 0
[pid=1086/tid=1088] ppid=1084 vsize=868204 CPUtime=24.55
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26156 581 1 0 2430 17 7 1 25 0 9 0 28482049 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4127259724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=868204 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=868204 CPUtime=0.45
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 930 581 0 0 37 0 7 1 17 0 9 0 28482053 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 11 581 0 0 0 0 7 1 15 0 9 0 28482053 889040896 29842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 868204

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

[startup+28.7013 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674208/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=868204 CPUtime=28.59
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52062 581 1 0 2825 26 7 1 18 0 9 0 28482048 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217051 29844 2641 9 0 211509 0
[pid=1086/tid=1088] ppid=1084 vsize=868204 CPUtime=27.71
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26156 581 1 0 2746 17 7 1 25 0 9 0 28482049 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4127166903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=868204 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=868204 CPUtime=0.45
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 933 581 0 0 37 0 7 1 15 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 12 581 0 0 0 0 7 1 15 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.59
Current children cumulated vsize (KiB) 868204

[startup+30.3027 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674208/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=868204 CPUtime=30.17
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52062 581 1 0 2983 26 7 1 18 0 9 0 28482048 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217051 29844 2641 9 0 211509 0
[pid=1086/tid=1088] ppid=1084 vsize=868204 CPUtime=29.3
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26156 581 1 0 2905 17 7 1 25 0 9 0 28482049 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4127259632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=868204 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 16 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=868204 CPUtime=0.45
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 933 581 0 0 37 0 7 1 15 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=868204 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 12 581 0 0 0 0 7 1 15 0 9 0 28482053 889040896 29844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.17
Current children cumulated vsize (KiB) 868204

[startup+31.908 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674144/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=869228 CPUtime=31.76
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52073 581 1 0 3142 26 7 1 18 0 9 0 28482048 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217307 29853 2641 9 0 211765 0
[pid=1086/tid=1088] ppid=1084 vsize=869228 CPUtime=30.87
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26157 581 1 0 3062 17 7 1 25 0 9 0 28482049 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4127418679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=869228 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=869228 CPUtime=0.47
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 942 581 0 0 39 0 7 1 15 0 9 0 28482053 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 13 581 0 0 0 0 7 1 15 0 9 0 28482053 890089472 29853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 869228

[startup+32.302 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674144/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=869228 CPUtime=32.15
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52074 581 1 0 3181 26 7 1 18 0 9 0 28482048 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217307 29854 2641 9 0 211765 0
[pid=1086/tid=1088] ppid=1084 vsize=869228 CPUtime=31.26
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26157 581 1 0 3101 17 7 1 25 0 9 0 28482049 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4127486172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=869228 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=869228 CPUtime=0.47
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 943 581 0 0 39 0 7 1 15 0 9 0 28482053 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 13 581 0 0 0 0 7 1 15 0 9 0 28482053 890089472 29854 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.15
Current children cumulated vsize (KiB) 869228

[startup+32.7011 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674144/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=869228 CPUtime=32.55
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52080 581 1 0 3221 26 7 1 18 0 9 0 28482048 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217307 29860 2641 9 0 211765 0
[pid=1086/tid=1088] ppid=1084 vsize=869228 CPUtime=31.65
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26157 581 1 0 3140 17 7 1 25 0 9 0 28482049 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4127482798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=869228 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=869228 CPUtime=0.48
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 949 581 0 0 40 0 7 1 16 0 9 0 28482053 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 13 581 0 0 0 0 7 1 15 0 9 0 28482053 890089472 29860 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 869228

[startup+32.8011 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 1099
/proc/meminfo: memFree=1674144/2055920 swapFree=4192812/4192956
[pid=1086] ppid=1084 vsize=869228 CPUtime=32.65
/proc/1086/stat : 1086 (java) S 1084 1086 30423 0 -1 0 52086 581 1 0 3231 26 7 1 18 0 9 0 28482048 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1086/statm: 217307 29865 2641 9 0 211765 0
[pid=1086/tid=1088] ppid=1084 vsize=869228 CPUtime=31.74
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 30423 0 -1 64 26160 581 1 0 3149 17 7 1 25 0 9 0 28482049 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4127539097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1089] ppid=1084 vsize=869228 CPUtime=0.54
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 30423 0 -1 64 24094 581 0 0 39 7 7 1 17 0 9 0 28482051 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1090] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 30423 0 -1 64 20 581 0 0 0 0 7 1 16 0 9 0 28482051 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1091] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 30423 0 -1 64 32 581 0 0 0 0 7 1 15 0 9 0 28482051 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1092] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 30423 0 -1 64 2 581 0 0 0 0 7 1 23 0 9 0 28482053 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=869228 CPUtime=0.49
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 30423 0 -1 64 952 581 0 0 41 0 7 1 15 0 9 0 28482053 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1086/tid=1094] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 30423 0 -1 64 0 581 0 0 0 0 7 1 24 0 9 0 28482053 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=869228 CPUtime=0.08
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 30423 0 -1 64 13 581 0 0 0 0 7 1 15 0 9 0 28482053 890089472 29865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.65
Current children cumulated vsize (KiB) 869228

Child status: 0
Real time (s): 32.8979
CPU time (s): 32.762
CPU user time (s): 32.4591
CPU system time (s): 0.302953
CPU usage (%): 99.5868
Max. virtual memory (cumulated for all children) (KiB): 870608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4591
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52708
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= 2992
involuntary context switches= 3499

runsolver used 0.042993 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 17:55:57
IDJOB=2097920
IDBENCH=57998
IDSOLVER=774
FILE ID=node23/2097920-1247414156
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-10.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-2097920-1247414156/watcher-2097920-1247414156 -o /tmp/evaluation-result-2097920-1247414156/solver-2097920-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-2097920-1247414156.xml

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

MD5SUM BENCH= b42627f9cb0b57c1082444fcb5232a6c
RANDOM SEED=1232625585

node23.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.277
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.277
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:       1784336 kB
Buffers:         43060 kB
Cached:         117896 kB
SwapCached:          0 kB
Active:         149432 kB
Inactive:        64112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3724 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            43240 kB
Committed_AS:  1014388 kB
PageTables:       1868 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= 66356 MiB
End job on node23 at 2009-07-12 17:56:29