Trace number 233475

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, and are wall clock time (not CPU 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 109 ACSAT 82.8884 83.7125

DiagnosticValue
CHECKS194031399
NODES1275

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-3.xml
MD5SUM0951552dc3a9f6a35af8698628e348b6
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 benchmark0.792878
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size946
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/233475-1168081376/unknown.xml
0.36	   
0.36	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.46	     nbVariables=225  nbDomainTypes=225  minDomainSize=848  maxDomainSize=946
0.46	       =>  wckTime=0.162  cpuTime=0.13  mem=12M765
0.46	   
0.46	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
4.48	   
4.48	   INFO : Stopping converting binary constraints (cpu=4.08, mem = 39M112)
5.01	     nbConstraints=3150  nbConvertedConstraints=19  nbConvertConstraintsChecks=15306848  nbExtensionStructures=19
5.01	     nbSharedExtensionStructures=0  nbConflictsStructures=19  nbSharedConflictsStructures=0
5.01	     nbSharedBinaryRepresentations=5827  nbEvaluationManagers=3131  nbSharedEvaluationManagers=0  maxDegree=28
5.01	     maxArity=2
5.01	       =>  wckTime=4.707  cpuTime=4.43  mem=27M1
5.09	   
5.09	   solver IterativeSystematicSolver being built... 
5.37	       =>  wckTime=5.068  cpuTime=4.61  mem=44M122
16.54	   
16.54	   preprocessing
16.54	     nbConstraintChecks=30520830  nbValidityChecks=209207  nbPropagations=225  nbRevisions=6262  nbUselessRevisions=6262
16.54	     nbRemovedValues=0  detectedInconsistency=no
16.54	       =>  wckTime=11.158  cpuTime=11.04  mem=44M122
40.12	   
40.12	   search
40.12	     run=0  nbConstraintChecks=56339335  nbValidityChecks=30658224  nbPropagations=3107  nbRevisions=64597
40.12	     nbUselessRevisions=59391  nbAssignments=232  nbFailedAssignments=95  nbBacktracks=10  nbVisitedNodes=338
40.12	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
40.12	       =>  wckTime=34.746  cpuTime=34.37  mem=47M992
66.30	   
66.30	   search
66.30	     run=1  nbConstraintChecks=119953892  nbValidityChecks=84352055  nbPropagations=12169  nbRevisions=253703
66.30	     nbUselessRevisions=217593  nbAssignments=878  nbFailedAssignments=637  nbBacktracks=25  nbVisitedNodes=1540
66.30	     nbRestartNogoods=36  mapSize=25  nbInferences=0  nbTooLargeKeys=0
66.30	       =>  wckTime=60.918  cpuTime=60.28  mem=49M925
83.66	   
83.66	   search
83.66	     run=2  nbConstraintChecks=163510569  nbValidityChecks=117668606  nbPropagations=25494  nbRevisions=514525
83.66	     nbUselessRevisions=442014  nbAssignments=1275  nbFailedAssignments=803  nbBacktracks=31  nbVisitedNodes=2109
83.66	     nbRestartNogoods=182  mapSize=31  nbInferences=0  nbTooLargeKeys=0
83.66	       =>  wckTime=78.281  cpuTime=77.49  mem=51M858
83.66	   
83.66	   global
83.66	     nbConstraintChecks=194031399  nbValidityChecks=117877813  nbPropagations=25719  nbRevisions=520787
83.66	     nbUselessRevisions=448276  nbRestartNogoods=182  solvingWckTime=78.282  solvingCpuTime=77.49  expiredTime=no
83.66	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=82.15
83.66	       =>  wckTime=83.361  cpuTime=82.11  mem=52M824
83.66	   
83.66	s SATISFIABLE
83.66	v 236 570 120 320 193 456 794 447 600 682 63 535 375 399 41 261 87 317 904 0 869 810 402 556 521 167 601 474 749 528 694 903 193 261 806 730 97 590 429 330 677 456 41 469 0 146 285 904 422 0 188 841 598 644 543 745 361 474 561 77 833 243 601 514 368 0 84 190 320 543 255 230 96 763 635 96 146 279 665 855 0 783 366 527 120 649 904 395 454 236 180 462 578 856 419 96 620 381 535 255 317 380 672 0 593 561 96 379 625 147 73 0 177 736 399 794 841 307 199 676 864 230 458 0 155 596 375 389 97 526 352 475 259 685 810 361 659 850 570 190 87 279 884 178 738 0 529 477 402 821 0 196 903 681 625 99 723 859 705 374 590 514 804 477 285 159 0 816 400 41 681 255 578 366 429 141 521 58 665 749 58 229 253 96 375 596 0 730 677 352 472 645 841 806 527 736 243 220 285 146 90 379 0 649 778 841 471 199 561 868 285 317 868 99 663 529 923 862 685 458 375 422 180 0 763 
83.66	d NODES 1275
83.66	d CHECKS 194031399
83.66	   
83.66	   totalWckTime=83.436  totalCpuTime=82.15

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-233475-1168081376 -o ROOT/results/node30/solver-233475-1168081376 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233475-1168081376/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.44 1.58 1.27 3/93 3954
/proc/meminfo: memFree=1161064/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=18540 CPUtime=0
/proc/3953/stat : 3953 (runsolver) R 3951 3953 3153 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 156532445 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3953/statm: 4635 279 244 17 0 2626 0

[startup+0.107442 s]
/proc/loadavg: 1.44 1.58 1.27 3/93 3954
/proc/meminfo: memFree=1161064/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=914988 CPUtime=0.08
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 3017 0 1 0 7 1 0 0 25 0 8 0 156532445 936947712 2763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153548453 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228747 2763 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515469 s]
/proc/loadavg: 1.44 1.58 1.27 3/93 3954
/proc/meminfo: memFree=1161064/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915328 CPUtime=0.49
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 7688 0 1 0 45 4 0 0 25 0 8 0 156532445 937295872 7427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926791 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228832 7427 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33851 s]
/proc/loadavg: 1.44 1.58 1.27 3/100 3961
/proc/meminfo: memFree=1120112/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915632 CPUtime=1.3
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 12730 0 1 0 124 6 0 0 25 0 8 0 156532445 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228908 12468 2167 14 0 215378 0
[pid=3953/tid=3955] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 156532449 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 9 0 0 0 0 0 0 0 23 0 8 0 156532450 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 4 0 0 0 0 0 0 0 24 0 8 0 156532450 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915632 CPUtime=0.14
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 156532453 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937607168 12468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915632

