Trace number 1074649

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 11.8362 11.9949

DiagnosticValue
CHECKS15015
NODES1867

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-0.xml
MD5SUM23a05b88381e0b0d602652448f9fdc61
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 benchmark9.30158
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1215
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 (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1074649-1215179206.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.38/0.40	   
0.38/0.40	   variables being loaded...
0.48/0.51	     nbVariables=400  nbDomainTypes=400  minDomainSize=1117  maxDomainSize=1215  nbTotalValues=467452
0.48/0.51	       =>  wckTime=0.255  cpuTime=0.17  mem=18M651
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
3.25/3.31	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.25/3.31	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.242  symmetryCpuTime=1.09
3.25/3.31	     nbCliques=20
3.25/3.31	       =>  wckTime=3.059  cpuTime=2.62  mem=58M102
3.44/3.50	   
3.44/3.50	   solver IterativeSystematicSolver being built... 
3.44/3.57	   
3.44/3.57	   INFO : Forward propagation technique limited 
3.54/3.66	       =>  wckTime=3.408  cpuTime=2.76  mem=53M973
3.64/3.72	   
3.64/3.72	   preprocessing
3.64/3.72	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.64/3.72	     detectedInconsistency=no
3.64/3.72	       =>  wckTime=0.043  cpuTime=0.05  mem=55M909
8.59/8.78	   
8.59/8.78	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=558, mem=64M560)
11.75/11.93	   
11.75/11.93	   search
11.75/11.93	     run=6  nbConstraintChecks=15015  minDepth=158  maxDepth=400  nbPropagations=151710  nbRevisions=0
11.75/11.93	     nbUselessRevisions=0  nbAssignments=1867  nbFailedAssignments=282  nbBacktracks=9  nbVisitedNodes=2159
11.75/11.93	     nbRestartNogoods=120  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=18.73  nbIEliminables=0
11.75/11.93	     nbDEliminables=0  nbPEliminables=0
11.75/11.93	       =>  wckTime=8.247  cpuTime=7.99  mem=82M347
11.75/11.93	   
11.75/11.93	   global
11.75/11.93	     nbConstraintChecks=15015  nbPropagations=152110  nbRestartNogoods=120  solvingWckTime=8.249  solvingCpuTime=7.99
11.75/11.93	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.7  globalCpuTime=10.8
11.75/11.93	       =>  wckTime=11.675  cpuTime=10.76  mem=82M347
11.75/11.93	   
11.75/11.93	s SATISFIABLE
11.75/11.93	v 644 730 693 565 872 268 197 483 912 828 548 398 98 969 0 1070 888 904 788 332 41 677 543 1002 1139 14 0 478 810 264 84 398 889 1057 166 340 604 767 8 742 1083 484 604 1041 190 286 922 1165 810 83 388 1073 0 362 103 853 724 614 441 534 47 419 282 590 1073 449 164 699 65 768 102 119 72 888 945 183 1057 0 600 376 593 730 221 795 928 274 1109 890 137 672 644 426 488 553 54 543 903 369 0 1042 280 374 456 8 58 1079 350 91 637 160 949 542 892 0 849 70 767 1116 725 530 1019 97 105 0 388 559 585 626 1117 853 463 1099 962 102 183 759 581 286 158 350 990 332 725 260 792 478 475 426 37 1083 614 567 119 17 663 943 872 910 530 592 84 475 164 614 639 272 809 714 837 678 352 372 517 210 792 0 440 1025 184 934 795 308 76 175 875 84 691 62 1009 533 928 391 89 547 256 892 0 448 1130 739 924 308 919 211 488 955 705 825 794 736 411 641 137 844 0 859 543 1017 1116 565 714 553 934 323 362 739 398 663 642 1026 182 482 1094 795 241 208 98 0 837 889 99 463 1037 1106 667 183 567 1057 264 964 317 14 787 601 693 0 875 553 817 400 849 768 796 376 449 553 211 323 918 0 397 1167 486 457 644 90 425 1033 711 691 601 796 962 190 539 105 1087 1130 91 663 391 0 388 486 1041 881 286 37 383 719 1037 70 881 762 565 242 457 160 1116 844 0 340 105 404 924 721 663 1122 482 956 1042 631 1018 391 956 197 983 1057 903 369 534 644 781 454 600 99 840 287 0 719 62 404 183 1122 642 282 0 90 1010 483 66 1026 712 812 510 308 559 934 33 881 628 1087 98 364 705 454 284 0 86 164 548 592 973 811 782 268 722 383 305 872 1116 105 274 606 667 534 721 1071 1009 910 184 8 788 281 964 41 287 374 456 0 
11.75/11.93	d NODES 1867
11.75/11.93	d CHECKS 15015
11.75/11.93	   
11.75/11.93	   totalWckTime=11.745  totalCpuTime=10.8

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074649-1215179206/watcher-1074649-1215179206 -o /tmp/evaluation-result-1074649-1215179206/solver-1074649-1215179206 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1074649-1215179206.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27054
/proc/meminfo: memFree=1555688/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=18572 CPUtime=0
/proc/27054/stat : 27054 (runsolver) R 27052 27054 25770 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1996893068 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27054/statm: 4643 292 257 25 0 2626 0

