Trace number 202807

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 181.347 181.52

DiagnosticValue
CHECKS1226164643
NODES882161

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-9_ext.xml
MD5SUMb25f747c4dbc5143264a82cc3adcd3fc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.9543
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints342
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension342
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/202807-1168154355/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.62	     nbConstraints=342  nbRelationTypes=342  nbExtensionStructures=342  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=342  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2949  maxDegree=24
0.62	     maxArity=2
0.62	       =>  wckTime=0.309  cpuTime=0.23  mem=12M803
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.503  cpuTime=0.37  mem=15M21
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=62330  nbPropagations=855  nbRevisions=6465  nbUselessRevisions=5323  nbSingletonTests=47
0.87	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.87	       =>  wckTime=0.046  cpuTime=0.02  mem=15M21
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=42112  nbPropagations=1438  nbRevisions=13626  nbUselessRevisions=11038  nbAssignments=29
0.89	     nbFailedAssignments=10  nbBacktracks=12  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.07  cpuTime=0.04  mem=15M21
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=119501  nbPropagations=3974  nbRevisions=38386  nbUselessRevisions=31259
0.91	     nbAssignments=90  nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=100  nbRestartNogoods=5  mapSize=22
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.094  cpuTime=0.06  mem=15M21
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=182898  nbPropagations=7429  nbRevisions=74794  nbUselessRevisions=60969
0.93	     nbAssignments=133  nbFailedAssignments=34  nbBacktracks=49  nbVisitedNodes=173  nbRestartNogoods=8  mapSize=42
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.111  cpuTime=0.07  mem=15M21
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=279119  nbPropagations=12247  nbRevisions=126991  nbUselessRevisions=103497
0.95	     nbAssignments=210  nbFailedAssignments=53  nbBacktracks=85  nbVisitedNodes=270  nbRestartNogoods=12  mapSize=68
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.131  cpuTime=0.09  mem=15M21
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=404798  nbPropagations=18738  nbRevisions=201839  nbUselessRevisions=164226
0.98	     nbAssignments=306  nbFailedAssignments=87  nbBacktracks=139  nbVisitedNodes=430  nbRestartNogoods=15  mapSize=114
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.157  cpuTime=0.12  mem=15M21
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=609946  nbPropagations=27965  nbRevisions=312947  nbUselessRevisions=254349
1.02	     nbAssignments=459  nbFailedAssignments=144  nbBacktracks=214  nbVisitedNodes=673  nbRestartNogoods=19  mapSize=178
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.198  cpuTime=0.16  mem=15M21
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=877414  nbPropagations=40757  nbRevisions=474156  nbUselessRevisions=384805
1.07	     nbAssignments=657  nbFailedAssignments=222  nbBacktracks=328  nbVisitedNodes=1018  nbRestartNogoods=23  mapSize=273
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.248  cpuTime=0.21  mem=15M21
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=1313313  nbPropagations=59495  nbRevisions=718282  nbUselessRevisions=582332
1.15	     nbAssignments=981  nbFailedAssignments=356  nbBacktracks=500  nbVisitedNodes=1574  nbRestartNogoods=29  mapSize=421
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.333  cpuTime=0.29  mem=15M21
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1912031  nbPropagations=86568  nbRevisions=1079893  nbUselessRevisions=875291
1.27	     nbAssignments=1424  nbFailedAssignments=535  nbBacktracks=756  nbVisitedNodes=2355  nbRestartNogoods=31
1.27	     mapSize=644  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.448  cpuTime=0.4  mem=15M21
1.43	   
1.43	   search
1.43	     run=9  nbConstraintChecks=2725595  nbPropagations=125555  nbRevisions=1611351  nbUselessRevisions=1307463
1.43	     nbAssignments=2096  nbFailedAssignments=813  nbBacktracks=1142  nbVisitedNodes=3553  nbRestartNogoods=39
1.43	     mapSize=981  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.612  cpuTime=0.54  mem=15M21
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=15M21)
1.66	   
1.66	   search
1.66	     run=10  nbConstraintChecks=4059613  nbPropagations=182266  nbRevisions=2391921  nbUselessRevisions=1940641
1.66	     nbAssignments=3081  nbFailedAssignments=1213  nbBacktracks=1718  nbVisitedNodes=5245  nbRestartNogoods=42
1.66	       =>  wckTime=0.838  cpuTime=0.76  mem=15M21
1.99	   
1.99	   search
1.99	     run=11  nbConstraintChecks=6103047  nbPropagations=267104  nbRevisions=3567190  nbUselessRevisions=2892701
1.99	     nbAssignments=4602  nbFailedAssignments=1863  nbBacktracks=2582  nbVisitedNodes=7923  nbRestartNogoods=51
1.99	       =>  wckTime=1.172  cpuTime=1.09  mem=15M21
2.44	   
2.44	   search
2.44	     run=12  nbConstraintChecks=8959480  nbPropagations=390533  nbRevisions=5286149  nbUselessRevisions=4283695
2.44	     nbAssignments=6776  nbFailedAssignments=2732  nbBacktracks=3881  nbVisitedNodes=11681  nbRestartNogoods=58
2.44	       =>  wckTime=1.622  cpuTime=1.54  mem=15M21
3.10	   
3.10	   search
3.10	     run=13  nbConstraintChecks=13351062  nbPropagations=574317  nbRevisions=7857204  nbUselessRevisions=6365399
3.10	     nbAssignments=10066  nbFailedAssignments=4068  nbBacktracks=5829  nbVisitedNodes=17438  nbRestartNogoods=68
3.10	       =>  wckTime=2.278  cpuTime=2.19  mem=15M21
4.11	   
4.11	   search
4.11	     run=14  nbConstraintChecks=20208765  nbPropagations=849531  nbRevisions=11724790  nbUselessRevisions=9496268
4.11	     nbAssignments=14983  nbFailedAssignments=6049  nbBacktracks=8748  nbVisitedNodes=26040  nbRestartNogoods=80
4.11	       =>  wckTime=3.285  cpuTime=3.2  mem=15M21
5.60	   
5.60	   search
5.60	     run=15  nbConstraintChecks=30360663  nbPropagations=1259045  nbRevisions=17469734  nbUselessRevisions=14135486
5.60	     nbAssignments=22395  nbFailedAssignments=9074  nbBacktracks=13127  nbVisitedNodes=38946  nbRestartNogoods=90
5.60	       =>  wckTime=4.775  cpuTime=4.69  mem=15M21
7.85	   
7.85	   search
7.85	     run=16  nbConstraintChecks=45221953  nbPropagations=1874676  nbRevisions=26141746  nbUselessRevisions=21156797
7.85	     nbAssignments=33574  nbFailedAssignments=13679  nbBacktracks=19695  nbVisitedNodes=58611  nbRestartNogoods=106
7.85	       =>  wckTime=7.025  cpuTime=6.94  mem=15M21
11.11	   
11.11	   search
11.11	     run=17  nbConstraintChecks=66942553  nbPropagations=2786733  nbRevisions=38967543  nbUselessRevisions=31537827
11.11	     nbAssignments=49841  nbFailedAssignments=20083  nbBacktracks=29549  nbVisitedNodes=86892  nbRestartNogoods=120
11.11	       =>  wckTime=10.286  cpuTime=10.2  mem=15M996
16.12	   
16.12	   search
16.12	     run=18  nbConstraintChecks=100276630  nbPropagations=4156715  nbRevisions=58276109  nbUselessRevisions=47183449
16.12	     nbAssignments=74861  nbFailedAssignments=30302  nbBacktracks=44329  nbVisitedNodes=130673  nbRestartNogoods=136
16.12	       =>  wckTime=15.299  cpuTime=15.2  mem=15M996
23.80	   
23.80	   search
23.80	     run=19  nbConstraintChecks=152005092  nbPropagations=6226085  nbRevisions=87656039  nbUselessRevisions=71029868
23.80	     nbAssignments=113101  nbFailedAssignments=46366  nbBacktracks=66499  nbVisitedNodes=198285  nbRestartNogoods=146
23.80	       =>  wckTime=22.977  cpuTime=22.88  mem=15M996
34.43	   
34.43	   search
34.43	     run=20  nbConstraintChecks=223290543  nbPropagations=9264100  nbRevisions=130417681  nbUselessRevisions=105649104
34.43	     nbAssignments=166976  nbFailedAssignments=66979  nbBacktracks=99754  nbVisitedNodes=290777  nbRestartNogoods=156
34.43	       =>  wckTime=33.607  cpuTime=33.5  mem=15M996
51.71	   
51.71	   search
51.71	     run=21  nbConstraintChecks=339729688  nbPropagations=13876964  nbRevisions=195447217  nbUselessRevisions=158338771
51.71	     nbAssignments=252152  nbFailedAssignments=102269  nbBacktracks=149634  nbVisitedNodes=440581  nbRestartNogoods=171
51.71	       =>  wckTime=50.892  cpuTime=50.78  mem=15M996
76.57	   
76.57	   search
76.57	     run=22  nbConstraintChecks=508255854  nbPropagations=20740362  nbRevisions=291902298  nbUselessRevisions=236368184
76.57	     nbAssignments=375456  nbFailedAssignments=150749  nbBacktracks=224452  nbVisitedNodes=654121  nbRestartNogoods=191
76.57	       =>  wckTime=75.745  cpuTime=75.62  mem=15M996
114.73	   
114.73	   search
114.73	     run=23  nbConstraintChecks=767783096  nbPropagations=31041719  nbRevisions=437091771  nbUselessRevisions=353821190
114.73	     nbAssignments=562893  nbFailedAssignments=225953  nbBacktracks=336679  nbVisitedNodes=980631  nbRestartNogoods=200
114.73	       =>  wckTime=113.907  cpuTime=113.75  mem=15M996
173.85	   
173.85	   search
173.85	     run=24  nbConstraintChecks=1173710208  nbPropagations=46624778  nbRevisions=657348239  nbUselessRevisions=531888552
173.85	     nbAssignments=845117  nbFailedAssignments=339828  nbBacktracks=505021  nbVisitedNodes=1472955  nbRestartNogoods=211
173.85	       =>  wckTime=173.028  cpuTime=172.84  mem=15M996
181.49	   
181.49	   search
181.50	     run=25  nbConstraintChecks=1226102313  nbPropagations=62893968  nbRevisions=887298835  nbUselessRevisions=717775578
181.50	     nbAssignments=882161  nbFailedAssignments=354520  nbBacktracks=527365  nbVisitedNodes=1537077  nbRestartNogoods=222
181.50	       =>  wckTime=180.674  cpuTime=180.47  mem=15M996
181.50	   
181.50	   global
181.50	     nbConstraintChecks=1226164643  nbPropagations=62894823  nbRevisions=887305300  nbUselessRevisions=717780901
181.50	     nbRestartNogoods=222  solvingWckTime=180.675  solvingCpuTime=180.47  expiredTime=no  totalExploration=yes
181.50	     nbFoundSolutions=0  globalCpuTime=180.88
181.50	       =>  wckTime=181.182  cpuTime=180.84  mem=15M996
181.50	   
181.50	s UNSATISFIABLE
181.50	d NODES 882161
181.50	d CHECKS 1226164643
181.50	   
181.50	   totalWckTime=181.259  totalCpuTime=180.89

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/node30/watcher-202807-1168154355 -o ROOT/results/node30/solver-202807-1168154355 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202807-1168154355/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: 0.92 1.01 1.28 4/78 26104
/proc/meminfo: memFree=1685288/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=172 CPUtime=0
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 163829416 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7016747 0 0 4096 0 0 0 0 17 1 0 0
/proc/26103/statm: 43 24 18 14 0 3 0

