Trace number 2096560

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 7.2179 7.30961

DiagnosticValue
CHECKS7620
NODES400

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-0.xml
MD5SUM2ac19223b2e0853d7ad9b1f32a9c1dfd
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 benchmark0.729888
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1276
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096560-1247410386.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.39	   
0.29/0.39	   variables being loaded...
0.38/0.49	     nbVariables=400  nbDomainTypes=400  minDomainSize=1178  maxDomainSize=1276  nbTotalValues=491852
0.38/0.49	       =>  wckTime=0.24  cpuTime=0.17  mem=19M651
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
3.13/3.25	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.13/3.25	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.285  symmetryCpuTime=1.13
3.13/3.25	     nbCliques=20
3.13/3.25	       =>  wckTime=3.003  cpuTime=2.58  mem=59M492
3.33/3.43	   
3.33/3.43	   solver IterativeSystematicSolver being built... 
3.43/3.50	   
3.43/3.50	   INFO : Forward propagation technique limited 
3.43/3.59	       =>  wckTime=3.341  cpuTime=2.71  mem=55M658
3.53/3.65	   
3.53/3.65	   preprocessing
3.53/3.65	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.53/3.65	     detectedInconsistency=no
3.53/3.65	       =>  wckTime=0.04  cpuTime=0.03  mem=56M631
7.10/7.28	   
7.10/7.28	   search
7.10/7.28	     run=0  nbConstraintChecks=7620  minDepth=401  maxDepth=400  nbPropagations=6936  nbRevisions=0
7.10/7.28	     nbUselessRevisions=0  nbAssignments=400  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=401
7.10/7.28	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=380  nbSEliminables=0
7.10/7.28	     nbREliminables=10.55  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
7.10/7.28	       =>  wckTime=3.675  cpuTime=3.52  mem=72M951
7.10/7.28	   
7.10/7.28	   global
7.10/7.28	     nbConstraintChecks=7620  nbPropagations=7336  nbRestartNogoods=0  solvingWckTime=3.677  solvingCpuTime=3.53
7.10/7.28	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.2  globalCpuTime=6.3
7.10/7.28	       =>  wckTime=7.037  cpuTime=6.26  mem=72M951
7.10/7.28	   
7.10/7.28	s SATISFIABLE
7.10/7.28	v 915 471 706 836 663 99 343 986 679 777 759 251 0 414 574 693 743 964 529 163 1099 969 812 777 654 443 429 1034 270 194 536 349 0 854 96 711 463 1142 437 949 275 671 262 969 0 427 987 914 1185 410 861 1063 778 754 183 503 357 94 1089 601 829 919 949 252 720 168 483 499 526 602 135 1067 361 452 578 0 1047 871 262 97 1156 536 190 332 607 98 676 652 433 941 778 733 831 901 997 168 241 1099 287 0 282 838 352 697 736 1108 565 93 1156 146 454 406 912 607 652 241 1034 0 776 229 697 602 1085 97 499 861 592 429 618 0 197 574 935 809 293 375 92 817 777 1033 439 163 578 82 1170 925 483 734 0 1073 364 493 258 427 516 1002 800 838 681 882 513 852 86 1134 836 433 323 0 671 883 631 706 336 581 645 1080 254 155 812 99 452 92 516 1047 1008 73 864 694 375 849 623 743 175 529 800 1011 912 302 261 8 861 529 641 0 997 197 1159 895 662 452 754 357 923 216 99 831 430 1095 721 262 995 0 406 452 849 607 523 726 677 471 662 183 94 891 767 713 1108 308 272 1063 99 349 990 522 729 183 76 937 676 838 439 0 315 253 1022 606 768 343 618 891 615 592 695 443 987 493 315 0 93 192 282 1033 748 935 1051 861 412 482 1094 66 778 462 383 95 191 840 979 628 361 1180 0 1143 258 1041 933 547 681 1089 253 284 1033 912 1128 733 98 0 608 170 602 1090 523 969 382 859 646 788 663 352 440 251 272 895 1017 713 990 293 829 1041 776 1063 463 915 654 383 864 99 529 190 0 592 310 1049 0 608 323 872 977 99 284 581 904 414 531 806 743 194 462 614 947 690 788 1071 0 513 421 838 151 323 533 235 191 66 748 708 1145 452 641 584 76 171 663 361 831 901 1094 440 840 618 1033 979 8 734 194 180 1139 767 531 98 275 0 
7.10/7.28	d NODES 400
7.10/7.28	d CHECKS 7620
7.10/7.29	   
7.10/7.29	   totalWckTime=7.103  totalCpuTime=6.3

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-2096560-1247410386/watcher-2096560-1247410386 -o /tmp/evaluation-result-2096560-1247410386/solver-2096560-1247410386 -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-2096560-1247410386.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.29 2.06 1.98 4/81 32101
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=18576 CPUtime=0
/proc/32101/stat : 32101 (runsolver) R 32099 32101 30988 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28103943 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32101/statm: 4644 284 249 26 0 2626 0

[startup+0.016342 s]
/proc/loadavg: 2.29 2.06 1.98 4/81 32101
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=10880 CPUtime=0
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 778 0 0 0 0 0 0 0 21 0 2 0 28103943 11141120 549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 2720 549 263 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10880

