Trace number 1087462

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 33.6389 33.9702

DiagnosticValue
CHECKS22271500
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 benchmark31.7122
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 (download as text)

0.06/0.11	
0.06/0.11	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.27/0.33	   
0.27/0.34	   instance
0.27/0.34	     name=HOME/instance-1087462-1215244162.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.39	   
0.27/0.39	   variables being loaded...
0.66/0.79	     nbVariables=2550  nbDomainTypes=8  minDomainSize=42  maxDomainSize=242  nbTotalValues=588188
0.66/0.79	       =>  wckTime=0.533  cpuTime=0.39  mem=30M295
0.66/0.79	   
0.66/0.79	   predicates being loaded...
0.76/0.85	   
0.76/0.86	   constraints being loaded...
20.58/20.87	   
20.58/20.87	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 43M993)
22.35/22.67	     nbConstraints=6239  nbGlobalConstraints=8  nbMergedConstraints=4655  nbConvertedConstraints=1241
22.35/22.67	     nbConvertConstraintsChecks=40138836  nbExtensionStructures=754  nbSharedExtensionStructures=1010
22.35/22.67	     nbConflictsStructures=795  nbSharedConflictsStructures=1039  nbUnbuiltConflictsStructures=957
22.35/22.67	     nbSharedBinaryRepresentations=337740  nbEvaluationManagers=998  nbSharedEvaluationManagers=3992  minDegree=2
22.35/22.67	     maxDegree=21  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.85
22.35/22.67	     symmetryCpuTime=0.7  nbCliques=8
22.35/22.67	       =>  wckTime=22.411  cpuTime=21.55  mem=69M190
22.65/22.93	   
22.65/22.93	   solver IterativeSystematicSolver being built... 
22.75/23.08	   
22.75/23.08	   INFO : Forward propagation technique limited 
23.04/23.30	       =>  wckTime=23.043  cpuTime=21.84  mem=71M377
32.16/32.54	   
32.16/32.54	   preprocessing
32.16/32.54	     nbConstraintChecks=20725434  nbValidityChecks=787440  nbPropagations=5756  nbRevisions=27924
32.16/32.54	     nbUselessRevisions=19013  nbRemovedValues=485596  detectedInconsistency=no
32.16/32.54	       =>  wckTime=9.223  cpuTime=9.11  mem=71M377
33.45/33.89	   
33.45/33.89	   search
33.45/33.89	     run=0  nbConstraintChecks=1546054  nbValidityChecks=720353  minDepth=2551  maxDepth=2550  nbPropagations=14022
33.45/33.89	     nbRevisions=48647  nbUselessRevisions=33984  nbAssignments=2550  nbFailedAssignments=0  nbBacktracks=0
33.45/33.89	     nbVisitedNodes=2551  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
33.45/33.89	     nbDEliminables=?  nbPEliminables=?
33.45/33.89	       =>  wckTime=10.576  cpuTime=10.42  mem=73M383
33.45/33.89	   
33.45/33.89	   global
33.45/33.89	     nbConstraintChecks=22271488  nbValidityChecks=1507793  nbPropagations=19778  nbRevisions=76571
33.45/33.89	     nbUselessRevisions=52997  nbRestartNogoods=0  solvingWckTime=10.578  solvingCpuTime=10.42  expiredTime=no
33.45/33.89	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=32.23  globalCpuTime=32.33
33.45/33.89	       =>  wckTime=33.636  cpuTime=32.27  mem=73M383
33.55/33.94	   
33.55/33.94	s SATISFIABLE
33.55/33.94	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 -2248 -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 -2288 -2644 -2560 -2392 -2324 -2588 -2436 -2336 -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 -2296 -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 -2500 -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 -2364 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 -2464 -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 -2256 -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 -2280 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 -2240 -2280 -2480 -2720 -2416 -2272 -2244 -2312 -2720 -2680 -2680 -2568 -2544 -2528 -2416 2676 -2240 -2488 2688 -2524 -2296 -2644 -2464 -2320 -2376 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 
33.55/33.94	d NODES 2550
33.55/33.94	d CHECKS 22271488
33.55/33.94	   
33.55/33.94	   totalWckTime=33.737  totalCpuTime=32.38

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087462-1215244162/watcher-1087462-1215244162 -o /tmp/evaluation-result-1087462-1215244162/solver-1087462-1215244162 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087462-1215244162.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1513152/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=1616 CPUtime=0
/proc/29580/stat : 29580 (java) D 29578 29580 27691 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2003390791 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29580/statm: 404 145 119 9 0 46 0

