Trace number 227955

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 26.381 26.5333

DiagnosticValue
CHECKS118299738
NODES139620

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-13_ext.xml
MD5SUM7aa4f8ba1b4e88993b9919c83cf837c3
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 benchmark5.85711
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.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/227955-1168279104/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8218  maxDegree=26
0.61	     maxArity=2
0.61	       =>  wckTime=0.299  cpuTime=0.21  mem=10M852
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.503  cpuTime=0.35  mem=14M819
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=33434  nbPropagations=922  nbRevisions=5927  nbUselessRevisions=4813  nbSingletonTests=54
0.87	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.87	       =>  wckTime=0.051  cpuTime=0.04  mem=14M819
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=22374  nbPropagations=1396  nbRevisions=11692  nbUselessRevisions=9541  nbAssignments=28
0.89	     nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=13  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.076  cpuTime=0.05  mem=14M819
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=52924  nbPropagations=3409  nbRevisions=31371  nbUselessRevisions=25505  nbAssignments=69
0.91	     nbFailedAssignments=25  nbBacktracks=30  nbVisitedNodes=110  nbRestartNogoods=1  mapSize=27  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.095  cpuTime=0.07  mem=14M819
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=92605  nbPropagations=6330  nbRevisions=60633  nbUselessRevisions=49366
0.93	     nbAssignments=123  nbFailedAssignments=36  nbBacktracks=52  nbVisitedNodes=172  nbRestartNogoods=6  mapSize=46
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.112  cpuTime=0.08  mem=14M819
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=132077  nbPropagations=10067  nbRevisions=100285  nbUselessRevisions=81866
0.94	     nbAssignments=180  nbFailedAssignments=53  nbBacktracks=85  nbVisitedNodes=261  nbRestartNogoods=7  mapSize=70
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.125  cpuTime=0.09  mem=14M819
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=204042  nbPropagations=15155  nbRevisions=159233  nbUselessRevisions=130504
0.96	     nbAssignments=266  nbFailedAssignments=79  nbBacktracks=137  nbVisitedNodes=407  nbRestartNogoods=11  mapSize=115
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.147  cpuTime=0.11  mem=14M819
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=285429  nbPropagations=21858  nbRevisions=240908  nbUselessRevisions=198220
0.99	     nbAssignments=388  nbFailedAssignments=118  nbBacktracks=212  nbVisitedNodes=600  nbRestartNogoods=15  mapSize=170
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.177  cpuTime=0.14  mem=14M819
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=433391  nbPropagations=31423  nbRevisions=362907  nbUselessRevisions=299103
1.03	     nbAssignments=575  nbFailedAssignments=184  nbBacktracks=327  nbVisitedNodes=908  nbRestartNogoods=20  mapSize=264
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.218  cpuTime=0.18  mem=14M819
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=636237  nbPropagations=44822  nbRevisions=538473  nbUselessRevisions=443810
1.09	     nbAssignments=831  nbFailedAssignments=263  nbBacktracks=499  nbVisitedNodes=1331  nbRestartNogoods=25  mapSize=401
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.273  cpuTime=0.23  mem=14M819
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=964690  nbPropagations=64107  nbRevisions=800475  nbUselessRevisions=659754
1.19	     nbAssignments=1235  nbFailedAssignments=405  nbBacktracks=755  nbVisitedNodes=2011  nbRestartNogoods=28
1.19	     mapSize=615  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.37  cpuTime=0.31  mem=14M819
1.32	   
1.32	   search
1.32	     run=9  nbConstraintChecks=1464092  nbPropagations=92544  nbRevisions=1193134  nbUselessRevisions=982712
1.32	     nbAssignments=1836  nbFailedAssignments=615  nbBacktracks=1139  nbVisitedNodes=3031  nbRestartNogoods=32
1.32	     mapSize=937  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.507  cpuTime=0.44  mem=14M819
1.36	   
1.36	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=14M819)
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=2121672  nbPropagations=133485  nbRevisions=1768466  nbUselessRevisions=1457879
1.49	     nbAssignments=2710  nbFailedAssignments=902  nbBacktracks=1716  nbVisitedNodes=4465  nbRestartNogoods=36
1.49	       =>  wckTime=0.671  cpuTime=0.6  mem=14M819
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=3218718  nbPropagations=194076  nbRevisions=2635217  nbUselessRevisions=2173172
1.72	     nbAssignments=4021  nbFailedAssignments=1341  nbBacktracks=2581  nbVisitedNodes=6660  nbRestartNogoods=41
1.72	       =>  wckTime=0.909  cpuTime=0.83  mem=14M819
2.05	   
2.05	   search
2.05	     run=12  nbConstraintChecks=4669391  nbPropagations=282277  nbRevisions=3917499  nbUselessRevisions=3235952
2.05	     nbAssignments=5951  nbFailedAssignments=1965  nbBacktracks=3878  nbVisitedNodes=9867  nbRestartNogoods=48
2.05	       =>  wckTime=1.234  cpuTime=1.16  mem=14M819
2.56	   
2.56	   search
2.56	     run=13  nbConstraintChecks=6968236  nbPropagations=412605  nbRevisions=5832815  nbUselessRevisions=4826298
2.56	     nbAssignments=8868  nbFailedAssignments=2925  nbBacktracks=5833  nbVisitedNodes=14684  nbRestartNogoods=60
2.56	       =>  wckTime=1.74  cpuTime=1.66  mem=14M819
3.30	   
3.30	   search
3.30	     run=14  nbConstraintChecks=10381004  nbPropagations=606447  nbRevisions=8695975  nbUselessRevisions=7205671
3.30	     nbAssignments=13213  nbFailedAssignments=4343  nbBacktracks=8753  nbVisitedNodes=21932  nbRestartNogoods=63
3.30	       =>  wckTime=2.487  cpuTime=2.4  mem=14M819
4.56	   
4.56	   search
4.56	     run=15  nbConstraintChecks=16257499  nbPropagations=904506  nbRevisions=13133826  nbUselessRevisions=10893477
4.56	     nbAssignments=19927  nbFailedAssignments=6660  nbBacktracks=13134  nbVisitedNodes=33258  nbRestartNogoods=71
4.56	       =>  wckTime=3.748  cpuTime=3.65  mem=14M819
6.38	   
6.38	   search
6.38	     run=16  nbConstraintChecks=24738623  nbPropagations=1354794  nbRevisions=19827768  nbUselessRevisions=16446871
6.38	     nbAssignments=29887  nbFailedAssignments=10046  nbBacktracks=19706  nbVisitedNodes=50054  nbRestartNogoods=77
6.38	       =>  wckTime=5.567  cpuTime=5.46  mem=14M819
8.93	   
8.93	   search
8.93	     run=17  nbConstraintChecks=36476124  nbPropagations=2020811  nbRevisions=29736014  nbUselessRevisions=24673002
8.93	     nbAssignments=44476  nbFailedAssignments=14776  nbBacktracks=29558  nbVisitedNodes=74332  nbRestartNogoods=80
8.93	       =>  wckTime=8.115  cpuTime=8.0  mem=14M819
12.98	   
12.98	   search
12.98	     run=18  nbConstraintChecks=55299834  nbPropagations=3023304  nbRevisions=44665201  nbUselessRevisions=37058220
12.98	     nbAssignments=66648  nbFailedAssignments=22153  nbBacktracks=44336  nbVisitedNodes=111478  nbRestartNogoods=86
12.98	       =>  wckTime=12.169  cpuTime=12.03  mem=14M819
19.09	   
19.09	   search
19.09	     run=19  nbConstraintChecks=83618828  nbPropagations=4532487  nbRevisions=67131547  nbUselessRevisions=55683203
19.09	     nbAssignments=99595  nbFailedAssignments=32926  nbBacktracks=66505  nbVisitedNodes=166557  nbRestartNogoods=92
19.09	       =>  wckTime=18.278  cpuTime=18.11  mem=14M819
26.51	   
26.51	   search
26.51	     run=20  nbConstraintChecks=118266304  nbPropagations=6658181  nbRevisions=98796379  nbUselessRevisions=81920667
26.51	     nbAssignments=139620  nbFailedAssignments=46042  nbBacktracks=93415  nbVisitedNodes=233602  nbRestartNogoods=101
26.51	       =>  wckTime=25.69  cpuTime=25.48  mem=14M819
26.51	   
26.51	   global
26.51	     nbConstraintChecks=118299738  nbPropagations=6659103  nbRevisions=98802306  nbUselessRevisions=81925480
26.51	     nbRestartNogoods=101  solvingWckTime=25.691  solvingCpuTime=25.49  expiredTime=no  totalExploration=yes
26.51	     nbFoundSolutions=0  globalCpuTime=25.9
26.51	       =>  wckTime=26.198  cpuTime=25.84  mem=14M819
26.51	   
26.51	s UNSATISFIABLE
26.51	d NODES 139620
26.51	d CHECKS 118299738
26.51	   
26.51	   totalWckTime=26.28  totalCpuTime=25.9

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/node21/watcher-227955-1168279104 -o ROOT/results/node21/solver-227955-1168279104 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227955-1168279104/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.73 1.66 1.61 4/88 30334
/proc/meminfo: memFree=1142408/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=908840 CPUtime=0.05
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 2528 0 1 0 4 1 0 0 18 0 6 0 176305020 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 227210 2275 1240 14 0 214793 0
[pid=30333/tid=30335] ppid=30331 vsize=908840 CPUtime=0
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 6 0 0 0 0 0 0 0 19 0 6 0 176305024 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=908840 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 10 0 0 0 0 0 0 0 19 0 6 0 176305024 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=908840 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 4 0 0 0 0 0 0 0 20 0 6 0 176305024 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=908840 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 6 0 176305027 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=908840 CPUtime=0
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 2 0 0 0 0 0 0 0 19 0 6 0 176305027 930652160 2275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