[startup+0.105625 s]
/proc/loadavg: 0.92 1.01 1.28 4/78 26104
/proc/meminfo: memFree=1685288/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=913068 CPUtime=0.07
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 2868 0 1 0 6 1 0 0 23 0 8 0 163829416 934981632 2614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26103/statm: 228267 2615 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.513651 s]
/proc/loadavg: 0.92 1.01 1.28 4/78 26104
/proc/meminfo: memFree=1685288/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=915328 CPUtime=0.47
/proc/26103/stat : 26103 (java) S 26101 26103 24803 0 -1 0 6888 0 1 0 43 4 0 0 16 0 8 0 163829416 937295872 6627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26103/statm: 228832 6627 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.3367 s]
/proc/loadavg: 0.92 1.01 1.28 2/85 26111
/proc/meminfo: memFree=1661296/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=1.27
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8740 0 1 0 122 5 0 0 16 0 8 0 163829416 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26103/statm: 229120 8478 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.19
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 385 0 0 0 19 0 0 0 16 0 8 0 163829425 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 916480

[startup+2.9858 s]
/proc/loadavg: 0.92 1.01 1.28 2/85 26111
/proc/meminfo: memFree=1661040/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=2.93
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8773 0 1 0 287 6 0 0 18 0 8 0 163829416 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073874422 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8510 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 393 0 0 0 20 0 0 0 15 0 8 0 163829425 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 916480

