Trace number 229793

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 ESACSAT 76.4564 76.5522

DiagnosticValue
CHECKS473734824
NODES320167

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-47_ext.xml
MD5SUM34d660f97c2aa6cd4abc948e6021373c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.4564
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229793-1168311142/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.40	       =>  wckTime=0.105  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.69	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2255  maxDegree=28
0.69	     maxArity=2
0.69	       =>  wckTime=0.395  cpuTime=0.3  mem=17M696
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.603  cpuTime=0.43  mem=15M571
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=102566  nbPropagations=1121  nbRevisions=9361  nbUselessRevisions=7923  nbSingletonTests=59
0.96	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.058  cpuTime=0.05  mem=15M571
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=44135  nbPropagations=1680  nbRevisions=16346  nbUselessRevisions=13780  nbAssignments=28
0.99	     nbFailedAssignments=5  nbBacktracks=12  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.089  cpuTime=0.07  mem=15M571
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=141124  nbPropagations=4535  nbRevisions=46881  nbUselessRevisions=39353
1.02	     nbAssignments=86  nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=101  nbRestartNogoods=3  mapSize=21
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.117  cpuTime=0.09  mem=15M571
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=224825  nbPropagations=8403  nbRevisions=91196  nbUselessRevisions=76310
1.03	     nbAssignments=136  nbFailedAssignments=30  nbBacktracks=52  nbVisitedNodes=178  nbRestartNogoods=6  mapSize=39
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.134  cpuTime=0.1  mem=15M571
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=297180  nbPropagations=13197  nbRevisions=147635  nbUselessRevisions=123298
1.05	     nbAssignments=191  nbFailedAssignments=44  nbBacktracks=85  nbVisitedNodes=261  nbRestartNogoods=10  mapSize=60
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.151  cpuTime=0.12  mem=15M571
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=423200  nbPropagations=19591  nbRevisions=226704  nbUselessRevisions=188853
1.08	     nbAssignments=284  nbFailedAssignments=75  nbBacktracks=138  nbVisitedNodes=416  nbRestartNogoods=11  mapSize=105
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.178  cpuTime=0.14  mem=15M571
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=668615  nbPropagations=29040  nbRevisions=349386  nbUselessRevisions=290407
1.13	     nbAssignments=434  nbFailedAssignments=122  nbBacktracks=213  nbVisitedNodes=640  nbRestartNogoods=13  mapSize=170
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.227  cpuTime=0.19  mem=15M571
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=988282  nbPropagations=42402  nbRevisions=530211  nbUselessRevisions=439836
1.19	     nbAssignments=620  nbFailedAssignments=187  nbBacktracks=327  nbVisitedNodes=953  nbRestartNogoods=15  mapSize=264
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.287  cpuTime=0.24  mem=15M571
1.26	   
1.26	   search
1.26	     run=7  nbConstraintChecks=1401348  nbPropagations=61173  nbRevisions=794515  nbUselessRevisions=658775
1.26	     nbAssignments=916  nbFailedAssignments=302  nbBacktracks=499  nbVisitedNodes=1457  nbRestartNogoods=19  mapSize=413
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.366  cpuTime=0.32  mem=15M571
1.39	   
1.39	   search
1.39	     run=8  nbConstraintChecks=2055606  nbPropagations=88183  nbRevisions=1183706  nbUselessRevisions=980104
1.39	     nbAssignments=1332  nbFailedAssignments=452  nbBacktracks=755  nbVisitedNodes=2155  nbRestartNogoods=22
1.39	     mapSize=622  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.488  cpuTime=0.44  mem=15M571
1.59	   
1.59	   search
1.59	     run=9  nbConstraintChecks=3159456  nbPropagations=128877  nbRevisions=1789141  nbUselessRevisions=1480135
1.59	     nbAssignments=2042  nbFailedAssignments=744  nbBacktracks=1140  nbVisitedNodes=3365  nbRestartNogoods=26
1.59	     mapSize=949  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.693  cpuTime=0.63  mem=15M571
1.64	   
1.64	   INFO : Stopping hyperNogood (mapSize=1033, nbTooLargekeys=0, mem=15M571)
1.84	   
1.84	   search
1.84	     run=10  nbConstraintChecks=4588803  nbPropagations=187706  nbRevisions=2670076  nbUselessRevisions=2206159
1.84	     nbAssignments=3009  nbFailedAssignments=1122  nbBacktracks=1718  nbVisitedNodes=5014  nbRestartNogoods=30
1.84	       =>  wckTime=0.938  cpuTime=0.86  mem=15M571
2.18	   
2.18	   search
2.18	     run=11  nbConstraintChecks=6771105  nbPropagations=273605  nbRevisions=3972786  nbUselessRevisions=3278659
2.18	     nbAssignments=4429  nbFailedAssignments=1666  nbBacktracks=2586  nbVisitedNodes=7443  nbRestartNogoods=35
2.18	       =>  wckTime=1.285  cpuTime=1.2  mem=15M571
2.71	   
2.71	   search
2.71	     run=12  nbConstraintChecks=10169346  nbPropagations=401171  nbRevisions=5931693  nbUselessRevisions=4894528
2.71	     nbAssignments=6602  nbFailedAssignments=2532  nbBacktracks=3883  nbVisitedNodes=11160  nbRestartNogoods=41
2.71	       =>  wckTime=1.817  cpuTime=1.73  mem=15M571
3.45	   
3.45	   search
3.45	     run=13  nbConstraintChecks=14770349  nbPropagations=587856  nbRevisions=8785770  nbUselessRevisions=7246069
3.45	     nbAssignments=9714  nbFailedAssignments=3686  nbBacktracks=5830  nbVisitedNodes=16422  nbRestartNogoods=52
3.45	       =>  wckTime=2.55  cpuTime=2.47  mem=15M571
4.61	   
4.61	   search
4.61	     run=14  nbConstraintChecks=22240502  nbPropagations=866898  nbRevisions=13053466  nbUselessRevisions=10759894
4.61	     nbAssignments=14449  nbFailedAssignments=5494  nbBacktracks=8749  nbVisitedNodes=24512  nbRestartNogoods=63
4.61	       =>  wckTime=3.709  cpuTime=3.62  mem=15M571
6.27	   
6.27	   search
6.27	     run=15  nbConstraintChecks=32762116  nbPropagations=1278482  nbRevisions=19372853  nbUselessRevisions=15963848
6.27	     nbAssignments=21470  nbFailedAssignments=8126  nbBacktracks=13129  nbVisitedNodes=36484  nbRestartNogoods=72
6.27	       =>  wckTime=5.368  cpuTime=5.28  mem=15M571
8.77	   
8.77	   search
8.77	     run=16  nbConstraintChecks=48811290  nbPropagations=1889405  nbRevisions=28789136  nbUselessRevisions=23722466
8.77	     nbAssignments=31963  nbFailedAssignments=12041  nbBacktracks=19697  nbVisitedNodes=54234  nbRestartNogoods=76
8.77	       =>  wckTime=7.87  cpuTime=7.78  mem=16M546
12.59	   
12.59	   search
12.59	     run=17  nbConstraintChecks=73055256  nbPropagations=2808078  nbRevisions=43024583  nbUselessRevisions=35462277
12.59	     nbAssignments=48031  nbFailedAssignments=18249  nbBacktracks=29549  nbVisitedNodes=81803  nbRestartNogoods=88
12.59	       =>  wckTime=11.688  cpuTime=11.6  mem=16M546
18.45	   
18.45	   search
18.45	     run=18  nbConstraintChecks=110965960  nbPropagations=4191873  nbRevisions=64635667  nbUselessRevisions=53313932
18.45	     nbAssignments=72140  nbFailedAssignments=27567  nbBacktracks=44330  nbVisitedNodes=123230  nbRestartNogoods=92
18.45	       =>  wckTime=17.553  cpuTime=17.46  mem=16M546
26.62	   
26.62	   search
26.62	     run=19  nbConstraintChecks=160777341  nbPropagations=6235546  nbRevisions=96492948  nbUselessRevisions=79653775
26.62	     nbAssignments=107538  nbFailedAssignments=40785  nbBacktracks=66498  nbVisitedNodes=183550  nbRestartNogoods=100
26.62	       =>  wckTime=25.718  cpuTime=25.62  mem=16M546
39.13	   
39.13	   search
39.13	     run=20  nbConstraintChecks=238928789  nbPropagations=9289631  nbRevisions=144115372  nbUselessRevisions=119037957
39.13	     nbAssignments=161246  nbFailedAssignments=61230  nbBacktracks=99754  nbVisitedNodes=275574  nbRestartNogoods=113
39.13	       =>  wckTime=38.227  cpuTime=38.12  mem=16M546
58.11	   
58.11	   search
58.11	     run=21  nbConstraintChecks=362153846  nbPropagations=13843250  nbRevisions=214866859  nbUselessRevisions=177442349
58.11	     nbAssignments=239446  nbFailedAssignments=89542  nbBacktracks=149633  nbVisitedNodes=408138  nbRestartNogoods=122
58.11	       =>  wckTime=57.216  cpuTime=57.1  mem=16M546
76.50	   
76.50	   search
76.50	     run=22  nbConstraintChecks=473632258  nbPropagations=19898086  nbRevisions=308753724  nbUselessRevisions=255026714
76.50	     nbAssignments=320167  nbFailedAssignments=120183  nbBacktracks=199663  nbVisitedNodes=545882  nbRestartNogoods=135
76.50	       =>  wckTime=75.599  cpuTime=75.48  mem=16M546
76.50	   
76.50	   global
76.50	     nbConstraintChecks=473734824  nbPropagations=19899207  nbRevisions=308763085  nbUselessRevisions=255034637
76.50	     nbRestartNogoods=135  solvingWckTime=75.601  solvingCpuTime=75.48  expiredTime=no  totalExploration=no
76.50	     nbFoundSolutions=1  globalCpuTime=75.95
76.50	       =>  wckTime=76.207  cpuTime=75.91  mem=16M546
76.50	   
76.50	s SATISFIABLE
76.50	v 14 9 16 20 8 16 16 15 7 17 5 0 2 10 12 2 12 19 2 20 18 15 19 14 21 4 5 12 12 10 6 3 12 12 10 5 10 0 12 2 14 8 3 10 11 9 5 3 3 19 
76.50	d NODES 320167
76.50	d CHECKS 473734824
76.50	   
76.50	   totalWckTime=76.285  totalCpuTime=75.95

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-229793-1168311142 -o ROOT/results/node43/solver-229793-1168311142 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229793-1168311142/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.02 2.01 1.99 4/81 7638
/proc/meminfo: memFree=1453208/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=18540 CPUtime=0
/proc/7637/stat : 7637 (runsolver) R 7635 7637 7326 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 179513303 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7637/statm: 4635 279 244 17 0 2626 0

