Trace number 2097868

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 25.8151 26.1115

DiagnosticValue
CHECKS12683700
NODES874

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-4.xml
MD5SUM650642c90363cbf82efaaeb884e45b3c
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 benchmark25.7811
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-2097868-1247414124.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.42	     nbVariables=300  nbDomainTypes=13  minDomainSize=50  maxDomainSize=270  nbTotalValues=61762
0.37/0.42	       =>  wckTime=0.17  cpuTime=0.14  mem=9M860
0.37/0.42	   
0.37/0.42	   predicates being loaded...
0.37/0.49	   
0.37/0.49	   constraints being loaded...
20.48/20.78	   
20.48/20.78	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 42M346)
21.46/21.75	     nbConstraints=1804  nbGlobalConstraints=5  nbMergedConstraints=1561  nbConvertedConstraints=988
21.46/21.75	     nbConvertConstraintsChecks=41144442  nbExtensionStructures=907  nbSharedExtensionStructures=185
21.46/21.75	     nbConflictsStructures=1000  nbSharedConflictsStructures=198  nbUnbuiltConflictsStructures=630
21.46/21.75	     nbSharedBinaryRepresentations=263462  nbEvaluationManagers=723  nbSharedEvaluationManagers=88  minDegree=3
21.46/21.75	     maxDegree=19  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.225
21.46/21.75	     symmetryCpuTime=0.16  nbCliques=5
21.46/21.75	       =>  wckTime=21.496  cpuTime=20.77  mem=33M658
21.56/21.88	   
21.56/21.88	   solver IterativeSystematicSolver being built... 
21.65/21.98	   
21.65/21.98	   INFO : Forward propagation technique limited 
21.75/22.06	       =>  wckTime=21.805  cpuTime=20.9  mem=45M595
22.93/23.29	   
22.93/23.29	   preprocessing
22.93/23.29	     nbConstraintChecks=3499051  nbValidityChecks=74780  nbPropagations=363  nbRevisions=2920  nbUselessRevisions=2308
22.93/23.29	     nbRemovedValues=25075  detectedInconsistency=no
22.93/23.29	       =>  wckTime=1.23  cpuTime=1.21  mem=46M599
25.71/26.06	   
25.71/26.06	   search
25.71/26.06	     run=3  nbConstraintChecks=9184673  nbValidityChecks=4351956  minDepth=152  maxDepth=300  nbPropagations=35856
25.71/26.06	     nbRevisions=307679  nbUselessRevisions=258507  nbAssignments=874  nbFailedAssignments=60  nbBacktracks=22
25.71/26.06	     nbVisitedNodes=955  nbRestartNogoods=14  nbFoundSolutions=1  mapSize=20  nbInferences=0  nbTooLargeKeys=0
25.71/26.06	     nbSEliminables=0  nbREliminables=4.45  nbIEliminables=223.31  nbDEliminables=0  nbPEliminables=0
25.71/26.06	       =>  wckTime=3.994  cpuTime=3.91  mem=49M565
25.71/26.06	   
25.71/26.06	   global
25.71/26.06	     nbConstraintChecks=12683724  nbValidityChecks=4426736  nbPropagations=36219  nbRevisions=310599
25.71/26.06	     nbUselessRevisions=260815  nbRestartNogoods=14  solvingWckTime=3.996  solvingCpuTime=3.91  expiredTime=no
25.71/26.06	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=24.8  globalCpuTime=24.85
25.71/26.06	       =>  wckTime=25.804  cpuTime=24.81  mem=49M565
25.71/26.06	   
25.71/26.06	s SATISFIABLE
25.71/26.06	v 2636 2468 2348 -2168 2200 2400 -2656 -2264 2664 2412 2684 2508 2532 -2424 -2340 -2488 2428 -2508 -2160 -2340 -2284 -2584 2264 2244 -2224 2564 -2340 -2436 -2268 -2604 -2160 2508 -2244 2696 2448 -2252 2604 -2208 2592 2160 -2160 2408 2612 -2292 -2284 -2256 -2572 -2600 -2344 -2624 2204 2656 2636 2468 -2252 2548 2192 -2188 2372 -2696 -2304 2520 -2200 -2564 -2468 -2524 2568 -2676 -2468 -2228 2696 2300 -2308 -2396 -2160 -2564 -2636 -2564 2280 2160 2548 -2160 2588 2656 -2360 -2656 -2564 2600 -2236 -2200 2696 2668 -2696 -2520 2160 -2200 2520 2228 -2656 -2172 -2412 -2524 2696 2468 2200 2384 2212 2584 2556 2660 -2212 -2588 2436 -2588 -2200 2632 -2696 2604 -2160 2588 -2676 2588 2644 2508 2648 -2428 -2480 2644 -2200 -2604 2628 -2260 2536 -2656 -2324 2240 2288 2252 -2696 2560 2268 -2160 -2628 2244 2516 2404 2160 -2540 -2296 -2656 -2340 2656 2240 2412 2280 2604 2348 -2588 -2332 2564 2312 -2300 2200 -2632 -2216 2656 -2356 -2636 -2580 -2484 -2588 -2624 2696 2584 -2676 -2200 2656 -2324 -2216 2604 -2536 2228 -2300 2196 2248 2608 2492 2200 -2664 -2688 2232 2532 2300 -2664 2576 2160 2648 -2512 2480 2644 2452 2664 -2604 -2428 -2676 2620 -2436 2160 -2476 -2304 -2480 -2604 -2160 -2200 -2256 2576 2536 2328 -2200 -2564 2624 -2300 -2580 -2412 2648 2388 2256 -2524 -2440 2628 -2668 -2544 2260 2628 2628 2628 2444 2644 -2320 2560 -2656 2220 -2676 2496 -2472 2448 -2308 2384 2476 -2592 2272 -2288 2292 -2684 2200 -2264 -2656 2468 -2696 -2628 2620 -2524 -2636 2452 2564 -2428 -2608 2560 -2616 -2284 -2484 -2268 -2192 2232 -2444 -2468 -2628 -2280 2284 2180 2640 2608 2604 2572 -2544 -2624 -2228 2372 2624 -2372 2392 2484 -2352 2200 -2316 -2268 2564 -2696 -2440 -2300 
25.71/26.06	d NODES 874
25.71/26.06	d CHECKS 12683724
25.71/26.06	   
25.71/26.06	   totalWckTime=25.873  totalCpuTime=24.85

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097868-1247414124/watcher-2097868-1247414124 -o /tmp/evaluation-result-2097868-1247414124/solver-2097868-1247414124 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097868-1247414124.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 4/81 30800
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=18576 CPUtime=0
/proc/30800/stat : 30800 (runsolver) D 30798 30800 29143 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28477016 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 251601153319 0 2147483391 4096 24578 18446744072099937270 0 0 17 0 0 0
/proc/30800/statm: 4644 284 249 26 0 2626 0

