Trace number 225232

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACUNSAT 15.7556 15.8605

DiagnosticValue
CHECKS272082831
NODES25548

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-23_ext.xml
MD5SUMf5042e2ed2d3e0b87ed40f3a4d9f65a1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.7556
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/225232-1168271370/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.42	       =>  wckTime=0.105  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.77	   
0.77	   constraints being loaded...
0.91	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.91	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.91	       =>  wckTime=0.596  cpuTime=0.53  mem=36M253
0.96	   
0.96	   solver IterativeSystematicSolver being built... 
1.13	       =>  wckTime=0.811  cpuTime=0.67  mem=16M480
1.20	   
1.20	   preprocessing
1.21	     nbConstraintChecks=531232  nbPropagations=1012  nbRevisions=3770  nbUselessRevisions=2122  nbSingletonTests=53
1.21	     nbEffectiveSingletonTests=0  nbESACBranches=11  nbRemovedValues=0  detectedInconsistency=no
1.21	       =>  wckTime=0.071  cpuTime=0.05  mem=16M480
1.27	   
1.27	   search
1.27	     run=0  nbConstraintChecks=538828  nbPropagations=2448  nbRevisions=9475  nbUselessRevisions=4977  nbAssignments=50
1.27	     nbFailedAssignments=37  nbBacktracks=11  nbVisitedNodes=96  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.27	     nbTooLargeKeys=0
1.27	       =>  wckTime=0.139  cpuTime=0.11  mem=16M480
1.32	   
1.32	   search
1.32	     run=1  nbConstraintChecks=1196936  nbPropagations=6994  nbRevisions=26781  nbUselessRevisions=13607
1.32	     nbAssignments=112  nbFailedAssignments=83  nbBacktracks=26  nbVisitedNodes=216  nbRestartNogoods=5  mapSize=22
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.182  cpuTime=0.15  mem=16M480
1.39	   
1.39	   search
1.39	     run=2  nbConstraintChecks=2342001  nbPropagations=14573  nbRevisions=56282  nbUselessRevisions=28146
1.39	     nbAssignments=208  nbFailedAssignments=155  nbBacktracks=48  nbVisitedNodes=403  nbRestartNogoods=9  mapSize=44
1.39	     nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.255  cpuTime=0.22  mem=16M480
1.48	   
1.48	   search
1.48	     run=3  nbConstraintChecks=3920943  nbPropagations=25899  nbRevisions=101611  nbUselessRevisions=50192
1.48	     nbAssignments=320  nbFailedAssignments=233  nbBacktracks=81  nbVisitedNodes=624  nbRestartNogoods=13  mapSize=76
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.35  cpuTime=0.31  mem=16M480
1.63	   
1.63	   search
1.63	     run=4  nbConstraintChecks=6539033  nbPropagations=44589  nbRevisions=176256  nbUselessRevisions=86251
1.63	     nbAssignments=559  nbFailedAssignments=420  nbBacktracks=132  nbVisitedNodes=1086  nbRestartNogoods=19  mapSize=123
1.63	     nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.499  cpuTime=0.46  mem=16M480
1.89	   
1.89	   search
1.90	     run=5  nbConstraintChecks=11056266  nbPropagations=75717  nbRevisions=300395  nbUselessRevisions=145283
1.90	     nbAssignments=941  nbFailedAssignments=725  nbBacktracks=208  nbVisitedNodes=1835  nbRestartNogoods=24  mapSize=194
1.90	     nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.762  cpuTime=0.72  mem=16M480
2.24	   
2.24	   search
2.24	     run=6  nbConstraintChecks=17019960  nbPropagations=123893  nbRevisions=491510  nbUselessRevisions=236128
2.24	     nbAssignments=1514  nbFailedAssignments=1183  nbBacktracks=321  nbVisitedNodes=2946  nbRestartNogoods=26
2.24	     mapSize=296  nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=1.106  cpuTime=1.04  mem=16M480
2.72	   
2.72	   search
2.72	     run=7  nbConstraintChecks=25754978  nbPropagations=194360  nbRevisions=775286  nbUselessRevisions=371202
2.72	     nbAssignments=2224  nbFailedAssignments=1721  nbBacktracks=492  nbVisitedNodes=4328  nbRestartNogoods=40
2.72	     mapSize=455  nbInferences=0  nbTooLargeKeys=0
2.72	       =>  wckTime=1.588  cpuTime=1.51  mem=17M453
3.49	   
3.49	   search
3.49	     run=8  nbConstraintChecks=39784904  nbPropagations=304332  nbRevisions=1215590  nbUselessRevisions=579354
3.49	     nbAssignments=3435  nbFailedAssignments=2675  nbBacktracks=748  nbVisitedNodes=6697  nbRestartNogoods=52
3.49	     mapSize=692  nbInferences=0  nbTooLargeKeys=0
3.49	       =>  wckTime=2.356  cpuTime=2.27  mem=17M453
4.54	   
4.54	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=17M453)
4.61	   
4.61	   search
4.61	     run=9  nbConstraintChecks=60323744  nbPropagations=473243  nbRevisions=1887021  nbUselessRevisions=895826
4.61	     nbAssignments=5290  nbFailedAssignments=4144  nbBacktracks=1133  nbVisitedNodes=10317  nbRestartNogoods=70
4.61	       =>  wckTime=3.473  cpuTime=3.39  mem=17M453
6.20	   
6.20	   search
6.20	     run=10  nbConstraintChecks=90178361  nbPropagations=726605  nbRevisions=2893677  nbUselessRevisions=1371753
6.20	     nbAssignments=8018  nbFailedAssignments=6294  nbBacktracks=1710  nbVisitedNodes=15612  nbRestartNogoods=82
6.20	       =>  wckTime=5.069  cpuTime=4.97  mem=17M453
8.67	   
8.67	   search
8.67	     run=11  nbConstraintChecks=136532610  nbPropagations=1112504  nbRevisions=4421279  nbUselessRevisions=2095017
8.67	     nbAssignments=12312  nbFailedAssignments=9723  nbBacktracks=2574  nbVisitedNodes=23980  nbRestartNogoods=86
8.67	       =>  wckTime=7.536  cpuTime=7.42  mem=17M453
11.83	   
11.83	   search
11.83	     run=12  nbConstraintChecks=195980825  nbPropagations=1678366  nbRevisions=6646676  nbUselessRevisions=3147202
11.83	     nbAssignments=18064  nbFailedAssignments=14177  nbBacktracks=3871  nbVisitedNodes=35132  nbRestartNogoods=90
11.83	       =>  wckTime=10.696  cpuTime=10.57  mem=17M453
15.82	   
15.82	   search
15.82	     run=13  nbConstraintChecks=271551599  nbPropagations=2475220  nbRevisions=9762575  nbUselessRevisions=4624392
15.82	     nbAssignments=25548  nbFailedAssignments=19973  nbBacktracks=5560  nbVisitedNodes=49631  nbRestartNogoods=94
15.82	       =>  wckTime=14.686  cpuTime=14.54  mem=17M453
15.82	   
15.82	   global
15.82	     nbConstraintChecks=272082831  nbPropagations=2476232  nbRevisions=9766345  nbUselessRevisions=4626514
15.82	     nbRestartNogoods=94  solvingWckTime=14.688  solvingCpuTime=14.54  expiredTime=no  totalExploration=yes
15.82	     nbFoundSolutions=0  globalCpuTime=15.27
15.82	       =>  wckTime=15.509  cpuTime=15.21  mem=17M453
15.82	   
15.82	s UNSATISFIABLE
15.82	d NODES 25548
15.82	d CHECKS 272082831
15.82	   
15.82	   totalWckTime=15.59  totalCpuTime=15.27

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

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

