Trace number 2096547

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 ACSAT 10.1935 10.3304

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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2096547-1247410384.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.38/0.45	   
0.38/0.45	   variables being loaded...
0.49/0.55	     nbVariables=400  nbDomainTypes=400  minDomainSize=1277  maxDomainSize=1375  nbTotalValues=529796
0.49/0.55	       =>  wckTime=0.312  cpuTime=0.2  mem=19M665
0.49/0.55	   
0.49/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
3.43/3.58	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.43/3.58	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.432  symmetryCpuTime=1.29
3.43/3.58	     nbCliques=20
3.43/3.58	       =>  wckTime=3.336  cpuTime=2.86  mem=60M566
3.63/3.77	   
3.63/3.77	   solver IterativeSystematicSolver being built... 
3.73/3.84	   
3.73/3.84	   INFO : Forward propagation technique limited 
3.83/3.94	       =>  wckTime=3.703  cpuTime=3.0  mem=56M642
3.93/4.01	   
3.93/4.02	   preprocessing
3.93/4.02	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.93/4.02	     detectedInconsistency=no
3.93/4.02	       =>  wckTime=0.051  cpuTime=0.04  mem=58M634
10.07/10.28	   
10.07/10.28	   search
10.07/10.28	     run=2  nbConstraintChecks=7620  minDepth=401  maxDepth=400  nbPropagations=34281  nbRevisions=0
10.07/10.28	     nbUselessRevisions=0  nbAssignments=848  nbFailedAssignments=25  nbBacktracks=0  nbVisitedNodes=874
10.07/10.28	     nbRestartNogoods=25  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=778  nbSEliminables=0
10.07/10.28	     nbREliminables=13.82  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
10.07/10.28	       =>  wckTime=6.316  cpuTime=6.09  mem=68M830
10.07/10.28	   
10.07/10.28	   global
10.07/10.28	     nbConstraintChecks=7620  nbPropagations=34681  nbRestartNogoods=25  solvingWckTime=6.318  solvingCpuTime=6.1
10.07/10.28	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.05  globalCpuTime=9.18
10.07/10.28	       =>  wckTime=10.042  cpuTime=9.12  mem=68M830
10.07/10.28	   
10.07/10.28	s SATISFIABLE
10.07/10.28	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 
10.07/10.28	d NODES 848
10.07/10.28	d CHECKS 7620
10.07/10.28	   
10.07/10.28	   totalWckTime=10.098  totalCpuTime=9.18

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-2096547-1247410384/watcher-2096547-1247410384 -o /tmp/evaluation-result-2096547-1247410384/solver-2096547-1247410384 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096547-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.00 2.00 2.00 4/80 572
/proc/meminfo: memFree=1706136/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=18576 CPUtime=0
/proc/572/stat : 572 (runsolver) R 570 572 31432 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28105779 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/572/statm: 4644 284 249 26 0 2626 0

