Trace number 1087483

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 32.0651 32.3916

DiagnosticValue
CHECKS20475000
NODES2551

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-7.xml
MD5SUMb5d52b8bbf6043988c4227a96902f450
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.0001
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.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1087483-1215244324.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.67/0.77	     nbVariables=2550  nbDomainTypes=8  minDomainSize=42  maxDomainSize=242  nbTotalValues=588188
0.67/0.77	       =>  wckTime=0.531  cpuTime=0.37  mem=30M295
0.67/0.77	   
0.67/0.77	   predicates being loaded...
0.78/0.83	   
0.78/0.83	   constraints being loaded...
20.60/20.84	   
20.60/20.84	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 45M169)
22.28/22.50	     nbConstraints=6239  nbGlobalConstraints=8  nbMergedConstraints=4655  nbConvertedConstraints=1372
22.28/22.50	     nbConvertConstraintsChecks=40843136  nbExtensionStructures=769  nbSharedExtensionStructures=1135
22.28/22.50	     nbConflictsStructures=801  nbSharedConflictsStructures=1173  nbUnbuiltConflictsStructures=910
22.28/22.50	     nbSharedBinaryRepresentations=344343  nbEvaluationManagers=942  nbSharedEvaluationManagers=3917  minDegree=2
22.28/22.50	     maxDegree=21  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.785
22.28/22.50	     symmetryCpuTime=0.63  nbCliques=8
22.28/22.50	       =>  wckTime=22.263  cpuTime=21.41  mem=67M571
22.48/22.74	   
22.48/22.74	   solver IterativeSystematicSolver being built... 
22.58/22.88	   
22.58/22.88	   INFO : Forward propagation technique limited 
22.77/23.10	       =>  wckTime=22.859  cpuTime=21.69  mem=70M569
30.70/31.06	   
30.70/31.06	   preprocessing
30.70/31.06	     nbConstraintChecks=19194662  nbValidityChecks=688504  nbPropagations=5566  nbRevisions=26591
30.70/31.06	     nbUselessRevisions=17848  nbRemovedValues=493484  detectedInconsistency=no
30.70/31.06	       =>  wckTime=7.951  cpuTime=7.86  mem=70M569
31.89/32.29	   
31.89/32.29	   search
31.89/32.29	     run=0  nbConstraintChecks=1280376  nbValidityChecks=595234  minDepth=166  maxDepth=2550  nbPropagations=13114
31.89/32.29	     nbRevisions=44797  nbUselessRevisions=31020  nbAssignments=2551  nbFailedAssignments=1  nbBacktracks=0
31.89/32.29	     nbVisitedNodes=2553  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
31.89/32.29	     nbDEliminables=?  nbPEliminables=?
31.89/32.29	       =>  wckTime=9.173  cpuTime=9.03  mem=72M564
31.89/32.29	   
31.89/32.29	   global
31.89/32.29	     nbConstraintChecks=20475038  nbValidityChecks=1283738  nbPropagations=18680  nbRevisions=71388
31.89/32.29	     nbUselessRevisions=48868  nbRestartNogoods=0  solvingWckTime=9.175  solvingCpuTime=9.03  expiredTime=no
31.89/32.29	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=30.69  globalCpuTime=30.79
31.89/32.29	       =>  wckTime=32.05  cpuTime=30.73  mem=72M564
32.00/32.33	   
32.00/32.33	s SATISFIABLE
32.00/32.33	v 2624 -2252 -2252 -2240 -2240 -2720 -2240 -2280 2632 -2240 -2420 2720 -2240 -2280 -2720 2720 -2340 -2640 2240 2616 2644 -2240 -2240 2240 -2680 -2676 2712 -2720 -2352 -2680 -2672 -2372 -2680 -2680 2240 -2440 -2352 2680 -2588 -2404 -2240 2516 -2720 2680 2616 -2240 -2300 -2504 -2428 -2632 -2524 -2484 -2648 2460 -2380 -2680 -2240 -2636 -2544 -2240 -2240 -2544 2568 -2484 2612 -2504 -2388 -2240 -2276 -2240 -2280 -2720 -2720 -2440 -2720 -2288 -2328 -2340 -2284 -2420 2600 2656 -2280 2568 -2720 -2484 -2720 -2328 -2300 -2404 -2340 -2720 -2600 -2368 -2360 -2680 -2248 -2356 2524 -2280 2560 -2240 2464 -2256 -2240 -2240 -2556 2332 -2304 2668 -2308 -2240 -2684 -2488 -2368 -2488 2684 -2240 -2532 -2460 -2672 -2412 -2544 -2720 -2412 -2244 -2280 2720 -2432 -2312 -2680 -2316 2280 -2428 -2376 -2520 -2556 -2540 -2280 -2696 2680 -2240 -2280 2696 -2240 -2680 -2720 -2376 -2372 -2720 2716 -2416 -2316 -2252 -2384 2680 -2396 -2536 -2544 -2240 -2476 2596 -2240 -2640 -2332 -2280 -2568 2640 -2680 -2240 -2300 -2720 -2720 -2720 -2624 2572 -2448 -2348 -2636 -2672 2240 -2680 -2680 -2280 -2720 -2280 -2528 -2532 -2432 2680 -2240 -2720 -2316 -2720 -2444 2720 -2564 -2720 2240 2564 -2640 -2460 -2412 -2304 -2516 -2240 -2344 -2596 2680 -2280 -2404 2640 -2720 2680 -2680 -2360 -2356 -2312 -2260 -2580 2520 -2284 -2520 -2720 2656 -2244 -2240 -2280 -2240 -2240 2664 -2240 -2280 -2396 -2536 2684 -2244 -2412 -2548 -2500 -2720 -2280 -2344 2552 -2544 -2608 -2240 -2568 -2280 -2332 -2396 -2632 -2248 -2404 -2240 2240 -2512 -2680 -2240 -2568 -2552 -2304 -2492 2656 2680 -2680 -2720 -2540 -2720 -2300 -2720 -2380 -2280 -2720 -2240 -2640 -2556 -2392 -2300 -2680 2440 -2396 -2404 -2328 -2536 -2640 -2644 -2720 2680 -2288 -2240 -2680 -2240 -2280 -2280 -2240 -2308 -2512 2564 2624 -2680 -2372 -2364 -2280 -2540 -2372 -2272 -2412 -2240 -2708 -2240 -2520 -2516 -2720 -2680 -2720 -2272 -2240 -2720 -2316 -2332 -2612 -2356 -2396 -2372 -2580 -2520 -2720 -2508 -2420 -2580 -2640 -2308 2680 -2280 -2336 -2600 -2568 -2280 -2540 -2720 -2592 -2672 -2480 -2384 -2380 -2360 -2408 -2680 2416 -2680 2292 -2720 -2700 -2280 -2680 2720 -2288 -2240 2364 -2512 -2680 -2720 -2528 -2240 -2720 -2280 -2504 -2376 -2720 -2372 -2656 -2240 -2476 2712 -2244 -2508 -2244 -2368 -2688 -2720 -2372 -2444 -2552 -2680 -2588 -2696 -2688 -2552 -2588 -2292 -2284 -2432 -2280 -2628 -2476 -2392 -2252 -2288 -2516 -2716 -2460 2680 -2688 -2368 -2332 -2312 -2600 2612 -2624 -2428 -2328 2664 -2240 -2244 -2720 -2616 -2272 -2240 -2480 -2284 -2628 -2240 -2696 -2580 -2680 -2556 -2720 -2320 -2308 -2564 -2720 -2720 -2280 2560 -2292 -2348 -2292 -2696 -2280 2632 -2596 -2284 -2404 -2284 -2424 -2676 -2436 -2680 -2708 -2720 -2640 -2284 -2544 -2488 -2588 -2568 -2504 -2268 -2720 -2300 -2524 -2492 2404 2648 -2364 -2416 -2352 -2592 -2240 2644 -2280 -2388 -2524 -2680 -2720 -2352 2600 -2280 -2720 -2280 -2384 -2252 -2324 -2564 -2276 -2464 -2280 -2680 -2392 -2676 -2468 -2680 -2292 -2500 -2720 -2612 -2448 2252 -2392 2632 -2720 -2460 -2240 2596 -2420 -2328 -2252 -2720 -2572 -2720 -2288 -2680 -2680 -2312 -2316 -2280 -2528 -2720 -2304 -2240 -2444 -2252 -2384 -2720 -2720 -2460 -2240 -2284 2720 -2720 -2312 -2480 -2388 -2548 -2584 -2700 -2720 -2680 -2280 -2376 -2540 -2300 -2384 -2508 -2240 -2456 -2680 -2280 -2240 -2720 -2396 -2268 -2280 -2656 -2720 -2376 -2504 -2528 -2376 -2488 -2580 -2512 -2264 -2596 -2240 -2324 -2280 -2488 2680 -2516 -2304 -2500 -2680 -2484 -2392 -2612 -2500 2536 2240 -2388 -2280 -2424 -2644 -2720 -2280 -2444 -2668 -2720 -2720 -2280 -2292 -2528 -2288 -2280 -2436 -2284 -2244 2240 -2240 -2424 -2520 -2280 -2440 2680 -2404 -2528 -2528 -2412 -2472 -2680 -2720 -2472 -2720 -2240 -2508 -2296 -2480 -2584 -2620 -2664 -2488 -2240 -2600 -2296 -2404 -2240 -2320 -2492 2652 -2720 -2252 -2552 -2428 -2260 -2668 -2444 -2692 -2720 -2332 -2564 -2680 -2404 -2680 -2548 -2280 -2576 -2476 -2280 -2272 -2520 -2296 -2420 -2296 -2364 2716 -2492 -2356 -2528 2240 -2484 2604 -2356 -2280 -2304 -2376 -2480 -2312 -2536 -2632 -2720 -2352 -2436 -2448 -2584 -2720 2496 -2488 -2592 2664 -2720 -2644 -2688 -2516 -2396 -2280 -2544 -2680 -2480 -2480 -2656 -2424 2240 -2316 -2588 -2412 -2348 -2720 -2668 -2280 -2344 -2272 -2720 -2412 -2512 -2720 -2348 -2292 -2680 -2332 -2552 -2720 -2428 2516 -2300 -2572 -2472 -2368 -2680 -2660 -2660 2240 -2720 -2252 -2388 -2312 -2592 -2720 -2660 -2264 -2720 2328 -2356 -2680 2680 -2472 -2720 -2240 -2392 -2680 -2296 -2680 2700 -2296 -2284 -2392 -2240 -2720 -2588 -2708 -2284 -2316 -2668 -2328 -2444 -2680 -2664 -2268 -2720 -2556 -2680 -2636 -2680 -2432 -2720 -2576 -2304 -2356 2716 -2536 -2292 -2444 -2680 -2680 -2592 -2380 -2344 -2280 -2580 -2720 -2328 -2248 -2720 -2456 -2492 -2368 -2720 2628 -2596 -2624 -2720 -2680 -2680 -2432 -2676 -2500 -2680 2464 -2372 -2280 -2680 2592 -2512 -2412 -2720 -2704 -2468 -2636 -2720 -2280 -2280 -2556 -2396 -2680 2680 -2660 -2304 -2720 -2356 -2604 -2240 -2248 -2620 -2380 -2504 -2440 -2284 -2720 -2532 -2240 -2688 -2720 -2436 -2652 -2284 -2280 -2720 -2416 -2644 -2524 -2368 -2504 -2312 2464 -2488 -2504 2304 -2532 -2424 -2680 -2380 -2244 -2332 -2628 -2688 -2240 -2720 -2240 -2280 -2720 -2468 -2500 -2668 -2432 -2612 -2256 -2280 -2668 -2680 -2716 -2404 -2512 -2252 -2336 -2288 -2688 -2656 -2360 2680 -2320 -2260 -2668 -2528 -2436 2280 -2464 -2680 -2336 -2420 -2280 -2720 -2544 -2660 -2548 -2556 -2680 -2680 2588 -2460 2372 -2304 -2264 -2244 -2680 -2280 -2500 2280 -2244 -2532 -2488 -2308 -2280 -2420 -2296 -2252 -2720 2596 -2476 -2720 -2680 -2680 -2540 -2652 -2428 -2680 2280 -2280 -2428 2684 -2360 -2680 2680 -2520 -2680 -2680 -2412 -2648 -2300 -2404 -2356 -2408 -2720 -2240 -2328 -2488 -2640 -2280 -2720 -2568 -2680 -2280 -2348 -2296 -2656 -2560 -2596 -2296 -2300 -2452 -2524 -2500 -2392 -2380 -2276 -2496 2680 -2688 -2720 2680 -2280 -2460 -2456 -2504 -2308 -2296 -2248 -2240 2256 -2720 -2420 -2644 -2680 -2376 -2280 -2428 -2280 -2672 -2432 -2552 -2384 -2556 -2532 -2280 -2608 2576 -2492 -2412 -2284 -2428 2680 -2248 -2652 -2316 -2680 -2720 -2240 2660 -2720 -2240 2676 -2720 -2516 -2680 -2272 -2612 -2552 -2720 2264 2604 -2680 -2356 -2284 -2240 -2720 -2276 -2280 -2328 -2316 -2444 -2644 -2256 -2292 -2648 -2432 -2400 -2372 -2296 2364 -2292 -2644 -2292 -2488 -2680 -2488 2660 -2632 -2596 -2680 -2292 -2436 -2240 -2296 -2608 -2292 -2524 -2496 -2708 -2252 2680 -2680 -2680 -2656 -2720 -2328 -2464 -2464 -2292 -2720 -2264 -2292 -2240 -2316 -2396 -2636 -2280 -2404 -2720 -2280 -2372 -2380 -2320 -2720 -2252 -2280 -2460 -2376 -2252 2592 -2552 2628 -2408 -2240 2432 -2580 -2568 -2320 -2528 -2680 2680 -2292 -2344 -2680 -2460 -2552 -2680 -2648 -2452 -2464 -2340 -2452 -2720 -2680 -2640 -2340 -2548 -2280 2668 -2356 -2576 2240 -2496 -2592 -2572 -2384 -2444 -2680 -2680 -2424 -2276 -2652 -2280 -2352 -2680 -2364 -2436 -2560 -2680 -2476 -2272 -2420 -2448 -2680 -2268 2556 -2360 -2660 -2720 -2632 -2620 -2720 -2696 -2568 -2720 -2380 -2340 -2720 -2680 -2572 -2280 -2320 -2592 -2680 2408 -2240 2680 -2720 -2720 -2280 -2720 -2360 -2360 -2396 2680 -2532 -2512 -2288 -2380 -2664 -2604 -2720 -2596 -2240 -2680 -2720 -2548 2324 -2484 -2696 -2280 -2280 -2396 2316 -2396 2680 -2356 -2580 -2480 -2572 -2680 -2320 -2720 -2380 -2568 -2604 -2280 -2680 -2636 -2680 -2600 -2240 2336 -2528 -2284 -2244 -2720 -2280 -2388 2252 -2680 -2404 -2428 -2360 -2304 -2356 -2256 -2416 -2412 -2240 -2652 -2720 2720 -2428 -2292 -2280 -2404 -2288 -2628 -2364 -2356 -2392 2680 -2304 -2448 -2448 -2476 -2488 -2596 -2676 2680 -2720 -2364 -2572 -2628 -2396 -2688 -2368 -2640 -2292 -2620 -2680 -2604 -2568 -2500 -2348 -2292 -2296 -2680 -2604 -2312 2492 -2308 -2288 -2608 -2396 -2680 -2380 -2364 -2292 -2264 -2648 -2392 -2720 -2280 -2344 -2524 -2716 -2680 -2720 -2304 -2552 -2288 -2372 -2240 2360 -2720 -2612 2672 -2672 -2348 -2300 -2720 -2720 -2392 -2720 -2292 -2680 -2644 2656 -2524 -2388 -2596 -2720 -2416 -2240 -2720 -2720 -2528 -2680 -2336 -2392 2588 -2708 -2600 -2700 -2680 2656 -2240 -2280 -2596 -2548 -2532 -2484 -2576 -2268 -2364 -2680 -2280 -2340 -2568 2680 -2564 -2468 -2280 -2680 -2572 -2680 -2560 -2676 -2580 -2452 -2720 -2280 -2308 -2268 -2280 -2524 -2696 -2296 -2708 -2344 -2428 -2580 -2296 -2720 -2296 -2592 -2304 -2624 -2444 2680 -2608 -2280 -2256 2240 -2680 -2680 -2240 -2696 -2680 -2404 -2592 -2680 -2468 -2348 -2680 -2720 -2280 -2528 2560 -2680 -2680 -2240 -2648 -2412 -2312 -2292 -2720 2612 -2720 -2492 -2240 -2244 -2444 -2240 -2400 -2564 -2492 -2680 -2720 -2328 -2280 -2720 -2720 2680 -2444 -2400 -2680 -2452 -2720 -2520 2240 -2468 -2456 -2720 -2480 -2720 -2240 -2680 -2252 -2680 -2280 -2648 -2368 -2600 -2720 2504 -2292 -2680 -2340 -2680 -2680 -2720 -2428 -2240 -2560 -2712 -2280 -2680 2680 -2388 -2680 -2280 -2320 -2404 -2244 -2404 2680 2648 -2608 2628 -2612 -2384 -2680 -2248 -2252 -2244 -2680 -2656 -2680 2404 -2680 -2600 -2612 -2280 -2280 -2364 -2240 -2720 -2640 -2344 -2240 -2592 -2680 -2528 -2680 -2504 -2492 -2420 -2240 -2296 -2720 -2672 -2720 -2720 -2680 -2668 -2720 2240 -2636 -2432 -2292 -2720 -2680 2720 -2576 -2680 -2240 -2420 -2336 -2460 -2584 -2496 -2720 -2396 -2720 -2280 -2496 -2360 -2536 -2592 -2552 -2524 -2460 -2320 -2344 -2680 -2280 2584 -2720 -2536 -2280 -2320 -2244 -2484 -2252 2240 -2636 -2480 -2316 -2636 -2252 -2568 -2524 2440 -2564 -2712 -2528 -2284 -2328 -2260 -2300 -2392 -2680 -2532 -2720 -2556 2240 -2572 -2260 -2492 -2440 -2532 2364 -2600 2280 -2240 -2284 -2420 -2244 -2444 -2720 -2720 -2720 -2596 -2504 -2524 -2720 -2404 -2428 -2424 -2260 -2256 -2280 -2280 -2244 -2552 -2356 -2416 -2284 -2504 -2720 -2480 -2680 -2720 2688 -2500 -2588 -2680 -2276 -2620 -2628 -2664 -2536 -2356 -2268 -2584 -2588 -2544 -2352 -2552 -2280 2680 -2428 -2480 -2632 -2652 -2532 -2364 -2292 -2680 -2584 -2536 -2472 -2316 -2684 -2408 -2680 -2416 -2292 -2532 -2240 -2312 -2660 -2380 -2672 -2720 -2608 -2564 -2640 -2512 -2680 -2680 -2280 -2420 -2516 -2664 -2524 -2556 2288 -2472 -2292 2720 -2296 -2632 -2304 -2368 2592 -2516 -2288 -2280 -2636 -2680 -2512 -2544 -2572 -2656 -2284 -2596 -2308 -2628 -2308 -2720 -2556 -2592 -2288 -2596 -2656 -2272 -2312 -2684 -2632 -2644 -2668 -2396 -2472 -2392 -2544 -2296 -2280 -2308 -2324 2680 -2548 -2268 -2404 -2412 -2316 -2480 -2676 -2248 -2348 -2256 -2280 -2524 -2616 -2468 2440 -2240 -2560 -2644 -2648 -2260 -2284 -2280 -2564 -2680 -2444 -2720 -2568 -2292 2680 -2440 -2336 2620 -2496 -2720 -2308 -2680 -2560 -2484 2240 -2720 -2336 -2408 -2680 -2368 -2280 -2596 -2296 -2668 -2244 -2372 -2240 -2280 -2240 -2448 -2720 -2444 -2556 -2396 -2488 -2536 -2240 -2364 -2512 -2548 -2408 -2332 -2528 2680 -2520 -2292 -2720 -2696 -2280 -2564 -2280 -2480 -2636 -2608 -2272 -2268 -2332 -2300 -2528 -2680 -2720 -2544 -2280 -2720 -2584 -2712 2656 -2448 -2572 2240 -2516 -2532 -2368 -2564 -2544 -2404 -2720 -2636 -2436 -2436 2720 -2532 -2312 -2640 -2712 -2632 -2288 -2552 -2720 -2392 -2512 2672 -2276 -2504 -2520 -2680 -2660 -2720 -2632 -2260 -2468 2680 -2680 -2680 -2240 -2484 -2548 -2432 -2240 -2596 -2680 -2648 -2680 -2436 -2320 2648 -2520 -2260 -2340 -2624 -2244 -2720 -2324 -2636 -2240 -2720 -2332 -2272 -2720 -2444 -2680 -2680 -2620 2680 -2380 -2720 -2632 -2280 -2548 -2504 -2460 -2680 2492 -2320 -2416 -2680 2680 2680 -2680 -2568 -2280 -2628 -2568 -2444 -2720 -2444 -2720 2384 2240 2648 -2468 -2240 -2720 -2280 -2348 -2280 -2280 -2508 2632 -2592 -2636 -2544 -2364 2680 -2444 -2560 -2680 -2588 2256 2560 -2720 -2284 -2444 -2568 -2452 -2720 -2372 -2720 2404 -2288 -2564 -2336 -2360 -2624 2628 -2720 -2720 -2680 2240 -2280 -2456 -2596 -2680 -2488 -2688 -2240 -2300 -2288 2528 -2240 -2396 -2680 -2240 -2500 -2608 -2680 -2720 -2340 -2296 -2300 -2240 -2412 2648 -2240 2280 -2720 2704 -2672 2680 2720 2392 -2484 -2280 -2720 2280 -2372 -2240 -2680 -2720 -2440 -2328 2688 -2656 2680 2720 -2720 2656 -2356 -2608 -2720 -2280 -2292 -2396 -2712 -2424 -2588 -2452 -2272 -2588 2692 2524 -2488 -2680 -2396 -2488 -2720 2676 -2552 2240 -2240 2328 -2448 -2280 -2488 -2680 -2712 -2280 -2480 -2424 -2288 2680 -2680 2544 -2280 -2492 -2512 -2720 -2720 -2480 -2508 -2572 -2720 -2460 -2280 2700 -2508 -2352 -2248 -2388 -2256 2680 -2344 -2436 -2680 -2720 -2496 -2324 -2672 -2388 2508 -2280 -2720 2680 -2280 -2680 -2280 -2680 -2680 -2436 -2296 -2240 -2284 2496 2304 -2420 -2720 -2388 -2556 -2552 2680 -2584 -2456 -2376 -2620 -2720 -2552 -2636 -2404 -2280 -2368 -2332 -2720 -2484 -2256 -2720 2616 -2408 -2364 -2720 -2680 -2720 -2280 -2280 -2340 -2720 -2680 -2668 -2712 -2720 -2436 -2248 -2672 -2680 -2420 -2360 -2468 -2320 -2460 -2720 -2512 -2572 -2240 -2720 -2240 2676 -2680 -2532 -2316 -2352 -2280 -2680 2280 -2604 -2708 -2652 -2448 -2344 -2336 -2376 -2480 -2308 -2244 -2328 -2392 -2680 -2460 -2680 -2280 -2248 -2476 -2280 -2644 -2280 -2336 -2580 -2516 -2276 -2280 -2680 -2440 -2608 -2720 -2672 -2300 -2396 -2488 -2548 -2676 -2508 -2680 -2720 -2284 -2672 -2348 2688 -2396 -2680 -2240 -2608 -2696 2336 -2316 -2524 -2388 -2584 -2680 -2616 -2560 2680 -2548 -2568 -2680 -2256 -2680 -2484 -2512 -2364 -2320 -2468 -2528 2240 2564 -2300 2680 -2240 -2396 -2252 -2704 -2288 -2484 -2556 -2680 -2320 -2488 -2668 -2572 -2720 -2308 -2720 -2240 -2720 -2532 -2536 -2280 -2280 -2420 -2540 -2696 -2292 -2240 -2400 -2616 -2524 -2248 -2668 -2720 2680 -2404 -2612 -2324 2680 -2644 -2240 2504 -2316 2376 -2516 -2288 -2696 -2660 -2608 -2680 -2556 -2720 -2428 -2540 -2712 -2292 -2280 -2676 -2472 -2680 -2452 -2360 2680 -2688 -2280 -2240 -2664 -2272 -2476 -2240 -2348 -2320 -2720 -2720 2676 -2548 -2620 -2280 -2300 2680 -2476 -2336 -2240 -2280 -2484 2684 -2240 -2272 -2240 -2312 -2564 -2720 -2680 -2568 -2544 -2524 -2416 2636 -2240 -2484 2684 -2344 -2288 -2672 -2420 -2320 -2436 2448 -2616 -2720 -2352 -2568 -2588 -2544 -2324 -2556 -2680 -2680 2552 -2416 -2496 -2624 -2368 -2284 -2456 -2400 -2280 2284 2260 -2524 2280 -2528 -2360 -2328 -2680 -2392 -2276 -2240 -2252 -2680 -2612 -2436 -2548 -2280 -2356 -2396 -2400 -2440 -2552 2240 -2468 -2500 -2284 -2404 -2720 -2720 -2360 -2656 -2548 -2680 -2680 -2316 -2680 -2328 -2340 -2540 -2312 -2512 -2404 -2324 -2364 -2240 -2492 -2304 2680 -2420 -2356 -2616 -2664 -2620 -2444 2240 -2344 -2280 -2452 -2544 -2516 -2468 -2448 -2252 -2280 -2356 -2680 -2512 -2720 -2292 -2324 -2660 -2568 -2656 -2396 -2432 -2552 -2648 -2320 2336 -2600 -2616 -2300 -2452 -2280 -2264 -2416 -2280 -2568 -2388 -2244 -2696 -2388 -2556 -2240 -2396 -2524 -2324 -2680 -2400 -2444 -2432 -2580 -2600 -2356 -2620 -2452 -2400 -2596 -2240 2680 -2356 -2356 -2312 -2296 -2680 -2280 -2336 -2720 2704 -2312 -2404 -2656 -2444 -2252 -2428 -2240 2656 -2680 -2284 -2260 -2612 -2396 2240 -2544 -2720 -2672 -2720 2240 -2240 -2680 2680 2492 2280 -2352 -2720 -2440 -2380 2680 -2280 -2280 -2528 -2680 -2380 2680 -2720 -2376 -2588 -2324 -2280 -2320 -2700 -2680 2612 -2680 -2288 -2636 -2284 -2248 -2720 2680 -2252 -2596 -2560 -2240 -2704 -2428 -2256 -2720 -2280 -2636 -2288 -2540 -2580 -2480 2672 -2540 -2248 -2436 -2328 -2548 -2264 -2656 -2584 -2680 -2512 -2540 -2428 -2280 2720 -2720 -2356 -2680 -2360 -2308 -2484 -2720 -2720 -2376 2392 -2240 -2720 -2720 -2528 -2496 -2260 -2424 -2420 -2456 -2652 -2280 -2332 -2720 -2432 -2304 -2464 -2720 -2280 -2280 2696 -2596 2336 -2720 -2476 2280 2416 -2656 -2720 -2648 -2332 -2680 -2600 -2288 -2720 -2680 -2344 -2280 -2688 -2388 -2408 -2680 -2440 -2720 -2604 -2448 -2360 
32.00/32.33	d NODES 2551
32.00/32.33	d CHECKS 20475038
32.00/32.33	   
32.00/32.33	   totalWckTime=32.148  totalCpuTime=30.84

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-1087483-1215244324/watcher-1087483-1215244324 -o /tmp/evaluation-result-1087483-1215244324/solver-1087483-1215244324 -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-1087483-1215244324.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.63 2.28 2.14 3/72 7743
/proc/meminfo: memFree=1866032/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=18572 CPUtime=0
/proc/7743/stat : 7743 (runsolver) R 7741 7743 5925 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2003406755 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7743/statm: 4643 292 257 25 0 2626 0

