Trace number 1085195

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 3.57146 3.66614

DiagnosticValue
CHECKS5033280
NODES200

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-6.xml
MD5SUMec9ce0cd50588da9acafc484ca61c5c7
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.120981
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size157
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 (download as text)

0.00/0.10	
0.00/0.10	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=esac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1085195-1215232861.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.36/0.42	     nbVariables=100  nbDomainTypes=48  minDomainSize=118  maxDomainSize=157  nbTotalValues=13940
0.36/0.42	       =>  wckTime=0.172  cpuTime=0.13  mem=7M886
0.36/0.42	   
0.36/0.42	   predicates being loaded...
0.36/0.49	   
0.36/0.49	   constraints being loaded...
2.74/2.86	     nbConstraints=850  nbGlobalConstraints=5  nbConvertedConstraints=845  nbConvertConstraintsChecks=7322798
2.74/2.86	     nbExtensionStructures=376  nbSharedExtensionStructures=602  nbConflictsStructures=376
2.74/2.86	     nbSharedConflictsStructures=602  nbSharedBinaryRepresentations=82435  minDegree=11  maxDegree=24  minArity=2
2.74/2.86	     avgArity=2.05  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.114  symmetryCpuTime=0.07  nbCliques=5
2.74/2.86	       =>  wckTime=2.611  cpuTime=2.32  mem=27M520
2.84/2.95	   
2.84/2.95	   solver IterativeSystematicSolver being built... 
2.93/3.02	   
2.93/3.02	   INFO : Forward propagation technique limited 
2.93/3.09	       =>  wckTime=2.839  cpuTime=2.44  mem=22M773
3.32/3.43	   
3.32/3.43	   preprocessing
3.32/3.43	     nbConstraintChecks=3760806  nbPropagations=8843  nbRevisions=25992  nbUselessRevisions=16490  nbSingletonTests=449
3.32/3.43	     nbEffectiveSingletonTests=7  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=43  detectedInconsistency=no
3.32/3.43	       =>  wckTime=0.339  cpuTime=0.29  mem=30M268
3.51/3.61	   
3.51/3.61	   search
3.51/3.61	     run=2  nbConstraintChecks=1272476  minDepth=101  maxDepth=100  nbPropagations=33020  nbRevisions=104642
3.51/3.61	     nbUselessRevisions=66824  nbAssignments=200  nbFailedAssignments=25  nbBacktracks=6  nbVisitedNodes=231
3.51/3.61	     nbRestartNogoods=9  nbFoundSolutions=1  mapSize=5  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
3.51/3.61	     nbREliminables=0.95  nbIEliminables=71.39  nbDEliminables=0  nbPEliminables=0
3.51/3.61	       =>  wckTime=0.516  cpuTime=0.45  mem=33M78
3.51/3.61	   
3.51/3.61	   global
3.51/3.61	     nbConstraintChecks=5033282  nbPropagations=41863  nbRevisions=130634  nbUselessRevisions=83314  nbRestartNogoods=9
3.51/3.61	     solvingWckTime=0.519  solvingCpuTime=0.45  expiredTime=no  totalExploration=no  nbFoundSolutions=1
3.51/3.61	     firstSolutionCpuTime=2.89  globalCpuTime=2.94
3.51/3.61	       =>  wckTime=3.36  cpuTime=2.89  mem=33M78
3.51/3.61	   
3.51/3.61	s SATISFIABLE
3.51/3.61	v 8 7 18 19 26 29 44 45 51 52 27 28 116 115 122 123 138 137 144 164 35 36 50 79 111 57 119 120 130 165 0 1 8 7 14 53 65 66 76 167 51 52 157 158 166 165 175 176 179 178 0 1 18 19 42 43 53 54 67 66 29 28 41 57 86 52 99 100 111 163 22 21 27 28 74 73 94 95 103 171 0 15 47 75 99 53 111 112 119 168 10 11 58 56 65 64 73 74 88 159 
3.51/3.61	d NODES 200
3.51/3.61	d CHECKS 5033282
3.51/3.61	   
3.51/3.61	   totalWckTime=3.418  totalCpuTime=2.95

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085195-1215232861/watcher-1085195-1215232861 -o /tmp/evaluation-result-1085195-1215232861/solver-1085195-1215232861 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085195-1215232861.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 12213
/proc/meminfo: memFree=1208360/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=18572 CPUtime=0
/proc/12213/stat : 12213 (runsolver) R 12211 12213 8211 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2002259872 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12213/statm: 4643 292 257 25 0 2626 0

