Trace number 1086980

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 26.226 26.5589

DiagnosticValue
CHECKS12592000
NODES571

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-6.xml
MD5SUMc69528fd65a2520fb81be713348cca16
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.9351
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 (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1086980-1215242202.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.36/0.41	   
0.36/0.41	   variables being loaded...
0.36/0.48	     nbVariables=300  nbDomainTypes=13  minDomainSize=50  maxDomainSize=270  nbTotalValues=61762
0.36/0.48	       =>  wckTime=0.225  cpuTime=0.15  mem=9M807
0.36/0.48	   
0.36/0.48	   predicates being loaded...
0.46/0.54	   
0.46/0.54	   constraints being loaded...
20.58/20.84	   
20.58/20.84	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 40M958)
21.54/21.84	     nbConstraints=1804  nbGlobalConstraints=5  nbMergedConstraints=1561  nbConvertedConstraints=958
21.54/21.85	     nbConvertConstraintsChecks=39544838  nbExtensionStructures=882  nbSharedExtensionStructures=180
21.54/21.85	     nbConflictsStructures=975  nbSharedConflictsStructures=193  nbUnbuiltConflictsStructures=654
21.54/21.85	     nbSharedBinaryRepresentations=249518  nbEvaluationManagers=747  nbSharedEvaluationManagers=94  minDegree=3
21.54/21.85	     maxDegree=19  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.24
21.54/21.85	     symmetryCpuTime=0.18  nbCliques=5
21.54/21.85	       =>  wckTime=21.593  cpuTime=20.79  mem=33M398
21.65/21.99	   
21.65/21.99	   solver IterativeSystematicSolver being built... 
21.74/22.08	   
21.74/22.08	   INFO : Forward propagation technique limited 
21.84/22.17	       =>  wckTime=21.917  cpuTime=20.94  mem=45M631
23.33/23.61	   
23.33/23.61	   preprocessing
23.33/23.61	     nbConstraintChecks=3884836  nbValidityChecks=67971  nbPropagations=347  nbRevisions=2560  nbUselessRevisions=2115
23.33/23.61	     nbRemovedValues=18768  detectedInconsistency=no
23.33/23.61	       =>  wckTime=1.44  cpuTime=1.4  mem=46M609
26.10/26.47	   
26.10/26.47	   search
26.10/26.47	     run=3  nbConstraintChecks=8707130  nbValidityChecks=4189374  minDepth=16  maxDepth=300  nbPropagations=23769
26.10/26.48	     nbRevisions=177643  nbUselessRevisions=146057  nbAssignments=571  nbFailedAssignments=61  nbBacktracks=39
26.10/26.48	     nbVisitedNodes=658  nbRestartNogoods=20  nbFoundSolutions=1  mapSize=34  nbInferences=0  nbTooLargeKeys=0
26.10/26.48	     nbSEliminables=0  nbREliminables=13.2  nbIEliminables=218.03  nbDEliminables=0  nbPEliminables=0
26.10/26.48	       =>  wckTime=4.303  cpuTime=4.2  mem=48M597
26.10/26.48	   
26.10/26.48	   global
26.10/26.48	     nbConstraintChecks=12591966  nbValidityChecks=4257345  nbPropagations=24116  nbRevisions=180203
26.10/26.48	     nbUselessRevisions=148172  nbRestartNogoods=20  solvingWckTime=4.305  solvingCpuTime=4.21  expiredTime=no
26.10/26.48	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=25.13  globalCpuTime=25.19
26.10/26.48	       =>  wckTime=26.225  cpuTime=25.15  mem=48M597
26.10/26.48	   
26.10/26.48	s SATISFIABLE
26.10/26.48	v 2644 2392 -2356 -2208 -2200 -2380 2640 -2208 -2664 2396 2572 2520 -2564 -2436 -2540 -2412 2524 -2508 2244 -2368 -2200 -2572 2288 2232 -2168 2548 -2340 -2300 2160 -2632 2220 2612 -2656 2544 -2200 2212 2660 -2248 2624 -2192 -2248 2160 -2648 -2252 -2276 -2200 2608 2628 2352 2624 2220 2640 2640 2468 -2348 -2652 2236 -2208 -2344 2540 -2328 -2200 -2204 -2564 2500 -2524 2552 2684 2400 -2332 -2560 -2264 -2396 -2296 -2160 -2620 -2636 2592 2360 -2160 -2616 2200 2552 2504 -2420 -2480 -2488 2560 2164 -2160 2680 2628 2696 -2620 -2308 -2348 2548 -2168 2684 2240 -2200 -2516 2440 -2484 2284 -2392 -2280 -2588 2556 2668 2252 2584 -2460 -2564 -2180 -2664 -2600 -2624 -2324 2584 2676 2564 2672 2540 2624 2360 -2476 -2656 -2212 -2664 -2600 -2304 2560 -2696 2316 -2348 -2340 2292 -2656 2580 -2200 -2172 2624 -2180 2516 -2476 -2160 -2676 -2160 -2656 -2384 -2500 -2244 2304 -2388 2632 2296 2576 2300 2692 2392 2168 -2284 2648 2312 2600 2372 -2572 -2664 2528 -2532 -2584 -2696 -2696 -2612 2268 -2696 -2160 2248 2696 -2520 -2236 2344 2204 2192 2656 2500 -2200 2596 -2656 2196 -2540 2328 2664 -2600 -2160 -2616 2456 -2508 2612 -2160 2624 2588 -2432 2600 2628 2336 2244 2340 -2292 -2480 -2652 2308 -2200 2288 2624 2584 2300 -2232 -2624 2636 2500 2636 -2448 2696 -2336 -2272 -2524 -2436 2604 2560 2548 -2208 -2524 2572 2588 -2436 2664 -2400 2160 2656 -2160 -2676 -2480 -2496 2372 -2160 -2476 2500 -2608 2352 2232 2308 2696 2200 2332 2640 2480 -2656 2624 -2624 -2528 -2636 2356 2656 2440 -2664 2588 -2680 -2272 -2476 -2276 -2188 2228 -2488 -2560 -2592 -2284 2696 -2200 2600 -2592 -2584 2524 -2612 2656 -2200 2340 2624 -2408 2316 2484 2356 -2288 2412 -2372 -2624 -2644 -2440 -2300 
26.10/26.48	d NODES 571
26.10/26.48	d CHECKS 12591966
26.10/26.48	   
26.10/26.48	   totalWckTime=26.278  totalCpuTime=25.19

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-1086980-1215242202/watcher-1086980-1215242202 -o /tmp/evaluation-result-1086980-1215242202/solver-1086980-1215242202 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1086980-1215242202.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9733
/proc/meminfo: memFree=1608640/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=1616 CPUtime=0
/proc/9733/stat : 9733 (java) R 9731 9733 9336 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 2003189908 1654784 147 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/9733/statm: 404 148 122 9 0 46 0

