Trace number 213027

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 8.72467 8.77105

DiagnosticValue
CHECKS763786
NODES46470

General information on the benchmark

NamepseudoSeries/aim/
aim-200-1-6-3.xml
MD5SUMfb2add53fc1bc48bc4b8068286c2632b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.119981
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints520
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension520
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/213027-1168077373/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.42	     nbVariables=400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.42	       =>  wckTime=0.125  cpuTime=0.1  mem=7M50
0.42	   
0.42	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.65	     nbConstraints=520  nbConvertedConstraints=201  nbConvertConstraintsChecks=16  nbExtensionStructures=2
0.65	     nbSharedExtensionStructures=199  nbConflictsStructures=3  nbSharedConflictsStructures=517
0.65	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=1  nbSharedEvaluationManagers=318  maxDegree=6  maxArity=3
0.65	       =>  wckTime=0.351  cpuTime=0.26  mem=10M951
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.58  cpuTime=0.41  mem=17M724
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.01  cpuTime=0.01  mem=17M724
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=639  nbValidityChecks=39  nbPropagations=716  nbRevisions=509  nbUselessRevisions=239
0.96	     nbAssignments=184  nbFailedAssignments=5  nbBacktracks=13  nbVisitedNodes=194  nbRestartNogoods=0  mapSize=6
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.082  cpuTime=0.06  mem=17M724
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=1243  nbValidityChecks=306  nbPropagations=1815  nbRevisions=1661  nbUselessRevisions=784
1.01	     nbAssignments=391  nbFailedAssignments=12  nbBacktracks=33  nbVisitedNodes=412  nbRestartNogoods=3  mapSize=15
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.137  cpuTime=0.11  mem=17M724
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=1904  nbValidityChecks=551  nbPropagations=3302  nbRevisions=3439
1.04	     nbUselessRevisions=1580  nbAssignments=468  nbFailedAssignments=23  nbBacktracks=58  nbVisitedNodes=509
1.04	     nbRestartNogoods=5  mapSize=32  nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.16  cpuTime=0.13  mem=17M724
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=2597  nbValidityChecks=902  nbPropagations=5176  nbRevisions=5906
1.07	     nbUselessRevisions=2718  nbAssignments=593  nbFailedAssignments=35  nbBacktracks=92  nbVisitedNodes=656
1.07	     nbRestartNogoods=8  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.19  cpuTime=0.15  mem=17M724
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=4069  nbValidityChecks=1690  nbPropagations=7886  nbRevisions=9822
1.09	     nbUselessRevisions=4485  nbAssignments=704  nbFailedAssignments=63  nbBacktracks=142  nbVisitedNodes=824
1.09	     nbRestartNogoods=12  mapSize=85  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.216  cpuTime=0.17  mem=17M724
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=6487  nbValidityChecks=2862  nbPropagations=11992  nbRevisions=16058
1.12	     nbUselessRevisions=7182  nbAssignments=838  nbFailedAssignments=92  nbBacktracks=217  nbVisitedNodes=1016
1.12	     nbRestartNogoods=15  mapSize=140  nbInferences=2  nbTooLargeKeys=0
1.12	       =>  wckTime=0.24  cpuTime=0.19  mem=17M724
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=9601  nbValidityChecks=4288  nbPropagations=17998  nbRevisions=25488
1.16	     nbUselessRevisions=11188  nbAssignments=1046  nbFailedAssignments=115  nbBacktracks=330  nbVisitedNodes=1272
1.16	     nbRestartNogoods=17  mapSize=180  nbInferences=2  nbTooLargeKeys=0
1.16	       =>  wckTime=0.281  cpuTime=0.23  mem=18M699
1.20	   
1.20	   search
1.20	     run=7  nbConstraintChecks=12170  nbValidityChecks=5740  nbPropagations=25490  nbRevisions=37553
1.21	     nbUselessRevisions=16355  nbAssignments=1289  nbFailedAssignments=153  nbBacktracks=506  nbVisitedNodes=1604
1.21	     nbRestartNogoods=25  mapSize=266  nbInferences=6  nbTooLargeKeys=0
1.21	       =>  wckTime=0.33  cpuTime=0.27  mem=18M699
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=16778  nbValidityChecks=9033  nbPropagations=35508  nbRevisions=54753
1.28	     nbUselessRevisions=24108  nbAssignments=1662  nbFailedAssignments=237  nbBacktracks=762  nbVisitedNodes=2145
1.28	     nbRestartNogoods=27  mapSize=420  nbInferences=6  nbTooLargeKeys=0
1.28	       =>  wckTime=0.407  cpuTime=0.35  mem=18M699
1.38	   
1.38	   search
1.38	     run=9  nbConstraintChecks=30187  nbValidityChecks=17551  nbPropagations=53884  nbRevisions=86910
1.38	     nbUselessRevisions=38454  nbAssignments=2186  nbFailedAssignments=343  nbBacktracks=1147  nbVisitedNodes=2891
1.38	     nbRestartNogoods=30  mapSize=636  nbInferences=8  nbTooLargeKeys=0
1.38	       =>  wckTime=0.506  cpuTime=0.44  mem=18M699
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=40499  nbValidityChecks=24292  nbPropagations=78388  nbRevisions=130129
1.54	     nbUselessRevisions=57758  nbAssignments=3001  nbFailedAssignments=505  nbBacktracks=1723  nbVisitedNodes=4043
1.54	     nbRestartNogoods=36  mapSize=958  nbInferences=17  nbTooLargeKeys=0
1.54	       =>  wckTime=0.662  cpuTime=0.59  mem=18M699
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=60610  nbValidityChecks=38185  nbPropagations=114993  nbRevisions=194740
1.72	     nbUselessRevisions=86288  nbAssignments=4119  nbFailedAssignments=729  nbBacktracks=2590  nbVisitedNodes=5615
1.72	     nbRestartNogoods=42  mapSize=1408  nbInferences=23  nbTooLargeKeys=0
1.72	       =>  wckTime=0.84  cpuTime=0.77  mem=18M699
2.00	   
2.00	   search
2.00	     run=12  nbConstraintChecks=78725  nbValidityChecks=50338  nbPropagations=162154  nbRevisions=279329
2.00	     nbUselessRevisions=124176  nbAssignments=5763  nbFailedAssignments=1031  nbBacktracks=3889  nbVisitedNodes=7873
2.00	     nbRestartNogoods=45  mapSize=2015  nbInferences=30  nbTooLargeKeys=0
2.00	       =>  wckTime=1.124  cpuTime=1.05  mem=18M699
2.42	   
2.42	   search
2.42	     run=13  nbConstraintChecks=125278  nbValidityChecks=83052  nbPropagations=238058  nbRevisions=414778
2.42	     nbUselessRevisions=184401  nbAssignments=8208  nbFailedAssignments=1458  nbBacktracks=5839  nbVisitedNodes=11215
2.42	     nbRestartNogoods=52  mapSize=2903  nbInferences=49  nbTooLargeKeys=0
2.42	       =>  wckTime=1.546  cpuTime=1.47  mem=19M675
3.02	   
3.02	   search
3.02	     run=14  nbConstraintChecks=181960  nbValidityChecks=121156  nbPropagations=347478  nbRevisions=611911
3.02	     nbUselessRevisions=272737  nbAssignments=12021  nbFailedAssignments=2289  nbBacktracks=8759  nbVisitedNodes=16650
3.02	     nbRestartNogoods=61  mapSize=4500  nbInferences=57  nbTooLargeKeys=0
3.02	       =>  wckTime=2.143  cpuTime=2.06  mem=20M650
4.02	   
4.02	   search
4.02	     run=15  nbConstraintChecks=328797  nbValidityChecks=226884  nbPropagations=548292  nbRevisions=976760
4.02	     nbUselessRevisions=437427  nbAssignments=17698  nbFailedAssignments=3542  nbBacktracks=13145  nbVisitedNodes=24881
4.02	     nbRestartNogoods=69  mapSize=7037  nbInferences=65  nbTooLargeKeys=0
4.02	       =>  wckTime=3.143  cpuTime=3.06  mem=21M625
5.33	   
5.33	   search
5.33	     run=16  nbConstraintChecks=458724  nbValidityChecks=318491  nbPropagations=827863  nbRevisions=1485307
5.33	     nbUselessRevisions=667103  nbAssignments=25886  nbFailedAssignments=5084  nbBacktracks=19715  nbVisitedNodes=36144
5.33	     nbRestartNogoods=76  mapSize=10094  nbInferences=99  nbTooLargeKeys=0
5.33	       =>  wckTime=4.456  cpuTime=4.37  mem=22M600
7.20	   
7.20	   search
7.20	     run=17  nbConstraintChecks=637439  nbValidityChecks=440379  nbPropagations=1215023  nbRevisions=2189060
7.20	     nbUselessRevisions=984339  nbAssignments=38158  nbFailedAssignments=7419  nbBacktracks=29569  nbVisitedNodes=52849
7.20	     nbRestartNogoods=81  mapSize=14501  nbInferences=130  nbTooLargeKeys=0
7.20	       =>  wckTime=6.326  cpuTime=6.23  mem=24M551
8.74	   
8.74	   search
8.74	     run=18  nbConstraintChecks=763786  nbValidityChecks=530981  nbPropagations=1678987  nbRevisions=3042890
8.74	     nbUselessRevisions=1374579  nbAssignments=46470  nbFailedAssignments=8909  nbBacktracks=35933  nbVisitedNodes=64174
8.74	     nbRestartNogoods=89  mapSize=17473  nbInferences=188  nbTooLargeKeys=0
8.74	       =>  wckTime=7.862  cpuTime=7.76  mem=26M501
8.74	   
8.74	   global
8.74	     nbConstraintChecks=763786  nbValidityChecks=530981  nbPropagations=1679387  nbRevisions=3042890
8.74	     nbUselessRevisions=1374579  nbRestartNogoods=89  solvingWckTime=7.864  solvingCpuTime=7.77  expiredTime=no
8.74	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=8.23
8.74	       =>  wckTime=8.445  cpuTime=8.18  mem=26M501
8.74	   
8.74	s SATISFIABLE
8.74	v 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 
8.74	d NODES 46470
8.74	d CHECKS 763786
8.74	   
8.74	   totalWckTime=8.52  totalCpuTime=8.23

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/node24/watcher-213027-1168077373 -o ROOT/results/node24/solver-213027-1168077373 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213027-1168077373/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.69 1.93 1.95 4/83 15891
/proc/meminfo: memFree=1797944/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=1784 CPUtime=0
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 353 0 0 0 0 0 0 0 18 0 1 0 156132563 1826816 146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3427040 0 0 4096 0 0 0 0 17 0 0 0
/proc/15890/statm: 447 158 122 14 0 92 0

