Trace number 1060253

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 3.63145 3.40044

DiagnosticValue
CHECKS3165
NODES327

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-5.xml
MD5SUMce732ab8a5c33564f9023cce545e99bd
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 benchmark1.14282
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1007
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.07	
0.05/0.07	Abscon 112 (May, 2008)
0.22/0.20	
0.22/0.20	   configuration
0.22/0.20	     name=esac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-1060253-1215126209.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.29	   
0.22/0.29	   variables being loaded...
0.35/0.34	     nbVariables=225  nbDomainTypes=225  minDomainSize=909  maxDomainSize=1007  nbTotalValues=215667
0.35/0.34	       =>  wckTime=0.136  cpuTime=0.14  mem=12M757
0.35/0.34	   
0.35/0.34	   predicates being loaded...
0.35/0.38	   
0.35/0.38	   constraints being loaded...
1.60/1.47	     nbConstraints=3165  nbGlobalConstraints=3165  nbSharedBinaryRepresentations=0  minDegree=29  maxDegree=29
1.60/1.47	     minArity=2  avgArity=2.06  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.452  symmetryCpuTime=0.41
1.60/1.47	     nbCliques=15
1.60/1.47	       =>  wckTime=1.27  cpuTime=1.22  mem=45M966
1.71/1.59	   
1.71/1.60	   solver IterativeSystematicSolver being built... 
1.81/1.64	   
1.81/1.64	   INFO : Forward propagation technique limited 
1.93/1.71	       =>  wckTime=1.512  cpuTime=1.34  mem=35M719
1.93/1.74	   
1.93/1.74	   preprocessing
1.93/1.74	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.93/1.74	     detectedInconsistency=no
1.93/1.74	       =>  wckTime=0.02  cpuTime=0.02  mem=36M681
3.57/3.33	   
3.57/3.33	   search
3.57/3.33	     run=1  nbConstraintChecks=3165  minDepth=226  maxDepth=225  nbPropagations=7439  nbRevisions=0
3.57/3.33	     nbUselessRevisions=0  nbAssignments=327  nbFailedAssignments=10  nbBacktracks=0  nbVisitedNodes=338
3.57/3.33	     nbRestartNogoods=10  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
3.57/3.33	     nbREliminables=9.55  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
3.57/3.33	       =>  wckTime=1.608  cpuTime=1.56  mem=69M823
3.57/3.33	   
3.57/3.33	   global
3.57/3.33	     nbConstraintChecks=3165  nbPropagations=7664  nbRestartNogoods=10  solvingWckTime=1.611  solvingCpuTime=1.56
3.57/3.33	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.89  globalCpuTime=2.94
3.57/3.33	       =>  wckTime=3.132  cpuTime=2.91  mem=69M823
3.57/3.33	   
3.57/3.33	s SATISFIABLE
3.57/3.33	v 424 212 77 755 0 2 487 802 694 30 159 560 9 265 111 313 30 804 483 505 443 114 18 849 204 631 250 74 363 405 560 902 684 180 957 519 450 858 764 0 289 94 355 802 613 335 276 770 258 620 198 885 54 307 93 355 431 902 0 51 846 96 485 775 359 442 343 957 897 289 644 204 424 547 0 0 547 226 624 314 858 182 797 730 431 405 485 94 893 677 370 539 442 32 924 359 855 219 715 778 131 674 296 0 576 0 845 329 903 164 80 54 518 621 802 546 224 715 485 418 32 351 713 246 296 114 491 162 845 867 644 561 770 416 707 61 131 440 103 0 855 390 674 83 250 314 42 561 509 795 274 738 677 496 584 867 356 111 182 32 764 519 498 440 0 802 0 219 708 867 370 480 162 77 277 562 491 450 742 634 713 296 496 631 369 0 207 180 434 98 777 473 562 74 849 98 329 777 757 0 576 810 230 418 224 661 730 190 795 498 203 175 813 369 274 114 296 757 547 584 910 432 18 691 0 
3.57/3.33	d NODES 327
3.57/3.33	d CHECKS 3165
3.57/3.33	   
3.57/3.33	   totalWckTime=3.174  totalCpuTime=2.95

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-1060253-1215126209/watcher-1060253-1215126209 -o /tmp/evaluation-result-1060253-1215126209/solver-1060253-1215126209 -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-1060253-1215126209.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.00 1.04 1.20 3/82 29952
/proc/meminfo: memFree=795624/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=1616 CPUtime=0
/proc/29952/stat : 29952 (java) R 29950 29952 28319 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1991592692 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/29952/statm: 404 148 122 9 0 46 0