[startup+0.084303 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9733
/proc/meminfo: memFree=1608640/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=865856 CPUtime=0.07
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 3560 0 1 0 5 2 0 0 18 0 9 0 2003189908 886636544 3050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216464 3050 1634 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101302 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9733
/proc/meminfo: memFree=1608640/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=865884 CPUtime=0.08
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 3750 0 1 0 6 2 0 0 18 0 9 0 2003189908 886665216 3208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216471 3208 1702 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301328 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9733
/proc/meminfo: memFree=1608640/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=866204 CPUtime=0.28
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 5585 0 2 0 24 4 0 0 18 0 9 0 2003189908 886992896 5009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216551 5009 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866204

[startup+0.701375 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 9733
/proc/meminfo: memFree=1608640/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=867684 CPUtime=0.65
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 8559 0 2 0 58 7 0 0 18 0 9 0 2003189908 888508416 7920 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216921 7920 2010 9 0 211427 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867684

[startup+1.50246 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 9742
/proc/meminfo: memFree=1571768/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=867684 CPUtime=1.45
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 11936 0 2 0 136 9 0 0 18 0 9 0 2003189908 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216921 11294 2014 9 0 211427 0
[pid=9733/tid=9735] ppid=9731 vsize=867684 CPUtime=1.24
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 10566 0 2 0 117 7 0 0 25 0 9 0 2003189909 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4126873892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003189910 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003189911 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003189911 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003189913 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=867684 CPUtime=0.19
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 672 0 0 0 19 0 0 0 16 0 9 0 2003189913 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003189913 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003189913 888508416 11294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867684

[startup+3.10266 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 9742
/proc/meminfo: memFree=1569016/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=867684 CPUtime=3.04
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 12863 0 2 0 294 10 0 0 18 0 9 0 2003189908 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216921 12219 2014 9 0 211427 0
[pid=9733/tid=9735] ppid=9731 vsize=867684 CPUtime=2.8
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 11467 0 2 0 272 8 0 0 25 0 9 0 2003189909 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4126879120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2003189910 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003189911 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003189911 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003189913 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=867684 CPUtime=0.22
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 698 0 0 0 22 0 0 0 15 0 9 0 2003189913 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003189913 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003189913 888508416 12219 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867684

[startup+6.30103 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 9742
/proc/meminfo: memFree=1560888/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=867684 CPUtime=6.2
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 14769 0 2 0 609 11 0 0 18 0 9 0 2003189908 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216921 14123 2014 9 0 211427 0
[pid=9733/tid=9735] ppid=9731 vsize=867684 CPUtime=5.97
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 13371 0 2 0 587 10 0 0 25 0 9 0 2003189909 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4126872648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003189910 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003189911 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003189911 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003189913 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=867684 CPUtime=0.22
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 700 0 0 0 22 0 0 0 15 0 9 0 2003189913 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003189913 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=867684 CPUtime=0
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003189913 888508416 14123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867684

[startup+12.7018 s]
/proc/loadavg: 2.21 2.05 2.02 3/89 9742
/proc/meminfo: memFree=1537656/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=867596 CPUtime=12.55
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 20055 0 2 0 1240 15 0 0 18 0 9 0 2003189908 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 216899 19383 2005 9 0 211427 0
[pid=9733/tid=9735] ppid=9731 vsize=867596 CPUtime=12.17
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 15794 0 2 0 1205 12 0 0 25 0 9 0 2003189909 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4126871340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=867596 CPUtime=0.11
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 2857 0 0 0 10 1 0 0 17 0 9 0 2003189910 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=867596 CPUtime=0
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003189911 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=867596 CPUtime=0
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003189911 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=867596 CPUtime=0
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003189913 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=867596 CPUtime=0.23
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 707 0 0 0 23 0 0 0 15 0 9 0 2003189913 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=867596 CPUtime=0
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003189913 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=867596 CPUtime=0
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003189913 888418304 19383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867596

[startup+25.5023 s]
/proc/loadavg: 2.18 2.05 2.01 3/89 9746
/proc/meminfo: memFree=1516472/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=868332 CPUtime=25.2
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 38647 377 2 0 2494 24 1 1 18 0 9 0 2003189908 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 217083 25308 2638 9 0 211589 0
[pid=9733/tid=9735] ppid=9731 vsize=868332 CPUtime=24.38
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 23468 377 2 0 2420 16 1 1 25 0 9 0 2003189909 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4127076263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=868332 CPUtime=0.4
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 13360 377 0 0 34 4 1 1 17 0 9 0 2003189910 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 17 377 0 0 0 0 1 1 17 0 9 0 2003189911 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 15 377 0 0 0 0 1 1 16 0 9 0 2003189911 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 18 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=868332 CPUtime=0.41
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 957 377 0 0 38 1 1 1 15 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 19 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 4 377 0 0 0 0 1 1 15 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 868332

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

[startup+26.3024 s]
/proc/loadavg: 2.17 2.05 2.01 3/89 9746
/proc/meminfo: memFree=1516472/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=868332 CPUtime=26
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 38710 377 2 0 2574 24 1 1 18 0 9 0 2003189908 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 217083 25308 2638 9 0 211589 0
[pid=9733/tid=9735] ppid=9731 vsize=868332 CPUtime=25.19
/proc/9733/task/9735/stat : 9735 (java) R 9731 9733 9336 0 -1 64 23531 377 2 0 2500 17 1 1 25 0 9 0 2003189909 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4126905929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=868332 CPUtime=0.4
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 13360 377 0 0 34 4 1 1 16 0 9 0 2003189910 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 17 377 0 0 0 0 1 1 17 0 9 0 2003189911 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 15 377 0 0 0 0 1 1 16 0 9 0 2003189911 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 18 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=868332 CPUtime=0.41
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 957 377 0 0 38 1 1 1 15 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 19 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 4 377 0 0 0 0 1 1 15 0 9 0 2003189913 889171968 25308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26
Current children cumulated vsize (KiB) 868332

[startup+26.5024 s]
/proc/loadavg: 2.17 2.05 2.01 3/89 9746
/proc/meminfo: memFree=1516472/2055920 swapFree=4179860/4192956
[pid=9733] ppid=9731 vsize=868332 CPUtime=26.19
/proc/9733/stat : 9733 (java) S 9731 9733 9336 0 -1 0 38977 377 2 0 2592 25 1 1 18 0 9 0 2003189908 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9733/statm: 217083 25313 2638 9 0 211589 0
[pid=9733/tid=9735] ppid=9731 vsize=868332 CPUtime=25.37
/proc/9733/task/9735/stat : 9735 (java) S 9731 9733 9336 0 -1 64 23797 377 2 0 2518 17 1 1 25 0 9 0 2003189909 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9736] ppid=9731 vsize=868332 CPUtime=0.4
/proc/9733/task/9736/stat : 9736 (java) S 9731 9733 9336 0 -1 64 13360 377 0 0 34 4 1 1 16 0 9 0 2003189910 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9737] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9737/stat : 9737 (java) S 9731 9733 9336 0 -1 64 17 377 0 0 0 0 1 1 17 0 9 0 2003189911 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9738] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9738/stat : 9738 (java) S 9731 9733 9336 0 -1 64 15 377 0 0 0 0 1 1 16 0 9 0 2003189911 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9739] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9739/stat : 9739 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 18 0 9 0 2003189913 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9740] ppid=9731 vsize=868332 CPUtime=0.41
/proc/9733/task/9740/stat : 9740 (java) S 9731 9733 9336 0 -1 64 958 377 0 0 38 1 1 1 17 0 9 0 2003189913 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9741] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9741/stat : 9741 (java) S 9731 9733 9336 0 -1 64 1 377 0 0 0 0 1 1 19 0 9 0 2003189913 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9733/tid=9742] ppid=9731 vsize=868332 CPUtime=0.02
/proc/9733/task/9742/stat : 9742 (java) S 9731 9733 9336 0 -1 64 4 377 0 0 0 0 1 1 15 0 9 0 2003189913 889171968 25313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.19
Current children cumulated vsize (KiB) 868332

Child status: 0
Real time (s): 26.5589
CPU time (s): 26.226
CPU user time (s): 25.9431
CPU system time (s): 0.282956
CPU usage (%): 98.7465
Max. virtual memory (cumulated for all children) (KiB): 868332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9431
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39383
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2469
involuntary context switches= 3531

runsolver used 0.043993 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 09:16:42
IDJOB=1086980
IDBENCH=57908
IDSOLVER=364
FILE ID=node66/1086980-1215242202
PBS_JOBID= 7881984
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-6.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086980-1215242202/watcher-1086980-1215242202 -o /tmp/evaluation-result-1086980-1215242202/solver-1086980-1215242202 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1086980-1215242202.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c69528fd65a2520fb81be713348cca16
RANDOM SEED=1896606356

node66.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609056 kB
Buffers:          4136 kB
Cached:          57264 kB
SwapCached:       7144 kB
Active:         380348 kB
Inactive:        12500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609056 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:         344948 kB
Slab:            38440 kB
Committed_AS:  4899668 kB
PageTables:       2484 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= 66412 MiB
End job on node66 at 2008-07-05 09:17:09