Trace number 2096548

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 10.0425 10.1635

DiagnosticValue
CHECKS7620
NODES848

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-3.xml
MD5SUM6c79e9d2edcd5b15367f47ef6ebcf5f2
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 benchmark3.51147
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1375
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.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2096548-1247410384.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.39/0.49	     nbVariables=400  nbDomainTypes=400  minDomainSize=1277  maxDomainSize=1375  nbTotalValues=529796
0.39/0.49	       =>  wckTime=0.242  cpuTime=0.16  mem=19M665
0.39/0.49	   
0.39/0.49	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
3.26/3.38	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.26/3.38	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.437  symmetryCpuTime=1.27
3.26/3.38	     nbCliques=20
3.26/3.38	       =>  wckTime=3.138  cpuTime=2.72  mem=60M566
3.45/3.58	   
3.45/3.58	   solver IterativeSystematicSolver being built... 
3.55/3.65	   
3.55/3.65	   INFO : Forward propagation technique limited 
3.65/3.75	       =>  wckTime=3.503  cpuTime=2.86  mem=56M642
3.76/3.81	   
3.76/3.81	   preprocessing
3.76/3.81	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.76/3.81	     detectedInconsistency=no
3.76/3.81	       =>  wckTime=0.044  cpuTime=0.03  mem=58M773
9.99/10.10	   
9.99/10.10	   search
9.99/10.10	     run=2  nbConstraintChecks=7620  minDepth=401  maxDepth=400  nbPropagations=34281  nbRevisions=0
9.99/10.10	     nbUselessRevisions=0  nbAssignments=848  nbFailedAssignments=25  nbBacktracks=0  nbVisitedNodes=874
9.99/10.10	     nbRestartNogoods=25  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=778  nbSEliminables=0
9.99/10.10	     nbREliminables=13.82  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
9.99/10.10	       =>  wckTime=6.334  cpuTime=6.1  mem=68M809
9.99/10.10	   
9.99/10.10	   global
9.99/10.10	     nbConstraintChecks=7620  nbPropagations=34681  nbRestartNogoods=25  solvingWckTime=6.336  solvingCpuTime=6.1
9.99/10.10	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.93  globalCpuTime=9.03
9.99/10.10	       =>  wckTime=9.861  cpuTime=8.99  mem=68M809
9.99/10.10	   
9.99/10.10	s SATISFIABLE
9.99/10.10	v 825 691 82 156 342 237 540 0 1176 593 766 974 877 463 1278 661 1139 367 1040 262 755 819 87 905 1201 1122 739 1192 508 201 1227 391 520 182 1054 598 297 0 974 616 849 828 157 855 1091 761 237 374 0 98 442 620 554 859 955 994 705 748 286 466 1050 700 537 67 166 60 188 872 928 286 612 859 1091 994 376 467 782 769 0 885 518 598 703 282 204 445 0 877 1240 978 902 250 1168 1026 362 742 37 391 108 603 1032 261 165 554 841 1151 612 776 530 91 682 389 1128 63 449 1050 964 993 0 838 676 421 992 0 1065 1163 389 1091 398 524 872 742 95 203 475 91 812 620 297 463 428 94 45 243 742 1127 405 307 537 826 188 1089 845 930 861 1023 614 677 454 0 994 91 896 825 631 929 0 80 519 576 457 861 389 746 188 685 992 730 204 295 529 463 1172 0 1080 896 1113 845 877 405 686 1004 295 1221 201 1151 761 615 108 742 166 297 995 749 954 592 389 905 859 792 1201 1150 686 1057 535 1090 826 67 480 0 931 369 270 903 995 705 0 607 792 87 168 508 188 872 1065 1177 183 782 466 1300 904 657 456 338 98 519 776 219 152 603 1299 954 807 978 1142 140 682 383 1078 0 799 442 1228 287 885 1168 748 1278 374 975 540 929 196 193 1050 679 631 0 1119 96 0 1080 186 767 1221 691 281 612 467 85 1181 353 980 715 808 168 584 384 730 913 1222 1260 616 762 307 950 1119 445 545 1172 1050 825 700 96 902 364 0 108 994 188 1094 746 87 518 614 884 0 1176 681 433 140 861 243 833 342 939 977 648 158 166 0 890 807 82 715 138 618 756 612 270 338 663 549 1154 168 466 980 376 1038 414 1093 1128 872 63 813 984 520 1250 369 755 374 930 192 433 693 614 273 18 1199 1139 90 766 182 991 60 859 930 273 1037 828 48 291 554 1233 418 456 1120 619 688 0 
9.99/10.10	d NODES 848
9.99/10.10	d CHECKS 7620
9.99/10.11	   
9.99/10.11	   totalWckTime=9.927  totalCpuTime=9.04

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-2096548-1247410384/watcher-2096548-1247410384 -o /tmp/evaluation-result-2096548-1247410384/solver-2096548-1247410384 -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-2096548-1247410384.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.09 2.07 2.03 4/80 31193
/proc/meminfo: memFree=1741160/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=152 CPUtime=0
/proc/31193/stat : 31193 (java) R 31191 31193 29819 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28104891 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 8440461 0 0 4096 0 0 0 0 17 0 0 0
/proc/31193/statm: 68 33 26 9 0 4 0

