Trace number 1086244

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 21.7827 21.9106

DiagnosticValue
CHECKS942290
NODES500

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-6.xml
MD5SUM4865df64d75a9de2ecccf47a2577a6da
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 benchmark21.6067
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1086244-1215478949.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.47/0.57	     nbVariables=500  nbDomainTypes=6  minDomainSize=42  maxDomainSize=242  nbTotalValues=113594
0.47/0.57	       =>  wckTime=0.332  cpuTime=0.26  mem=11M757
0.47/0.57	   
0.47/0.57	   predicates being loaded...
0.58/0.66	   
0.58/0.66	   constraints being loaded...
20.48/20.65	   
20.48/20.65	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 30M382)
20.67/20.90	     nbConstraints=1590  nbGlobalConstraints=1  nbMergedConstraints=1263  nbConvertedConstraints=1445
20.67/20.90	     nbConvertConstraintsChecks=40679870  nbExtensionStructures=836  nbSharedExtensionStructures=1169
20.67/20.90	     nbConflictsStructures=837  nbSharedConflictsStructures=1170  nbUnbuiltConflictsStructures=105
20.67/20.90	     nbSharedBinaryRepresentations=358305  nbEvaluationManagers=106  nbSharedEvaluationManagers=38  minDegree=2
20.67/20.90	     maxDegree=14  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.184
20.77/20.90	     symmetryCpuTime=0.12  nbCliques=1
20.77/20.90	       =>  wckTime=20.668  cpuTime=20.2  mem=38M299
20.86/21.01	   
20.86/21.01	   solver IterativeSystematicSolver being built... 
20.86/21.08	   
20.86/21.08	   INFO : Forward propagation technique limited 
20.97/21.17	       =>  wckTime=20.938  cpuTime=20.34  mem=32M238
21.16/21.36	   
21.16/21.36	   preprocessing
21.16/21.36	     nbConstraintChecks=848854  nbValidityChecks=7482  nbPropagations=809  nbRevisions=4908  nbUselessRevisions=3282
21.16/21.36	     nbRemovedValues=105725  detectedInconsistency=no
21.16/21.36	       =>  wckTime=0.183  cpuTime=0.16  mem=33M237
21.66/21.87	   
21.66/21.87	   search
21.66/21.87	     run=0  nbConstraintChecks=93436  nbValidityChecks=4891  minDepth=501  maxDepth=500  nbPropagations=1712
21.66/21.87	     nbRevisions=7368  nbUselessRevisions=5338  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0
21.66/21.87	     nbVisitedNodes=501  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.66/21.87	     nbSEliminables=0  nbREliminables=0  nbIEliminables=266.14  nbDEliminables=0  nbPEliminables=0
21.66/21.87	       =>  wckTime=0.696  cpuTime=0.65  mem=37M999
21.66/21.87	   
21.66/21.87	   global
21.66/21.87	     nbConstraintChecks=942290  nbValidityChecks=12373  nbPropagations=2521  nbRevisions=12276  nbUselessRevisions=8620
21.66/21.87	     nbRestartNogoods=0  solvingWckTime=0.698  solvingCpuTime=0.65  expiredTime=no  totalExploration=no
21.66/21.87	     nbFoundSolutions=1  firstSolutionCpuTime=20.98  globalCpuTime=21.04
21.66/21.87	       =>  wckTime=21.639  cpuTime=20.99  mem=37M999
21.66/21.88	   
21.66/21.88	s SATISFIABLE
21.66/21.88	v -2632 -2324 -2588 -2404 2660 2660 -2384 -2296 -2624 -2220 -2332 -2480 -2220 -2400 -2528 -2496 -2332 -2232 -2276 -2660 -2416 2680 -2492 -2700 -2660 -2424 -2260 -2456 -2276 -2256 -2700 -2548 -2700 -2220 -2700 -2260 -2588 -2372 -2472 -2612 -2648 -2416 -2696 -2688 -2228 2700 -2600 -2512 -2568 -2372 -2424 -2480 -2284 -2376 -2276 -2296 -2260 -2628 -2336 -2688 -2264 -2612 -2360 -2268 -2536 -2608 -2280 -2476 -2260 -2440 -2416 -2236 -2700 -2344 -2384 -2700 -2408 -2700 2220 -2404 -2356 -2452 -2700 -2432 -2220 2220 -2260 -2700 -2228 -2332 -2580 -2368 -2592 -2600 -2260 -2260 -2292 -2632 -2624 -2220 -2352 -2660 -2220 -2276 -2276 -2360 -2504 -2700 -2296 2636 -2260 -2384 -2648 -2628 -2632 -2220 -2440 -2260 -2244 -2428 -2364 -2364 -2304 -2660 -2440 -2260 -2340 -2220 -2636 -2280 -2488 -2236 2408 -2460 -2260 -2460 -2392 -2592 -2260 -2700 -2548 -2412 -2460 -2416 -2600 -2420 -2660 -2700 -2336 -2236 -2560 -2700 -2360 -2288 2260 -2628 -2412 -2260 -2364 -2660 -2220 -2500 -2336 -2424 -2660 -2660 -2424 2428 -2596 -2260 -2364 2532 -2660 -2456 -2660 -2220 -2464 -2524 -2424 -2700 -2660 -2308 -2588 2660 -2400 -2220 -2628 2404 -2564 -2412 -2400 -2336 -2260 2676 -2260 -2584 -2660 -2648 -2280 -2220 -2380 2600 -2700 -2608 -2220 2660 2648 2584 -2660 -2260 -2304 -2400 2260 2648 -2408 -2408 -2260 -2648 -2512 2624 2612 -2472 2316 -2220 -2296 2652 -2660 -2672 -2228 -2700 -2372 -2220 -2660 -2660 -2544 -2604 -2660 2568 2676 -2412 -2660 -2420 -2360 2688 -2528 -2552 -2444 -2384 -2368 -2448 -2220 2660 -2248 -2324 -2504 -2220 -2468 -2700 2660 -2592 -2660 -2660 -2604 -2356 -2668 -2292 2660 2236 2660 -2220 -2620 -2448 -2220 -2572 -2308 -2296 -2700 -2700 -2244 -2516 -2260 2220 -2500 -2220 2636 -2700 -2660 -2656 -2444 -2560 -2700 -2508 -2288 -2552 -2300 -2260 -2700 -2464 -2384 2700 -2504 -2364 -2572 -2572 -2584 -2312 -2696 -2540 -2220 -2608 -2268 -2372 -2344 -2260 -2400 -2496 -2672 -2316 -2220 -2560 -2400 -2272 -2260 -2420 -2660 -2700 -2456 -2348 -2324 -2424 -2260 -2700 -2656 -2544 -2464 -2444 -2256 -2548 -2260 -2432 -2540 2528 -2460 2520 -2384 -2328 -2316 -2700 -2376 -2660 2492 -2660 -2484 -2220 -2240 2500 -2584 -2384 2700 2588 -2344 -2584 -2596 -2700 -2380 -2464 -2492 -2260 -2220 -2512 -2460 -2684 -2260 -2524 -2352 -2568 -2644 -2452 -2348 2660 -2588 -2220 -2256 -2296 -2520 -2260 -2348 -2532 -2260 -2276 -2588 -2628 -2220 -2252 -2636 -2336 -2632 -2284 -2320 2360 -2572 -2668 -2336 -2660 -2576 2640 -2460 -2220 -2344 -2224 2628 -2236 -2608 -2700 -2456 -2532 -2700 -2660 -2260 -2260 -2464 -2640 2636 -2300 -2448 -2640 -2500 -2392 -2700 -2220 -2484 -2340 -2220 -2268 -2260 -2520 -2404 -2392 -2700 2552 -2388 -2436 -2484 -2688 -2672 2220 -2288 -2392 2660 -2344 -2504 -2660 -2468 -2596 -2700 -2260 -2220 -2588 -2220 -2700 -2304 -2296 -2660 -2260 -2648 -2628 -2480 -2260 -2420 2396 -2420 -2700 -2564 -2504 -2220 -2248 -2352 -2660 -2700 -2336 -2240 -2272 -2700 -2380 -2240 -2408 -2276 -2700 2532 -2260 -2220 -2420 -2260 -2624 -2236 -2296 -2536 -2552 -2296 -2372 
21.66/21.88	d NODES 500
21.66/21.88	d CHECKS 942290
21.66/21.88	   
21.66/21.88	   totalWckTime=21.704  totalCpuTime=21.05

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-1086244-1215478949/watcher-1086244-1215478949 -o /tmp/evaluation-result-1086244-1215478949/solver-1086244-1215478949 -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-1086244-1215478949.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: 1.92 2.02 1.86 4/72 2962
/proc/meminfo: memFree=1854664/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=18572 CPUtime=0
/proc/2962/stat : 2962 (runsolver) R 2960 2962 2723 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4592674 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2962/statm: 4643 292 257 25 0 2626 0