[startup+0.103607 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 7638
/proc/meminfo: memFree=1453208/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=914988 CPUtime=0.08
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 3051 0 1 0 7 1 0 0 25 0 8 0 179513303 936947712 2797 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7637/statm: 228747 2797 1447 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511676 s]
/proc/loadavg: 2.02 2.01 1.99 4/81 7638
/proc/meminfo: memFree=1453208/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915328 CPUtime=0.48
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 7149 0 1 0 44 4 0 0 25 0 8 0 179513303 937295872 6888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565102 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228832 6889 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33281 s]
/proc/loadavg: 2.09 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361432/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=1.29
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9625 0 1 0 122 7 0 0 25 0 8 0 179513303 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812350 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9363 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 17 0 8 0 179513307 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.22
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 379 0 0 0 21 1 0 0 15 0 8 0 179513311 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.98109 s]
/proc/loadavg: 2.09 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361048/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=2.94
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9641 0 1 0 287 7 0 0 25 0 8 0 179513303 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9378 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 17 0 8 0 179513307 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.25
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 395 0 0 0 24 1 0 0 15 0 8 0 179513311 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9378 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.26963 s]
/proc/loadavg: 2.09 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361048/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=6.24
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9643 0 1 0 616 8 0 0 25 0 8 0 179513303 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9379 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 179513307 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.25
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 396 0 0 0 24 1 0 0 16 0 8 0 179513311 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7547 s]
/proc/loadavg: 2.08 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361248/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=12.72
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9644 0 1 0 1264 8 0 0 25 0 8 0 179513303 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9380 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 179513307 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.25
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915460