[startup+0.088497 s]
/proc/loadavg: 2.09 2.07 2.03 4/80 31193
/proc/meminfo: memFree=1741160/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=865980 CPUtime=0.07
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 3711 0 1 0 6 1 0 0 18 0 9 0 28104891 886763520 3182 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 216495 3183 1694 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.1015 s]
/proc/loadavg: 2.09 2.07 2.03 4/80 31193
/proc/meminfo: memFree=1741160/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=865980 CPUtime=0.08
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 3787 0 1 0 7 1 0 0 18 0 9 0 28104891 886763520 3242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 216495 3242 1711 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301519 s]
/proc/loadavg: 2.09 2.07 2.03 4/80 31193
/proc/meminfo: memFree=1741160/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=866380 CPUtime=0.28
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 6003 0 1 0 25 3 0 0 18 0 9 0 28104891 887173120 5369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 216595 5369 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701563 s]
/proc/loadavg: 2.09 2.07 2.03 4/80 31193
/proc/meminfo: memFree=1741160/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=867776 CPUtime=0.69
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 11656 0 1 0 62 7 0 0 18 0 9 0 28104891 888602624 11010 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 216944 11011 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50265 s]
/proc/loadavg: 2.09 2.07 2.03 3/89 31202
/proc/meminfo: memFree=1685472/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=867688 CPUtime=1.49
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 20968 0 1 0 126 23 0 0 18 0 9 0 28104891 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 216922 20296 2027 9 0 211380 0
[pid=31193/tid=31195] ppid=31191 vsize=867688 CPUtime=1.19
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 15816 0 1 0 99 20 0 0 25 0 9 0 28104892 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=867688 CPUtime=0.07
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 3743 0 0 0 6 1 0 0 17 0 9 0 28104893 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=867688 CPUtime=0
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28104893 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=867688 CPUtime=0
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28104893 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=867692 CPUtime=0
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28104895 888516608 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=867688 CPUtime=0.22
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 707 0 0 0 21 1 0 0 16 0 9 0 28104895 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=867692 CPUtime=0
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28104895 888516608 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=867688 CPUtime=0
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28104895 888512512 20296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867688

[startup+3.10182 s]
/proc/loadavg: 2.09 2.07 2.03 3/91 31204
/proc/meminfo: memFree=1666640/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868012 CPUtime=3.07
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 26800 583 1 0 256 43 7 1 18 0 9 0 28104891 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217003 20359 2040 9 0 211461 0
[pid=31193/tid=31195] ppid=31191 vsize=868012 CPUtime=2.72
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 21332 583 1 0 225 39 7 1 24 0 9 0 28104892 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4127080848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868012 CPUtime=0.15
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 3798 583 0 0 6 1 7 1 16 0 9 0 28104893 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868012 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 15 583 0 0 0 0 7 1 16 0 9 0 28104893 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868012 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 5 583 0 0 0 0 7 1 16 0 9 0 28104893 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868012 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868012 CPUtime=0.32
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 833 583 0 0 23 1 7 1 15 0 9 0 28104895 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868012 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868012 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 11 583 0 0 0 0 7 1 15 0 9 0 28104895 888844288 20359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868012

[startup+6.30116 s]
/proc/loadavg: 2.08 2.07 2.03 3/89 31206
/proc/meminfo: memFree=1653272/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868188 CPUtime=6.24
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 40128 583 1 0 569 47 7 1 18 0 9 0 28104891 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217047 24470 2662 9 0 211483 0
[pid=31193/tid=31195] ppid=31191 vsize=868188 CPUtime=5.64
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 25874 583 1 0 516 40 7 1 25 0 9 0 28104892 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4127226343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868188 CPUtime=0.33
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 12455 583 0 0 22 3 7 1 16 0 9 0 28104893 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 17 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 8 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868188 CPUtime=0.38
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 925 583 0 0 29 1 7 1 15 0 9 0 28104895 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 43 583 0 0 0 0 7 1 15 0 9 0 28104895 889024512 24470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868188

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