[startup+6.26201 s]
/proc/loadavg: 0.93 1.01 1.28 2/85 26111
/proc/meminfo: memFree=1660856/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=6.2
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8781 0 1 0 614 6 0 0 17 0 8 0 163829416 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803444 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8518 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 916480

[startup+12.7464 s]
/proc/loadavg: 0.93 1.01 1.28 2/85 26111
/proc/meminfo: memFree=1660856/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=12.68
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8787 0 1 0 1262 6 0 0 25 0 8 0 163829416 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826336 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8523 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 916480

[startup+25.5802 s]
/proc/loadavg: 0.95 1.01 1.27 2/85 26111
/proc/meminfo: memFree=1660856/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=25.51
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8792 0 1 0 2545 6 0 0 25 0 8 0 163829416 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8528 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 916480

[startup+51.2749 s]
/proc/loadavg: 0.96 1.01 1.27 2/85 26111
/proc/meminfo: memFree=1660856/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=51.19
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8794 0 1 0 5113 6 0 0 25 0 8 0 163829416 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8530 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 916480

[startup+102.558 s]
/proc/loadavg: 0.98 1.00 1.25 2/85 26111
/proc/meminfo: memFree=1660856/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=102.44
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8799 0 1 0 10238 6 0 0 25 0 8 0 163829416 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8535 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 916480