[startup+0.107222 s]
/proc/loadavg: 1.69 1.93 1.95 4/83 15891
/proc/meminfo: memFree=1797944/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=914988 CPUtime=0.1
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 3100 0 1 0 8 2 0 0 22 0 8 0 156132563 936947712 2846 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153609865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15890/statm: 228747 2847 1462 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515271 s]
/proc/loadavg: 1.69 1.93 1.95 4/83 15891
/proc/meminfo: memFree=1797944/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=916352 CPUtime=0.5
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 6591 0 1 0 45 5 0 0 16 0 8 0 156132563 938344448 6330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155081111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15890/statm: 229088 6330 2144 14 0 215558 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 916352

[startup+1.33636 s]
/proc/loadavg: 1.69 1.93 1.95 2/88 15898
/proc/meminfo: memFree=1771728/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=916580 CPUtime=1.31
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 9525 0 1 0 122 9 0 0 17 0 8 0 156132563 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15890/statm: 229145 9263 2532 14 0 215615 0
[pid=15890/tid=15892] ppid=15888 vsize=916580 CPUtime=0.03
/proc/15890/task/15892/stat : 15892 (java) S 15888 15890 15161 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156132566 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15890/tid=15893] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15893/stat : 15893 (java) S 15888 15890 15161 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15894] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15894/stat : 15894 (java) S 15888 15890 15161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15895] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15895/stat : 15895 (java) S 15888 15890 15161 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156132570 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15896] ppid=15888 vsize=916580 CPUtime=0.23
/proc/15890/task/15896/stat : 15896 (java) S 15888 15890 15161 0 -1 64 408 0 0 0 22 1 0 0 16 0 8 0 156132570 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15897] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15897/stat : 15897 (java) S 15888 15890 15161 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156132570 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15898] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15898/stat : 15898 (java) S 15888 15890 15161 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156132570 938577920 9263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916580