[startup+0.0888559 s]
/proc/loadavg: 2.63 2.28 2.14 3/72 7743
/proc/meminfo: memFree=1866032/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=865856 CPUtime=0.06
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 3559 0 1 0 5 1 0 0 18 0 9 0 2003406755 886636544 3049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216464 3049 1634 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101855 s]
/proc/loadavg: 2.63 2.28 2.14 3/72 7743
/proc/meminfo: memFree=1866032/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=865884 CPUtime=0.08
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 3707 0 1 0 7 1 0 0 18 0 9 0 2003406755 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216471 3173 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301896 s]
/proc/loadavg: 2.63 2.28 2.14 3/72 7743
/proc/meminfo: memFree=1866032/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=866196 CPUtime=0.28
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 2003406755 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701969 s]
/proc/loadavg: 2.63 2.28 2.14 3/72 7743
/proc/meminfo: memFree=1866032/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867012 CPUtime=0.67
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 9886 0 1 0 62 5 0 0 18 0 9 0 2003406755 887820288 9256 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216753 9256 1971 9 0 211281 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867012

[startup+1.50212 s]
/proc/loadavg: 2.63 2.28 2.14 3/81 7752
/proc/meminfo: memFree=1817832/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867444 CPUtime=1.46
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 21556 0 1 0 135 11 0 0 18 0 9 0 2003406755 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216861 20891 2004 9 0 211389 0
[pid=7743/tid=7745] ppid=7741 vsize=867444 CPUtime=1.2
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 15739 0 1 0 111 9 0 0 25 0 9 0 2003406757 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4126886015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867444 CPUtime=0.07
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 4483 0 0 0 6 1 0 0 16 0 9 0 2003406758 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003406761 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867444 CPUtime=0.17
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 638 0 0 0 17 0 0 0 16 0 9 0 2003406761 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003406761 888262656 20891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003406761 888262656 20891 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) 867444

