Trace number 2096561

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 8.45871 8.50571

DiagnosticValue
CHECKS9565
NODES677

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-8.xml
MD5SUM86b24a9ba558d9e8e32f84b5d3fc0678
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 benchmark6.42902
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1388
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=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2096561-1247410386.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.38/0.48	     nbVariables=400  nbDomainTypes=400  minDomainSize=1290  maxDomainSize=1388  nbTotalValues=534985
0.38/0.48	       =>  wckTime=0.237  cpuTime=0.16  mem=20M635
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
3.17/3.26	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.17/3.26	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.341  symmetryCpuTime=1.2
3.17/3.26	     nbCliques=20
3.17/3.26	       =>  wckTime=3.018  cpuTime=2.63  mem=61M223
3.37/3.44	   
3.37/3.44	   solver IterativeSystematicSolver being built... 
3.46/3.51	   
3.46/3.51	   INFO : Forward propagation technique limited 
3.46/3.60	       =>  wckTime=3.358  cpuTime=2.76  mem=56M963
3.57/3.66	   
3.57/3.66	   preprocessing
3.57/3.66	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.57/3.66	     detectedInconsistency=no
3.57/3.66	       =>  wckTime=0.041  cpuTime=0.04  mem=58M909
7.45/7.59	   
7.45/7.59	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=249, mem=82M12)
8.35/8.48	   
8.35/8.48	   search
8.35/8.48	     run=1  nbConstraintChecks=9565  minDepth=401  maxDepth=400  nbPropagations=19246  nbRevisions=0
8.35/8.48	     nbUselessRevisions=0  nbAssignments=677  nbFailedAssignments=10  nbBacktracks=4  nbVisitedNodes=692
8.35/8.48	     nbRestartNogoods=4  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=14.32  nbIEliminables=0  nbDEliminables=0
8.35/8.48	     nbPEliminables=0
8.35/8.48	       =>  wckTime=4.861  cpuTime=4.71  mem=79M319
8.35/8.48	   
8.35/8.48	   global
8.35/8.48	     nbConstraintChecks=9565  nbPropagations=19646  nbRestartNogoods=4  solvingWckTime=4.862  solvingCpuTime=4.71
8.35/8.48	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.44  globalCpuTime=7.53
8.35/8.48	       =>  wckTime=8.24  cpuTime=7.49  mem=79M319
8.35/8.48	   
8.35/8.48	s SATISFIABLE
8.35/8.48	v 0 1171 73 416 439 424 240 95 192 332 983 811 583 1088 1252 564 472 899 1227 654 702 360 839 966 1029 779 1015 0 1046 1038 75 172 269 534 931 1053 618 895 439 1000 333 379 0 772 530 391 722 73 612 259 702 650 1004 955 472 855 553 1201 75 170 31 460 265 653 825 798 1043 1245 584 523 712 125 1210 363 1070 58 1092 966 167 0 647 358 734 1216 98 517 363 789 0 249 588 1125 492 1279 695 934 1070 862 443 162 1094 712 764 434 191 0 173 1046 246 650 811 460 553 153 95 290 964 436 385 895 511 349 580 443 285 802 335 379 512 428 311 168 618 663 70 1248 1042 764 0 227 703 877 1109 546 1151 487 826 944 0 511 98 385 236 261 1239 916 806 31 759 616 357 1033 1062 98 541 702 899 174 173 271 1167 824 482 973 626 487 0 453 476 1187 759 960 916 96 1072 1151 1109 612 689 839 355 887 192 424 0 1004 362 1029 520 290 887 95 1021 288 1254 663 584 191 125 541 144 0 727 452 798 856 1176 357 1049 1142 567 343 269 0 738 655 902 990 435 162 511 249 1245 1081 826 1112 969 96 1169 931 0 1151 868 667 172 1000 931 1204 587 1104 781 439 261 415 517 1053 831 335 1240 73 667 1187 0 896 1292 1033 191 740 724 577 616 1110 789 1260 360 271 973 435 95 502 264 450 993 1081 877 567 1176 0 740 756 510 655 1239 806 983 355 227 98 934 191 144 434 265 571 766 969 91 1130 1149 868 799 362 450 927 944 0 508 1033 784 703 361 1014 1241 825 335 156 702 929 993 899 534 288 437 882 265 728 91 0 972 626 182 1043 997 1149 941 738 879 588 91 551 577 361 269 1110 653 1088 0 807 759 460 1125 424 1042 1292 856 992 802 902 561 654 361 472 0 256 349 73 724 167 1216 492 437 252 1092 307 753 424 1223 929 1171 1290 722 1022 75 405 174 623 779 856 510 0 
8.35/8.48	d NODES 677
8.35/8.48	d CHECKS 9565
8.35/8.48	   
8.35/8.48	   totalWckTime=8.304  totalCpuTime=7.54

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-2096561-1247410386/watcher-2096561-1247410386 -o /tmp/evaluation-result-2096561-1247410386/solver-2096561-1247410386 -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-2096561-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.00 1.99 1.93 4/81 1316
/proc/meminfo: memFree=1753296/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=152 CPUtime=0
/proc/1316/stat : 1316 (java) R 1314 1316 31494 0 -1 0 205 0 0 0 0 0 0 0 21 0 1 0 28103607 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6550308 0 0 4096 0 0 0 0 17 0 0 0
/proc/1316/statm: 38 26 19 9 0 4 0