[startup+0.0882911 s]
/proc/loadavg: 2.10 2.04 2.01 4/81 30800
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=865952 CPUtime=0.06
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 3198 0 1 0 6 0 0 0 21 0 9 0 28477016 886734848 2683 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216488 2683 1289 9 0 210980 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865952

[startup+0.101291 s]
/proc/loadavg: 2.10 2.04 2.01 4/81 30800
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=865980 CPUtime=0.08
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 3724 0 1 0 7 1 0 0 21 0 9 0 28477016 886763520 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216495 3192 1695 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301314 s]
/proc/loadavg: 2.10 2.04 2.01 4/81 30800
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=866380 CPUtime=0.28
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 5923 0 1 0 26 2 0 0 21 0 9 0 28477016 887173120 5289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216595 5289 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701359 s]
/proc/loadavg: 2.10 2.04 2.01 4/81 30800
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=867736 CPUtime=0.67
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 9483 0 1 0 63 4 0 0 21 0 9 0 28477016 888561664 8837 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216934 8837 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867736

[startup+1.50144 s]
/proc/loadavg: 2.10 2.04 2.01 3/90 30809
/proc/meminfo: memFree=1723320/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=867736 CPUtime=1.46
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 12124 0 1 0 140 6 0 0 21 0 9 0 28477016 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216934 11475 2041 9 0 211370 0
[pid=30800/tid=30802] ppid=30798 vsize=867736 CPUtime=1.27
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 10740 0 1 0 122 5 0 0 25 0 9 0 28477017 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4126899712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28477019 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 28477019 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 28477019 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=867736 CPUtime=0.18
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 686 0 0 0 18 0 0 0 15 0 9 0 28477021 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28477021 888561664 11475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867736

[startup+3.10262 s]
/proc/loadavg: 2.10 2.04 2.01 3/90 30809
/proc/meminfo: memFree=1720632/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=867736 CPUtime=3.05
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 13051 0 1 0 299 6 0 0 21 0 9 0 28477016 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216934 12400 2041 9 0 211370 0
[pid=30800/tid=30802] ppid=30798 vsize=867736 CPUtime=2.83
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 11642 0 1 0 278 5 0 0 25 0 9 0 28477017 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4126905852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28477019 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 28477019 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 28477019 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=867736 CPUtime=0.2
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 711 0 0 0 20 0 0 0 15 0 9 0 28477021 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28477021 888561664 12400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867736