[startup+0.029088 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 572
/proc/meminfo: memFree=1706136/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=861288 CPUtime=0.01
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 1717 0 1 0 0 1 0 0 18 0 3 0 28105779 881958912 1414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 215322 1414 568 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.101634 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 572
/proc/meminfo: memFree=1706136/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=865984 CPUtime=0.08
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 3765 0 1 0 6 2 0 0 18 0 9 0 28105779 886767616 3221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 216496 3221 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302656 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 572
/proc/meminfo: memFree=1706136/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=866296 CPUtime=0.29
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 5699 0 1 0 25 4 0 0 18 0 9 0 28105779 887087104 5102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 216574 5102 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.702702 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 572
/proc/meminfo: memFree=1706136/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=867648 CPUtime=0.68
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 10822 0 1 0 61 7 0 0 18 0 9 0 28105779 888471552 10176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 216912 10176 2036 9 0 211348 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867648

[startup+1.50179 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 581
/proc/meminfo: memFree=1657296/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=867700 CPUtime=1.47
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 20958 0 1 0 130 17 0 0 18 0 9 0 28105779 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 216925 20286 2027 9 0 211383 0
[pid=572/tid=574] ppid=570 vsize=867700 CPUtime=1.17
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 15819 0 1 0 104 13 0 0 25 0 9 0 28105781 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=867700 CPUtime=0.06
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 3743 0 0 0 5 1 0 0 16 0 9 0 28105782 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=867700 CPUtime=0
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28105782 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=867700 CPUtime=0
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28105782 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=867700 CPUtime=0
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28105784 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=867700 CPUtime=0.2
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 695 0 0 0 20 0 0 0 16 0 9 0 28105784 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=867700 CPUtime=0
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28105784 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=867700 CPUtime=0
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28105784 888524800 20286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867700

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 581
/proc/meminfo: memFree=1632464/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868020 CPUtime=3.04
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 25631 582 1 0 253 43 7 1 18 0 9 0 28105779 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217005 20363 2040 9 0 211463 0
[pid=572/tid=574] ppid=570 vsize=868020 CPUtime=2.68
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 20210 582 1 0 222 38 7 1 25 0 9 0 28105781 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4127086999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868020 CPUtime=0.14
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 3743 582 0 0 5 1 7 1 17 0 9 0 28105782 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868020 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 16 582 0 0 0 0 7 1 16 0 9 0 28105782 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868020 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 5 582 0 0 0 0 7 1 16 0 9 0 28105782 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868020 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868020 CPUtime=0.33
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 841 582 0 0 24 1 7 1 15 0 9 0 28105784 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868020 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 888852480 20363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868020 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 12 582 0 0 0 0 7 1 15 0 9 0 28105784 888852480 20363 996147200 134512640 134550932 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) 868020

[startup+6.30228 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 585
/proc/meminfo: memFree=1618192/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868196 CPUtime=6.21
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 40033 582 1 0 566 47 7 1 18 0 9 0 28105779 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217049 24473 2662 9 0 211485 0
[pid=572/tid=574] ppid=570 vsize=868196 CPUtime=5.61
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 25842 582 1 0 513 40 7 1 25 0 9 0 28105781 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4127228575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868196 CPUtime=0.34
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 12385 582 0 0 22 4 7 1 16 0 9 0 28105782 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 20 582 0 0 0 0 7 1 17 0 9 0 28105782 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 9 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868196 CPUtime=0.39
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 930 582 0 0 30 1 7 1 15 0 9 0 28105784 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 43 582 0 0 0 0 7 1 15 0 9 0 28105784 889032704 24473 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868196

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

[startup+7.90246 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 585
/proc/meminfo: memFree=1595984/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868196 CPUtime=7.79
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 49465 582 1 0 720 51 7 1 18 0 9 0 28105779 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217049 31499 2662 9 0 211485 0
[pid=572/tid=574] ppid=570 vsize=868196 CPUtime=7.08
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 28166 582 1 0 660 40 7 1 25 0 9 0 28105781 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4127199649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868196 CPUtime=0.41
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 19438 582 0 0 26 7 7 1 16 0 9 0 28105782 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 20 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 9 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868196 CPUtime=0.42
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 985 582 0 0 33 1 7 1 15 0 9 0 28105784 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 43 582 0 0 0 0 7 1 15 0 9 0 28105784 889032704 31499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 868196

[startup+9.50264 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 585
/proc/meminfo: memFree=1590032/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868196 CPUtime=9.38
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 49480 582 1 0 879 51 7 1 18 0 9 0 28105779 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217049 31504 2662 9 0 211485 0
[pid=572/tid=574] ppid=570 vsize=868196 CPUtime=8.63
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 28174 582 1 0 815 40 7 1 25 0 9 0 28105781 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4126665653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868196 CPUtime=0.43
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 19441 582 0 0 28 7 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 20 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 9 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868196 CPUtime=0.43
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 989 582 0 0 34 1 7 1 15 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 43 582 0 0 0 0 7 1 15 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 868196

[startup+9.90667 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 585
/proc/meminfo: memFree=1590032/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868196 CPUtime=9.77
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 49481 582 1 0 918 51 7 1 18 0 9 0 28105779 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217049 31504 2662 9 0 211485 0
[pid=572/tid=574] ppid=570 vsize=868196 CPUtime=9.02
/proc/572/task/574/stat : 574 (java) R 570 572 31432 0 -1 64 28175 582 1 0 854 40 7 1 25 0 9 0 28105781 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4127235300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868196 CPUtime=0.44
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 19441 582 0 0 29 7 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 20 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 9 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868196 CPUtime=0.43
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 989 582 0 0 34 1 7 1 15 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 43 582 0 0 0 0 7 1 15 0 9 0 28105784 889032704 31504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 868196

[startup+10.3017 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 585
/proc/meminfo: memFree=1590032/2055920 swapFree=4192812/4192956
[pid=572] ppid=570 vsize=868196 CPUtime=10.15
/proc/572/stat : 572 (java) S 570 572 31432 0 -1 0 49491 582 1 0 956 51 7 1 18 0 9 0 28105779 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/572/statm: 217049 31507 2662 9 0 211485 0
[pid=572/tid=574] ppid=570 vsize=868196 CPUtime=9.41
/proc/572/task/574/stat : 574 (java) S 570 572 31432 0 -1 64 28184 582 1 0 892 41 7 1 25 0 9 0 28105781 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=575] ppid=570 vsize=868196 CPUtime=0.44
/proc/572/task/575/stat : 575 (java) S 570 572 31432 0 -1 64 19441 582 0 0 29 7 7 1 16 0 9 0 28105782 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=576] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/576/stat : 576 (java) S 570 572 31432 0 -1 64 20 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=577] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/577/stat : 577 (java) S 570 572 31432 0 -1 64 9 582 0 0 0 0 7 1 16 0 9 0 28105782 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=578] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/578/stat : 578 (java) S 570 572 31432 0 -1 64 2 582 0 0 0 0 7 1 18 0 9 0 28105784 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=579] ppid=570 vsize=868196 CPUtime=0.43
/proc/572/task/579/stat : 579 (java) S 570 572 31432 0 -1 64 990 582 0 0 34 1 7 1 16 0 9 0 28105784 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=580] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/580/stat : 580 (java) S 570 572 31432 0 -1 64 0 582 0 0 0 0 7 1 19 0 9 0 28105784 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=572/tid=581] ppid=570 vsize=868196 CPUtime=0.08
/proc/572/task/581/stat : 581 (java) S 570 572 31432 0 -1 64 43 582 0 0 0 0 7 1 15 0 9 0 28105784 889032704 31507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 868196

Child status: 0
Real time (s): 10.3304
CPU time (s): 10.1935
CPU user time (s): 9.64153
CPU system time (s): 0.551916
CPU usage (%): 98.6741
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.64153
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50101
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= 1611
involuntary context switches= 2082

runsolver used 0.016997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 16:53:04
IDJOB=2096547
IDBENCH=56422
IDSOLVER=773
FILE ID=node7/2096547-1247410384
PBS_JOBID= 9510629
Free space on /tmp= 66132 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096547-1247410384/watcher-2096547-1247410384 -o /tmp/evaluation-result-2096547-1247410384/solver-2096547-1247410384 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096547-1247410384.xml

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

MD5SUM BENCH= 6c79e9d2edcd5b15367f47ef6ebcf5f2
RANDOM SEED=1163583580

node7.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.231
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.231
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:       1706616 kB
Buffers:         37936 kB
Cached:         149268 kB
SwapCached:          0 kB
Active:         200220 kB
Inactive:        90924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         124404 kB
Slab:            43152 kB
Committed_AS:  1003496 kB
PageTables:       2032 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= 66132 MiB
End job on node7 at 2009-07-12 16:53:14