[startup+0.100147 s]
/proc/loadavg: 2.00 1.99 1.93 4/81 1316
/proc/meminfo: memFree=1753296/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=865984 CPUtime=0.09
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 3806 0 1 0 7 2 0 0 21 0 9 0 28103607 886767616 3257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 216496 3257 1718 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201163 s]
/proc/loadavg: 2.00 1.99 1.93 4/81 1316
/proc/meminfo: memFree=1753296/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=866144 CPUtime=0.19
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 4973 0 1 0 16 3 0 0 21 0 9 0 28103607 886931456 4390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 216536 4390 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301182 s]
/proc/loadavg: 2.00 1.99 1.93 4/81 1316
/proc/meminfo: memFree=1753296/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=866496 CPUtime=0.29
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 6120 0 1 0 26 3 0 0 21 0 9 0 28103607 887291904 5486 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 216624 5486 1987 9 0 211082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866496

[startup+0.701259 s]
/proc/loadavg: 2.00 1.99 1.93 4/81 1316
/proc/meminfo: memFree=1753296/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=867776 CPUtime=0.69
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 11882 0 1 0 63 6 0 0 21 0 9 0 28103607 888602624 11236 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 216944 11236 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50241 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1325
/proc/meminfo: memFree=1679944/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=867688 CPUtime=1.48
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 20988 0 1 0 127 21 0 0 21 0 9 0 28103607 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 216922 20317 2027 9 0 211380 0
[pid=1316/tid=1318] ppid=1314 vsize=867688 CPUtime=1.19
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 15816 0 1 0 101 18 0 0 25 0 9 0 28103608 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4126881715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1319] ppid=1314 vsize=867688 CPUtime=0.06
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 3765 0 0 0 5 1 0 0 17 0 9 0 28103609 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1320] ppid=1314 vsize=867688 CPUtime=0
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28103610 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1321] ppid=1314 vsize=867688 CPUtime=0
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28103610 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1322] ppid=1314 vsize=867688 CPUtime=0
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28103612 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=867688 CPUtime=0.2
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 706 0 0 0 20 0 0 0 16 0 9 0 28103612 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1324] ppid=1314 vsize=867688 CPUtime=0
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28103612 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=867688 CPUtime=0
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28103612 888512512 20317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867688

[startup+3.1027 s]
/proc/loadavg: 2.00 1.99 1.93 3/92 1329
/proc/meminfo: memFree=1678584/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=868012 CPUtime=3.06
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 27450 585 1 0 256 42 7 1 21 0 9 0 28103607 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217003 20380 2040 9 0 211461 0
[pid=1316/tid=1318] ppid=1314 vsize=868012 CPUtime=2.74
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 21916 585 1 0 227 39 7 1 16 0 9 0 28103608 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4127085895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=868012 CPUtime=0.14
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 3867 585 0 0 5 1 7 1 16 0 9 0 28103609 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1320] ppid=1314 vsize=868012 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 16 585 0 0 0 0 7 1 16 0 9 0 28103610 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1321] ppid=1314 vsize=868012 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 5 585 0 0 0 0 7 1 16 0 9 0 28103610 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1322] ppid=1314 vsize=868012 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=868012 CPUtime=0.3
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 840 585 0 0 22 0 7 1 15 0 9 0 28103612 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=868012 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=868012 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 10 585 0 0 0 0 7 1 15 0 9 0 28103612 888844288 20380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868012

[startup+6.30129 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1664960/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=869212 CPUtime=6.26
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 40267 585 1 0 573 45 7 1 21 0 9 0 28103607 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217303 24501 2662 9 0 211739 0
[pid=1316/tid=1318] ppid=1314 vsize=869212 CPUtime=5.7
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 25948 585 1 0 522 40 7 1 25 0 9 0 28103608 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4127226975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=869212 CPUtime=0.31
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 12522 585 0 0 21 2 7 1 16 0 9 0 28103609 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1320] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 20 585 0 0 0 0 7 1 17 0 9 0 28103610 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1321] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1322] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=869212 CPUtime=0.36
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 931 585 0 0 28 0 7 1 15 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 869212

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

