Trace number 1060169

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 9.14461 9.16968

DiagnosticValue
CHECKS238832
NODES5945

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-1.xml
MD5SUM09005a04dc5c1739caa9ba602a098243
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 benchmark1.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size957
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1060169-1215126014.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.42	     nbVariables=225  nbDomainTypes=225  minDomainSize=859  maxDomainSize=957  nbTotalValues=204065
0.39/0.42	       =>  wckTime=0.178  cpuTime=0.13  mem=12M752
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
1.57/1.65	     nbConstraints=3165  nbGlobalConstraints=3165  nbSharedBinaryRepresentations=0  minDegree=29  maxDegree=29
1.57/1.65	     minArity=2  avgArity=2.06  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.453  symmetryCpuTime=0.37
1.57/1.65	     nbCliques=15
1.57/1.65	       =>  wckTime=1.411  cpuTime=1.15  mem=46M18
1.68/1.77	   
1.68/1.77	   solver IterativeSystematicSolver being built... 
1.77/1.84	   
1.77/1.84	   INFO : Forward propagation technique limited 
1.87/1.91	       =>  wckTime=1.675  cpuTime=1.27  mem=35M310
1.87/1.95	   
1.87/1.95	   preprocessing
1.87/1.95	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.87/1.95	     detectedInconsistency=no
1.87/1.95	       =>  wckTime=0.026  cpuTime=0.02  mem=36M262
7.07/7.12	   
7.07/7.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=54M730)
9.07/9.13	   
9.07/9.13	   search
9.07/9.13	     run=13  nbConstraintChecks=238832  minDepth=226  maxDepth=225  nbPropagations=352620  nbRevisions=0
9.07/9.13	     nbUselessRevisions=0  nbAssignments=5945  nbFailedAssignments=3865  nbInferredBacktracks=1  nbBacktracks=215
9.07/9.13	     nbVisitedNodes=10008  nbRestartNogoods=503  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=12.19
9.07/9.13	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
9.07/9.13	       =>  wckTime=7.207  cpuTime=7.01  mem=59M243
9.07/9.13	   
9.07/9.13	   global
9.07/9.13	     nbConstraintChecks=238832  nbPropagations=352845  nbRestartNogoods=503  solvingWckTime=7.21  solvingCpuTime=7.02
9.07/9.13	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.27  globalCpuTime=8.34
9.07/9.13	       =>  wckTime=8.894  cpuTime=8.3  mem=59M243
9.07/9.13	   
9.07/9.13	s SATISFIABLE
9.07/9.13	v 869 0 635 46 705 352 150 67 246 395 311 772 543 476 844 85 879 563 608 734 142 0 822 423 176 517 697 240 352 321 77 0 697 213 475 423 785 299 152 352 539 508 841 172 208 176 299 265 672 117 150 353 703 555 0 469 810 900 755 377 16 123 705 46 294 73 0 494 637 388 213 176 758 353 791 268 777 672 602 171 87 494 445 540 476 352 0 810 846 398 308 319 709 376 459 173 0 222 73 293 152 775 90 637 539 393 294 838 785 125 213 584 116 0 752 76 485 868 98 679 798 749 63 118 706 213 455 311 37 377 873 734 538 827 575 475 242 722 147 543 393 368 321 90 844 388 353 0 794 637 891 240 699 621 353 294 32 172 852 563 426 176 516 67 0 0 770 58 794 544 854 395 516 755 679 125 634 299 455 222 0 672 446 590 398 777 187 265 854 89 637 508 350 444 741 555 506 0 118 835 153 32 259 709 76 370 123 584 319 758 563 259 87 879 308 173 399 664 722 614 76 819 775 37 0 
9.07/9.13	d NODES 5945
9.07/9.13	d CHECKS 238832
9.07/9.13	   
9.07/9.13	   totalWckTime=8.958  totalCpuTime=8.34

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-1060169-1215126014/watcher-1060169-1215126014 -o /tmp/evaluation-result-1060169-1215126014/solver-1060169-1215126014 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1060169-1215126014.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.07 1.77 1.40 4/81 25293
/proc/meminfo: memFree=1588304/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=152 CPUtime=0
/proc/25293/stat : 25293 (java) R 25291 25293 23396 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 997005997 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 0 0 0
/proc/25293/statm: 50 33 26 9 0 4 0