[startup+3.10242 s]
/proc/loadavg: 2.63 2.28 2.14 3/81 7752
/proc/meminfo: memFree=1789736/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867444 CPUtime=3.06
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 21632 0 1 0 294 12 0 0 18 0 9 0 2003406755 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216861 20964 2006 9 0 211389 0
[pid=7743/tid=7745] ppid=7741 vsize=867444 CPUtime=2.73
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 15774 0 1 0 264 9 0 0 25 0 9 0 2003406757 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4126898856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867444 CPUtime=0.07
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 4483 0 0 0 6 1 0 0 17 0 9 0 2003406758 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003406761 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867444 CPUtime=0.22
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 679 0 0 0 22 0 0 0 15 0 9 0 2003406761 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003406761 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003406761 888262656 20964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867444

[startup+6.30201 s]
/proc/loadavg: 2.58 2.28 2.14 3/81 7752
/proc/meminfo: memFree=1789480/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867444 CPUtime=6.22
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 21642 0 1 0 609 13 0 0 18 0 9 0 2003406755 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216861 20971 2006 9 0 211389 0
[pid=7743/tid=7745] ppid=7741 vsize=867444 CPUtime=5.9
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 15777 0 1 0 579 11 0 0 25 0 9 0 2003406757 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4126900184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867444 CPUtime=0.07
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 4483 0 0 0 6 1 0 0 16 0 9 0 2003406758 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003406761 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867444 CPUtime=0.23
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 686 0 0 0 23 0 0 0 15 0 9 0 2003406761 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003406761 888262656 20971 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003406761 888262656 20971 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) 867444

