Trace number 228474

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 19.717 19.8702

DiagnosticValue
CHECKS87307138
NODES98768

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-47_ext.xml
MD5SUMfa8ef8ed7a66555fd358702c799754f0
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 benchmark4.62829
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/228474-1168298697/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.42	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.62	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8194  maxDegree=26
0.63	     maxArity=2
0.63	       =>  wckTime=0.303  cpuTime=0.23  mem=10M852
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.511  cpuTime=0.36  mem=14M820
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=30361  nbPropagations=818  nbRevisions=5175  nbUselessRevisions=4130  nbSingletonTests=47
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.051  cpuTime=0.03  mem=14M820
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=16251  nbPropagations=1167  nbRevisions=9031  nbUselessRevisions=7275  nbAssignments=23
0.91	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.073  cpuTime=0.05  mem=14M820
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=42113  nbPropagations=2867  nbRevisions=24969  nbUselessRevisions=20264  nbAssignments=59
0.93	     nbFailedAssignments=16  nbBacktracks=29  nbVisitedNodes=92  nbRestartNogoods=1  mapSize=23  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.092  cpuTime=0.06  mem=14M820
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=75503  nbPropagations=5214  nbRevisions=49229  nbUselessRevisions=40067
0.94	     nbAssignments=102  nbFailedAssignments=29  nbBacktracks=52  nbVisitedNodes=158  nbRestartNogoods=3  mapSize=41
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.107  cpuTime=0.07  mem=14M820
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=130311  nbPropagations=8567  nbRevisions=86996  nbUselessRevisions=70837
0.96	     nbAssignments=160  nbFailedAssignments=48  nbBacktracks=86  nbVisitedNodes=252  nbRestartNogoods=6  mapSize=68
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.124  cpuTime=0.09  mem=14M820
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=198447  nbPropagations=13171  nbRevisions=142073  nbUselessRevisions=115835
0.98	     nbAssignments=245  nbFailedAssignments=74  nbBacktracks=137  nbVisitedNodes=391  nbRestartNogoods=9  mapSize=108
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.145  cpuTime=0.11  mem=14M820
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=331449  nbPropagations=20257  nbRevisions=229804  nbUselessRevisions=187580
1.02	     nbAssignments=391  nbFailedAssignments=121  nbBacktracks=213  nbVisitedNodes=614  nbRestartNogoods=13  mapSize=180
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.187  cpuTime=0.14  mem=14M820
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=481595  nbPropagations=30101  nbRevisions=355626  nbUselessRevisions=290635
1.06	     nbAssignments=573  nbFailedAssignments=184  nbBacktracks=327  nbVisitedNodes=920  nbRestartNogoods=16  mapSize=277
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.228  cpuTime=0.18  mem=14M820
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=723083  nbPropagations=44164  nbRevisions=542202  nbUselessRevisions=443491
1.13	     nbAssignments=840  nbFailedAssignments=274  nbBacktracks=499  nbVisitedNodes=1369  nbRestartNogoods=19  mapSize=413
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.296  cpuTime=0.25  mem=14M820
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1076340  nbPropagations=64724  nbRevisions=823533  nbUselessRevisions=674709
1.23	     nbAssignments=1258  nbFailedAssignments=426  nbBacktracks=758  nbVisitedNodes=2076  nbRestartNogoods=25
1.23	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.394  cpuTime=0.34  mem=14M820
1.38	   
1.38	   search
1.38	     run=9  nbConstraintChecks=1613570  nbPropagations=94618  nbRevisions=1242457  nbUselessRevisions=1019252
1.38	     nbAssignments=1858  nbFailedAssignments=636  nbBacktracks=1142  nbVisitedNodes=3097  nbRestartNogoods=31
1.38	     mapSize=954  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.541  cpuTime=0.47  mem=14M820
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=14M820)
1.55	   
1.55	   search
1.55	     run=10  nbConstraintChecks=2325223  nbPropagations=137627  nbRevisions=1848794  nbUselessRevisions=1518381
1.55	     nbAssignments=2724  nbFailedAssignments=911  nbBacktracks=1718  nbVisitedNodes=4515  nbRestartNogoods=41
1.55	       =>  wckTime=0.717  cpuTime=0.63  mem=14M820
1.81	   
1.81	   search
1.81	     run=11  nbConstraintChecks=3496274  nbPropagations=201198  nbRevisions=2759479  nbUselessRevisions=2268531
1.81	     nbAssignments=4061  nbFailedAssignments=1377  nbBacktracks=2583  nbVisitedNodes=6774  nbRestartNogoods=46
1.81	       =>  wckTime=0.973  cpuTime=0.89  mem=14M820
2.18	   
2.18	   search
2.18	     run=12  nbConstraintChecks=5177148  nbPropagations=295027  nbRevisions=4116017  nbUselessRevisions=3387549
2.18	     nbAssignments=6028  nbFailedAssignments=2041  nbBacktracks=3880  nbVisitedNodes=10085  nbRestartNogoods=53
2.18	       =>  wckTime=1.342  cpuTime=1.25  mem=14M820
2.78	   
2.78	   search
2.78	     run=13  nbConstraintChecks=7954304  nbPropagations=436777  nbRevisions=6203948  nbUselessRevisions=5112173
2.78	     nbAssignments=9149  nbFailedAssignments=3212  nbBacktracks=5826  nbVisitedNodes=15459  nbRestartNogoods=64
2.78	       =>  wckTime=1.946  cpuTime=1.85  mem=14M820
3.57	   
3.57	   search
3.57	     run=14  nbConstraintChecks=11532661  nbPropagations=643306  nbRevisions=9228297  nbUselessRevisions=7607422
3.57	     nbAssignments=13490  nbFailedAssignments=4627  nbBacktracks=8746  nbVisitedNodes=22648  nbRestartNogoods=68
3.57	       =>  wckTime=2.734  cpuTime=2.63  mem=14M820
4.84	   
4.84	   search
4.84	     run=15  nbConstraintChecks=17366486  nbPropagations=953230  nbRevisions=13789799  nbUselessRevisions=11375547
4.84	     nbAssignments=20154  nbFailedAssignments=6907  nbBacktracks=13124  nbVisitedNodes=33910  nbRestartNogoods=75
4.84	       =>  wckTime=4.008  cpuTime=3.9  mem=14M820
6.67	   
6.67	   search
6.67	     run=16  nbConstraintChecks=25762350  nbPropagations=1412819  nbRevisions=20552220  nbUselessRevisions=16963746
6.67	     nbAssignments=30000  nbFailedAssignments=10179  nbBacktracks=19696  nbVisitedNodes=50364  nbRestartNogoods=80
6.67	       =>  wckTime=5.835  cpuTime=5.72  mem=14M820
9.53	   
9.53	   search
9.53	     run=17  nbConstraintChecks=39052482  nbPropagations=2103960  nbRevisions=30756113  nbUselessRevisions=25397284
9.53	     nbAssignments=45086  nbFailedAssignments=15407  nbBacktracks=29550  nbVisitedNodes=75828  nbRestartNogoods=85
9.53	       =>  wckTime=8.692  cpuTime=8.56  mem=14M820
13.83	   
13.84	   search
13.84	     run=18  nbConstraintChecks=59229561  nbPropagations=3146782  nbRevisions=46225294  nbUselessRevisions=38187844
13.84	     nbAssignments=67615  nbFailedAssignments=23152  nbBacktracks=44328  nbVisitedNodes=113957  nbRestartNogoods=89
13.84	       =>  wckTime=13.0  cpuTime=12.85  mem=14M820
19.81	   
19.81	   search
19.81	     run=19  nbConstraintChecks=87276777  nbPropagations=4675428  nbRevisions=68898872  nbUselessRevisions=56924349
19.81	     nbAssignments=98768  nbFailedAssignments=33833  nbBacktracks=64801  nbVisitedNodes=166398  nbRestartNogoods=97
19.81	       =>  wckTime=18.975  cpuTime=18.8  mem=14M820
19.81	   
19.81	   global
19.81	     nbConstraintChecks=87307138  nbPropagations=4676246  nbRevisions=68904047  nbUselessRevisions=56928479
19.81	     nbRestartNogoods=97  solvingWckTime=18.976  solvingCpuTime=18.8  expiredTime=no  totalExploration=yes
19.81	     nbFoundSolutions=0  globalCpuTime=19.21
19.81	       =>  wckTime=19.49  cpuTime=19.16  mem=14M820
19.81	   
19.81	s UNSATISFIABLE
19.81	d NODES 98768
19.81	d CHECKS 87307138
19.81	   
19.81	   totalWckTime=19.571  totalCpuTime=19.21

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/node17/watcher-228474-1168298697 -o ROOT/results/node17/solver-228474-1168298697 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228474-1168298697/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: 2.00 2.00 1.80 4/98 23174
/proc/meminfo: memFree=1270480/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=18540 CPUtime=0
/proc/23173/stat : 23173 (runsolver) R 23171 23173 22434 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 178264491 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23173/statm: 4635 279 244 17 0 2626 0