[startup+0.10297 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 12213
/proc/meminfo: memFree=1208360/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=865884 CPUtime=0.07
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 3623 0 1 0 5 2 0 0 18 0 9 0 2002259872 886665216 3111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 216471 3111 1667 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.201982 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 12213
/proc/meminfo: memFree=1208360/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=866048 CPUtime=0.17
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 4519 0 1 0 13 4 0 0 18 0 9 0 2002259872 886833152 3946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 216512 3946 1849 9 0 211060 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866048

[startup+0.301987 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 12213
/proc/meminfo: memFree=1208360/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=866048 CPUtime=0.27
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 5579 0 1 0 23 4 0 0 18 0 9 0 2002259872 886833152 4993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 216512 4993 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.702012 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 12213
/proc/meminfo: memFree=1208360/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=867548 CPUtime=0.67
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 7976 0 1 0 61 6 0 0 18 0 9 0 2002259872 888369152 7336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 216887 7336 2010 9 0 211393 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867548

[startup+1.50206 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 12222
/proc/meminfo: memFree=1182624/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=867684 CPUtime=1.46
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 9499 0 1 0 138 8 0 0 18 0 9 0 2002259872 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 216921 8856 2014 9 0 211427 0
[pid=12213/tid=12215] ppid=12211 vsize=867684 CPUtime=1.24
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 8211 0 -1 64 8100 0 1 0 117 7 0 0 25 0 9 0 2002259874 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4126857088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 8211 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2002259875 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 8211 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002259876 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 8211 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002259876 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 8211 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002259878 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12220] ppid=12211 vsize=867684 CPUtime=0.2
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 8211 0 -1 64 701 0 0 0 20 0 0 0 16 0 9 0 2002259878 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 8211 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002259878 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12222] ppid=12211 vsize=867684 CPUtime=0
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 8211 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002259878 888508416 8856 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867684

[startup+3.10237 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 12222
/proc/meminfo: memFree=1176800/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=868132 CPUtime=3.03
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 20379 319 1 0 288 15 0 0 18 0 9 0 2002259872 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 217033 12690 2632 9 0 211539 0
[pid=12213/tid=12215] ppid=12211 vsize=868132 CPUtime=2.66
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 8211 0 -1 64 14427 319 1 0 255 11 0 0 25 0 9 0 2002259874 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=868132 CPUtime=0.07
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 8211 0 -1 64 4200 319 0 0 6 1 0 0 16 0 9 0 2002259875 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 8211 0 -1 64 16 319 0 0 0 0 0 0 17 0 9 0 2002259876 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 8211 0 -1 64 14 319 0 0 0 0 0 0 16 0 9 0 2002259876 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 18 0 9 0 2002259878 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12220] ppid=12211 vsize=868132 CPUtime=0.27
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 8211 0 -1 64 912 319 0 0 27 0 0 0 15 0 9 0 2002259878 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 2002259878 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12222] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 8211 0 -1 64 3 319 0 0 0 0 0 0 15 0 9 0 2002259878 888967168 12690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868132

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

