Trace number 218311

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 88.5065 88.6438

DiagnosticValue
CHECKS80695227
NODES80546

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-21_ext.xml
MD5SUM506550cbda854d967347adcd3ccbb79b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8554
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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/218311-1168252035/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.38	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.63	   
0.63	   constraints being loaded...
0.78	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.78	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.78	       =>  wckTime=0.495  cpuTime=0.45  mem=42M348
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.734  cpuTime=0.6  mem=21M142
1.09	   
1.09	   preprocessing
1.09	     nbConstraintChecks=17497  nbValidityChecks=30288  nbPropagations=171  nbRevisions=1522  nbUselessRevisions=1292
1.09	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.09	       =>  wckTime=0.068  cpuTime=0.04  mem=21M142
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=22752  nbValidityChecks=48592  nbPropagations=482  nbRevisions=4974
1.14	     nbUselessRevisions=3998  nbAssignments=40  nbFailedAssignments=26  nbBacktracks=10  nbVisitedNodes=73
1.14	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.118  cpuTime=0.08  mem=22M129
1.22	   
1.22	   search
1.22	     run=1  nbConstraintChecks=78148  nbValidityChecks=149131  nbPropagations=1464  nbRevisions=16835
1.22	     nbUselessRevisions=13484  nbAssignments=84  nbFailedAssignments=50  nbBacktracks=26  nbVisitedNodes=153
1.22	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.191  cpuTime=0.15  mem=22M129
1.32	   
1.32	   search
1.32	     run=2  nbConstraintChecks=149680  nbValidityChecks=286906  nbPropagations=3173  nbRevisions=37900
1.32	     nbUselessRevisions=30340  nbAssignments=149  nbFailedAssignments=80  nbBacktracks=48  nbVisitedNodes=254
1.32	     nbRestartNogoods=6  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.294  cpuTime=0.24  mem=22M129
1.40	   
1.40	   search
1.40	     run=3  nbConstraintChecks=215939  nbValidityChecks=423805  nbPropagations=5682  nbRevisions=67926
1.40	     nbUselessRevisions=54277  nbAssignments=239  nbFailedAssignments=128  nbBacktracks=81  nbVisitedNodes=404
1.40	     nbRestartNogoods=12  mapSize=75  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.379  cpuTime=0.32  mem=22M129
1.60	   
1.60	   search
1.60	     run=4  nbConstraintChecks=374191  nbValidityChecks=731487  nbPropagations=9933  nbRevisions=119744
1.60	     nbUselessRevisions=95466  nbAssignments=392  nbFailedAssignments=227  nbBacktracks=131  nbVisitedNodes=695
1.60	     nbRestartNogoods=14  mapSize=121  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.579  cpuTime=0.52  mem=22M129
1.81	   
1.81	   search
1.81	     run=5  nbConstraintChecks=545276  nbValidityChecks=1054873  nbPropagations=15919  nbRevisions=192905
1.81	     nbUselessRevisions=153680  nbAssignments=575  nbFailedAssignments=314  nbBacktracks=206  nbVisitedNodes=992
1.81	     nbRestartNogoods=24  mapSize=184  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.783  cpuTime=0.72  mem=22M129
2.15	   
2.15	   search
2.15	     run=6  nbConstraintChecks=849466  nbValidityChecks=1632873  nbPropagations=24965  nbRevisions=303165
2.15	     nbUselessRevisions=241253  nbAssignments=897  nbFailedAssignments=513  nbBacktracks=320  nbVisitedNodes=1579
2.15	     nbRestartNogoods=30  mapSize=282  nbInferences=0  nbTooLargeKeys=0
2.15	       =>  wckTime=1.124  cpuTime=1.06  mem=22M129
2.75	   
2.75	   search
2.75	     run=7  nbConstraintChecks=1345397  nbValidityChecks=2582503  nbPropagations=38927  nbRevisions=476691
2.75	     nbUselessRevisions=379062  nbAssignments=1354  nbFailedAssignments=796  nbBacktracks=491  nbVisitedNodes=2442
2.75	     nbRestartNogoods=37  mapSize=438  nbInferences=0  nbTooLargeKeys=0
2.75	       =>  wckTime=1.728  cpuTime=1.63  mem=22M129
3.48	   
3.48	   search
3.48	     run=8  nbConstraintChecks=1961300  nbValidityChecks=3811768  nbPropagations=60159  nbRevisions=736362
3.48	     nbUselessRevisions=584471  nbAssignments=2085  nbFailedAssignments=1253  nbBacktracks=747  nbVisitedNodes=3786
3.48	     nbRestartNogoods=45  mapSize=663  nbInferences=0  nbTooLargeKeys=0
3.48	       =>  wckTime=2.453  cpuTime=2.34  mem=22M129
4.45	   
4.45	   search
4.45	     run=9  nbConstraintChecks=2820806  nbValidityChecks=5451069  nbPropagations=89976  nbRevisions=1106821
4.45	     nbUselessRevisions=878415  nbAssignments=2896  nbFailedAssignments=1675  nbBacktracks=1131  nbVisitedNodes=5266
4.45	     nbRestartNogoods=54  mapSize=986  nbInferences=0  nbTooLargeKeys=0
4.45	       =>  wckTime=3.422  cpuTime=3.3  mem=22M129
4.51	   
4.51	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=22M129)
5.91	   
5.91	   search
5.91	     run=10  nbConstraintChecks=4182254  nbValidityChecks=8094360  nbPropagations=134993  nbRevisions=1658007
5.91	     nbUselessRevisions=1314359  nbAssignments=4351  nbFailedAssignments=2551  nbBacktracks=1707  nbVisitedNodes=7992
5.91	     nbRestartNogoods=61
5.91	       =>  wckTime=4.89  cpuTime=4.76  mem=22M129
9.57	   
9.57	   search
9.57	     run=11  nbConstraintChecks=7380301  nbValidityChecks=14312648  nbPropagations=213414  nbRevisions=2631496
9.57	     nbUselessRevisions=2083243  nbAssignments=7291  nbFailedAssignments=4624  nbBacktracks=2571  nbVisitedNodes=13710
9.57	     nbRestartNogoods=73
9.57	       =>  wckTime=8.543  cpuTime=8.41  mem=22M129
12.58	   
12.58	   search
12.58	     run=12  nbConstraintChecks=10188052  nbValidityChecks=19758432  nbPropagations=323315  nbRevisions=3970527
12.59	     nbUselessRevisions=3139408  nbAssignments=10344  nbFailedAssignments=6374  nbBacktracks=3868  nbVisitedNodes=19370
12.59	     nbRestartNogoods=86
12.59	       =>  wckTime=11.561  cpuTime=11.42  mem=22M129
16.87	   
16.87	   search
16.87	     run=13  nbConstraintChecks=14179132  nbValidityChecks=27758835  nbPropagations=482453  nbRevisions=5875511
16.87	     nbUselessRevisions=4635336  nbAssignments=15409  nbFailedAssignments=9477  nbBacktracks=5814  nbVisitedNodes=28752
16.87	     nbRestartNogoods=96
16.87	       =>  wckTime=15.848  cpuTime=15.71  mem=22M129
24.11	   
24.11	   search
24.11	     run=14  nbConstraintChecks=20951008  nbValidityChecks=40723513  nbPropagations=711357  nbRevisions=8645616
24.11	     nbUselessRevisions=6818493  nbAssignments=21990  nbFailedAssignments=13134  nbBacktracks=8735  nbVisitedNodes=40932
24.11	     nbRestartNogoods=103
24.11	       =>  wckTime=23.083  cpuTime=22.94  mem=22M129
35.15	   
35.15	   search
35.15	     run=15  nbConstraintChecks=31215053  nbValidityChecks=60419482  nbPropagations=1052500  nbRevisions=12773956
35.15	     nbUselessRevisions=10071198  nbAssignments=32620  nbFailedAssignments=19384  nbBacktracks=13113
35.15	     nbVisitedNodes=60757  nbRestartNogoods=105
35.15	       =>  wckTime=34.123  cpuTime=33.98  mem=22M129
52.00	   
52.00	   search
52.00	     run=16  nbConstraintChecks=46736319  nbValidityChecks=89824686  nbPropagations=1557974  nbRevisions=18894300
52.01	     nbUselessRevisions=14899168  nbAssignments=47510  nbFailedAssignments=27704  nbBacktracks=19681
52.01	     nbVisitedNodes=88267  nbRestartNogoods=116
52.01	       =>  wckTime=50.981  cpuTime=50.8  mem=22M129
76.13	   
76.13	   search
76.13	     run=17  nbConstraintChecks=69111771  nbValidityChecks=132288267  nbPropagations=2297582  nbRevisions=27865695
76.13	     nbUselessRevisions=21981676  nbAssignments=69657  nbFailedAssignments=39992  nbBacktracks=29535
76.13	     nbVisitedNodes=128928  nbRestartNogoods=133
76.13	       =>  wckTime=75.102  cpuTime=74.91  mem=22M129
88.59	   
88.59	   search
88.59	     run=18  nbConstraintChecks=80677730  nbValidityChecks=153982562  nbPropagations=3154610  nbRevisions=38277077
88.59	     nbUselessRevisions=30203941  nbAssignments=80546  nbFailedAssignments=45992  nbBacktracks=34425
88.59	     nbVisitedNodes=148985  nbRestartNogoods=139
88.59	       =>  wckTime=87.562  cpuTime=87.36  mem=22M129
88.59	   
88.59	   global
88.59	     nbConstraintChecks=80695227  nbValidityChecks=154012850  nbPropagations=3154781  nbRevisions=38278599
88.59	     nbUselessRevisions=30205233  nbRestartNogoods=139  solvingWckTime=87.563  solvingCpuTime=87.36  expiredTime=no
88.59	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=88.0
88.59	       =>  wckTime=88.3  cpuTime=87.96  mem=22M129
88.59	   
88.59	s UNSATISFIABLE
88.59	d NODES 80546
88.59	d CHECKS 80695227
88.59	   
88.59	   totalWckTime=88.376  totalCpuTime=88.0

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/node48/watcher-218311-1168252035 -o ROOT/results/node48/solver-218311-1168252035 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218311-1168252035/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.18 1.23 1.50 4/73 29986
/proc/meminfo: memFree=1804776/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=1784 CPUtime=0
/proc/29985/stat : 29985 (java) D 29983 29985 29411 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 173602306 1826816 140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29985/statm: 446 140 106 14 0 91 0