[startup+0.107661 s]
/proc/loadavg: 2.00 2.00 1.80 4/98 23174
/proc/meminfo: memFree=1270480/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=914988 CPUtime=0.08
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 2980 0 1 0 7 1 0 0 17 0 8 0 178264491 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515702 s]
/proc/loadavg: 2.00 2.00 1.80 4/98 23174
/proc/meminfo: memFree=1270480/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=915328 CPUtime=0.49
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 6365 0 1 0 45 4 0 0 18 0 8 0 178264491 937295872 6104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228832 6104 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33679 s]
/proc/loadavg: 2.00 2.00 1.80 4/105 23181
/proc/meminfo: memFree=1246872/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=915456 CPUtime=1.3
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 8667 0 1 0 124 6 0 0 24 0 8 0 178264491 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801023 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228864 8405 2524 14 0 215334 0
[pid=23173/tid=23175] ppid=23171 vsize=915456 CPUtime=0.03
/proc/23173/task/23175/stat : 23175 (java) S 23171 23173 22434 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178264495 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23176] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23176/stat : 23176 (java) S 23171 23173 22434 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178264496 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23177] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23177/stat : 23177 (java) S 23171 23173 22434 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178264496 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23178] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23178/stat : 23178 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178264499 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23179] ppid=23171 vsize=915456 CPUtime=0.23
/proc/23173/task/23179/stat : 23179 (java) S 23171 23173 22434 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 178264499 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23180] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23180/stat : 23180 (java) S 23171 23173 22434 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178264499 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23181] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23181/stat : 23181 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178264499 937426944 8405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97395 s]
/proc/loadavg: 2.00 2.00 1.80 3/105 23181
/proc/meminfo: memFree=1246552/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=915456 CPUtime=2.93
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 8698 0 1 0 287 6 0 0 25 0 8 0 178264491 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228864 8435 2524 14 0 215334 0
[pid=23173/tid=23175] ppid=23171 vsize=915456 CPUtime=0.03
/proc/23173/task/23175/stat : 23175 (java) S 23171 23173 22434 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178264495 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23176] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23176/stat : 23176 (java) S 23171 23173 22434 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178264496 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23177] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23177/stat : 23177 (java) S 23171 23173 22434 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178264496 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23178] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23178/stat : 23178 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178264499 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23179] ppid=23171 vsize=915456 CPUtime=0.24
/proc/23173/task/23179/stat : 23179 (java) S 23171 23173 22434 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 178264499 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23180] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23180/stat : 23180 (java) S 23171 23173 22434 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178264499 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23181] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23181/stat : 23181 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178264499 937426944 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.17628 s]
/proc/loadavg: 2.00 2.00 1.80 3/105 23181
/proc/meminfo: memFree=1246488/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=915456 CPUtime=6.12
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 8704 0 1 0 606 6 0 0 25 0 8 0 178264491 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073843290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228864 8440 2524 14 0 215334 0
[pid=23173/tid=23175] ppid=23171 vsize=915456 CPUtime=0.03
/proc/23173/task/23175/stat : 23175 (java) S 23171 23173 22434 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178264495 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23176] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23176/stat : 23176 (java) S 23171 23173 22434 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178264496 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23177] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23177/stat : 23177 (java) S 23171 23173 22434 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178264496 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23178] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23178/stat : 23178 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178264499 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23179] ppid=23171 vsize=915456 CPUtime=0.24
/proc/23173/task/23179/stat : 23179 (java) S 23171 23173 22434 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 178264499 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23180] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23180/stat : 23180 (java) S 23171 23173 22434 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178264499 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23181] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23181/stat : 23181 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178264499 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915456