[startup+0.103423 s]
/proc/loadavg: 1.73 1.66 1.61 4/88 30334
/proc/meminfo: memFree=1142408/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=914988 CPUtime=0.09
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 3007 0 1 0 7 2 0 0 17 0 8 0 176305020 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153604224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228747 2753 1431 14 0 215242 0
[pid=30333/tid=30335] ppid=30331 vsize=914988 CPUtime=0
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 176305024 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=914988 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 176305024 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=914988 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 176305024 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=914988 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=914988 CPUtime=0
/proc/30333/task/30339/stat : 30339 (java) R 30331 30333 30195 0 -1 64 250 0 0 0 0 0 0 0 19 0 8 0 176305027 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.5115 s]
/proc/loadavg: 1.73 1.66 1.61 4/88 30334
/proc/meminfo: memFree=1142408/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915328 CPUtime=0.49
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 6431 0 1 0 46 3 0 0 18 0 8 0 176305020 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072928921 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228832 6170 2138 14 0 215302 0
[pid=30333/tid=30335] ppid=30331 vsize=915328 CPUtime=0
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 176305024 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915328 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 176305024 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915328 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 176305024 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915328 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915328 CPUtime=0.09
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 319 0 0 0 9 0 0 0 17 0 8 0 176305027 937295872 6170 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33365 s]
/proc/loadavg: 1.83 1.68 1.62 3/95 30341
/proc/meminfo: memFree=1118800/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915456 CPUtime=1.3
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 8677 0 1 0 125 5 0 0 24 0 8 0 176305020 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228864 8415 2524 14 0 215334 0
[pid=30333/tid=30335] ppid=30331 vsize=915456 CPUtime=0.03
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176305024 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176305024 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176305024 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915456 CPUtime=0.21
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 387 0 0 0 21 0 0 0 15 0 8 0 176305027 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30340] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30340/stat : 30340 (java) S 30331 30333 30195 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176305028 937426944 8415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30341] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30341/stat : 30341 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176305028 937426944 8415 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.98697 s]
/proc/loadavg: 1.83 1.68 1.62 3/95 30341
/proc/meminfo: memFree=1118544/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915456 CPUtime=2.96
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 8697 0 1 0 290 6 0 0 25 0 8 0 176305020 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228864 8434 2524 14 0 215334 0
[pid=30333/tid=30335] ppid=30331 vsize=915456 CPUtime=0.03
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176305024 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176305024 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176305024 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915456 CPUtime=0.22
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 176305027 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30340] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30340/stat : 30340 (java) S 30331 30333 30195 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176305028 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30341] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30341/stat : 30341 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176305028 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915456

