Trace number 2097666

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 8.33273 8.39218

DiagnosticValue
CHECKS86126100
NODES15809

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.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097666-1247413810.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=100  nbDomainTypes=48  minDomainSize=106  maxDomainSize=127  nbTotalValues=11640
0.28/0.37	       =>  wckTime=0.126  cpuTime=0.11  mem=8M869
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
2.05/2.16	     nbConstraints=850  nbGlobalConstraints=5  nbConvertedConstraints=845  nbConvertConstraintsChecks=5096863
2.05/2.16	     nbExtensionStructures=376  nbSharedExtensionStructures=602  nbConflictsStructures=376
2.05/2.16	     nbSharedConflictsStructures=602  nbSharedBinaryRepresentations=70582  minDegree=11  maxDegree=24  minArity=2
2.05/2.16	     avgArity=2.05  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.108  symmetryCpuTime=0.07  nbCliques=5
2.05/2.16	       =>  wckTime=1.914  cpuTime=1.68  mem=26M547
2.14/2.23	   
2.14/2.23	   solver IterativeSystematicSolver being built... 
2.24/2.30	   
2.24/2.30	   INFO : Forward propagation technique limited 
2.24/2.36	       =>  wckTime=2.116  cpuTime=1.78  mem=22M356
3.35/3.45	   
3.35/3.45	   preprocessing
3.35/3.45	     nbConstraintChecks=14162418  nbPropagations=38226  nbRevisions=125853  nbUselessRevisions=81311
3.35/3.45	     nbSingletonTests=1576  nbEffectiveSingletonTests=31  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=95
3.35/3.45	     detectedInconsistency=no
3.35/3.45	       =>  wckTime=1.08  cpuTime=1.03  mem=47M628
3.85/3.91	   
3.85/3.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=10M388)
8.25/8.35	   
8.25/8.35	   search
8.25/8.35	     run=16  nbConstraintChecks=71963678  minDepth=4  maxDepth=100  nbPropagations=1519931  nbRevisions=7111767
8.25/8.35	     nbUselessRevisions=4497981  nbAssignments=15809  nbFailedAssignments=13124  nbInferredBacktracks=25
8.25/8.35	     nbBacktracks=2243  nbVisitedNodes=31065  nbRestartNogoods=327  nbFoundSolutions=1  nbSEliminables=0
8.25/8.35	     nbREliminables=0.65  nbIEliminables=87.6  nbDEliminables=0  nbPEliminables=0
8.25/8.35	       =>  wckTime=5.986  cpuTime=5.86  mem=26M851
8.25/8.35	   
8.25/8.35	   global
8.25/8.35	     nbConstraintChecks=86126096  nbPropagations=1558157  nbRevisions=7237620  nbUselessRevisions=4579292
8.25/8.35	     nbRestartNogoods=327  solvingWckTime=5.988  solvingCpuTime=5.86  expiredTime=no  totalExploration=no
8.25/8.35	     nbFoundSolutions=1  firstSolutionCpuTime=7.64  globalCpuTime=7.68
8.25/8.35	       =>  wckTime=8.106  cpuTime=7.65  mem=26M851
8.25/8.35	   
8.25/8.35	s SATISFIABLE
8.25/8.35	v 0 1 12 13 23 24 36 35 114 99 9 8 22 23 134 108 146 147 150 149 0 1 7 6 49 108 120 121 140 149 13 14 40 55 70 71 91 102 152 101 12 30 40 22 86 85 130 131 138 139 0 1 31 16 60 108 124 125 128 127 61 55 116 117 121 120 136 137 143 142 0 1 9 8 12 108 125 30 135 136 46 16 55 56 98 99 109 108 143 146 9 8 25 21 36 35 84 85 110 154 
8.25/8.35	d NODES 15809
8.25/8.35	d CHECKS 86126096
8.25/8.35	   
8.25/8.35	   totalWckTime=8.172  totalCpuTime=7.69

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-2097666-1247413810/watcher-2097666-1247413810 -o /tmp/evaluation-result-2097666-1247413810/solver-2097666-1247413810 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097666-1247413810.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: 1.92 1.98 1.98 4/80 28819
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=18576 CPUtime=0
/proc/28819/stat : 28819 (runsolver) R 28817 28819 27201 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28445019 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28819/statm: 4644 284 249 26 0 2626 0