[startup+12.7022 s]
/proc/loadavg: 2.53 2.27 2.14 3/81 7752
/proc/meminfo: memFree=1778280/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867444 CPUtime=12.57
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 24425 0 1 0 1241 16 0 0 18 0 9 0 2003406755 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216861 23750 2006 9 0 211389 0
[pid=7743/tid=7745] ppid=7741 vsize=867444 CPUtime=12.17
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 15783 0 1 0 1203 14 0 0 25 0 9 0 2003406757 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4126933399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867444 CPUtime=0.13
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 7254 0 0 0 12 1 0 0 16 0 9 0 2003406758 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003406759 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003406761 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867444 CPUtime=0.24
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 692 0 0 0 24 0 0 0 15 0 9 0 2003406761 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003406761 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867444 CPUtime=0
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003406761 888262656 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867444

[startup+25.5016 s]
/proc/loadavg: 2.41 2.26 2.14 3/81 7756
/proc/meminfo: memFree=1756640/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=25.25
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52022 576 1 0 2488 28 8 1 18 0 9 0 2003406755 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29772 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=24.34
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26508 576 1 0 2406 19 8 1 25 0 9 0 2003406757 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4126903120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 17 0 9 0 2003406758 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.49
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 913 576 0 0 39 1 8 1 17 0 9 0 2003406761 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 5 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29772 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867768

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

