Trace number 208744

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 ACSAT 131.868 132.557

DiagnosticValue
CHECKS110409249
NODES155893

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-19_ext.xml
MD5SUM9c7c77eb7c6b8191344a6ff8436b71c6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6115
SatisfiableYES
(Un)Satisfiability was provedYES
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/208744-1168074823/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.68	   
0.68	   constraints being loaded...
0.84	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.84	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.84	       =>  wckTime=0.528  cpuTime=0.49  mem=42M626
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.08	       =>  wckTime=0.768  cpuTime=0.62  mem=21M409
1.08	   
1.08	   preprocessing
1.08	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.08	     detectedInconsistency=no
1.08	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M409
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=20818  nbValidityChecks=38146  nbPropagations=338  nbRevisions=3313
1.19	     nbUselessRevisions=2619  nbAssignments=28  nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=47
1.19	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.105  cpuTime=0.07  mem=21M409
1.24	   
1.24	   search
1.24	     run=1  nbConstraintChecks=51408  nbValidityChecks=103631  nbPropagations=1174  nbRevisions=11769
1.24	     nbUselessRevisions=9227  nbAssignments=67  nbFailedAssignments=31  nbBacktracks=28  nbVisitedNodes=117
1.24	     nbRestartNogoods=5  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.158  cpuTime=0.12  mem=21M409
1.31	   
1.31	   search
1.31	     run=2  nbConstraintChecks=94801  nbValidityChecks=194314  nbPropagations=2637  nbRevisions=27100
1.31	     nbUselessRevisions=21098  nbAssignments=131  nbFailedAssignments=68  nbBacktracks=50  nbVisitedNodes=232
1.31	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.228  cpuTime=0.18  mem=21M409
1.41	   
1.41	   search
1.41	     run=3  nbConstraintChecks=165118  nbValidityChecks=339583  nbPropagations=5081  nbRevisions=53888
1.41	     nbUselessRevisions=41896  nbAssignments=221  nbFailedAssignments=119  nbBacktracks=83  nbVisitedNodes=401
1.42	     nbRestartNogoods=11  mapSize=76  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.335  cpuTime=0.28  mem=21M409
1.52	   
1.52	   search
1.52	     run=4  nbConstraintChecks=244465  nbValidityChecks=500022  nbPropagations=8854  nbRevisions=94245
1.52	     nbUselessRevisions=73308  nbAssignments=335  nbFailedAssignments=179  nbBacktracks=133  nbVisitedNodes=606
1.52	     nbRestartNogoods=15  mapSize=120  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.442  cpuTime=0.39  mem=21M409
1.70	   
1.70	   search
1.70	     run=5  nbConstraintChecks=377691  nbValidityChecks=767017  nbPropagations=14772  nbRevisions=156551
1.70	     nbUselessRevisions=121737  nbAssignments=499  nbFailedAssignments=265  nbBacktracks=208  nbVisitedNodes=907
1.70	     nbRestartNogoods=18  mapSize=188  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.618  cpuTime=0.55  mem=21M409
1.95	   
1.95	   search
1.95	     run=6  nbConstraintChecks=577570  nbValidityChecks=1170799  nbPropagations=23683  nbRevisions=251398
1.95	     nbUselessRevisions=195227  nbAssignments=760  nbFailedAssignments=407  nbBacktracks=321  nbVisitedNodes=1375
1.95	     nbRestartNogoods=24  mapSize=285  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.874  cpuTime=0.81  mem=21M409
2.45	   
2.45	   search
2.45	     run=7  nbConstraintChecks=974336  nbValidityChecks=1947982  nbPropagations=37650  nbRevisions=403753
2.45	     nbUselessRevisions=313587  nbAssignments=1202  nbFailedAssignments=673  nbBacktracks=492  nbVisitedNodes=2198
2.45	     nbRestartNogoods=31  mapSize=440  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=1.371  cpuTime=1.29  mem=21M409
3.10	   
3.10	   search
3.10	     run=8  nbConstraintChecks=1492167  nbValidityChecks=2988223  nbPropagations=59202  nbRevisions=637335
3.10	     nbUselessRevisions=493629  nbAssignments=1883  nbFailedAssignments=1093  nbBacktracks=749  nbVisitedNodes=3479
3.10	     nbRestartNogoods=37  mapSize=670  nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=2.018  cpuTime=1.92  mem=21M409
3.76	   
3.76	   search
3.76	     run=9  nbConstraintChecks=2023552  nbValidityChecks=4037505  nbPropagations=89620  nbRevisions=963019
3.76	     nbUselessRevisions=745802  nbAssignments=2663  nbFailedAssignments=1485  nbBacktracks=1133  nbVisitedNodes=4870
3.76	     nbRestartNogoods=43  mapSize=978  nbInferences=0  nbTooLargeKeys=0
3.76	       =>  wckTime=2.683  cpuTime=2.57  mem=21M409
3.91	   
3.92	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=21M409)
4.81	   
4.81	   search
4.81	     run=10  nbConstraintChecks=2895974  nbValidityChecks=5802471  nbPropagations=134220  nbRevisions=1436902
4.81	     nbUselessRevisions=1111793  nbAssignments=3992  nbFailedAssignments=2235  nbBacktracks=1709  nbVisitedNodes=7297
4.81	     nbRestartNogoods=48
4.81	       =>  wckTime=3.734  cpuTime=3.61  mem=21M409
7.24	   
7.24	   search
7.24	     run=11  nbConstraintChecks=4883788  nbValidityChecks=9724202  nbPropagations=204885  nbRevisions=2208041
7.24	     nbUselessRevisions=1706531  nbAssignments=6362  nbFailedAssignments=3735  nbBacktracks=2574  nbVisitedNodes=11785
7.24	     nbRestartNogoods=55
7.24	       =>  wckTime=6.164  cpuTime=6.03  mem=21M409
9.68	   
9.68	   search
9.68	     run=12  nbConstraintChecks=6969321  nbValidityChecks=13933880  nbPropagations=308505  nbRevisions=3321499
9.68	     nbUselessRevisions=2565134  nbAssignments=9239  nbFailedAssignments=5311  nbBacktracks=3871  nbVisitedNodes=17018
9.68	     nbRestartNogoods=67
9.68	       =>  wckTime=8.604  cpuTime=8.46  mem=21M409
13.34	   
13.34	   search
13.34	     run=13  nbConstraintChecks=10083877  nbValidityChecks=20203370  nbPropagations=461570  nbRevisions=4954200
13.34	     nbUselessRevisions=3825163  nbAssignments=13652  nbFailedAssignments=7774  nbBacktracks=5818  nbVisitedNodes=25056
13.34	     nbRestartNogoods=83
13.34	       =>  wckTime=12.258  cpuTime=12.09  mem=22M377
19.59	   
19.59	   search
19.59	     run=14  nbConstraintChecks=15431159  nbValidityChecks=31329259  nbPropagations=696159  nbRevisions=7462386
19.59	     nbUselessRevisions=5755885  nbAssignments=21051  nbFailedAssignments=12250  nbBacktracks=8737  nbVisitedNodes=38871
19.59	     nbRestartNogoods=94
19.59	       =>  wckTime=18.509  cpuTime=18.31  mem=22M377
31.74	   
31.74	   search
31.74	     run=15  nbConstraintChecks=25437923  nbValidityChecks=51437992  nbPropagations=1063358  nbRevisions=11490561
31.74	     nbUselessRevisions=8860563  nbAssignments=32999  nbFailedAssignments=19816  nbBacktracks=13116
31.74	     nbVisitedNodes=61451  nbRestartNogoods=107
31.74	       =>  wckTime=30.657  cpuTime=30.4  mem=22M377
44.55	   
44.55	   search
44.55	     run=16  nbConstraintChecks=36397551  nbValidityChecks=73861298  nbPropagations=1602149  nbRevisions=17332879
44.55	     nbUselessRevisions=13366080  nbAssignments=48609  nbFailedAssignments=28853  nbBacktracks=19684
44.55	     nbVisitedNodes=90055  nbRestartNogoods=112
44.55	       =>  wckTime=43.473  cpuTime=43.16  mem=22M377
64.58	   
64.58	   search
64.58	     run=17  nbConstraintChecks=53399411  nbValidityChecks=108596846  nbPropagations=2405203  nbRevisions=25988119
64.58	     nbUselessRevisions=20050683  nbAssignments=72659  nbFailedAssignments=43048  nbBacktracks=29536
64.58	     nbVisitedNodes=134392  nbRestartNogoods=124
64.58	       =>  wckTime=63.499  cpuTime=63.08  mem=22M377
93.50	   
93.50	   search
93.50	     run=18  nbConstraintChecks=77708194  nbValidityChecks=158491496  nbPropagations=3592050  nbRevisions=38695656
93.50	     nbUselessRevisions=29873403  nbAssignments=107651  nbFailedAssignments=63256  nbBacktracks=44316
93.50	     nbVisitedNodes=198655  nbRestartNogoods=137
93.50	       =>  wckTime=92.425  cpuTime=91.88  mem=22M377
132.49	   
132.49	   search
132.49	     run=19  nbConstraintChecks=110409249  nbValidityChecks=225751907  nbPropagations=5306697  nbRevisions=56964974
132.49	     nbUselessRevisions=44010946  nbAssignments=155893  nbFailedAssignments=90206  nbBacktracks=65588
132.49	     nbVisitedNodes=286642  nbRestartNogoods=157
132.49	       =>  wckTime=131.408  cpuTime=130.67  mem=22M377
132.49	   
132.49	   global
132.49	     nbConstraintChecks=110409249  nbValidityChecks=225751907  nbPropagations=5306717  nbRevisions=56964974
132.49	     nbUselessRevisions=44010946  nbRestartNogoods=157  solvingWckTime=131.409  solvingCpuTime=130.67  expiredTime=no
132.49	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=131.33
132.49	       =>  wckTime=132.18  cpuTime=131.3  mem=22M377
132.49	   
132.49	s SATISFIABLE
132.49	v 5 4 16 4 14 11 10 13 10 2 0 4 11 12 14 10 10 17 12 18 
132.49	d NODES 155893
132.49	d CHECKS 110409249
132.49	   
132.49	   totalWckTime=132.262  totalCpuTime=131.34

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-208744-1168074823 -o ROOT/results/node43/solver-208744-1168074823 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208744-1168074823/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.89 1.95 1.91 4/80 7306
/proc/meminfo: memFree=1599504/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=906644 CPUtime=0.02
/proc/7305/stat : 7305 (java) S 7303 7305 7106 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 155881414 928403456 1817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 226661 1817 1036 14 0 214244 0
[pid=7305/tid=7307] ppid=7303 vsize=906644 CPUtime=0
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 7106 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 155881417 928403456 1817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104747 s]
/proc/loadavg: 1.89 1.95 1.91 4/80 7306
/proc/meminfo: memFree=1599504/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=914988 CPUtime=0.08
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 3013 0 1 0 7 1 0 0 17 0 8 0 155881414 936947712 2759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228747 2759 1434 14 0 215242 0
[pid=7305/tid=7307] ppid=7303 vsize=914988 CPUtime=0
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 18 0 8 0 155881417 936947712 2759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512815 s]
/proc/loadavg: 1.89 1.95 1.91 4/80 7306
/proc/meminfo: memFree=1599504/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915328 CPUtime=0.5
/proc/7305/stat : 7305 (java) S 7303 7305 7106 0 -1 0 7711 0 1 0 45 5 0 0 18 0 8 0 155881414 937295872 7450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228832 7450 2137 14 0 215302 0
[pid=7305/tid=7307] ppid=7303 vsize=915328 CPUtime=0
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 18 0 8 0 155881417 937295872 7450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33495 s]
/proc/loadavg: 1.89 1.95 1.91 3/87 7313
/proc/meminfo: memFree=1541720/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=1.32
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17154 0 1 0 122 10 0 0 24 0 8 0 155881414 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16891 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.16
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 359 0 0 0 16 0 0 0 15 0 8 0 155881422 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98824 s]
/proc/loadavg: 1.90 1.95 1.91 4/87 7313
/proc/meminfo: memFree=1541656/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=2.96
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17171 0 1 0 286 10 0 0 25 0 8 0 155881414 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16907 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.21
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 376 0 0 0 20 1 0 0 16 0 8 0 155881422 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16907 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) 915460