[startup+6.27258 s]
/proc/loadavg: 1.84 1.69 1.62 4/95 30341
/proc/meminfo: memFree=1118480/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915456 CPUtime=6.22
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 8703 0 1 0 616 6 0 0 25 0 8 0 176305020 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228864 8440 2524 14 0 215334 0
[pid=30333/tid=30335] ppid=30331 vsize=915456 CPUtime=0.03
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176305024 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176305024 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176305024 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915456 CPUtime=0.22
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 393 0 0 0 22 0 0 0 16 0 8 0 176305027 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30340] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30340/stat : 30340 (java) S 30331 30333 30195 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176305028 937426944 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30341] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30341/stat : 30341 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176305028 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.22
Current children cumulated vsize (KiB) 915456

[startup+12.7578 s]
/proc/loadavg: 1.85 1.69 1.62 3/95 30341
/proc/meminfo: memFree=1118416/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915456 CPUtime=12.67
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 8708 0 1 0 1261 6 0 0 25 0 8 0 176305020 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803440 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228864 8444 2524 14 0 215334 0
[pid=30333/tid=30335] ppid=30331 vsize=915456 CPUtime=0.03
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176305024 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176305024 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176305024 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915456 CPUtime=0.22
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 393 0 0 0 22 0 0 0 16 0 8 0 176305027 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30340] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30340/stat : 30340 (java) S 30331 30333 30195 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176305028 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30341] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30341/stat : 30341 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176305028 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915456