[startup+28.7022 s]
/proc/loadavg: 2.41 2.26 2.14 3/81 7756
/proc/meminfo: memFree=1756576/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=28.42
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52027 576 1 0 2805 28 8 1 18 0 9 0 2003406755 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29773 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=27.51
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26508 576 1 0 2723 19 8 1 25 0 9 0 2003406757 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4126904068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 16 0 9 0 2003406758 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.49
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 917 576 0 0 39 1 8 1 15 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 6 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 867768

[startup+30.3015 s]
/proc/loadavg: 2.38 2.25 2.14 3/81 7756
/proc/meminfo: memFree=1756576/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=30.01
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52027 576 1 0 2964 28 8 1 18 0 9 0 2003406755 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29773 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=29.1
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26508 576 1 0 2882 19 8 1 25 0 9 0 2003406757 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4127409732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 16 0 9 0 2003406758 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.49
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 917 576 0 0 39 1 8 1 15 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 6 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (KiB) 867768

[startup+31.1017 s]
/proc/loadavg: 2.38 2.25 2.14 3/81 7756
/proc/meminfo: memFree=1756576/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=30.8
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52030 576 1 0 3043 28 8 1 18 0 9 0 2003406755 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29775 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=29.89
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26509 576 1 0 2961 19 8 1 25 0 9 0 2003406757 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4127417943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 16 0 9 0 2003406758 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.49
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 919 576 0 0 39 1 8 1 16 0 9 0 2003406761 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 6 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29775 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.8
Current children cumulated vsize (KiB) 867768