[startup+0.0580871 s]
/proc/loadavg: 1.00 1.04 1.20 3/82 29952
/proc/meminfo: memFree=795624/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=864960 CPUtime=0.05
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 2820 0 1 0 4 1 0 0 18 0 9 0 1991592692 885719040 2358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 216240 2358 1126 9 0 211197 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864960

[startup+0.102094 s]
/proc/loadavg: 1.00 1.04 1.20 3/82 29952
/proc/meminfo: memFree=795624/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=866768 CPUtime=0.1
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 3975 0 1 0 8 2 0 0 18 0 9 0 1991592692 887570432 3415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 216692 3415 1780 9 0 211247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866768

[startup+0.302134 s]
/proc/loadavg: 1.00 1.04 1.20 3/82 29952
/proc/meminfo: memFree=795624/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=867152 CPUtime=0.35
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 6349 0 1 0 31 4 0 0 18 0 9 0 1991592692 887963648 5719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 216788 5719 1963 9 0 211316 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 867152

[startup+0.701212 s]
/proc/loadavg: 1.00 1.04 1.20 3/82 29952
/proc/meminfo: memFree=795624/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=868324 CPUtime=0.87
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 12339 0 1 0 78 9 0 0 18 0 9 0 1991592692 889163776 11699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 217081 11699 2012 9 0 211587 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 868324

[startup+1.50137 s]
/proc/loadavg: 1.00 1.04 1.20 2/91 29961
/proc/meminfo: memFree=748128/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=868648 CPUtime=1.71
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 24394 442 1 0 143 25 2 1 18 0 9 0 1991592692 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 217162 15559 2079 9 0 211668 0
[pid=29952/tid=29954] ppid=29950 vsize=868648 CPUtime=1.42
/proc/29952/task/29954/stat : 29954 (java) S 29950 29952 28319 0 -1 64 17973 442 1 0 117 22 2 1 20 0 9 0 1991592693 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29952/tid=29955] ppid=29950 vsize=868648 CPUtime=0.04
/proc/29952/task/29955/stat : 29955 (java) R 29950 29952 28319 0 -1 64 4796 442 0 0 1 0 2 1 16 0 9 0 1991592695 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 103735767 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29956] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29956/stat : 29956 (java) S 29950 29952 28319 0 -1 64 9 442 0 0 0 0 2 1 21 0 9 0 1991592695 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29957] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29957/stat : 29957 (java) S 29950 29952 28319 0 -1 64 4 442 0 0 0 0 2 1 22 0 9 0 1991592695 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29958] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29958/stat : 29958 (java) S 29950 29952 28319 0 -1 64 1 442 0 0 0 0 2 1 23 0 9 0 1991592697 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29959] ppid=29950 vsize=868648 CPUtime=0.26
/proc/29952/task/29959/stat : 29959 (java) S 29950 29952 28319 0 -1 64 844 442 0 0 23 0 2 1 16 0 9 0 1991592697 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29952/tid=29960] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29960/stat : 29960 (java) S 29950 29952 28319 0 -1 64 2 442 0 0 0 0 2 1 24 0 9 0 1991592697 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29961] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29961/stat : 29961 (java) S 29950 29952 28319 0 -1 64 9 442 0 0 0 0 2 1 15 0 9 0 1991592697 889495552 15559 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 868648