[startup+0.0881651 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27054
/proc/meminfo: memFree=1555688/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=865884 CPUtime=0.07
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 3611 0 1 0 5 2 0 0 18 0 9 0 1996893068 886665216 3099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216471 3099 1663 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101167 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27054
/proc/meminfo: memFree=1555688/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=865884 CPUtime=0.08
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 3747 0 1 0 6 2 0 0 18 0 9 0 1996893068 886665216 3207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216471 3207 1702 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301182 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27054
/proc/meminfo: memFree=1555688/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=866284 CPUtime=0.28
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 5816 0 1 0 24 4 0 0 18 0 9 0 1996893068 887074816 5190 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216571 5190 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701221 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27054
/proc/meminfo: memFree=1555688/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=867708 CPUtime=0.68
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 10839 0 1 0 61 7 0 0 18 0 9 0 1996893068 888532992 10199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216927 10199 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50229 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27063
/proc/meminfo: memFree=1504352/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=867620 CPUtime=1.47
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 20652 0 1 0 128 19 0 0 18 0 9 0 1996893068 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216905 19987 2004 9 0 211433 0
[pid=27054/tid=27056] ppid=27052 vsize=867620 CPUtime=1.15
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 15767 0 1 0 99 16 0 0 25 0 9 0 1996893070 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 101444308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=867620 CPUtime=0.07
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 3493 0 0 0 6 1 0 0 16 0 9 0 1996893071 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=867620 CPUtime=0
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996893071 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=867620 CPUtime=0
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996893071 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=867620 CPUtime=0
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996893073 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=867620 CPUtime=0.23
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 696 0 0 0 22 1 0 0 16 0 9 0 1996893073 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=867620 CPUtime=0
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996893073 888442880 19987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=867620 CPUtime=0
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996893073 888442880 19987 996147200 134512640 134550740 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) 867620