[startup+0.107178 s]
/proc/loadavg: 1.18 1.23 1.50 4/73 29986
/proc/meminfo: memFree=1804776/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=914988 CPUtime=0.09
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 3121 0 1 0 8 1 0 0 22 0 8 0 173602306 936947712 2867 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228747 2867 1470 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515215 s]
/proc/loadavg: 1.18 1.23 1.50 4/73 29986
/proc/meminfo: memFree=1804776/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915328 CPUtime=0.5
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 8375 0 1 0 45 5 0 0 25 0 8 0 173602306 937295872 8114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228832 8114 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33829 s]
/proc/loadavg: 1.18 1.23 1.50 3/80 29993
/proc/meminfo: memFree=1747184/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=1.33
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17097 0 1 0 122 11 0 0 25 0 8 0 173602306 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16835 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 16 0 8 0 173602309 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.15
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 358 0 0 0 15 0 0 0 15 0 8 0 173602313 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915460

[startup+2.99145 s]
/proc/loadavg: 1.18 1.23 1.50 3/80 29993
/proc/meminfo: memFree=1747056/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=2.95
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17113 0 1 0 284 11 0 0 25 0 8 0 173602306 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16849 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 17 0 8 0 173602309 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.19
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 372 0 0 0 18 1 0 0 16 0 8 0 173602313 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.27575 s]
/proc/loadavg: 1.25 1.24 1.50 3/80 29993
/proc/meminfo: memFree=1746992/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=6.23
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17125 0 1 0 612 11 0 0 25 0 8 0 173602306 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16859 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 16 0 8 0 173602309 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.21
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 383 0 0 0 20 1 0 0 16 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