[startup+2.97353 s]
/proc/loadavg: 1.69 1.93 1.95 2/88 15898
/proc/meminfo: memFree=1770512/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=916580 CPUtime=2.94
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 9958 0 1 0 285 9 0 0 17 0 8 0 156132563 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859707 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15890/statm: 229145 9694 2532 14 0 215615 0
[pid=15890/tid=15892] ppid=15888 vsize=916580 CPUtime=0.03
/proc/15890/task/15892/stat : 15892 (java) S 15888 15890 15161 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156132566 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15890/tid=15893] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15893/stat : 15893 (java) S 15888 15890 15161 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15894] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15894/stat : 15894 (java) S 15888 15890 15161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15895] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15895/stat : 15895 (java) S 15888 15890 15161 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156132570 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15896] ppid=15888 vsize=916580 CPUtime=0.24
/proc/15890/task/15896/stat : 15896 (java) S 15888 15890 15161 0 -1 64 415 0 0 0 23 1 0 0 16 0 8 0 156132570 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15897] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15897/stat : 15897 (java) S 15888 15890 15161 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156132570 938577920 9694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15898] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15898/stat : 15898 (java) S 15888 15890 15161 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156132570 938577920 9694 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) 916580

[startup+6.17387 s]
/proc/loadavg: 1.64 1.92 1.94 2/88 15901
/proc/meminfo: memFree=1768400/2055920 swapFree=4192812/4192956
[pid=15890] ppid=15888 vsize=916580 CPUtime=6.15
/proc/15890/stat : 15890 (java) R 15888 15890 15161 0 -1 0 10816 0 1 0 605 10 0 0 23 0 8 0 156132563 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073868081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15890/statm: 229145 10552 2532 14 0 215615 0
[pid=15890/tid=15892] ppid=15888 vsize=916580 CPUtime=0.03
/proc/15890/task/15892/stat : 15892 (java) S 15888 15890 15161 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156132566 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15890/tid=15893] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15893/stat : 15893 (java) S 15888 15890 15161 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15894] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15894/stat : 15894 (java) S 15888 15890 15161 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156132567 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15895] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15895/stat : 15895 (java) S 15888 15890 15161 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156132570 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15896] ppid=15888 vsize=916580 CPUtime=0.25
/proc/15890/task/15896/stat : 15896 (java) S 15888 15890 15161 0 -1 64 415 0 0 0 24 1 0 0 15 0 8 0 156132570 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15897] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15897/stat : 15897 (java) S 15888 15890 15161 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156132570 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15890/tid=15898] ppid=15888 vsize=916580 CPUtime=0
/proc/15890/task/15898/stat : 15898 (java) S 15888 15890 15161 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156132570 938577920 10552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 916580

Child status: 0
Real time (s): 8.77105
CPU time (s): 8.72467
CPU user time (s): 8.60769
CPU system time (s): 0.116982
CPU usage (%): 99.4713
Max. virtual memory (cumulated for all children) (KiB): 916580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.60769
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11546
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= 1097
involuntary context switches= 602

runsolver used 0.014997 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 09:56:13 UTC 2007


IDJOB= 213027
IDBENCH= 4816
FILE ID= node24/213027-1168077373

PBS_JOBID= 3475965

Free space on /tmp= 66464 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/aim/aim-200-1-6-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213027-1168077373/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-213027-1168077373 -o ROOT/results/node24/solver-213027-1168077373 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213027-1168077373/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fb2add53fc1bc48bc4b8068286c2632b

RANDOM SEED= 867705158

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.234
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.234
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:       1798608 kB
Buffers:         23076 kB
Cached:         107076 kB
SwapCached:          0 kB
Active:         118100 kB
Inactive:        71304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3568 kB
Writeback:           0 kB
Mapped:          79968 kB
Slab:            52696 kB
Committed_AS:  2875216 kB
PageTables:       2324 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= 66464 MiB



End job on node24 on Sat Jan  6 09:56:23 UTC 2007