[startup+3.10243 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27063
/proc/meminfo: memFree=1483104/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=867944 CPUtime=3.05
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 26594 584 1 0 251 46 7 1 18 0 9 0 1996893068 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 216986 20048 2014 9 0 211514 0
[pid=27054/tid=27056] ppid=27052 vsize=867944 CPUtime=2.69
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 21443 584 1 0 219 42 7 1 25 0 9 0 1996893070 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4127048255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=867944 CPUtime=0.15
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 3493 584 0 0 6 1 7 1 16 0 9 0 1996893071 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=867944 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 13 584 0 0 0 0 7 1 16 0 9 0 1996893071 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=867944 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 5 584 0 0 0 0 7 1 16 0 9 0 1996893071 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=867944 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=867944 CPUtime=0.33
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 830 584 0 0 24 1 7 1 15 0 9 0 1996893073 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=867944 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=867944 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 7 584 0 0 0 0 7 1 15 0 9 0 1996893073 888774656 20048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867944

[startup+6.30172 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27067
/proc/meminfo: memFree=1469024/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=868088 CPUtime=6.21
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 41125 584 1 0 562 51 7 1 18 0 9 0 1996893068 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 217022 24104 2637 9 0 211528 0
[pid=27054/tid=27056] ppid=27052 vsize=868088 CPUtime=5.61
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 27554 584 1 0 509 44 7 1 25 0 9 0 1996893070 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4126728562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=868088 CPUtime=0.32
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 11756 584 0 0 22 2 7 1 17 0 9 0 1996893071 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 17 584 0 0 0 0 7 1 17 0 9 0 1996893071 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=868088 CPUtime=0.39
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 948 584 0 0 30 1 7 1 16 0 9 0 1996893073 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888922112 24104 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 38 584 0 0 0 0 7 1 15 0 9 0 1996893073 888922112 24104 996147200 134512640 134550740 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) 868088

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

[startup+9.50301 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27067
/proc/meminfo: memFree=1442720/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=868088 CPUtime=9.38
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 48482 584 1 0 876 54 7 1 18 0 9 0 1996893068 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 217022 30648 2637 9 0 211528 0
[pid=27054/tid=27056] ppid=27052 vsize=868088 CPUtime=8.66
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 28297 584 1 0 814 44 7 1 25 0 9 0 1996893070 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4127043210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=868088 CPUtime=0.42
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 18336 584 0 0 28 6 7 1 16 0 9 0 1996893071 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 17 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=868088 CPUtime=0.41
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 982 584 0 0 32 1 7 1 16 0 9 0 1996893073 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888922112 30648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 38 584 0 0 0 0 7 1 15 0 9 0 1996893073 888922112 30648 996147200 134512640 134550740 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) 868088

[startup+11.1022 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27067
/proc/meminfo: memFree=1442656/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=868088 CPUtime=10.96
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 48488 584 1 0 1034 54 7 1 18 0 9 0 1996893068 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 217022 30650 2637 9 0 211528 0
[pid=27054/tid=27056] ppid=27052 vsize=868088 CPUtime=10.23
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 28301 584 1 0 971 44 7 1 25 0 9 0 1996893070 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4127169039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=868088 CPUtime=0.44
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 18336 584 0 0 30 6 7 1 16 0 9 0 1996893071 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 17 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=868088 CPUtime=0.41
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 984 584 0 0 32 1 7 1 16 0 9 0 1996893073 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 38 584 0 0 0 0 7 1 15 0 9 0 1996893073 888922112 30650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 868088

[startup+11.5022 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27067
/proc/meminfo: memFree=1442656/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=868088 CPUtime=11.36
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 48492 584 1 0 1074 54 7 1 18 0 9 0 1996893068 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 217022 30653 2637 9 0 211528 0
[pid=27054/tid=27056] ppid=27052 vsize=868088 CPUtime=10.61
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 28302 584 1 0 1009 44 7 1 25 0 9 0 1996893070 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4126644824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=868088 CPUtime=0.44
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 18336 584 0 0 30 6 7 1 16 0 9 0 1996893071 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 17 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=868088 CPUtime=0.42
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 987 584 0 0 33 1 7 1 15 0 9 0 1996893073 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 38 584 0 0 0 0 7 1 15 0 9 0 1996893073 888922112 30653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 868088

[startup+11.9022 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 27067
/proc/meminfo: memFree=1442656/2055920 swapFree=4179776/4192956
[pid=27054] ppid=27052 vsize=868088 CPUtime=11.75
/proc/27054/stat : 27054 (java) S 27052 27054 25770 0 -1 0 48501 584 1 0 1113 54 7 1 18 0 9 0 1996893068 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27054/statm: 217022 30661 2637 9 0 211528 0
[pid=27054/tid=27056] ppid=27052 vsize=868088 CPUtime=11
/proc/27054/task/27056/stat : 27056 (java) R 27052 27054 25770 0 -1 64 28306 584 1 0 1048 44 7 1 25 0 9 0 1996893070 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4127244745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27057] ppid=27052 vsize=868088 CPUtime=0.44
/proc/27054/task/27057/stat : 27057 (java) S 27052 27054 25770 0 -1 64 18336 584 0 0 30 6 7 1 16 0 9 0 1996893071 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27058] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27058/stat : 27058 (java) S 27052 27054 25770 0 -1 64 17 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27059] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27059/stat : 27059 (java) S 27052 27054 25770 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 1996893071 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27060] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27060/stat : 27060 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 18 0 9 0 1996893073 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27061] ppid=27052 vsize=868088 CPUtime=0.43
/proc/27054/task/27061/stat : 27061 (java) S 27052 27054 25770 0 -1 64 992 584 0 0 34 1 7 1 16 0 9 0 1996893073 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27062] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27062/stat : 27062 (java) S 27052 27054 25770 0 -1 64 1 584 0 0 0 0 7 1 19 0 9 0 1996893073 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27054/tid=27063] ppid=27052 vsize=868088 CPUtime=0.08
/proc/27054/task/27063/stat : 27063 (java) S 27052 27054 25770 0 -1 64 38 584 0 0 0 0 7 1 15 0 9 0 1996893073 888922112 30661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 868088

Child status: 0
Real time (s): 11.9949
CPU time (s): 11.8362
CPU user time (s): 11.2513
CPU system time (s): 0.584911
CPU usage (%): 98.6769
Max. virtual memory (cumulated for all children) (KiB): 868112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2513
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49118
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= 2030
involuntary context switches= 2331

runsolver used 0.018997 second user time and 0.050992 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 15:46:46
IDJOB=1074649
IDBENCH=56426
IDSOLVER=363
FILE ID=node43/1074649-1215179206
PBS_JOBID= 7881524
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-0.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074649-1215179206/watcher-1074649-1215179206 -o /tmp/evaluation-result-1074649-1215179206/solver-1074649-1215179206 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1074649-1215179206.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23a05b88381e0b0d602652448f9fdc61
RANDOM SEED=1690992569

node43.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.230
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.230
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:       1556104 kB
Buffers:         54056 kB
Cached:         204164 kB
SwapCached:       7048 kB
Active:         358952 kB
Inactive:        81172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556104 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         197960 kB
Slab:            44332 kB
Committed_AS:  4007500 kB
PageTables:       2280 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= 66504 MiB
End job on node43 at 2008-07-04 15:46:58