[startup+12.642 s]
/proc/loadavg: 2.00 2.00 1.80 3/105 23181
/proc/meminfo: memFree=1246488/2055920 swapFree=4192812/4192956
[pid=23173] ppid=23171 vsize=915456 CPUtime=12.55
/proc/23173/stat : 23173 (java) R 23171 23173 22434 0 -1 0 8709 0 1 0 1249 6 0 0 25 0 8 0 178264491 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23173/statm: 228864 8445 2524 14 0 215334 0
[pid=23173/tid=23175] ppid=23171 vsize=915456 CPUtime=0.03
/proc/23173/task/23175/stat : 23175 (java) S 23171 23173 22434 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178264495 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23176] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23176/stat : 23176 (java) S 23171 23173 22434 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178264496 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23177] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23177/stat : 23177 (java) S 23171 23173 22434 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178264496 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23178] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23178/stat : 23178 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178264499 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23179] ppid=23171 vsize=915456 CPUtime=0.24
/proc/23173/task/23179/stat : 23179 (java) S 23171 23173 22434 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 178264499 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23180] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23180/stat : 23180 (java) S 23171 23173 22434 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 178264499 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23173/tid=23181] ppid=23171 vsize=915456 CPUtime=0
/proc/23173/task/23181/stat : 23181 (java) S 23171 23173 22434 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178264499 937426944 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 19.8702
CPU time (s): 19.717
CPU user time (s): 19.638
CPU system time (s): 0.078987
CPU usage (%): 99.2291
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.638
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8803
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= 1520
involuntary context switches= 1935

runsolver used 0.026995 s user time and 0.074988 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan  8 23:24:57 UTC 2007


IDJOB= 228474
IDBENCH= 6200
FILE ID= node17/228474-1168298697

PBS_JOBID= 3502124

Free space on /tmp= 66325 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228474-1168298697/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-228474-1168298697 -o ROOT/results/node17/solver-228474-1168298697 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228474-1168298697/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fa8ef8ed7a66555fd358702c799754f0

RANDOM SEED= 474890674

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.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:       1270960 kB
Buffers:         85440 kB
Cached:         385120 kB
SwapCached:          0 kB
Active:         508588 kB
Inactive:       206900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         270516 kB
Slab:            53788 kB
Committed_AS:  5906992 kB
PageTables:       2644 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= 66325 MiB



End job on node17 on Mon Jan  8 23:25:17 UTC 2007