[startup+2.98662 s]
/proc/loadavg: 1.48 1.58 1.28 4/100 3961
/proc/meminfo: memFree=1118128/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915632 CPUtime=2.93
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 13389 0 1 0 287 6 0 0 25 0 8 0 156532445 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228908 13126 2167 14 0 215378 0
[pid=3953/tid=3955] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 156532449 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 9 0 0 0 0 0 0 0 23 0 8 0 156532450 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 4 0 0 0 0 0 0 0 24 0 8 0 156532450 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915632 CPUtime=0.14
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 156532453 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915632 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937607168 13126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915632

[startup+6.26583 s]
/proc/loadavg: 1.48 1.58 1.28 3/100 3961
/proc/meminfo: memFree=1058736/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915716 CPUtime=6.18
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 28260 0 1 0 604 14 0 0 25 0 8 0 156532445 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228929 27994 2533 14 0 215399 0
[pid=3953/tid=3955] ppid=3951 vsize=915716 CPUtime=0.2
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 11167 0 0 0 16 4 0 0 16 0 8 0 156532449 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156532450 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156532450 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915716 CPUtime=0.25
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 476 0 0 0 24 1 0 0 15 0 8 0 156532453 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937693184 27994 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915716

[startup+12.7502 s]
/proc/loadavg: 1.56 1.60 1.28 3/100 3961
/proc/meminfo: memFree=1058736/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915716 CPUtime=12.62
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 28270 0 1 0 1247 15 0 0 25 0 8 0 156532445 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790056 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228929 28000 2533 14 0 215399 0
[pid=3953/tid=3955] ppid=3951 vsize=915716 CPUtime=0.2
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 11167 0 0 0 16 4 0 0 16 0 8 0 156532449 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156532450 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156532450 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915716 CPUtime=0.26
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 486 0 0 0 25 1 0 0 16 0 8 0 156532453 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937693184 28000 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915716