[startup+0.0828829 s]
/proc/loadavg: 1.92 1.98 1.98 4/80 28819
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=865956 CPUtime=0.07
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 3262 0 1 0 5 2 0 0 18 0 9 0 28445019 886738944 2747 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 216489 2747 1344 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.102889 s]
/proc/loadavg: 1.92 1.98 1.98 4/80 28819
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=865984 CPUtime=0.08
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 3832 0 1 0 6 2 0 0 18 0 9 0 28445019 886767616 3275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 216496 3275 1726 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301911 s]
/proc/loadavg: 1.92 1.98 1.98 4/80 28819
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=866380 CPUtime=0.28
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 5988 0 1 0 25 3 0 0 18 0 9 0 28445019 887173120 5354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 216595 5354 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701955 s]
/proc/loadavg: 1.92 1.98 1.98 4/80 28819
/proc/meminfo: memFree=1700336/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=867772 CPUtime=0.67
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 8637 0 1 0 62 5 0 0 18 0 9 0 28445019 888598528 7989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 216943 7989 2040 9 0 211379 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867772

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.98 3/89 28828
/proc/meminfo: memFree=1674216/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=867772 CPUtime=1.47
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 9952 0 1 0 139 8 0 0 18 0 9 0 28445019 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 216943 9303 2041 9 0 211379 0
[pid=28819/tid=28821] ppid=28817 vsize=867772 CPUtime=1.25
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 8541 0 1 0 118 7 0 0 25 0 9 0 28445020 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4126880385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28822] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28445021 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28823] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28445022 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28824] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28445022 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28825] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28445024 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=867772 CPUtime=0.2
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 712 0 0 0 20 0 0 0 15 0 9 0 28445024 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28827] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28445024 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=867772 CPUtime=0
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28445024 888598528 9303 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867772

[startup+3.10124 s]
/proc/loadavg: 1.92 1.98 1.98 4/91 28830
/proc/meminfo: memFree=1665808/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=868544 CPUtime=3.06
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 23358 320 1 0 289 16 1 0 18 0 9 0 28445019 889389056 15239 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 217136 15239 2658 9 0 211572 0
[pid=28819/tid=28821] ppid=28817 vsize=868544 CPUtime=2.66
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 17593 320 1 0 253 12 1 0 25 0 9 0 28445020 889389056 15240 996147200 134512640 134550932 4294955968 18446744073709551615 4126885878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28822] ppid=28817 vsize=868544 CPUtime=0.07
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 3995 320 0 0 5 1 1 0 16 0 9 0 28445021 889389056 15240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28823] ppid=28817 vsize=868544 CPUtime=0.01
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 18 320 0 0 0 0 1 0 16 0 9 0 28445022 889389056 15240 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28824] ppid=28817 vsize=868544 CPUtime=0.01
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 10 320 0 0 0 0 1 0 16 0 9 0 28445022 889389056 15241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28825] ppid=28817 vsize=868544 CPUtime=0.01
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 18 0 9 0 28445024 889389056 15241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=868544 CPUtime=0.3
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 932 320 0 0 29 0 1 0 16 0 9 0 28445024 889389056 15241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28827] ppid=28817 vsize=868544 CPUtime=0.01
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 19 0 9 0 28445024 889389056 15241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=868544 CPUtime=0.01
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 5 320 0 0 0 0 1 0 15 0 9 0 28445024 889389056 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868544

[startup+6.30161 s]
/proc/loadavg: 1.93 1.98 1.98 3/89 28832
/proc/meminfo: memFree=1632280/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=868456 CPUtime=6.25
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 27778 320 1 0 606 18 1 0 18 0 9 0 28445019 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 217114 19464 2639 9 0 211572 0
[pid=28819/tid=28821] ppid=28817 vsize=868456 CPUtime=5.8
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 20835 320 1 0 565 14 1 0 17 0 9 0 28445020 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4127282702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28822] ppid=28817 vsize=868456 CPUtime=0.08
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 5111 320 0 0 6 1 1 0 16 0 9 0 28445021 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28823] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 18 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28824] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 10 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28825] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 18 0 9 0 28445024 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=868456 CPUtime=0.35
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 962 320 0 0 34 0 1 0 17 0 9 0 28445024 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28827] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 19 0 9 0 28445024 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 36 320 0 0 0 0 1 0 15 0 9 0 28445024 889298944 19464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868456

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

