Trace number 2097665

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 8.83666 8.95399

DiagnosticValue
CHECKS82965200
NODES16230

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-8.xml
MD5SUM31da94f2e356bf95fd869137b551c4a1
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.285955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2097665-1247413808.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.40	     nbVariables=100  nbDomainTypes=48  minDomainSize=106  maxDomainSize=127  nbTotalValues=11640
0.28/0.40	       =>  wckTime=0.156  cpuTime=0.14  mem=8M869
0.28/0.40	   
0.28/0.40	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
2.34/2.43	     nbConstraints=850  nbGlobalConstraints=5  nbConvertedConstraints=845  nbConvertConstraintsChecks=5096863
2.34/2.43	     nbExtensionStructures=376  nbSharedExtensionStructures=602  nbConflictsStructures=376
2.34/2.43	     nbSharedConflictsStructures=602  nbSharedBinaryRepresentations=70582  minDegree=11  maxDegree=24  minArity=2
2.34/2.43	     avgArity=2.05  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.11  symmetryCpuTime=0.05  nbCliques=5
2.34/2.43	       =>  wckTime=2.187  cpuTime=1.89  mem=26M547
2.45/2.51	   
2.45/2.51	   solver IterativeSystematicSolver being built... 
2.45/2.57	   
2.45/2.57	   INFO : Forward propagation technique limited 
2.54/2.64	       =>  wckTime=2.404  cpuTime=2.01  mem=22M599
2.54/2.66	   
2.54/2.66	   preprocessing
2.54/2.66	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.54/2.66	     detectedInconsistency=no
2.54/2.66	       =>  wckTime=0.017  cpuTime=0.0  mem=22M599
3.13/3.23	   
3.13/3.23	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M83)
8.78/8.91	   
8.78/8.91	   search
8.78/8.91	     run=16  nbConstraintChecks=82965212  minDepth=2  maxDepth=100  nbPropagations=950243  nbRevisions=5300568
8.78/8.91	     nbUselessRevisions=3348444  nbAssignments=16230  nbFailedAssignments=13306  nbInferredBacktracks=13
8.78/8.91	     nbBacktracks=2425  nbVisitedNodes=31820  nbRestartNogoods=429  nbFoundSolutions=1  nbSEliminables=0
8.78/8.91	     nbREliminables=3.09  nbIEliminables=81.87  nbDEliminables=0  nbPEliminables=0
8.78/8.91	       =>  wckTime=6.267  cpuTime=6.09  mem=53M129
8.78/8.91	   
8.78/8.91	   global
8.78/8.91	     nbConstraintChecks=82965212  nbPropagations=950343  nbRevisions=5300568  nbUselessRevisions=3348444
8.78/8.91	     nbRestartNogoods=429  solvingWckTime=6.269  solvingCpuTime=6.09  expiredTime=no  totalExploration=no
8.78/8.91	     nbFoundSolutions=1  firstSolutionCpuTime=8.1  globalCpuTime=8.15
8.78/8.91	       =>  wckTime=8.675  cpuTime=8.1  mem=53M129
8.78/8.92	   
8.78/8.92	s SATISFIABLE
8.78/8.92	v 0 1 12 13 23 91 121 35 132 131 9 8 23 22 134 91 146 147 150 149 0 1 7 6 35 91 120 79 140 149 13 14 112 113 119 118 143 144 152 151 12 13 23 22 79 80 114 113 138 139 0 1 32 33 69 91 131 132 135 134 47 41 58 59 104 91 125 126 142 143 0 1 9 8 12 91 103 31 127 128 17 16 26 27 46 91 101 76 114 113 9 8 26 41 56 91 115 114 153 154 
8.78/8.92	d NODES 16230
8.78/8.92	d CHECKS 82965212
8.78/8.92	   
8.78/8.92	   totalWckTime=8.731  totalCpuTime=8.16

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097665-1247413808/watcher-2097665-1247413808 -o /tmp/evaluation-result-2097665-1247413808/solver-2097665-1247413808 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097665-1247413808.xml 

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