[startup+162.577 s]
/proc/loadavg: 0.99 1.00 1.23 2/85 26111
/proc/meminfo: memFree=1660920/2055920 swapFree=4191880/4192956
[pid=26103] ppid=26101 vsize=916480 CPUtime=162.42
/proc/26103/stat : 26103 (java) R 26101 26103 24803 0 -1 0 8802 0 1 0 16236 6 0 0 25 0 8 0 163829416 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26103/statm: 229120 8538 2524 14 0 215590 0
[pid=26103/tid=26105] ppid=26101 vsize=916480 CPUtime=0.03
/proc/26103/task/26105/stat : 26105 (java) S 26101 26103 24803 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 163829421 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26103/tid=26106] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26106/stat : 26106 (java) S 26101 26103 24803 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163829422 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26107] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26107/stat : 26107 (java) S 26101 26103 24803 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163829422 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26108] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26108/stat : 26108 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 163829425 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26109] ppid=26101 vsize=916480 CPUtime=0.2
/proc/26103/task/26109/stat : 26109 (java) S 26101 26103 24803 0 -1 64 394 0 0 0 20 0 0 0 16 0 8 0 163829425 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26110] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26110/stat : 26110 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 163829425 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26103/tid=26111] ppid=26101 vsize=916480 CPUtime=0
/proc/26103/task/26111/stat : 26111 (java) S 26101 26103 24803 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163829425 938475520 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 916480

Child status: 0
Real time (s): 181.52
CPU time (s): 181.347
CPU user time (s): 181.275
CPU system time (s): 0.071989
CPU usage (%): 99.9052
Max. virtual memory (cumulated for all children) (KiB): 916480

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

runsolver used 0.199969 s user time and 0.45593 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Jan  7 07:19:15 UTC 2007


IDJOB= 202807
IDBENCH= 3884
FILE ID= node30/202807-1168154355

PBS_JOBID= 3478445

Free space on /tmp= 66489 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202807-1168154355/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-202807-1168154355 -o ROOT/results/node30/solver-202807-1168154355 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202807-1168154355/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b25f747c4dbc5143264a82cc3adcd3fc

RANDOM SEED= 945055551

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:       1685704 kB
Buffers:         34052 kB
Cached:         216124 kB
SwapCached:        268 kB
Active:         193432 kB
Inactive:       108560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685704 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          69532 kB
Slab:            53632 kB
Committed_AS:  3385808 kB
PageTables:       1888 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= 66489 MiB



End job on node30 on Sun Jan  7 07:22:16 UTC 2007