[startup+7.10271 s]
/proc/loadavg: 1.93 1.98 1.98 3/89 28832
/proc/meminfo: memFree=1632280/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=868456 CPUtime=7.05
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 28910 320 1 0 685 19 1 0 18 0 9 0 28445019 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 217114 20586 2639 9 0 211572 0
[pid=28819/tid=28821] ppid=28817 vsize=868456 CPUtime=6.58
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 20838 320 1 0 643 14 1 0 23 0 9 0 28445020 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4127309280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28822] ppid=28817 vsize=868456 CPUtime=0.09
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 6229 320 0 0 6 2 1 0 16 0 9 0 28445021 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28823] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 18 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28824] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 10 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28825] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 18 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=868456 CPUtime=0.35
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 973 320 0 0 34 0 1 0 16 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28827] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 19 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 36 320 0 0 0 0 1 0 15 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 868456

[startup+7.9028 s]
/proc/loadavg: 1.93 1.98 1.98 3/89 28832
/proc/meminfo: memFree=1627800/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=868456 CPUtime=7.85
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 28910 320 1 0 765 19 1 0 18 0 9 0 28445019 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 217114 20586 2639 9 0 211572 0
[pid=28819/tid=28821] ppid=28817 vsize=868456 CPUtime=7.38
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 20838 320 1 0 723 14 1 0 25 0 9 0 28445020 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4127187518 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28822] ppid=28817 vsize=868456 CPUtime=0.09
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 6229 320 0 0 6 2 1 0 16 0 9 0 28445021 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28823] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 18 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28824] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 10 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28825] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 18 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=868456 CPUtime=0.35
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 973 320 0 0 34 0 1 0 16 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28827] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 19 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 36 320 0 0 0 0 1 0 15 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 868456

[startup+8.30285 s]
/proc/loadavg: 1.93 1.98 1.98 3/89 28832
/proc/meminfo: memFree=1627800/2055920 swapFree=4192812/4192956
[pid=28819] ppid=28817 vsize=868456 CPUtime=8.25
/proc/28819/stat : 28819 (java) S 28817 28819 27201 0 -1 0 28910 320 1 0 805 19 1 0 18 0 9 0 28445019 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28819/statm: 217114 20586 2639 9 0 211572 0
[pid=28819/tid=28821] ppid=28817 vsize=868456 CPUtime=7.78
/proc/28819/task/28821/stat : 28821 (java) R 28817 28819 27201 0 -1 64 20838 320 1 0 763 14 1 0 25 0 9 0 28445020 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4127187577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28822] ppid=28817 vsize=868456 CPUtime=0.09
/proc/28819/task/28822/stat : 28822 (java) S 28817 28819 27201 0 -1 64 6229 320 0 0 6 2 1 0 16 0 9 0 28445021 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28823] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28823/stat : 28823 (java) S 28817 28819 27201 0 -1 64 18 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28824] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28824/stat : 28824 (java) S 28817 28819 27201 0 -1 64 10 320 0 0 0 0 1 0 16 0 9 0 28445022 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28825] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28825/stat : 28825 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 18 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28826] ppid=28817 vsize=868456 CPUtime=0.35
/proc/28819/task/28826/stat : 28826 (java) S 28817 28819 27201 0 -1 64 973 320 0 0 34 0 1 0 16 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28819/tid=28827] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28827/stat : 28827 (java) S 28817 28819 27201 0 -1 64 1 320 0 0 0 0 1 0 19 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28819/tid=28828] ppid=28817 vsize=868456 CPUtime=0.01
/proc/28819/task/28828/stat : 28828 (java) S 28817 28819 27201 0 -1 64 36 320 0 0 0 0 1 0 15 0 9 0 28445024 889298944 20586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 868456

Child status: 0
Real time (s): 8.39218
CPU time (s): 8.33273
CPU user time (s): 8.12077
CPU system time (s): 0.211967
CPU usage (%): 99.2916
Max. virtual memory (cumulated for all children) (KiB): 869552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.12077
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29264
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= 1939
involuntary context switches= 1983

runsolver used 0.015997 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 17:50:10
IDJOB=2097666
IDBENCH=57604
IDSOLVER=774
FILE ID=node53/2097666-1247413810
PBS_JOBID= 9510539
Free space on /tmp= 65976 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097666-1247413810/watcher-2097666-1247413810 -o /tmp/evaluation-result-2097666-1247413810/solver-2097666-1247413810 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097666-1247413810.xml

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

MD5SUM BENCH= 31da94f2e356bf95fd869137b551c4a1
RANDOM SEED=2082402060

node53.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1700816 kB
Buffers:         33968 kB
Cached:         112708 kB
SwapCached:          0 kB
Active:         231784 kB
Inactive:        66952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         170516 kB
Slab:            41348 kB
Committed_AS:  1013352 kB
PageTables:       2028 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= 65972 MiB
End job on node53 at 2009-07-12 17:50:18