[startup+0 s]
/proc/loadavg: 2.13 2.08 2.01 4/80 27981
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=1616 CPUtime=0
/proc/27981/stat : 27981 (java) D 27979 27981 26856 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28447391 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27981/statm: 404 148 122 9 0 46 0

[startup+0.110532 s]
/proc/loadavg: 2.13 2.08 2.01 4/80 27981
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=865984 CPUtime=0.09
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 3916 0 1 0 7 2 0 0 18 0 9 0 28447391 886767616 3345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 216496 3345 1752 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.202543 s]
/proc/loadavg: 2.13 2.08 2.01 4/80 27981
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=866144 CPUtime=0.19
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 4793 0 1 0 16 3 0 0 18 0 9 0 28447391 886931456 4210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 216536 4210 1878 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.30255 s]
/proc/loadavg: 2.13 2.08 2.01 4/80 27981
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=866224 CPUtime=0.28
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 5820 0 1 0 25 3 0 0 18 0 9 0 28447391 887013376 5186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 216556 5186 1980 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.702598 s]
/proc/loadavg: 2.13 2.08 2.01 4/80 27981
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=867164 CPUtime=0.68
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 7826 0 1 0 63 5 0 0 18 0 9 0 28447391 887975936 7180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 216791 7180 2034 9 0 211227 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867164

[startup+1.50269 s]
/proc/loadavg: 2.28 2.11 2.02 4/89 27990
/proc/meminfo: memFree=1695416/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=867748 CPUtime=1.48
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 9612 0 1 0 139 9 0 0 18 0 9 0 28447391 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 216937 8963 2041 9 0 211373 0
[pid=27981/tid=27983] ppid=27979 vsize=867748 CPUtime=1.25
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 8187 0 1 0 118 7 0 0 25 0 9 0 28447392 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4126918310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28447394 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28447394 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28447394 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28447396 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=867748 CPUtime=0.2
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 726 0 0 0 20 0 0 0 16 0 9 0 28447396 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28447396 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=867748 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28447396 888573952 8963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867748

[startup+3.10188 s]
/proc/loadavg: 2.28 2.11 2.02 3/89 27990
/proc/meminfo: memFree=1688696/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868512 CPUtime=3.03
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 20861 320 1 0 288 15 0 0 18 0 9 0 28447391 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217128 12744 2658 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868512 CPUtime=2.61
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 15076 320 1 0 249 12 0 0 25 0 9 0 28447392 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4125978798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868512 CPUtime=0.06
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 3982 320 0 0 5 1 0 0 16 0 9 0 28447394 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868512 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 17 0 9 0 28447394 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868512 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868512 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868512 CPUtime=0.33
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 960 320 0 0 32 1 0 0 15 0 9 0 28447396 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868512 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868512 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 5 320 0 0 0 0 0 0 15 0 9 0 28447396 889356288 12744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868512

[startup+6.30225 s]
/proc/loadavg: 2.28 2.11 2.02 3/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=6.2
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27768 320 1 0 601 19 0 0 18 0 9 0 28447391 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19459 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=5.74
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 559 15 0 0 25 0 9 0 28447392 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4127285357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 17 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.36
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 979 320 0 0 35 1 0 0 15 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868424

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

[startup+6.40226 s]
/proc/loadavg: 2.28 2.11 2.02 3/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=6.3
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27768 320 1 0 611 19 0 0 18 0 9 0 28447391 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19459 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=5.84
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 569 15 0 0 25 0 9 0 28447392 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 17 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.36
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 979 320 0 0 35 1 0 0 15 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 868424

[startup+8.00244 s]
/proc/loadavg: 2.26 2.11 2.02 3/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=7.89
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27779 320 1 0 770 19 0 0 18 0 9 0 28447391 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19462 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=7.41
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 726 15 0 0 25 0 9 0 28447392 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4127218939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.36
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 990 320 0 0 35 1 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 868424