[startup+7.90235 s]
/proc/loadavg: 2.08 2.07 2.03 3/89 31206
/proc/meminfo: memFree=1631064/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868188 CPUtime=7.82
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 49509 583 1 0 724 50 7 1 18 0 9 0 28104891 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217047 31491 2662 9 0 211483 0
[pid=31193/tid=31195] ppid=31191 vsize=868188 CPUtime=7.11
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 28157 583 1 0 663 40 7 1 25 0 9 0 28104892 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4126664984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868188 CPUtime=0.41
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 19503 583 0 0 27 6 7 1 16 0 9 0 28104893 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 17 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 8 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868188 CPUtime=0.42
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 975 583 0 0 33 1 7 1 15 0 9 0 28104895 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 43 583 0 0 0 0 7 1 15 0 9 0 28104895 889024512 31491 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 868188

[startup+9.50252 s]
/proc/loadavg: 2.07 2.07 2.03 3/89 31206
/proc/meminfo: memFree=1625048/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868188 CPUtime=9.4
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 49523 583 1 0 882 50 7 1 18 0 9 0 28104891 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217047 31496 2662 9 0 211483 0
[pid=31193/tid=31195] ppid=31191 vsize=868188 CPUtime=8.67
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 28164 583 1 0 819 40 7 1 25 0 9 0 28104892 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4127082227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868188 CPUtime=0.43
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 19506 583 0 0 29 6 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 17 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 8 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868188 CPUtime=0.42
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 979 583 0 0 33 1 7 1 15 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 43 583 0 0 0 0 7 1 15 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 868188

[startup+9.90756 s]
/proc/loadavg: 2.07 2.07 2.03 3/89 31206
/proc/meminfo: memFree=1624984/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868188 CPUtime=9.8
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 49524 583 1 0 922 50 7 1 18 0 9 0 28104891 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217047 31496 2662 9 0 211483 0
[pid=31193/tid=31195] ppid=31191 vsize=868188 CPUtime=9.06
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 28165 583 1 0 858 40 7 1 25 0 9 0 28104892 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4126664984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868188 CPUtime=0.43
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 19506 583 0 0 29 6 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 17 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 8 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868188 CPUtime=0.42
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 979 583 0 0 33 1 7 1 15 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 43 583 0 0 0 0 7 1 15 0 9 0 28104895 889024512 31496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 868188

[startup+10.1026 s]
/proc/loadavg: 2.07 2.07 2.03 3/89 31206
/proc/meminfo: memFree=1624984/2055920 swapFree=4192812/4192956
[pid=31193] ppid=31191 vsize=868188 CPUtime=9.99
/proc/31193/stat : 31193 (java) S 31191 31193 29819 0 -1 0 49531 583 1 0 941 50 7 1 18 0 9 0 28104891 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31193/statm: 217047 31499 2662 9 0 211483 0
[pid=31193/tid=31195] ppid=31191 vsize=868188 CPUtime=9.25
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 29819 0 -1 64 28171 583 1 0 877 40 7 1 25 0 9 0 28104892 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4127291013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31196] ppid=31191 vsize=868188 CPUtime=0.43
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 29819 0 -1 64 19506 583 0 0 29 6 7 1 16 0 9 0 28104893 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31197] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 29819 0 -1 64 17 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31198] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 29819 0 -1 64 8 583 0 0 0 0 7 1 16 0 9 0 28104893 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31199] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 29819 0 -1 64 2 583 0 0 0 0 7 1 24 0 9 0 28104895 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=868188 CPUtime=0.43
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 29819 0 -1 64 980 583 0 0 34 1 7 1 16 0 9 0 28104895 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31193/tid=31201] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 29819 0 -1 64 1 583 0 0 0 0 7 1 25 0 9 0 28104895 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=868188 CPUtime=0.08
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 29819 0 -1 64 43 583 0 0 0 0 7 1 15 0 9 0 28104895 889024512 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 868188

Child status: 0
Real time (s): 10.1635
CPU time (s): 10.0425
CPU user time (s): 9.50655
CPU system time (s): 0.535918
CPU usage (%): 98.809
Max. virtual memory (cumulated for all children) (KiB): 869468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.50655
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50145
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= 1813
involuntary context switches= 1923

runsolver used 0.014997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 16:53:04
IDJOB=2096548
IDBENCH=56422
IDSOLVER=774
FILE ID=node21/2096548-1247410384
PBS_JOBID= 9510601
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 6c79e9d2edcd5b15367f47ef6ebcf5f2
RANDOM SEED=1572247321

node21.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.240
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.240
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:       1741640 kB
Buffers:         41828 kB
Cached:         110832 kB
SwapCached:          0 kB
Active:         199108 kB
Inactive:        57996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:         124876 kB
Slab:            42368 kB
Committed_AS:   985808 kB
PageTables:       1944 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= 66400 MiB
End job on node21 at 2009-07-12 16:53:14