[startup+25.6128 s]
/proc/loadavg: 2.07 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361376/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=25.57
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9644 0 1 0 2549 8 0 0 25 0 8 0 179513303 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9380 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 179513307 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.25
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915460

[startup+51.2431 s]
/proc/loadavg: 2.04 2.02 1.99 3/89 7646
/proc/meminfo: memFree=1361312/2055920 swapFree=4192812/4192956
[pid=7637] ppid=7635 vsize=915460 CPUtime=51.18
/proc/7637/stat : 7637 (java) R 7635 7637 7326 0 -1 0 9644 0 1 0 5110 8 0 0 25 0 8 0 179513303 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 228865 9380 2524 14 0 215335 0
[pid=7637/tid=7639] ppid=7635 vsize=915460 CPUtime=0.03
/proc/7637/task/7639/stat : 7639 (java) S 7635 7637 7326 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 179513307 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7640] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7635 7637 7326 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7641] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7635 7637 7326 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179513308 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7642] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7643] ppid=7635 vsize=915460 CPUtime=0.25
/proc/7637/task/7643/stat : 7643 (java) S 7635 7637 7326 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7637/tid=7644] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7635 7637 7326 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7637/tid=7645] ppid=7635 vsize=915460 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7635 7637 7326 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179513311 937431040 9380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 76.5522
CPU time (s): 76.4564
CPU user time (s): 76.3634
CPU system time (s): 0.092985
CPU usage (%): 99.8748
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.3634
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9654
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= 2727
involuntary context switches= 1607

runsolver used 0.085986 s user time and 0.248962 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Jan  9 02:52:22 UTC 2007


IDJOB= 229793
IDBENCH= 6359
FILE ID= node43/229793-1168311142

PBS_JOBID= 3502358

Free space on /tmp= 66495 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229793-1168311142/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-229793-1168311142 -o ROOT/results/node43/solver-229793-1168311142 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229793-1168311142/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  34d660f97c2aa6cd4abc948e6021373c

RANDOM SEED= 761920402

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.278
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.278
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:       1454392 kB
Buffers:         65872 kB
Cached:         437328 kB
SwapCached:          0 kB
Active:         233360 kB
Inactive:       312816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5840 kB
Writeback:           0 kB
Mapped:          61304 kB
Slab:            40692 kB
Committed_AS:  4765476 kB
PageTables:       1884 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= 66495 MiB



End job on node43 on Tue Jan  9 02:53:38 UTC 2007