[startup+0.0899761 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1513152/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=865856 CPUtime=0.05
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 3042 0 1 0 3 2 0 0 18 0 9 0 2003390791 886636544 2568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216464 2568 1302 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.102009 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1513152/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=865856 CPUtime=0.06
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 3504 0 1 0 4 2 0 0 18 0 9 0 2003390791 886636544 2994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216464 2994 1620 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.301921 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1513152/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=866048 CPUtime=0.27
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 5520 0 1 0 22 5 0 0 18 0 9 0 2003390791 886833152 4943 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216512 4943 1883 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.70182 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29580
/proc/meminfo: memFree=1513152/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867012 CPUtime=0.66
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 9688 0 1 0 59 7 0 0 18 0 9 0 2003390791 887820288 9058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216753 9058 1968 9 0 211281 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867012

[startup+1.50161 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 29589
/proc/meminfo: memFree=1466552/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867440 CPUtime=1.46
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 21555 0 1 0 131 15 0 0 18 0 9 0 2003390791 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216860 20890 2004 9 0 211388 0
[pid=29580/tid=29582] ppid=29578 vsize=867440 CPUtime=1.18
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 15739 0 1 0 107 11 0 0 25 0 9 0 2003390792 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4126854075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867440 CPUtime=0.07
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 4481 0 0 0 6 1 0 0 16 0 9 0 2003390796 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003390798 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867440 CPUtime=0.17
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 639 0 0 0 17 0 0 0 16 0 9 0 2003390798 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003390798 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003390798 888258560 20890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867440

[startup+3.10119 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 29589
/proc/meminfo: memFree=1436984/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867440 CPUtime=3.04
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 21623 0 1 0 289 15 0 0 18 0 9 0 2003390791 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216860 20955 2006 9 0 211388 0
[pid=29580/tid=29582] ppid=29578 vsize=867440 CPUtime=2.74
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 15773 0 1 0 262 12 0 0 25 0 9 0 2003390792 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4126939677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867440 CPUtime=0.07
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 4481 0 0 0 6 1 0 0 17 0 9 0 2003390796 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003390798 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867440 CPUtime=0.21
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 673 0 0 0 21 0 0 0 16 0 9 0 2003390798 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003390798 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003390798 888258560 20955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867440

[startup+6.30235 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 29589
/proc/meminfo: memFree=1436600/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867440 CPUtime=6.22
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 21640 0 1 0 606 16 0 0 18 0 9 0 2003390791 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216860 20969 2006 9 0 211388 0
[pid=29580/tid=29582] ppid=29578 vsize=867440 CPUtime=5.89
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 15778 0 1 0 576 13 0 0 25 0 9 0 2003390792 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4126898824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867440 CPUtime=0.07
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 4481 0 0 0 6 1 0 0 16 0 9 0 2003390796 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003390798 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867440 CPUtime=0.22
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 685 0 0 0 22 0 0 0 16 0 9 0 2003390798 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003390798 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003390798 888258560 20969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867440

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 29589
/proc/meminfo: memFree=1425400/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867440 CPUtime=12.56
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 24412 0 1 0 1236 20 0 0 18 0 9 0 2003390791 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216860 23738 2006 9 0 211388 0
[pid=29580/tid=29582] ppid=29578 vsize=867440 CPUtime=12.14
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 15783 0 1 0 1199 15 0 0 25 0 9 0 2003390792 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4126898920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867440 CPUtime=0.15
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 7241 0 0 0 12 3 0 0 16 0 9 0 2003390796 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003390796 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003390798 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867440 CPUtime=0.24
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 692 0 0 0 24 0 0 0 15 0 9 0 2003390798 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003390798 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867440 CPUtime=0
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003390798 888258560 23738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867440

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 29593
/proc/meminfo: memFree=1403704/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=25.22
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52020 579 1 0 2481 33 7 1 18 0 9 0 2003390791 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29780 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=24.28
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26372 579 1 0 2399 21 7 1 25 0 9 0 2003390792 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4127128085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 17 0 9 0 2003390796 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.47
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 931 579 0 0 38 1 7 1 17 0 9 0 2003390798 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867764

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

[startup+28.7015 s]
/proc/loadavg: 2.21 2.05 2.01 3/90 29593
/proc/meminfo: memFree=1403704/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=28.39
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52024 579 1 0 2798 33 7 1 18 0 9 0 2003390791 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29782 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=27.44
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26372 579 1 0 2715 21 7 1 25 0 9 0 2003390792 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 17 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.47
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 935 579 0 0 38 1 7 1 15 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 867764

[startup+31.9077 s]
/proc/loadavg: 2.19 2.05 2.01 3/90 29593
/proc/meminfo: memFree=1403704/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=31.57
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52025 579 1 0 3116 33 7 1 18 0 9 0 2003390791 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29782 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=30.62
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26373 579 1 0 3033 21 7 1 25 0 9 0 2003390792 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4127202544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 16 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.47
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 935 579 0 0 38 1 7 1 15 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 867764

[startup+32.7025 s]
/proc/loadavg: 2.19 2.05 2.01 3/90 29593
/proc/meminfo: memFree=1403704/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=32.36
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52032 579 1 0 3195 33 7 1 18 0 9 0 2003390791 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29788 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=31.4
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26373 579 1 0 3111 21 7 1 25 0 9 0 2003390792 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4127429024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 16 0 9 0 2003390796 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.48
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 942 579 0 0 39 1 7 1 15 0 9 0 2003390798 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.36
Current children cumulated vsize (KiB) 867764

[startup+33.5023 s]
/proc/loadavg: 2.19 2.05 2.01 3/90 29593
/proc/meminfo: memFree=1403640/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=33.15
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52034 579 1 0 3274 33 7 1 18 0 9 0 2003390791 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29789 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=32.19
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26374 579 1 0 3190 21 7 1 25 0 9 0 2003390792 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 17 0 9 0 2003390796 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.49
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 943 579 0 0 40 1 7 1 15 0 9 0 2003390798 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29789 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 867764

[startup+33.9022 s]
/proc/loadavg: 2.19 2.05 2.01 3/90 29593
/proc/meminfo: memFree=1403640/2055920 swapFree=4180124/4192956
[pid=29580] ppid=29578 vsize=867764 CPUtime=33.55
/proc/29580/stat : 29580 (java) S 29578 29580 27691 0 -1 0 52050 579 1 0 3314 33 7 1 18 0 9 0 2003390791 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29580/statm: 216941 29804 2616 9 0 211469 0
[pid=29580/tid=29582] ppid=29578 vsize=867764 CPUtime=32.57
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 27691 0 -1 64 26378 579 1 0 3228 21 7 1 25 0 9 0 2003390792 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4127480528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29583] ppid=29578 vsize=867764 CPUtime=0.59
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 27691 0 -1 64 23844 579 0 0 43 8 7 1 17 0 9 0 2003390796 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29584] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 27691 0 -1 64 17 579 0 0 0 0 7 1 16 0 9 0 2003390796 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29585] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 27691 0 -1 64 30 579 0 0 0 0 7 1 15 0 9 0 2003390796 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29586] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 18 0 9 0 2003390798 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29587] ppid=29578 vsize=867764 CPUtime=0.51
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 27691 0 -1 64 955 579 0 0 42 1 7 1 15 0 9 0 2003390798 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29588] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 27691 0 -1 64 1 579 0 0 0 0 7 1 19 0 9 0 2003390798 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29580/tid=29589] ppid=29578 vsize=867764 CPUtime=0.08
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 27691 0 -1 64 11 579 0 0 0 0 7 1 15 0 9 0 2003390798 888590336 29804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.55
Current children cumulated vsize (KiB) 867764

Child status: 0
Real time (s): 33.9702
CPU time (s): 33.6389
CPU user time (s): 33.2649
CPU system time (s): 0.373943
CPU usage (%): 99.0248
Max. virtual memory (cumulated for all children) (KiB): 867852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2649
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52666
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= 2746
involuntary context switches= 4067

runsolver used 0.039993 second user time and 0.12998 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 09:49:22
IDJOB=1087462
IDBENCH=57998
IDSOLVER=363
FILE ID=node16/1087462-1215244162
PBS_JOBID= 7881913
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087462-1215244162/watcher-1087462-1215244162 -o /tmp/evaluation-result-1087462-1215244162/solver-1087462-1215244162 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087462-1215244162.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b42627f9cb0b57c1082444fcb5232a6c
RANDOM SEED=988049081

node16.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.213
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.213
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:       1513632 kB
Buffers:         10288 kB
Cached:         125320 kB
SwapCached:       7056 kB
Active:         455832 kB
Inactive:        36380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513632 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:         372364 kB
Slab:            34552 kB
Committed_AS:  4056912 kB
PageTables:       2584 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= 66520 MiB
End job on node16 at 2008-07-05 09:49:56