[startup+0.0298621 s]
/proc/loadavg: 1.92 2.02 1.86 4/72 2962
/proc/meminfo: memFree=1854664/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=861876 CPUtime=0.01
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 1879 0 1 0 0 1 0 0 19 0 5 0 4592674 882561024 1566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 215469 1566 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101822 s]
/proc/loadavg: 1.92 2.02 1.86 4/72 2962
/proc/meminfo: memFree=1854664/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=865884 CPUtime=0.09
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 3784 0 1 0 7 2 0 0 19 0 9 0 4592674 886665216 3235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216471 3235 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301839 s]
/proc/loadavg: 1.92 2.02 1.86 4/72 2962
/proc/meminfo: memFree=1854664/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=866128 CPUtime=0.28
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 5781 0 1 0 25 3 0 0 19 0 9 0 4592674 886915072 5155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216532 5155 1952 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701882 s]
/proc/loadavg: 1.92 2.02 1.86 4/72 2962
/proc/meminfo: memFree=1854664/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867064 CPUtime=0.68
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 8375 0 1 0 64 4 0 0 19 0 9 0 4592674 887873536 7735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216766 7735 2006 9 0 211272 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867064

[startup+1.50295 s]
/proc/loadavg: 1.92 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1819264/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867648 CPUtime=1.47
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 11753 0 1 0 141 6 0 0 19 0 9 0 4592674 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216912 11110 2014 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867648 CPUtime=1.26
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 10366 0 1 0 121 5 0 0 25 0 9 0 4592676 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4126871947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4592677 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4592677 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4592677 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867648 CPUtime=0.19
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 690 0 0 0 19 0 0 0 16 0 9 0 4592679 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10211 s]
/proc/loadavg: 1.92 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1816320/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867648 CPUtime=3.06
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 12631 0 1 0 299 7 0 0 19 0 9 0 4592674 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216912 11986 2014 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867648 CPUtime=2.83
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 11216 0 1 0 277 6 0 0 25 0 9 0 4592676 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4126908062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4592677 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4592677 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4592677 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867648 CPUtime=0.22
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 718 0 0 0 22 0 0 0 16 0 9 0 4592679 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888471552 11986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888471552 11986 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) 867648

