Trace number 1060168

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 9.8775 9.97305

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.07/0.09	
0.07/0.09	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-1060168-1215126012.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.45	     nbVariables=225  nbDomainTypes=225  minDomainSize=859  maxDomainSize=957  nbTotalValues=204065
0.38/0.45	       =>  wckTime=0.191  cpuTime=0.14  mem=12M752
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
1.66/1.77	     nbConstraints=3165  nbGlobalConstraints=3165  nbSharedBinaryRepresentations=0  minDegree=29  maxDegree=29
1.66/1.77	     minArity=2  avgArity=2.06  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.488  symmetryCpuTime=0.41
1.66/1.77	     nbCliques=15
1.66/1.77	       =>  wckTime=1.518  cpuTime=1.24  mem=46M18
1.86/1.91	   
1.86/1.91	   solver IterativeSystematicSolver being built... 
1.86/1.98	   
1.86/1.98	   INFO : Forward propagation technique limited 
1.97/2.06	       =>  wckTime=1.805  cpuTime=1.36  mem=35M310
2.06/2.10	   
2.06/2.10	   preprocessing
2.06/2.10	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.06/2.10	     detectedInconsistency=no
2.06/2.10	       =>  wckTime=0.034  cpuTime=0.01  mem=36M262
7.63/7.71	   
7.63/7.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=54M730)
9.83/9.91	   
9.83/9.91	   search
9.83/9.91	     run=13  nbConstraintChecks=238832  minDepth=226  maxDepth=225  nbPropagations=352620  nbRevisions=0
9.83/9.91	     nbUselessRevisions=0  nbAssignments=5945  nbFailedAssignments=3865  nbInferredBacktracks=1  nbBacktracks=215
9.83/9.91	     nbVisitedNodes=10008  nbRestartNogoods=503  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=12.19
9.83/9.91	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
9.83/9.91	       =>  wckTime=7.843  cpuTime=7.59  mem=59M243
9.83/9.92	   
9.83/9.92	   global
9.83/9.92	     nbConstraintChecks=238832  nbPropagations=352845  nbRestartNogoods=503  solvingWckTime=7.846  solvingCpuTime=7.59
9.83/9.92	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.94  globalCpuTime=9.0
9.83/9.92	       =>  wckTime=9.66  cpuTime=8.96  mem=59M243
9.83/9.92	   
9.83/9.92	s SATISFIABLE
9.83/9.92	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.83/9.92	d NODES 5945
9.83/9.92	d CHECKS 238832
9.83/9.92	   
9.83/9.92	   totalWckTime=9.729  totalCpuTime=9.01

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-1060168-1215126012/watcher-1060168-1215126012 -o /tmp/evaluation-result-1060168-1215126012/solver-1060168-1215126012 -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-1060168-1215126012.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: 1.49 1.12 1.11 3/72 17527
/proc/meminfo: memFree=1620860/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=18572 CPUtime=0
/proc/17527/stat : 17527 (runsolver) R 17525 17527 16028 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1991574136 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 240907775271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17527/statm: 4643 292 257 25 0 2626 0

[startup+0.0880249 s]
/proc/loadavg: 1.49 1.12 1.11 3/72 17527
/proc/meminfo: memFree=1620860/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=865856 CPUtime=0.07
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 3588 0 1 0 5 2 0 0 18 0 9 0 1991574136 886636544 3076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 216464 3076 1647 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101003 s]
/proc/loadavg: 1.49 1.12 1.11 3/72 17527
/proc/meminfo: memFree=1620860/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=865884 CPUtime=0.08
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 1991574136 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302022 s]
/proc/loadavg: 1.49 1.12 1.11 3/72 17527
/proc/meminfo: memFree=1620860/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=866284 CPUtime=0.28
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 5814 0 1 0 25 3 0 0 18 0 9 0 1991574136 887074816 5188 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 216571 5188 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701064 s]
/proc/loadavg: 1.49 1.12 1.11 3/72 17527
/proc/meminfo: memFree=1620860/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=867676 CPUtime=0.68
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 9693 0 1 0 62 6 0 0 18 0 9 0 1991574136 888500224 9053 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 216919 9053 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50114 s]
/proc/loadavg: 1.49 1.12 1.11 3/81 17536
/proc/meminfo: memFree=1580852/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868324 CPUtime=1.47
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 16908 440 1 0 122 22 2 1 18 0 9 0 1991574136 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217081 15205 2023 9 0 211587 0
[pid=17527/tid=17529] ppid=17525 vsize=868324 CPUtime=1.19
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 15251 440 1 0 97 19 2 1 22 0 9 0 1991574137 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4127041566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 5 440 0 0 0 0 2 1 17 0 9 0 1991574139 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 10 440 0 0 0 0 2 1 19 0 9 0 1991574139 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 4 440 0 0 0 0 2 1 20 0 9 0 1991574139 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868324 CPUtime=0.27
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 817 440 0 0 24 0 2 1 15 0 9 0 1991574141 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889163776 15205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868324 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 6 440 0 0 0 0 2 1 15 0 9 0 1991574141 889163776 15205 996147200 134512640 134550740 4294955984 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) 868324

[startup+3.1023 s]
/proc/loadavg: 1.53 1.14 1.11 3/81 17540
/proc/meminfo: memFree=1556788/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=3.05
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 31494 440 1 0 277 25 2 1 18 0 9 0 1991574136 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 18722 2633 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=2.58
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 21359 440 1 0 234 21 2 1 25 0 9 0 1991574137 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4126667160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.14
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 8368 440 0 0 10 1 2 1 17 0 9 0 1991574139 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 17 0 9 0 1991574139 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.34
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 916 440 0 0 31 0 2 1 15 0 9 0 1991574141 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 18722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 6 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 18722 996147200 134512640 134550740 4294955984 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) 868424