[startup+0.102352 s]
/proc/loadavg: 2.29 2.06 1.98 4/81 32101
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=865980 CPUtime=0.08
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 3741 0 1 0 7 1 0 0 21 0 9 0 28103943 886763520 3209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 216495 3209 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.302377 s]
/proc/loadavg: 2.29 2.06 1.98 4/81 32101
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=866380 CPUtime=0.29
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 5981 0 1 0 26 3 0 0 21 0 9 0 28103943 887173120 5347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 216595 5347 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702418 s]
/proc/loadavg: 2.29 2.06 1.98 4/81 32101
/proc/meminfo: memFree=1760000/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=867776 CPUtime=0.67
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 11433 0 1 0 62 5 0 0 21 0 9 0 28103943 888602624 10787 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 216944 10787 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.50151 s]
/proc/loadavg: 2.29 2.06 1.98 3/90 32110
/proc/meminfo: memFree=1705400/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=867688 CPUtime=1.47
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 20810 0 1 0 126 21 0 0 21 0 9 0 28103943 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 216922 20138 2027 9 0 211380 0
[pid=32101/tid=32103] ppid=32099 vsize=867688 CPUtime=1.17
/proc/32101/task/32103/stat : 32103 (java) R 32099 32101 30988 0 -1 64 15818 0 1 0 99 18 0 0 25 0 9 0 28103945 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 102639143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32104] ppid=32099 vsize=867688 CPUtime=0.07
/proc/32101/task/32104/stat : 32104 (java) S 32099 32101 30988 0 -1 64 3584 0 0 0 6 1 0 0 17 0 9 0 28103946 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32105] ppid=32099 vsize=867688 CPUtime=0
/proc/32101/task/32105/stat : 32105 (java) S 32099 32101 30988 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28103946 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32106] ppid=32099 vsize=867688 CPUtime=0
/proc/32101/task/32106/stat : 32106 (java) S 32099 32101 30988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28103946 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32107] ppid=32099 vsize=867688 CPUtime=0
/proc/32101/task/32107/stat : 32107 (java) S 32099 32101 30988 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28103948 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32108] ppid=32099 vsize=867688 CPUtime=0.2
/proc/32101/task/32108/stat : 32108 (java) S 32099 32101 30988 0 -1 64 706 0 0 0 20 0 0 0 16 0 9 0 28103948 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32109] ppid=32099 vsize=867688 CPUtime=0
/proc/32101/task/32109/stat : 32109 (java) S 32099 32101 30988 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28103948 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32110] ppid=32099 vsize=867688 CPUtime=0
/proc/32101/task/32110/stat : 32110 (java) S 32099 32101 30988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28103948 888512512 20138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10169 s]
/proc/loadavg: 2.29 2.06 1.98 3/90 32110
/proc/meminfo: memFree=1686520/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=868012 CPUtime=3.04
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 27254 585 1 0 253 43 7 1 21 0 9 0 28103943 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 217003 20200 2040 9 0 211461 0
[pid=32101/tid=32103] ppid=32099 vsize=868012 CPUtime=2.71
/proc/32101/task/32103/stat : 32103 (java) R 32099 32101 30988 0 -1 64 21937 585 1 0 223 40 7 1 25 0 9 0 28103945 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4127080988 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32104] ppid=32099 vsize=868012 CPUtime=0.15
/proc/32101/task/32104/stat : 32104 (java) S 32099 32101 30988 0 -1 64 3650 585 0 0 6 1 7 1 16 0 9 0 28103946 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32105] ppid=32099 vsize=868012 CPUtime=0.08
/proc/32101/task/32105/stat : 32105 (java) S 32099 32101 30988 0 -1 64 16 585 0 0 0 0 7 1 16 0 9 0 28103946 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32106] ppid=32099 vsize=868012 CPUtime=0.08
/proc/32101/task/32106/stat : 32106 (java) S 32099 32101 30988 0 -1 64 5 585 0 0 0 0 7 1 16 0 9 0 28103946 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32107] ppid=32099 vsize=868012 CPUtime=0.08
/proc/32101/task/32107/stat : 32107 (java) S 32099 32101 30988 0 -1 64 2 585 0 0 0 0 7 1 25 0 9 0 28103948 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32108] ppid=32099 vsize=868012 CPUtime=0.31
/proc/32101/task/32108/stat : 32108 (java) S 32099 32101 30988 0 -1 64 841 585 0 0 23 0 7 1 15 0 9 0 28103948 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32109] ppid=32099 vsize=868012 CPUtime=0.08
/proc/32101/task/32109/stat : 32109 (java) S 32099 32101 30988 0 -1 64 0 585 0 0 0 0 7 1 25 0 9 0 28103948 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32110] ppid=32099 vsize=868012 CPUtime=0.08
/proc/32101/task/32110/stat : 32110 (java) S 32099 32101 30988 0 -1 64 8 585 0 0 0 0 7 1 15 0 9 0 28103948 888844288 20200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868012