[startup+0.0141349 s]
/proc/loadavg: 2.07 1.77 1.40 4/81 25293
/proc/meminfo: memFree=1588304/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=44480 CPUtime=0
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 918 0 1 0 0 0 0 0 18 0 2 0 997005997 45547520 667 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 214778 673 366 9 0 213176 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44480

[startup+0.10214 s]
/proc/loadavg: 2.07 1.77 1.40 4/81 25293
/proc/meminfo: memFree=1588304/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=865884 CPUtime=0.09
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 3796 0 1 0 7 2 0 0 18 0 9 0 997005997 886665216 3247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 216471 3247 1720 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30216 s]
/proc/loadavg: 2.07 1.77 1.40 4/81 25293
/proc/meminfo: memFree=1588304/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=866400 CPUtime=0.29
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 6048 0 1 0 25 4 0 0 18 0 9 0 997005997 887193600 5422 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 216600 5422 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.702205 s]
/proc/loadavg: 2.07 1.77 1.40 4/81 25293
/proc/meminfo: memFree=1588304/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=867636 CPUtime=0.69
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 10330 0 1 0 63 6 0 0 18 0 9 0 997005997 888459264 9690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 216909 9691 2011 9 0 211415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867636

[startup+1.50128 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25302
/proc/meminfo: memFree=1546568/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=867960 CPUtime=1.47
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 17868 440 1 0 124 20 2 1 18 0 9 0 997005997 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 216990 15222 2023 9 0 211496 0
[pid=25293/tid=25295] ppid=25291 vsize=867960 CPUtime=1.23
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 16206 440 1 0 102 18 2 1 18 0 9 0 997005997 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4127044274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 5 440 0 0 0 0 2 1 16 0 9 0 997005999 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 10 440 0 0 0 0 2 1 22 0 9 0 997005999 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 4 440 0 0 0 0 2 1 23 0 9 0 997005999 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=867960 CPUtime=0.25
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 827 440 0 0 22 0 2 1 15 0 9 0 997006001 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=867960 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 9 440 0 0 0 0 2 1 15 0 9 0 997006001 888791040 15222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867960

[startup+3.10145 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25306
/proc/meminfo: memFree=1524104/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=868100 CPUtime=3.07
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 35697 440 1 0 279 25 2 1 18 0 9 0 997005997 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 217025 22801 2637 9 0 211531 0
[pid=25293/tid=25295] ppid=25291 vsize=868100 CPUtime=2.59
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 22496 440 1 0 236 20 2 1 25 0 9 0 997005997 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4127155317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=868100 CPUtime=0.17
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 11426 440 0 0 11 3 2 1 16 0 9 0 997005999 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 13 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=868100 CPUtime=0.35
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 929 440 0 0 31 1 2 1 15 0 9 0 997006001 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 9 440 0 0 0 0 2 1 15 0 9 0 997006001 888934400 22801 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868100

[startup+6.30278 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25306
/proc/meminfo: memFree=1495944/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=868100 CPUtime=6.28
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 38987 440 1 0 598 27 2 1 18 0 9 0 997005997 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 217025 26021 2637 9 0 211531 0
[pid=25293/tid=25295] ppid=25291 vsize=868100 CPUtime=5.71
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 22507 440 1 0 548 20 2 1 25 0 9 0 997005997 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4127230164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=868100 CPUtime=0.22
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 14629 440 0 0 15 4 2 1 16 0 9 0 997005999 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 13 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=868100 CPUtime=0.37
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 977 440 0 0 33 1 2 1 15 0 9 0 997006001 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 997006001 888934400 26021 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868100

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

[startup+7.90295 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25306
/proc/meminfo: memFree=1489800/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=868100 CPUtime=7.87
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 40067 440 1 0 757 27 2 1 18 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 217025 27097 2637 9 0 211531 0
[pid=25293/tid=25295] ppid=25291 vsize=868100 CPUtime=7.29
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 22510 440 1 0 706 20 2 1 25 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4127169511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=868100 CPUtime=0.23
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 15702 440 0 0 16 4 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 13 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=868100 CPUtime=0.38
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 981 440 0 0 34 1 2 1 16 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 868100

[startup+8.70203 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25306
/proc/meminfo: memFree=1489800/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=868100 CPUtime=8.67
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 40068 440 1 0 837 27 2 1 18 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 217025 27097 2637 9 0 211531 0
[pid=25293/tid=25295] ppid=25291 vsize=868100 CPUtime=8.08
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 22511 440 1 0 785 20 2 1 25 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4127155317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=868100 CPUtime=0.24
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 15702 440 0 0 17 4 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 13 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=868100 CPUtime=0.38
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 981 440 0 0 34 1 2 1 16 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 868100

[startup+9.10207 s]
/proc/loadavg: 2.06 1.77 1.40 3/90 25306
/proc/meminfo: memFree=1489800/2055920 swapFree=4180884/4192956
[pid=25293] ppid=25291 vsize=868100 CPUtime=9.07
/proc/25293/stat : 25293 (java) S 25291 25293 23396 0 -1 0 40069 440 1 0 877 27 2 1 18 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25293/statm: 217025 27097 2637 9 0 211531 0
[pid=25293/tid=25295] ppid=25291 vsize=868100 CPUtime=8.48
/proc/25293/task/25295/stat : 25295 (java) R 25291 25293 23396 0 -1 64 22512 440 1 0 825 20 2 1 25 0 9 0 997005997 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4127147944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25296] ppid=25291 vsize=868100 CPUtime=0.24
/proc/25293/task/25296/stat : 25296 (java) S 25291 25293 23396 0 -1 64 15702 440 0 0 17 4 2 1 17 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25297] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25297/stat : 25297 (java) S 25291 25293 23396 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25298] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25298/stat : 25298 (java) S 25291 25293 23396 0 -1 64 13 440 0 0 0 0 2 1 16 0 9 0 997005999 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25299] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25299/stat : 25299 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 24 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25300] ppid=25291 vsize=868100 CPUtime=0.38
/proc/25293/task/25300/stat : 25300 (java) S 25291 25293 23396 0 -1 64 981 440 0 0 34 1 2 1 16 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25301] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25301/stat : 25301 (java) S 25291 25293 23396 0 -1 64 1 440 0 0 0 0 2 1 25 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25293/tid=25302] ppid=25291 vsize=868100 CPUtime=0.03
/proc/25293/task/25302/stat : 25302 (java) S 25291 25293 23396 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 997006001 888934400 27097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 9.16968
CPU time (s): 9.14461
CPU user time (s): 8.83866
CPU system time (s): 0.305953
CPU usage (%): 99.7266
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83866
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40548
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= 2015
involuntary context switches= 2087

runsolver used 0.009998 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 01:00:14
IDJOB=1060169
IDBENCH=54410
IDSOLVER=364
FILE ID=node2/1060169-1215126014
PBS_JOBID= 7877199
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060169-1215126014/watcher-1060169-1215126014 -o /tmp/evaluation-result-1060169-1215126014/solver-1060169-1215126014 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1060169-1215126014.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09005a04dc5c1739caa9ba602a098243
RANDOM SEED=199466478

node2.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.236
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.236
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:       1588784 kB
Buffers:         71096 kB
Cached:         279588 kB
SwapCached:       5908 kB
Active:         238116 kB
Inactive:       161468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588784 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:          62652 kB
Slab:            52332 kB
Committed_AS:  2248116 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-04 01:00:23