[startup+6.30198 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 30809
/proc/meminfo: memFree=1712056/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=867736 CPUtime=6.23
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 15088 0 1 0 615 8 0 0 21 0 9 0 28477016 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216934 14435 2041 9 0 211370 0
[pid=30800/tid=30802] ppid=30798 vsize=867736 CPUtime=6
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 13676 0 1 0 593 7 0 0 25 0 9 0 28477017 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4126899688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28477019 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 28477019 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 28477019 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=867736 CPUtime=0.21
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 714 0 0 0 21 0 0 0 15 0 9 0 28477021 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28477021 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=867736 CPUtime=0
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28477021 888561664 14435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867736

[startup+12.7027 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 30809
/proc/meminfo: memFree=1689912/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=867648 CPUtime=12.56
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 20079 0 1 0 1244 12 0 0 21 0 9 0 28477016 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 216912 19399 2029 9 0 211370 0
[pid=30800/tid=30802] ppid=30798 vsize=867648 CPUtime=12.21
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 15837 0 1 0 1212 9 0 0 25 0 9 0 28477017 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4126902327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=867648 CPUtime=0.1
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 2816 0 0 0 9 1 0 0 16 0 9 0 28477019 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=867648 CPUtime=0
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28477019 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=867648 CPUtime=0
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28477019 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=867648 CPUtime=0
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28477021 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=867648 CPUtime=0.22
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 723 0 0 0 22 0 0 0 16 0 9 0 28477021 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=867648 CPUtime=0
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28477021 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=867648 CPUtime=0
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28477021 888471552 19399 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867648

[startup+25.5011 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 30813
/proc/meminfo: memFree=1668600/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=868060 CPUtime=25.21
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 38838 375 1 0 2500 19 1 1 21 0 9 0 28477016 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 217015 25366 2662 9 0 211451 0
[pid=30800/tid=30802] ppid=30798 vsize=868060 CPUtime=24.45
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 23510 375 1 0 2430 13 1 1 25 0 9 0 28477017 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4127335908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=868060 CPUtime=0.38
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 13492 375 0 0 32 4 1 1 17 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 19 375 0 0 0 0 1 1 16 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 11 375 0 0 0 0 1 1 16 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 375 0 0 0 0 1 1 25 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=868060 CPUtime=0.39
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 985 375 0 0 37 0 1 1 15 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 375 0 0 0 0 1 1 25 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 8 375 0 0 0 0 1 1 15 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868060

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

[startup+25.9012 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 30813
/proc/meminfo: memFree=1668600/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=868060 CPUtime=25.61
/proc/30800/stat : 30800 (java) S 30798 30800 29143 0 -1 0 38897 375 1 0 2540 19 1 1 21 0 9 0 28477016 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 217015 25366 2662 9 0 211451 0
[pid=30800/tid=30802] ppid=30798 vsize=868060 CPUtime=24.85
/proc/30800/task/30802/stat : 30802 (java) R 30798 30800 29143 0 -1 64 23569 375 1 0 2470 13 1 1 25 0 9 0 28477017 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4127335978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30803] ppid=30798 vsize=868060 CPUtime=0.38
/proc/30800/task/30803/stat : 30803 (java) S 30798 30800 29143 0 -1 64 13492 375 0 0 32 4 1 1 16 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30804] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30804/stat : 30804 (java) S 30798 30800 29143 0 -1 64 19 375 0 0 0 0 1 1 16 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30805] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30805/stat : 30805 (java) S 30798 30800 29143 0 -1 64 11 375 0 0 0 0 1 1 16 0 9 0 28477019 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30806] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30806/stat : 30806 (java) S 30798 30800 29143 0 -1 64 2 375 0 0 0 0 1 1 25 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30807] ppid=30798 vsize=868060 CPUtime=0.39
/proc/30800/task/30807/stat : 30807 (java) S 30798 30800 29143 0 -1 64 985 375 0 0 37 0 1 1 15 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30808] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30808/stat : 30808 (java) S 30798 30800 29143 0 -1 64 1 375 0 0 0 0 1 1 25 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30800/tid=30809] ppid=30798 vsize=868060 CPUtime=0.02
/proc/30800/task/30809/stat : 30809 (java) S 30798 30800 29143 0 -1 64 8 375 0 0 0 0 1 1 15 0 9 0 28477021 888893440 25366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 868060

[startup+26.1018 s]
/proc/loadavg: 2.07 2.03 2.01 3/90 30813
/proc/meminfo: memFree=1668600/2055920 swapFree=4192812/4192956
[pid=30800] ppid=30798 vsize=0 CPUtime=25.79
/proc/30800/stat : 30800 (java) Z 30798 30800 29143 0 -1 12 39197 375 1 0 2557 20 1 1 16 0 2 0 28477016 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30800/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 26.1115
CPU time (s): 25.8151
CPU user time (s): 25.5871
CPU system time (s): 0.227965
CPU usage (%): 98.8648
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5871
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39572
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= 2539
involuntary context switches= 3635

runsolver used 0.031995 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 17:55:24
IDJOB=2097868
IDBENCH=57901
IDSOLVER=774
FILE ID=node91/2097868-1247414124
PBS_JOBID= 9510469
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= 650642c90363cbf82efaaeb884e45b3c
RANDOM SEED=425384424

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760736 kB
Buffers:         40140 kB
Cached:         105176 kB
SwapCached:          0 kB
Active:         187492 kB
Inactive:        54968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2616 kB
Writeback:           0 kB
Mapped:         117560 kB
Slab:            37696 kB
Committed_AS:  1003096 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node91 at 2009-07-12 17:55:50