[startup+25.6092 s]
/proc/loadavg: 1.88 1.70 1.62 3/95 30341
/proc/meminfo: memFree=1118416/2055920 swapFree=4156316/4192956
[pid=30333] ppid=30331 vsize=915456 CPUtime=25.46
/proc/30333/stat : 30333 (java) R 30331 30333 30195 0 -1 0 8713 0 1 0 2540 6 0 0 25 0 8 0 176305020 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30333/statm: 228864 8449 2524 14 0 215334 0
[pid=30333/tid=30335] ppid=30331 vsize=915456 CPUtime=0.03
/proc/30333/task/30335/stat : 30335 (java) S 30331 30333 30195 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176305024 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30336] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30336/stat : 30336 (java) S 30331 30333 30195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176305024 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30337] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30337/stat : 30337 (java) S 30331 30333 30195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176305024 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30338] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30338/stat : 30338 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176305027 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30339] ppid=30331 vsize=915456 CPUtime=0.22
/proc/30333/task/30339/stat : 30339 (java) S 30331 30333 30195 0 -1 64 393 0 0 0 22 0 0 0 16 0 8 0 176305027 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30340] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30340/stat : 30340 (java) S 30331 30333 30195 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176305028 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30333/tid=30341] ppid=30331 vsize=915456 CPUtime=0
/proc/30333/task/30341/stat : 30341 (java) S 30331 30333 30195 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176305028 937426944 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 26.5333
CPU time (s): 26.381
CPU user time (s): 26.309
CPU system time (s): 0.071989
CPU usage (%): 99.4259
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.309
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8805
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= 1624
involuntary context switches= 2503

runsolver used 0.042993 s user time and 0.089986 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan  8 17:58:25 UTC 2007


IDJOB= 227955
IDBENCH= 6137
FILE ID= node21/227955-1168279104

PBS_JOBID= 3483403

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7aa4f8ba1b4e88993b9919c83cf837c3

RANDOM SEED= 515873845

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.261
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.261
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:       1142888 kB
Buffers:         17692 kB
Cached:         811916 kB
SwapCached:       2304 kB
Active:         295668 kB
Inactive:       565028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142888 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          41648 kB
Slab:            37112 kB
Committed_AS:  3713920 kB
PageTables:       2176 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= 66562 MiB



End job on node21 on Mon Jan  8 17:58:51 UTC 2007