[startup+6.30143 s]
/proc/loadavg: 1.93 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1809408/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867648 CPUtime=6.25
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 14276 0 1 0 616 9 0 0 19 0 9 0 4592674 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216912 13629 2014 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867648 CPUtime=6.01
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 12858 0 1 0 593 8 0 0 25 0 9 0 4592676 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4126461892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4592677 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4592677 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4592677 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867648 CPUtime=0.22
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 721 0 0 0 22 0 0 0 15 0 9 0 4592679 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867648 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888471552 13629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867648

[startup+12.7011 s]
/proc/loadavg: 1.94 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1788936/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867560 CPUtime=12.62
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 18867 0 1 0 1249 13 0 0 19 0 9 0 4592674 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216890 18193 2005 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867560 CPUtime=12.32
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 15777 0 1 0 1221 11 0 0 25 0 9 0 4592676 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4126874167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867560 CPUtime=0.03
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 1665 0 0 0 3 0 0 0 17 0 9 0 4592677 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867560 CPUtime=0.24
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 728 0 0 0 24 0 0 0 16 0 9 0 4592679 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888381440 18193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867560

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

[startup+15.9014 s]
/proc/loadavg: 1.94 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1789000/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867560 CPUtime=15.8
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 18869 0 1 0 1566 14 0 0 19 0 9 0 4592674 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216890 18195 2005 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867560 CPUtime=15.49
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 15778 0 1 0 1537 12 0 0 25 0 9 0 4592676 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4126874160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867560 CPUtime=0.03
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 4592677 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867560 CPUtime=0.24
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 729 0 0 0 24 0 0 0 16 0 9 0 4592679 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888381440 18195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 867560

[startup+19.1027 s]
/proc/loadavg: 1.95 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1789064/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867560 CPUtime=18.99
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 18870 0 1 0 1884 15 0 0 19 0 9 0 4592674 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216890 18196 2005 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867560 CPUtime=18.68
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 15778 0 1 0 1855 13 0 0 25 0 9 0 4592676 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4126874167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867560 CPUtime=0.03
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 4592677 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867560 CPUtime=0.24
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 730 0 0 0 24 0 0 0 16 0 9 0 4592679 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888381440 18196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 867560