[startup+3.20217 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 12222
/proc/meminfo: memFree=1176800/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=868132 CPUtime=3.13
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 20539 319 1 0 298 15 0 0 18 0 9 0 2002259872 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 217033 12708 2632 9 0 211539 0
[pid=12213/tid=12215] ppid=12211 vsize=868132 CPUtime=2.73
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 8211 0 -1 64 14572 319 1 0 262 11 0 0 25 0 9 0 2002259874 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=868132 CPUtime=0.07
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 8211 0 -1 64 4200 319 0 0 6 1 0 0 16 0 9 0 2002259875 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 8211 0 -1 64 16 319 0 0 0 0 0 0 17 0 9 0 2002259876 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 8211 0 -1 64 14 319 0 0 0 0 0 0 16 0 9 0 2002259876 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 18 0 9 0 2002259878 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12220] ppid=12211 vsize=868132 CPUtime=0.29
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 8211 0 -1 64 927 319 0 0 29 0 0 0 16 0 9 0 2002259878 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 2002259878 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12222] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 8211 0 -1 64 3 319 0 0 0 0 0 0 15 0 9 0 2002259878 888967168 12708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 868132

[startup+3.60219 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 12226
/proc/meminfo: memFree=1166944/2055920 swapFree=4180452/4192956
[pid=12213] ppid=12211 vsize=868132 CPUtime=3.51
/proc/12213/stat : 12213 (java) S 12211 12213 8211 0 -1 0 21930 319 1 0 336 15 0 0 18 0 9 0 2002259872 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12213/statm: 217033 13492 2632 9 0 211539 0
[pid=12213/tid=12215] ppid=12211 vsize=868132 CPUtime=3.09
/proc/12213/task/12215/stat : 12215 (java) R 12211 12213 8211 0 -1 64 15947 319 1 0 297 12 0 0 25 0 9 0 2002259874 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4127212461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12216] ppid=12211 vsize=868132 CPUtime=0.07
/proc/12213/task/12216/stat : 12216 (java) S 12211 12213 8211 0 -1 64 4200 319 0 0 6 1 0 0 16 0 9 0 2002259875 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12217] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12217/stat : 12217 (java) S 12211 12213 8211 0 -1 64 16 319 0 0 0 0 0 0 17 0 9 0 2002259876 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12218] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12218/stat : 12218 (java) S 12211 12213 8211 0 -1 64 14 319 0 0 0 0 0 0 16 0 9 0 2002259876 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12219] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12219/stat : 12219 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 18 0 9 0 2002259878 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12220] ppid=12211 vsize=868132 CPUtime=0.32
/proc/12213/task/12220/stat : 12220 (java) S 12211 12213 8211 0 -1 64 943 319 0 0 32 0 0 0 15 0 9 0 2002259878 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12221] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12221/stat : 12221 (java) S 12211 12213 8211 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 2002259878 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12213/tid=12222] ppid=12211 vsize=868132 CPUtime=0
/proc/12213/task/12222/stat : 12222 (java) S 12211 12213 8211 0 -1 64 3 319 0 0 0 0 0 0 15 0 9 0 2002259878 888967168 13492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 868132

Child status: 0
Real time (s): 3.66614
CPU time (s): 3.57146
CPU user time (s): 3.39348
CPU system time (s): 0.177972
CPU usage (%): 97.4172
Max. virtual memory (cumulated for all children) (KiB): 868132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.39348
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22396
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= 1312
involuntary context switches= 1392

runsolver used 0.007998 second user time and 0.019996 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 06:41:01
IDJOB=1085195
IDBENCH=57612
IDSOLVER=364
FILE ID=node29/1085195-1215232861
PBS_JOBID= 7881718
Free space on /tmp= 66416 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec9ce0cd50588da9acafc484ca61c5c7
RANDOM SEED=1525541040

node29.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.220
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.220
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:       1208840 kB
Buffers:         96244 kB
Cached:         403212 kB
SwapCached:       6872 kB
Active:         594236 kB
Inactive:       188112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1208840 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:         288932 kB
Slab:            49368 kB
Committed_AS:  3746216 kB
PageTables:       2652 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= 66416 MiB
End job on node29 at 2008-07-05 06:41:04