[startup+6.27277 s]
/proc/loadavg: 1.90 1.95 1.91 3/87 7313
/proc/meminfo: memFree=1541400/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=6.22
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17182 0 1 0 612 10 0 0 25 0 8 0 155881414 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16916 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.22
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 385 0 0 0 21 1 0 0 15 0 8 0 155881422 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16916 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) 915460

[startup+12.7649 s]
/proc/loadavg: 1.91 1.96 1.91 3/87 7313
/proc/meminfo: memFree=1541400/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=12.68
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17183 0 1 0 1258 10 0 0 25 0 8 0 155881414 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16917 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.23
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915460

[startup+25.618 s]
/proc/loadavg: 1.92 1.96 1.91 3/87 7313
/proc/meminfo: memFree=1541400/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=25.48
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17184 0 1 0 2538 10 0 0 25 0 8 0 155881414 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16917 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.23
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915460

[startup+51.2433 s]
/proc/loadavg: 1.95 1.96 1.91 3/87 7313
/proc/meminfo: memFree=1541464/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=50.98
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17184 0 1 0 5088 10 0 0 25 0 8 0 155881414 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16917 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.23
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 915460

[startup+102.492 s]
/proc/loadavg: 1.98 1.96 1.91 3/87 7313
/proc/meminfo: memFree=1541464/2055920 swapFree=4192812/4192956
[pid=7305] ppid=7303 vsize=915460 CPUtime=101.98
/proc/7305/stat : 7305 (java) R 7303 7305 7106 0 -1 0 17184 0 1 0 10188 10 0 0 25 0 8 0 155881414 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7305/statm: 228865 16917 2517 14 0 215335 0
[pid=7305/tid=7307] ppid=7303 vsize=915460 CPUtime=0.06
/proc/7305/task/7307/stat : 7307 (java) S 7303 7305 7106 0 -1 64 1804 0 0 0 6 0 0 0 16 0 8 0 155881417 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7308] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 7106 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7309] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 7106 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155881418 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7310] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 7106 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7311] ppid=7303 vsize=915460 CPUtime=0.23
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 7106 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7312] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7305/tid=7313] ppid=7303 vsize=915460 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 7106 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155881422 937431040 16917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 132.557
CPU time (s): 131.868
CPU user time (s): 131.749
CPU system time (s): 0.118981
CPU usage (%): 99.4799
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.749
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17191
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= 3676
involuntary context switches= 7749

runsolver used 0.117982 s user time and 0.478927 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 09:13:43 UTC 2007


IDJOB= 208744
IDBENCH= 4433
FILE ID= node43/208744-1168074823

PBS_JOBID= 3476026

Free space on /tmp= 66479 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c7c77eb7c6b8191344a6ff8436b71c6

RANDOM SEED= 511148474

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:       1599920 kB
Buffers:         25964 kB
Cached:         284728 kB
SwapCached:          0 kB
Active:         131328 kB
Inactive:       257220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          98092 kB
Slab:            52684 kB
Committed_AS:  3702720 kB
PageTables:       1916 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= 66479 MiB



End job on node43 on Sat Jan  6 09:15:57 UTC 2007