[startup+6.30262 s]
/proc/loadavg: 1.53 1.14 1.11 3/81 17540
/proc/meminfo: memFree=1528500/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=6.24
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 38696 440 1 0 593 28 2 1 18 0 9 0 1991574136 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 25736 2637 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=5.63
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 22517 440 1 0 539 21 2 1 25 0 9 0 1991574137 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4127156221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.24
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 14339 440 0 0 17 4 2 1 16 0 9 0 1991574139 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.4
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 958 440 0 0 36 1 2 1 15 0 9 0 1991574141 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 25736 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868424

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

[startup+7.90178 s]
/proc/loadavg: 1.56 1.15 1.12 3/81 17540
/proc/meminfo: memFree=1525876/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=7.83
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 39155 440 1 0 752 28 2 1 18 0 9 0 1991574136 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 26191 2637 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=7.19
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 22520 440 1 0 695 21 2 1 25 0 9 0 1991574137 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4127142363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.25
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 14791 440 0 0 18 4 2 1 16 0 9 0 1991574139 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.41
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 962 440 0 0 37 1 2 1 16 0 9 0 1991574141 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 26191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 868424

[startup+8.70186 s]
/proc/loadavg: 1.56 1.15 1.12 3/81 17540
/proc/meminfo: memFree=1522228/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=8.63
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 40066 440 1 0 831 29 2 1 18 0 9 0 1991574136 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 27100 2637 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=7.98
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 22522 440 1 0 774 21 2 1 25 0 9 0 1991574137 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4126667160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.26
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 15699 440 0 0 19 4 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.41
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 963 440 0 0 37 1 2 1 15 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 868424

[startup+9.50194 s]
/proc/loadavg: 1.56 1.15 1.12 3/81 17540
/proc/meminfo: memFree=1522228/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=9.43
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 40066 440 1 0 911 29 2 1 18 0 9 0 1991574136 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 27100 2637 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=8.78
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 22522 440 1 0 854 21 2 1 25 0 9 0 1991574137 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.26
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 15699 440 0 0 19 4 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.41
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 963 440 0 0 37 1 2 1 16 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 27100 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 868424

[startup+9.90698 s]
/proc/loadavg: 1.56 1.15 1.12 3/81 17540
/proc/meminfo: memFree=1522164/2055920 swapFree=4179028/4192956
[pid=17527] ppid=17525 vsize=868424 CPUtime=9.83
/proc/17527/stat : 17527 (java) S 17525 17527 16028 0 -1 0 40074 440 1 0 951 29 2 1 18 0 9 0 1991574136 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17527/statm: 217106 27104 2637 9 0 211612 0
[pid=17527/tid=17529] ppid=17525 vsize=868424 CPUtime=9.17
/proc/17527/task/17529/stat : 17529 (java) R 17525 17527 16028 0 -1 64 22529 440 1 0 893 21 2 1 25 0 9 0 1991574137 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4127228921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17530] ppid=17525 vsize=868424 CPUtime=0.26
/proc/17527/task/17530/stat : 17530 (java) S 17525 17527 16028 0 -1 64 15699 440 0 0 19 4 2 1 17 0 9 0 1991574139 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17531] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17531/stat : 17531 (java) S 17525 17527 16028 0 -1 64 16 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17532] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17532/stat : 17532 (java) S 17525 17527 16028 0 -1 64 14 440 0 0 0 0 2 1 16 0 9 0 1991574139 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17533] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17533/stat : 17533 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 18 0 9 0 1991574141 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17534] ppid=17525 vsize=868424 CPUtime=0.41
/proc/17527/task/17534/stat : 17534 (java) S 17525 17527 16028 0 -1 64 964 440 0 0 37 1 2 1 15 0 9 0 1991574141 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17535] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17535/stat : 17535 (java) S 17525 17527 16028 0 -1 64 1 440 0 0 0 0 2 1 19 0 9 0 1991574141 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17527/tid=17536] ppid=17525 vsize=868424 CPUtime=0.03
/proc/17527/task/17536/stat : 17536 (java) S 17525 17527 16028 0 -1 64 37 440 0 0 0 0 2 1 15 0 9 0 1991574141 889266176 27104 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 9.97305
CPU time (s): 9.8775
CPU user time (s): 9.55555
CPU system time (s): 0.321951
CPU usage (%): 99.0419
Max. virtual memory (cumulated for all children) (KiB): 868460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.55555
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40545
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= 2046
involuntary context switches= 2206

runsolver used 0.024996 second user time and 0.033994 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 01:00:12
IDJOB=1060168
IDBENCH=54410
IDSOLVER=363
FILE ID=node36/1060168-1215126012
PBS_JOBID= 7877132
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060168-1215126012/watcher-1060168-1215126012 -o /tmp/evaluation-result-1060168-1215126012/solver-1060168-1215126012 -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-1060168-1215126012.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09005a04dc5c1739caa9ba602a098243
RANDOM SEED=343534098

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1621340 kB
Buffers:         52264 kB
Cached:         292044 kB
SwapCached:       7932 kB
Active:         175640 kB
Inactive:       192976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621340 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          31748 kB
Slab:            51472 kB
Committed_AS:  3199432 kB
PageTables:       1684 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= 66544 MiB
End job on node36 at 2008-07-04 01:00:22