[startup+25.5931 s]
/proc/loadavg: 1.63 1.61 1.29 3/100 3961
/proc/meminfo: memFree=1058736/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915716 CPUtime=25.32
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 28286 0 1 0 2517 15 0 0 25 0 8 0 156532445 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782678 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228929 28010 2534 14 0 215399 0
[pid=3953/tid=3955] ppid=3951 vsize=915716 CPUtime=0.2
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 11167 0 0 0 16 4 0 0 17 0 8 0 156532449 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156532450 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156532450 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915716 CPUtime=0.28
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 493 0 0 0 27 1 0 0 15 0 8 0 156532453 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937693184 28010 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915716

[startup+51.2027 s]
/proc/loadavg: 1.75 1.64 1.31 3/100 3961
/proc/meminfo: memFree=1058736/2055920 swapFree=4191880/4192956
[pid=3953] ppid=3951 vsize=915716 CPUtime=50.7
/proc/3953/stat : 3953 (java) R 3951 3953 3153 0 -1 0 28306 0 1 0 5055 15 0 0 25 0 8 0 156532445 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3953/statm: 228929 28023 2538 14 0 215399 0
[pid=3953/tid=3955] ppid=3951 vsize=915716 CPUtime=0.2
/proc/3953/task/3955/stat : 3955 (java) S 3951 3953 3153 0 -1 64 11168 0 0 0 16 4 0 0 17 0 8 0 156532449 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3956] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3956/stat : 3956 (java) S 3951 3953 3153 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156532450 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3957] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3957/stat : 3957 (java) S 3951 3953 3153 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156532450 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3958] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3958/stat : 3958 (java) S 3951 3953 3153 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3959] ppid=3951 vsize=915716 CPUtime=0.29
/proc/3953/task/3959/stat : 3959 (java) S 3951 3953 3153 0 -1 64 504 0 0 0 28 1 0 0 16 0 8 0 156532453 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3960] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3960/stat : 3960 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156532453 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3953/tid=3961] ppid=3951 vsize=915716 CPUtime=0
/proc/3953/task/3961/stat : 3961 (java) S 3951 3953 3153 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156532453 937693184 28023 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 915716

Child status: 0
Real time (s): 83.7125
CPU time (s): 82.8884
CPU user time (s): 82.7124
CPU system time (s): 0.175973
CPU usage (%): 99.0156
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.7124
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28319
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= 3178
involuntary context switches= 5346

runsolver used 0.120981 s user time and 0.250961 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan  6 11:03:00 UTC 2007


IDJOB= 233475
IDBENCH= 6611
FILE ID= node30/233475-1168081376

PBS_JOBID= 3476077

Free space on /tmp= 66481 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-100-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233475-1168081376/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-233475-1168081376 -o ROOT/results/node30/solver-233475-1168081376 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233475-1168081376/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0951552dc3a9f6a35af8698628e348b6

RANDOM SEED= 109205761

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.234
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.234
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:       1161672 kB
Buffers:         50636 kB
Cached:         671528 kB
SwapCached:        268 kB
Active:         213336 kB
Inactive:       593724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161672 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:         112660 kB
Slab:            71912 kB
Committed_AS:  3885812 kB
PageTables:       2336 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= 66481 MiB



End job on node30 on Sat Jan  6 11:04:29 UTC 2007