[startup+6.30206 s]
/proc/loadavg: 2.27 2.06 1.98 3/90 32114
/proc/meminfo: memFree=1672824/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=868188 CPUtime=6.2
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 42400 585 1 0 566 46 7 1 21 0 9 0 28103943 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 217047 24563 2662 9 0 211483 0
[pid=32101/tid=32103] ppid=32099 vsize=868188 CPUtime=5.61
/proc/32101/task/32103/stat : 32103 (java) R 32099 32101 30988 0 -1 64 28180 585 1 0 512 41 7 1 25 0 9 0 28103945 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32104] ppid=32099 vsize=868188 CPUtime=0.32
/proc/32101/task/32104/stat : 32104 (java) R 32099 32101 30988 0 -1 64 12386 585 0 0 22 2 7 1 16 0 9 0 28103946 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 102546970 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32105] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32105/stat : 32105 (java) S 32099 32101 30988 0 -1 64 20 585 0 0 0 0 7 1 17 0 9 0 28103946 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32106] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32106/stat : 32106 (java) S 32099 32101 30988 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103946 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32107] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32107/stat : 32107 (java) S 32099 32101 30988 0 -1 64 2 585 0 0 0 0 7 1 25 0 9 0 28103948 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32108] ppid=32099 vsize=868188 CPUtime=0.4
/proc/32101/task/32108/stat : 32108 (java) S 32099 32101 30988 0 -1 64 967 585 0 0 31 1 7 1 16 0 9 0 28103948 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32109] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32109/stat : 32109 (java) S 32099 32101 30988 0 -1 64 0 585 0 0 0 0 7 1 25 0 9 0 28103948 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32110] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32110/stat : 32110 (java) R 32099 32101 30988 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103948 889024512 24563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868188

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

[startup+7.10215 s]
/proc/loadavg: 2.27 2.06 1.98 3/90 32114
/proc/meminfo: memFree=1651896/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=868188 CPUtime=7
/proc/32101/stat : 32101 (java) S 32099 32101 30988 0 -1 0 48925 585 1 0 643 49 7 1 21 0 9 0 28103943 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 217047 31002 2662 9 0 211483 0
[pid=32101/tid=32103] ppid=32099 vsize=868188 CPUtime=6.34
/proc/32101/task/32103/stat : 32103 (java) R 32099 32101 30988 0 -1 64 28218 585 1 0 585 41 7 1 25 0 9 0 28103945 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4127234809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32104] ppid=32099 vsize=868188 CPUtime=0.38
/proc/32101/task/32104/stat : 32104 (java) S 32099 32101 30988 0 -1 64 18858 585 0 0 25 5 7 1 16 0 9 0 28103946 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32105] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32105/stat : 32105 (java) S 32099 32101 30988 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28103946 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32106] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32106/stat : 32106 (java) S 32099 32101 30988 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103946 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32107] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32107/stat : 32107 (java) S 32099 32101 30988 0 -1 64 2 585 0 0 0 0 7 1 25 0 9 0 28103948 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32108] ppid=32099 vsize=868188 CPUtime=0.41
/proc/32101/task/32108/stat : 32108 (java) S 32099 32101 30988 0 -1 64 982 585 0 0 32 1 7 1 15 0 9 0 28103948 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32109] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32109/stat : 32109 (java) S 32099 32101 30988 0 -1 64 0 585 0 0 0 0 7 1 25 0 9 0 28103948 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32101/tid=32110] ppid=32099 vsize=868188 CPUtime=0.08
/proc/32101/task/32110/stat : 32110 (java) S 32099 32101 30988 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103948 889024512 31002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 868188

[startup+7.30265 s]
/proc/loadavg: 2.27 2.06 1.98 3/90 32114
/proc/meminfo: memFree=1651896/2055920 swapFree=4192812/4192956
[pid=32101] ppid=32099 vsize=0 CPUtime=7.19
/proc/32101/stat : 32101 (java) Z 32099 32101 30988 0 -1 12 48966 585 1 0 661 50 7 1 16 0 2 0 28103943 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.30961
CPU time (s): 7.2179
CPU user time (s): 6.69098
CPU system time (s): 0.526919
CPU usage (%): 98.7453
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.69098
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49551
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= 1748
involuntary context switches= 1960

runsolver used 0.016997 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 16:53:06
IDJOB=2096560
IDBENCH=56437
IDSOLVER=774
FILE ID=node85/2096560-1247410386
PBS_JOBID= 9510482
Free space on /tmp= 126552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-105-0.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-2096560-1247410386/watcher-2096560-1247410386 -o /tmp/evaluation-result-2096560-1247410386/solver-2096560-1247410386 -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-2096560-1247410386.xml

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

MD5SUM BENCH= 2ac19223b2e0853d7ad9b1f32a9c1dfd
RANDOM SEED=684012866

node85.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.220
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.220
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:       1760480 kB
Buffers:         37992 kB
Cached:         110724 kB
SwapCached:          0 kB
Active:         184028 kB
Inactive:        55040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:         110580 kB
Slab:            41544 kB
Committed_AS:  1004228 kB
PageTables:       1920 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= 126548 MiB
End job on node85 at 2009-07-12 16:53:14