[startup+8.40249 s]
/proc/loadavg: 2.26 2.11 2.02 3/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=8.28
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27779 320 1 0 809 19 0 0 18 0 9 0 28447391 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19462 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=7.81
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 766 15 0 0 25 0 9 0 28447392 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4127202532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.36
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 990 320 0 0 35 1 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 868424

[startup+8.80254 s]
/proc/loadavg: 2.26 2.11 2.02 4/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=8.68
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27779 320 1 0 849 19 0 0 18 0 9 0 28447391 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19462 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=8.21
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 806 15 0 0 25 0 9 0 28447392 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.37
/proc/27981/task/27988/stat : 27988 (java) R 27979 27981 26856 0 -1 64 990 320 0 0 36 1 0 0 16 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 104075165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 868424

[startup+8.90755 s]
/proc/loadavg: 2.26 2.11 2.02 4/89 27994
/proc/meminfo: memFree=1652920/2055920 swapFree=4192812/4192956
[pid=27981] ppid=27979 vsize=868424 CPUtime=8.78
/proc/27981/stat : 27981 (java) S 27979 27981 26856 0 -1 0 27779 320 1 0 859 19 0 0 18 0 9 0 28447391 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27981/statm: 217106 19462 2639 9 0 211564 0
[pid=27981/tid=27983] ppid=27979 vsize=868424 CPUtime=8.31
/proc/27981/task/27983/stat : 27983 (java) R 27979 27981 26856 0 -1 64 20811 320 1 0 816 15 0 0 25 0 9 0 28447392 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4127252804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27984] ppid=27979 vsize=868424 CPUtime=0.08
/proc/27981/task/27984/stat : 27984 (java) S 27979 27981 26856 0 -1 64 5105 320 0 0 7 1 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27985] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27985/stat : 27985 (java) S 27979 27981 26856 0 -1 64 19 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27986] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27986/stat : 27986 (java) S 27979 27981 26856 0 -1 64 12 320 0 0 0 0 0 0 16 0 9 0 28447394 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27987] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27987/stat : 27987 (java) S 27979 27981 26856 0 -1 64 2 320 0 0 0 0 0 0 18 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27988] ppid=27979 vsize=868424 CPUtime=0.37
/proc/27981/task/27988/stat : 27988 (java) S 27979 27981 26856 0 -1 64 990 320 0 0 36 1 0 0 16 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27989] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27989/stat : 27989 (java) S 27979 27981 26856 0 -1 64 0 320 0 0 0 0 0 0 19 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27981/tid=27990] ppid=27979 vsize=868424 CPUtime=0
/proc/27981/task/27990/stat : 27990 (java) S 27979 27981 26856 0 -1 64 35 320 0 0 0 0 0 0 15 0 9 0 28447396 889266176 19462 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 8.95399
CPU time (s): 8.83666
CPU user time (s): 8.62069
CPU system time (s): 0.215967
CPU usage (%): 98.6896
Max. virtual memory (cumulated for all children) (KiB): 868512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.62069
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28132
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= 1475
involuntary context switches= 1545

runsolver used 0.014997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 17:50:08
IDJOB=2097665
IDBENCH=57604
IDSOLVER=773
FILE ID=node20/2097665-1247413808
PBS_JOBID= 9510604
Free space on /tmp= 66300 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr1/normalized-super-jobShop-enddr1-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097665-1247413808/watcher-2097665-1247413808 -o /tmp/evaluation-result-2097665-1247413808/solver-2097665-1247413808 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097665-1247413808.xml

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

MD5SUM BENCH= 31da94f2e356bf95fd869137b551c4a1
RANDOM SEED=1500208733

node20.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:       1721440 kB
Buffers:         37196 kB
Cached:         129744 kB
SwapCached:          0 kB
Active:         178948 kB
Inactive:       100132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         132588 kB
Slab:            40452 kB
Committed_AS:   997692 kB
PageTables:       1996 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= 66300 MiB
End job on node20 at 2009-07-12 17:50:17