[startup+6.40231 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1664960/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=869212 CPUtime=6.35
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 40285 585 1 0 582 45 7 1 21 0 9 0 28103607 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217303 24501 2662 9 0 211739 0
[pid=1316/tid=1318] ppid=1314 vsize=869212 CPUtime=5.8
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 25966 585 1 0 532 40 7 1 25 0 9 0 28103608 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4127226887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=869212 CPUtime=0.31
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 12522 585 0 0 21 2 7 1 16 0 9 0 28103609 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1320] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 20 585 0 0 0 0 7 1 17 0 9 0 28103610 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1321] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1322] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=869212 CPUtime=0.36
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 931 585 0 0 28 0 7 1 15 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103612 890073088 24501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 869212

[startup+7.20246 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1664960/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=869212 CPUtime=7.14
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 49591 585 1 0 659 47 7 1 21 0 9 0 28103607 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217303 31569 2662 9 0 211739 0
[pid=1316/tid=1318] ppid=1314 vsize=869212 CPUtime=6.51
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 28134 585 1 0 603 40 7 1 25 0 9 0 28103608 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=869212 CPUtime=0.37
/proc/1316/task/1319/stat : 1319 (java) R 1314 1316 31494 0 -1 64 19616 585 0 0 25 4 7 1 16 0 9 0 28103609 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 102546849 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1320] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1321] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1322] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=869212 CPUtime=0.38
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 975 585 0 0 30 0 7 1 16 0 9 0 28103612 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103612 890073088 31569 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 869212

[startup+8.00261 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1636672/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=869212 CPUtime=7.95
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 49606 585 1 0 739 48 7 1 21 0 9 0 28103607 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217303 31574 2662 9 0 211739 0
[pid=1316/tid=1318] ppid=1314 vsize=869212 CPUtime=7.28
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 28140 585 1 0 680 40 7 1 25 0 9 0 28103608 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4126467331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=869212 CPUtime=0.38
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 19616 585 0 0 26 4 7 1 16 0 9 0 28103609 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1320] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1321] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1322] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=869212 CPUtime=0.39
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 984 585 0 0 31 0 7 1 15 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 869212

[startup+8.40269 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1636672/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=869212 CPUtime=8.35
/proc/1316/stat : 1316 (java) S 1314 1316 31494 0 -1 0 49607 585 1 0 779 48 7 1 21 0 9 0 28103607 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1316/statm: 217303 31574 2662 9 0 211739 0
[pid=1316/tid=1318] ppid=1314 vsize=869212 CPUtime=7.68
/proc/1316/task/1318/stat : 1318 (java) R 1314 1316 31494 0 -1 64 28141 585 1 0 720 40 7 1 25 0 9 0 28103608 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4127217402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1319] ppid=1314 vsize=869212 CPUtime=0.39
/proc/1316/task/1319/stat : 1319 (java) S 1314 1316 31494 0 -1 64 19616 585 0 0 27 4 7 1 16 0 9 0 28103609 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1320] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1320/stat : 1320 (java) S 1314 1316 31494 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1321] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1321/stat : 1321 (java) S 1314 1316 31494 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28103610 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1322] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1322/stat : 1322 (java) S 1314 1316 31494 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1323] ppid=1314 vsize=869212 CPUtime=0.39
/proc/1316/task/1323/stat : 1323 (java) S 1314 1316 31494 0 -1 64 984 585 0 0 31 0 7 1 15 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1316/tid=1324] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1324/stat : 1324 (java) S 1314 1316 31494 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1316/tid=1325] ppid=1314 vsize=869212 CPUtime=0.08
/proc/1316/task/1325/stat : 1325 (java) S 1314 1316 31494 0 -1 64 41 585 0 0 0 0 7 1 15 0 9 0 28103612 890073088 31574 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 869212

[startup+8.5027 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 1329
/proc/meminfo: memFree=1636672/2055920 swapFree=4192812/4192956
[pid=1316] ppid=1314 vsize=0 CPUtime=8.43
/proc/1316/stat : 1316 (java) Z 1314 1316 31494 0 -1 12 49641 585 1 0 786 49 7 1 16 0 2 0 28103607 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.50571
CPU time (s): 8.45871
CPU user time (s): 7.94379
CPU system time (s): 0.514921
CPU usage (%): 99.4475
Max. virtual memory (cumulated for all children) (KiB): 870548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.94379
system time used= 0.514921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50226
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= 1821
involuntary context switches= 1967

runsolver used 0.009998 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 16:53:06
IDJOB=2096561
IDBENCH=56445
IDSOLVER=773
FILE ID=node82/2096561-1247410386
PBS_JOBID= 9510486
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= 86b24a9ba558d9e8e32f84b5d3fc0678
RANDOM SEED=1300339738

node82.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.265
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.265
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:       1753776 kB
Buffers:         36456 kB
Cached:         116204 kB
SwapCached:          0 kB
Active:         183304 kB
Inactive:        62188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         113316 kB
Slab:            41780 kB
Committed_AS:  1012576 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 16:53:15