[startup+12.7733 s]
/proc/loadavg: 1.31 1.25 1.50 3/80 29993
/proc/meminfo: memFree=1688560/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=12.73
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17126 0 1 0 1262 11 0 0 25 0 8 0 173602306 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16859 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 16 0 8 0 173602309 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.21
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 383 0 0 0 20 1 0 0 16 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915460

[startup+25.6185 s]
/proc/loadavg: 1.46 1.29 1.51 3/81 29994
/proc/meminfo: memFree=1684008/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=25.57
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17126 0 1 0 2545 12 0 0 25 0 8 0 173602306 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16859 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 16 0 8 0 173602309 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.21
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 383 0 0 0 20 1 0 0 16 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16859 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.2469 s]
/proc/loadavg: 1.64 1.35 1.52 3/81 29994
/proc/meminfo: memFree=1684136/2055920 swapFree=4192812/4192956
[pid=29985] ppid=29983 vsize=915460 CPUtime=51.16
/proc/29985/stat : 29985 (java) R 29983 29985 29411 0 -1 0 17126 0 1 0 5104 12 0 0 25 0 8 0 173602306 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722340 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29985/statm: 228865 16859 2527 14 0 215335 0
[pid=29985/tid=29987] ppid=29983 vsize=915460 CPUtime=0.05
/proc/29985/task/29987/stat : 29987 (java) S 29983 29985 29411 0 -1 64 1792 0 0 0 5 0 0 0 16 0 8 0 173602309 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29988] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29988/stat : 29988 (java) S 29983 29985 29411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29989] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29989/stat : 29989 (java) S 29983 29985 29411 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173602310 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29990] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29990/stat : 29990 (java) S 29983 29985 29411 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29991] ppid=29983 vsize=915460 CPUtime=0.21
/proc/29985/task/29991/stat : 29991 (java) S 29983 29985 29411 0 -1 64 383 0 0 0 20 1 0 0 16 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29992] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29992/stat : 29992 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29985/tid=29993] ppid=29983 vsize=915460 CPUtime=0
/proc/29985/task/29993/stat : 29993 (java) S 29983 29985 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173602313 937431040 16859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 88.6438
CPU time (s): 88.5065
CPU user time (s): 88.3686
CPU system time (s): 0.137979
CPU usage (%): 99.8452
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.3686
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17135
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= 2877
involuntary context switches= 3376

runsolver used 0.098984 s user time and 0.307953 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 10:27:15 UTC 2007


IDJOB= 218311
IDBENCH= 5224
FILE ID= node48/218311-1168252035

PBS_JOBID= 3481937

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218311-1168252035/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-218311-1168252035 -o ROOT/results/node48/solver-218311-1168252035 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218311-1168252035/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  506550cbda854d967347adcd3ccbb79b

RANDOM SEED= 21664107

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.218
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.218
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:       1805256 kB
Buffers:         36888 kB
Cached:          81364 kB
SwapCached:          0 kB
Active:         137940 kB
Inactive:        57688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7116 kB
Writeback:           0 kB
Mapped:          88724 kB
Slab:            40476 kB
Committed_AS:  4091844 kB
PageTables:       1852 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= 66558 MiB



End job on node48 on Mon Jan  8 10:28:45 UTC 2007