/proc/loadavg: 1.47 1.11 1.18 4/86 23256
/proc/meminfo: memFree=866384/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=11820 CPUtime=0
/proc/23255/stat : 23255 (java) D 23253 23255 22716 0 -1 0 760 0 1 0 0 0 0 0 17 0 1 0 175531603 12103680 510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7619364 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/23255/statm: 2955 510 421 14 0 1602 0

[startup+0.104242 s]
/proc/loadavg: 1.47 1.11 1.18 4/86 23256
/proc/meminfo: memFree=866384/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=914988 CPUtime=0.09
/proc/23255/stat : 23255 (java) S 23253 23255 22716 0 -1 0 2996 0 1 0 7 2 0 0 17 0 8 0 175531603 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515305 s]
/proc/loadavg: 1.47 1.11 1.18 4/86 23256
/proc/meminfo: memFree=866384/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=915328 CPUtime=0.49
/proc/23255/stat : 23255 (java) R 23253 23255 22716 0 -1 0 7489 0 1 0 44 5 0 0 18 0 8 0 175531603 937295872 7228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228832 7228 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33639 s]
/proc/loadavg: 1.47 1.11 1.18 3/93 23263
/proc/meminfo: memFree=819992/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=915464 CPUtime=1.31
/proc/23255/stat : 23255 (java) R 23253 23255 22716 0 -1 0 14369 0 1 0 122 9 0 0 25 0 8 0 175531603 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732153 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228866 14107 2524 14 0 215336 0
[pid=23255/tid=23257] ppid=23253 vsize=915464 CPUtime=0.03
/proc/23255/task/23257/stat : 23257 (java) S 23253 23255 22716 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 175531607 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23258] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23258/stat : 23258 (java) S 23253 23255 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23259] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23259/stat : 23259 (java) S 23253 23255 22716 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23260] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175531611 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23261] ppid=23253 vsize=915464 CPUtime=0.15
/proc/23255/task/23261/stat : 23261 (java) S 23253 23255 22716 0 -1 64 356 0 0 0 15 0 0 0 15 0 8 0 175531611 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23262] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23262/stat : 23262 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175531611 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23263] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23263/stat : 23263 (java) S 23253 23255 22716 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175531611 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97359 s]
/proc/loadavg: 1.47 1.11 1.18 3/93 23263
/proc/meminfo: memFree=819800/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=915464 CPUtime=2.94
/proc/23255/stat : 23255 (java) R 23253 23255 22716 0 -1 0 14388 0 1 0 285 9 0 0 25 0 8 0 175531603 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228866 14125 2524 14 0 215336 0
[pid=23255/tid=23257] ppid=23253 vsize=915464 CPUtime=0.03
/proc/23255/task/23257/stat : 23257 (java) S 23253 23255 22716 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 175531607 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23258] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23258/stat : 23258 (java) S 23253 23255 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23259] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23259/stat : 23259 (java) S 23253 23255 22716 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23260] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175531611 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23261] ppid=23253 vsize=915464 CPUtime=0.2
/proc/23255/task/23261/stat : 23261 (java) S 23253 23255 22716 0 -1 64 373 0 0 0 19 1 0 0 16 0 8 0 175531611 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23262] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23262/stat : 23262 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175531611 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23263] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23263/stat : 23263 (java) S 23253 23255 22716 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175531611 937435136 14125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.26198 s]
/proc/loadavg: 1.51 1.12 1.18 3/93 23263
/proc/meminfo: memFree=819736/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=915464 CPUtime=6.21
/proc/23255/stat : 23255 (java) R 23253 23255 22716 0 -1 0 14393 0 1 0 612 9 0 0 25 0 8 0 175531603 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228866 14129 2524 14 0 215336 0
[pid=23255/tid=23257] ppid=23253 vsize=915464 CPUtime=0.03
/proc/23255/task/23257/stat : 23257 (java) S 23253 23255 22716 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 175531607 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23258] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23258/stat : 23258 (java) S 23253 23255 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23259] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23259/stat : 23259 (java) S 23253 23255 22716 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23260] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23261] ppid=23253 vsize=915464 CPUtime=0.21
/proc/23255/task/23261/stat : 23261 (java) S 23253 23255 22716 0 -1 64 377 0 0 0 20 1 0 0 16 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23262] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23262/stat : 23262 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23263] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23263/stat : 23263 (java) S 23253 23255 22716 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915464