[startup+31.9068 s]
/proc/loadavg: 2.38 2.25 2.14 3/81 7756
/proc/meminfo: memFree=1756576/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=31.6
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52038 576 1 0 3123 28 8 1 18 0 9 0 2003406755 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29783 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=30.67
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26510 576 1 0 3039 19 8 1 25 0 9 0 2003406757 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4127126256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 16 0 9 0 2003406758 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.51
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 926 576 0 0 41 1 8 1 15 0 9 0 2003406761 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 6 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 867768

[startup+32.3029 s]
/proc/loadavg: 2.38 2.25 2.14 3/81 7756
/proc/meminfo: memFree=1756576/2055920 swapFree=4180456/4192956
[pid=7743] ppid=7741 vsize=867768 CPUtime=32
/proc/7743/stat : 7743 (java) S 7741 7743 5925 0 -1 0 52054 576 1 0 3162 29 8 1 18 0 9 0 2003406755 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7743/statm: 216942 29796 2616 9 0 211470 0
[pid=7743/tid=7745] ppid=7741 vsize=867768 CPUtime=31.04
/proc/7743/task/7745/stat : 7745 (java) R 7741 7743 5925 0 -1 64 26515 576 1 0 3076 19 8 1 25 0 9 0 2003406757 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4127444888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7746] ppid=7741 vsize=867768 CPUtime=0.56
/proc/7743/task/7746/stat : 7746 (java) S 7741 7743 5925 0 -1 64 23736 576 0 0 41 6 8 1 17 0 9 0 2003406758 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7747] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7747/stat : 7747 (java) S 7741 7743 5925 0 -1 64 17 576 0 0 0 0 8 1 16 0 9 0 2003406759 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7748] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7748/stat : 7748 (java) S 7741 7743 5925 0 -1 64 30 576 0 0 0 0 8 1 15 0 9 0 2003406759 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7749] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7749/stat : 7749 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 18 0 9 0 2003406761 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7750] ppid=7741 vsize=867768 CPUtime=0.53
/proc/7743/task/7750/stat : 7750 (java) S 7741 7743 5925 0 -1 64 937 576 0 0 43 1 8 1 15 0 9 0 2003406761 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7751] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7751/stat : 7751 (java) S 7741 7743 5925 0 -1 64 1 576 0 0 0 0 8 1 19 0 9 0 2003406761 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7743/tid=7752] ppid=7741 vsize=867768 CPUtime=0.09
/proc/7743/task/7752/stat : 7752 (java) S 7741 7743 5925 0 -1 64 6 576 0 0 0 0 8 1 15 0 9 0 2003406761 888594432 29796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 867768

Child status: 0
Real time (s): 32.3916
CPU time (s): 32.0651
CPU user time (s): 31.7392
CPU system time (s): 0.32595
CPU usage (%): 98.9921
Max. virtual memory (cumulated for all children) (KiB): 871288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.7392
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52667
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= 2720
involuntary context switches= 3432

runsolver used 0.038994 second user time and 0.117982 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 09:52:04
IDJOB=1087483
IDBENCH=57999
IDSOLVER=363
FILE ID=node19/1087483-1215244324
PBS_JOBID= 7881910
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5d52b8bbf6043988c4227a96902f450
RANDOM SEED=808663405

node19.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.263
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	: 5931.00
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.263
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:       1866512 kB
Buffers:          4400 kB
Cached:         113180 kB
SwapCached:       6384 kB
Active:          53448 kB
Inactive:        83040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866512 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:          26680 kB
Slab:            38160 kB
Committed_AS:  3468360 kB
PageTables:       1820 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= 66556 MiB
End job on node19 at 2008-07-05 09:52:36