[startup+20.7019 s]
/proc/loadavg: 1.95 2.02 1.86 3/81 2971
/proc/meminfo: memFree=1789064/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=867560 CPUtime=20.58
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 18883 0 1 0 2042 16 0 0 19 0 9 0 4592674 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 216890 18208 2006 9 0 211418 0
[pid=2962/tid=2964] ppid=2960 vsize=867560 CPUtime=20.26
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 15780 0 1 0 2012 14 0 0 25 0 9 0 4592676 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 102902974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2965] ppid=2960 vsize=867560 CPUtime=0.03
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 1666 0 0 0 3 0 0 0 16 0 9 0 4592677 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2966] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2967] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4592677 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2968] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592679 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=867560 CPUtime=0.25
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 740 0 0 0 25 0 0 0 15 0 9 0 4592679 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2970] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592679 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=867560 CPUtime=0
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592679 888381440 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 867560

[startup+21.502 s]
/proc/loadavg: 1.95 2.02 1.86 4/82 2975
/proc/meminfo: memFree=1788672/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=868296 CPUtime=21.36
/proc/2962/stat : 2962 (java) S 2960 2962 2723 0 -1 0 31847 366 1 0 2115 20 1 0 19 0 9 0 4592674 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2962/statm: 217074 21042 2638 9 0 211580 0
[pid=2962/tid=2964] ppid=2960 vsize=868296 CPUtime=20.83
/proc/2962/task/2964/stat : 2964 (java) R 2960 2962 2723 0 -1 64 22359 366 1 0 2066 16 1 0 25 0 9 0 4592676 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4127292684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2965] ppid=2960 vsize=868296 CPUtime=0.15
/proc/2962/task/2965/stat : 2965 (java) S 2960 2962 2723 0 -1 64 7633 366 0 0 12 2 1 0 18 0 9 0 4592677 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2966] ppid=2960 vsize=868296 CPUtime=0.01
/proc/2962/task/2966/stat : 2966 (java) S 2960 2962 2723 0 -1 64 17 366 0 0 0 0 1 0 16 0 9 0 4592677 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2967] ppid=2960 vsize=868296 CPUtime=0.01
/proc/2962/task/2967/stat : 2967 (java) S 2960 2962 2723 0 -1 64 14 366 0 0 0 0 1 0 16 0 9 0 4592677 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2968] ppid=2960 vsize=868296 CPUtime=0.01
/proc/2962/task/2968/stat : 2968 (java) S 2960 2962 2723 0 -1 64 0 366 0 0 0 0 1 0 18 0 9 0 4592679 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2969] ppid=2960 vsize=868296 CPUtime=0.37
/proc/2962/task/2969/stat : 2969 (java) S 2960 2962 2723 0 -1 64 997 366 0 0 35 1 1 0 15 0 9 0 4592679 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2962/tid=2970] ppid=2960 vsize=868296 CPUtime=0.01
/proc/2962/task/2970/stat : 2970 (java) S 2960 2962 2723 0 -1 64 2 366 0 0 0 0 1 0 19 0 9 0 4592679 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2962/tid=2971] ppid=2960 vsize=868296 CPUtime=0.01
/proc/2962/task/2971/stat : 2971 (java) S 2960 2962 2723 0 -1 64 5 366 0 0 0 0 1 0 15 0 9 0 4592679 889135104 21042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.36
Current children cumulated vsize (KiB) 868296

[startup+21.902 s]
/proc/loadavg: 1.95 2.02 1.86 3/74 2975
/proc/meminfo: memFree=1797632/2055920 swapFree=4192956/4192956
[pid=2962] ppid=2960 vsize=0 CPUtime=21.75
/proc/2962/stat : 2962 (java) Z 2960 2962 2723 0 -1 12 32748 366 1 0 2153 21 1 0 16 0 2 0 4592674 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2962/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.9106
CPU time (s): 21.7827
CPU user time (s): 21.5527
CPU system time (s): 0.229965
CPU usage (%): 99.4163
Max. virtual memory (cumulated for all children) (KiB): 868296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5527
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33114
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= 1866
involuntary context switches= 2135

runsolver used 0.039993 second user time and 0.079987 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-08 03:02:29
IDJOB=1086244
IDBENCH=57782
IDSOLVER=363
FILE ID=node70/1086244-1215478949
PBS_JOBID= 7888663
Free space on /tmp= 66340 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-6.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-1086244-1215478949/watcher-1086244-1215478949 -o /tmp/evaluation-result-1086244-1215478949/solver-1086244-1215478949 -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-1086244-1215478949.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4865df64d75a9de2ecccf47a2577a6da
RANDOM SEED=289594495

node70.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.221
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.221
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:       1855208 kB
Buffers:         30996 kB
Cached:         116700 kB
SwapCached:          0 kB
Active:          92976 kB
Inactive:        76720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          33316 kB
Slab:            16648 kB
Committed_AS:    81336 kB
PageTables:       1700 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= 66336 MiB
End job on node70 at 2008-07-08 03:02:51