[startup+12.7458 s]
/proc/loadavg: 1.58 1.15 1.19 3/93 23263
/proc/meminfo: memFree=819672/2055920 swapFree=4170192/4192956
[pid=23255] ppid=23253 vsize=915464 CPUtime=12.66
/proc/23255/stat : 23255 (java) R 23253 23255 22716 0 -1 0 14394 0 1 0 1257 9 0 0 25 0 8 0 175531603 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760837 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23255/statm: 228866 14129 2524 14 0 215336 0
[pid=23255/tid=23257] ppid=23253 vsize=915464 CPUtime=0.03
/proc/23255/task/23257/stat : 23257 (java) S 23253 23255 22716 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 175531607 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23258] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23258/stat : 23258 (java) S 23253 23255 22716 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23259] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23259/stat : 23259 (java) S 23253 23255 22716 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175531608 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23260] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23260/stat : 23260 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23261] ppid=23253 vsize=915464 CPUtime=0.21
/proc/23255/task/23261/stat : 23261 (java) S 23253 23255 22716 0 -1 64 377 0 0 0 20 1 0 0 15 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23262] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23262/stat : 23262 (java) S 23253 23255 22716 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23255/tid=23263] ppid=23253 vsize=915464 CPUtime=0
/proc/23255/task/23263/stat : 23263 (java) S 23253 23255 22716 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175531611 937435136 14129 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 15.8605
CPU time (s): 15.7556
CPU user time (s): 15.6446
CPU system time (s): 0.110983
CPU usage (%): 99.3384
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6446
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14402
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= 1354
involuntary context switches= 1948

runsolver used 0.027995 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan  8 15:49:31 UTC 2007


IDJOB= 225232
IDBENCH= 5838
FILE ID= node20/225232-1168271370

PBS_JOBID= 3483206

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225232-1168271370/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-225232-1168271370 -o ROOT/results/node20/solver-225232-1168271370 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225232-1168271370/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f5042e2ed2d3e0b87ed40f3a4d9f65a1

RANDOM SEED= 634535935

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:        866800 kB
Buffers:         10536 kB
Cached:        1090760 kB
SwapCached:       2684 kB
Active:         610168 kB
Inactive:       526660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        866800 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:          54408 kB
Slab:            36872 kB
Committed_AS:  3665288 kB
PageTables:       2356 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= 66550 MiB



End job on node20 on Mon Jan  8 15:49:46 UTC 2007