[startup+3.10269 s]
/proc/loadavg: 1.00 1.04 1.20 2/91 29965
/proc/meminfo: memFree=731040/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=868648 CPUtime=3.36
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 35891 442 1 0 304 29 2 1 18 0 9 0 1991592692 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 217162 22936 2637 9 0 211668 0
[pid=29952/tid=29954] ppid=29950 vsize=868648 CPUtime=2.89
/proc/29952/task/29954/stat : 29954 (java) R 29950 29952 28319 0 -1 64 22504 442 1 0 262 24 2 1 25 0 9 0 1991592693 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4126668888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29952/tid=29955] ppid=29950 vsize=868648 CPUtime=0.16
/proc/29952/task/29955/stat : 29955 (java) S 29950 29952 28319 0 -1 64 11596 442 0 0 11 2 2 1 16 0 9 0 1991592695 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29956] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29956/stat : 29956 (java) S 29950 29952 28319 0 -1 64 14 442 0 0 0 0 2 1 16 0 9 0 1991592695 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29957] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29957/stat : 29957 (java) S 29950 29952 28319 0 -1 64 10 442 0 0 0 0 2 1 16 0 9 0 1991592695 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29958] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29958/stat : 29958 (java) S 29950 29952 28319 0 -1 64 1 442 0 0 0 0 2 1 23 0 9 0 1991592697 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29959] ppid=29950 vsize=868648 CPUtime=0.33
/proc/29952/task/29959/stat : 29959 (java) S 29950 29952 28319 0 -1 64 937 442 0 0 30 0 2 1 16 0 9 0 1991592697 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29960] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29960/stat : 29960 (java) S 29950 29952 28319 0 -1 64 2 442 0 0 0 0 2 1 24 0 9 0 1991592697 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29961] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29961/stat : 29961 (java) S 29950 29952 28319 0 -1 64 9 442 0 0 0 0 2 1 15 0 9 0 1991592697 889495552 22936 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 868648

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

[startup+3.30772 s]
/proc/loadavg: 1.00 1.04 1.20 2/91 29965
/proc/meminfo: memFree=713696/2055920 swapFree=4179412/4192956
[pid=29952] ppid=29950 vsize=868648 CPUtime=3.57
/proc/29952/stat : 29952 (java) S 29950 29952 28319 0 -1 0 35892 442 1 0 325 29 2 1 18 0 9 0 1991592692 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29952/statm: 217162 22937 2637 9 0 211668 0
[pid=29952/tid=29954] ppid=29950 vsize=868648 CPUtime=3.09
/proc/29952/task/29954/stat : 29954 (java) R 29950 29952 28319 0 -1 64 22504 442 1 0 282 24 2 1 25 0 9 0 1991592693 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4127181064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29955] ppid=29950 vsize=868648 CPUtime=0.16
/proc/29952/task/29955/stat : 29955 (java) S 29950 29952 28319 0 -1 64 11596 442 0 0 11 2 2 1 16 0 9 0 1991592695 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29956] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29956/stat : 29956 (java) S 29950 29952 28319 0 -1 64 14 442 0 0 0 0 2 1 16 0 9 0 1991592695 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29957] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29957/stat : 29957 (java) S 29950 29952 28319 0 -1 64 10 442 0 0 0 0 2 1 16 0 9 0 1991592695 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29958] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29958/stat : 29958 (java) S 29950 29952 28319 0 -1 64 1 442 0 0 0 0 2 1 23 0 9 0 1991592697 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29959] ppid=29950 vsize=868648 CPUtime=0.33
/proc/29952/task/29959/stat : 29959 (java) S 29950 29952 28319 0 -1 64 938 442 0 0 30 0 2 1 15 0 9 0 1991592697 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29960] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29960/stat : 29960 (java) S 29950 29952 28319 0 -1 64 2 442 0 0 0 0 2 1 24 0 9 0 1991592697 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29952/tid=29961] ppid=29950 vsize=868648 CPUtime=0.03
/proc/29952/task/29961/stat : 29961 (java) S 29950 29952 28319 0 -1 64 9 442 0 0 0 0 2 1 15 0 9 0 1991592697 889495552 22937 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 868648

Child status: 0
Real time (s): 3.40044
CPU time (s): 3.63145
CPU user time (s): 3.3065
CPU system time (s): 0.32495
CPU usage (%): 106.793
Max. virtual memory (cumulated for all children) (KiB): 868648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.3065
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36368
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= 559
involuntary context switches= 341

runsolver used 0.011998 second user time and 0.015997 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 01:03:29
IDJOB=1060253
IDBENCH=54417
IDSOLVER=364
FILE ID=node62/1060253-1215126209
PBS_JOBID= 7877081
Free space on /tmp= 65292 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-5.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-1060253-1215126209/watcher-1060253-1215126209 -o /tmp/evaluation-result-1060253-1215126209/solver-1060253-1215126209 -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-1060253-1215126209.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce732ab8a5c33564f9023cce545e99bd
RANDOM SEED=1601629834

node62.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.259
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.259
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:        796168 kB
Buffers:         54924 kB
Cached:         378368 kB
SwapCached:       6736 kB
Active:         890912 kB
Inactive:       301256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        796168 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:         775004 kB
Slab:            51180 kB
Committed_AS:  4722424 kB
PageTables:       3388 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= 65288 MiB
End job on node62 at 2008-07-04 01:03:33