Trace number 208038

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 201.072 202.835

DiagnosticValue
CHECKS1331169532
NODES870893

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-53021_ext.xml
MD5SUM29d07ad2e9f93b7a3e17c5290c1ba262
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.0187
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
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/208038-1168074489/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=26  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.41	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.65	     nbConstraints=325  nbRelationTypes=325  nbExtensionStructures=325  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=325  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=998  maxDegree=25
0.65	     maxArity=2
0.65	       =>  wckTime=0.338  cpuTime=0.25  mem=14M786
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.532  cpuTime=0.38  mem=14M165
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=26  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0040  cpuTime=0.01  mem=14M165
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=40101  nbPropagations=456  nbRevisions=7696  nbUselessRevisions=6693  nbAssignments=27
0.90	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.052  cpuTime=0.04  mem=15M206
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=95292  nbPropagations=1532  nbRevisions=26883  nbUselessRevisions=23336  nbAssignments=65
0.92	     nbFailedAssignments=29  nbBacktracks=25  nbVisitedNodes=115  nbRestartNogoods=2  mapSize=24  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.074  cpuTime=0.06  mem=15M206
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=160304  nbPropagations=3373  nbRevisions=60259  nbUselessRevisions=52461
0.94	     nbAssignments=116  nbFailedAssignments=50  nbBacktracks=48  nbVisitedNodes=203  nbRestartNogoods=5  mapSize=47
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.098  cpuTime=0.07  mem=15M206
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=264837  nbPropagations=6309  nbRevisions=115414  nbUselessRevisions=100568
0.97	     nbAssignments=184  nbFailedAssignments=79  nbBacktracks=81  nbVisitedNodes=326  nbRestartNogoods=8  mapSize=79
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.123  cpuTime=0.09  mem=15M206
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=412853  nbPropagations=10854  nbRevisions=203598  nbUselessRevisions=177722
1.00	     nbAssignments=289  nbFailedAssignments=127  nbBacktracks=131  nbVisitedNodes=513  nbRestartNogoods=11  mapSize=127
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.153  cpuTime=0.12  mem=15M206
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=630745  nbPropagations=17684  nbRevisions=338876  nbUselessRevisions=295993
1.04	     nbAssignments=442  nbFailedAssignments=198  nbBacktracks=209  nbVisitedNodes=790  nbRestartNogoods=14  mapSize=203
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.198  cpuTime=0.16  mem=15M206
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=970774  nbPropagations=27935  nbRevisions=545772  nbUselessRevisions=476890
1.11	     nbAssignments=667  nbFailedAssignments=304  nbBacktracks=322  nbVisitedNodes=1194  nbRestartNogoods=17  mapSize=313
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.262  cpuTime=0.22  mem=15M206
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=1523670  nbPropagations=43666  nbRevisions=870489  nbUselessRevisions=760497
1.21	     nbAssignments=1005  nbFailedAssignments=467  nbBacktracks=494  nbVisitedNodes=1823  nbRestartNogoods=23
1.21	     mapSize=480  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.364  cpuTime=0.32  mem=15M206
1.34	   
1.34	   search
1.34	     run=8  nbConstraintChecks=2236843  nbPropagations=66986  nbRevisions=1355077  nbUselessRevisions=1184085
1.34	     nbAssignments=1497  nbFailedAssignments=696  nbBacktracks=750  nbVisitedNodes=2727  nbRestartNogoods=25
1.34	     mapSize=727  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.495  cpuTime=0.44  mem=15M206
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=15M206)
1.52	   
1.52	   search
1.52	     run=9  nbConstraintChecks=3258959  nbPropagations=101368  nbRevisions=2073386  nbUselessRevisions=1812303
1.52	     nbAssignments=2244  nbFailedAssignments=1053  nbBacktracks=1134  nbVisitedNodes=4101  nbRestartNogoods=33
1.52	       =>  wckTime=0.679  cpuTime=0.61  mem=15M206
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=4891076  nbPropagations=152924  nbRevisions=3155924  nbUselessRevisions=2759172
1.78	     nbAssignments=3357  nbFailedAssignments=1585  nbBacktracks=1710  nbVisitedNodes=6150  nbRestartNogoods=43
1.78	       =>  wckTime=0.939  cpuTime=0.86  mem=15M206
2.17	   
2.17	   search
2.17	     run=11  nbConstraintChecks=7409453  nbPropagations=230696  nbRevisions=4802833  nbUselessRevisions=4200432
2.17	     nbAssignments=5046  nbFailedAssignments=2403  nbBacktracks=2574  nbVisitedNodes=9298  nbRestartNogoods=48
2.17	       =>  wckTime=1.327  cpuTime=1.24  mem=15M206
2.77	   
2.77	   search
2.77	     run=12  nbConstraintChecks=11383619  nbPropagations=348143  nbRevisions=7316283  nbUselessRevisions=6399441
2.77	     nbAssignments=7596  nbFailedAssignments=3650  nbBacktracks=3871  nbVisitedNodes=14022  nbRestartNogoods=58
2.77	       =>  wckTime=1.922  cpuTime=1.84  mem=15M206
3.65	   
3.65	   search
3.65	     run=13  nbConstraintChecks=17126771  nbPropagations=525356  nbRevisions=11111404  nbUselessRevisions=9718419
3.65	     nbAssignments=11452  nbFailedAssignments=5552  nbBacktracks=5818  nbVisitedNodes=21209  nbRestartNogoods=63
3.65	       =>  wckTime=2.802  cpuTime=2.71  mem=15M206
4.96	   
4.96	   search
4.96	     run=14  nbConstraintChecks=25809123  nbPropagations=791694  nbRevisions=16831821  nbUselessRevisions=14723026
4.96	     nbAssignments=17161  nbFailedAssignments=8336  nbBacktracks=8737  nbVisitedNodes=31818  nbRestartNogoods=74
4.96	       =>  wckTime=4.116  cpuTime=4.02  mem=15M206
6.91	   
6.91	   search
6.91	     run=15  nbConstraintChecks=38686196  nbPropagations=1189920  nbRevisions=25417414  nbUselessRevisions=22236652
6.91	     nbAssignments=25622  nbFailedAssignments=12414  nbBacktracks=13116  nbVisitedNodes=47545  nbRestartNogoods=83
6.91	       =>  wckTime=6.07  cpuTime=5.96  mem=15M206
9.83	   
9.83	   search
9.83	     run=16  nbConstraintChecks=57879984  nbPropagations=1785590  nbRevisions=38299373  nbUselessRevisions=33513391
9.83	     nbAssignments=38325  nbFailedAssignments=18544  nbBacktracks=19685  nbVisitedNodes=71142  nbRestartNogoods=93
9.83	       =>  wckTime=8.986  cpuTime=8.86  mem=15M206
14.28	   
14.28	   search
14.28	     run=17  nbConstraintChecks=87481901  nbPropagations=2683811  nbRevisions=57757971  nbUselessRevisions=50545260
14.28	     nbAssignments=57619  nbFailedAssignments=27980  nbBacktracks=29537  nbVisitedNodes=107123  nbRestartNogoods=108
14.28	       =>  wckTime=13.434  cpuTime=13.29  mem=15M206
20.85	   
20.85	   search
20.85	     run=18  nbConstraintChecks=131256654  nbPropagations=4029946  nbRevisions=86949277  nbUselessRevisions=76097279
20.85	     nbAssignments=86287  nbFailedAssignments=41865  nbBacktracks=44315  nbVisitedNodes=160424  nbRestartNogoods=126
20.85	       =>  wckTime=20.005  cpuTime=19.82  mem=15M206
30.65	   
30.65	   search
30.65	     run=19  nbConstraintChecks=196946678  nbPropagations=6047570  nbRevisions=130797357  nbUselessRevisions=114489663
30.65	     nbAssignments=129294  nbFailedAssignments=62697  nbBacktracks=66483  nbVisitedNodes=240367  nbRestartNogoods=144
30.65	       =>  wckTime=29.801  cpuTime=29.56  mem=15M206
45.63	   
45.63	   search
45.63	     run=20  nbConstraintChecks=295902005  nbPropagations=9076710  nbRevisions=196609038  nbUselessRevisions=172104773
45.63	     nbAssignments=194153  nbFailedAssignments=94298  nbBacktracks=99736  nbVisitedNodes=361002  nbRestartNogoods=152
45.63	       =>  wckTime=44.783  cpuTime=44.41  mem=15M206
68.00	   
68.00	   search
68.00	     run=21  nbConstraintChecks=442937734  nbPropagations=13611708  nbRevisions=295168329  nbUselessRevisions=258400895
68.00	     nbAssignments=290678  nbFailedAssignments=140941  nbBacktracks=149614  nbVisitedNodes=540332  nbRestartNogoods=175
68.00	       =>  wckTime=67.157  cpuTime=66.57  mem=15M206
101.77	   
101.77	   search
101.77	     run=22  nbConstraintChecks=666581825  nbPropagations=20411580  nbRevisions=443277319  nbUselessRevisions=388110986
101.77	     nbAssignments=435429  nbFailedAssignments=210868  nbBacktracks=224432  nbVisitedNodes=809157  nbRestartNogoods=194
101.77	       =>  wckTime=100.926  cpuTime=100.03  mem=15M206
151.18	   
151.18	   search
151.18	     run=23  nbConstraintChecks=989442446  nbPropagations=30543026  nbRevisions=663872461  nbUselessRevisions=581366841
151.18	     nbAssignments=650294  nbFailedAssignments=313501  nbBacktracks=336660  nbVisitedNodes=1207634  nbRestartNogoods=222
151.18	       =>  wckTime=150.334  cpuTime=148.99  mem=15M206
202.81	   
202.81	   search
202.81	     run=24  nbConstraintChecks=1331169532  nbPropagations=44130014  nbRevisions=960331032  nbUselessRevisions=841101026
202.81	     nbAssignments=870893  nbFailedAssignments=420894  nbBacktracks=449840  nbVisitedNodes=1618076  nbRestartNogoods=247
202.81	       =>  wckTime=201.969  cpuTime=200.14  mem=15M206
202.82	   
202.82	   global
202.82	     nbConstraintChecks=1331169532  nbPropagations=44130040  nbRevisions=960331032  nbUselessRevisions=841101026
202.82	     nbRestartNogoods=247  solvingWckTime=201.971  solvingCpuTime=200.14  expiredTime=no  totalExploration=no
202.82	     nbFoundSolutions=1  globalCpuTime=200.58
202.82	       =>  wckTime=202.506  cpuTime=200.52  mem=15M206
202.82	   
202.82	s SATISFIABLE
202.82	v 9 16 1 25 25 4 5 8 12 14 11 6 12 12 20 5 17 16 6 1 18 13 12 22 2 8 
202.82	d NODES 870893
202.82	d CHECKS 1331169532
202.82	   
202.82	   totalWckTime=202.587  totalCpuTime=200.59

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/node23/watcher-208038-1168074489 -o ROOT/results/node23/solver-208038-1168074489 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208038-1168074489/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.01 1.03 1.00 4/93 21110
/proc/meminfo: memFree=1530488/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=18540 CPUtime=0
/proc/21109/stat : 21109 (runsolver) R 21107 21109 20910 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155843286 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21109/statm: 4635 279 244 17 0 2626 0

[startup+0.109847 s]
/proc/loadavg: 1.01 1.03 1.00 4/93 21110
/proc/meminfo: memFree=1530488/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=914988 CPUtime=0.09
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 3059 0 1 0 8 1 0 0 17 0 8 0 155843286 936947712 2805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923336 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228747 2805 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519924 s]
/proc/loadavg: 1.01 1.03 1.00 4/93 21110
/proc/meminfo: memFree=1530488/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915328 CPUtime=0.51
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 7155 0 1 0 46 5 0 0 18 0 8 0 155843286 937295872 6894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228832 6894 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915328

[startup+1.34608 s]
/proc/loadavg: 1.01 1.03 1.00 3/100 21117
/proc/meminfo: memFree=1505408/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=1.32
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8966 0 1 0 125 7 0 0 20 0 8 0 155843286 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8704 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.2
/proc/21109/task/21115/stat : 21115 (java) R 21107 21109 20910 0 -1 64 376 0 0 0 19 1 0 0 16 0 8 0 155843294 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152968358 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8704 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) 915456

[startup+2.9834 s]
/proc/loadavg: 1.09 1.05 1.01 3/100 21117
/proc/meminfo: memFree=1505344/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=2.95
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8981 0 1 0 288 7 0 0 25 0 8 0 155843286 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8717 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 17 0 8 0 155843290 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.28103 s]
/proc/loadavg: 1.09 1.05 1.01 3/100 21117
/proc/meminfo: memFree=1505344/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=6.23
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8981 0 1 0 616 7 0 0 25 0 8 0 155843286 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8717 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) R 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.7573 s]
/proc/loadavg: 1.23 1.08 1.02 3/100 21117
/proc/meminfo: memFree=1505344/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=12.68
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8981 0 1 0 1261 7 0 0 25 0 8 0 155843286 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8717 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8717 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) 915456

[startup+25.6128 s]
/proc/loadavg: 1.35 1.11 1.03 3/100 21117
/proc/meminfo: memFree=1505344/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=25.47
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8983 0 1 0 2539 8 0 0 25 0 8 0 155843286 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8718 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915456

[startup+51.2217 s]
/proc/loadavg: 1.57 1.18 1.05 3/100 21173
/proc/meminfo: memFree=1504888/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=50.85
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8983 0 1 0 5077 8 0 0 25 0 8 0 155843286 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8718 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915456

[startup+102.437 s]
/proc/loadavg: 1.83 1.32 1.11 3/100 21173
/proc/meminfo: memFree=1505016/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=101.6
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8983 0 1 0 10151 9 0 0 25 0 8 0 155843286 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8718 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 915456

[startup+162.484 s]
/proc/loadavg: 2.00 1.45 1.16 3/100 21173
/proc/meminfo: memFree=1505016/2055920 swapFree=4192812/4192956
[pid=21109] ppid=21107 vsize=915456 CPUtime=161.09
/proc/21109/stat : 21109 (java) R 21107 21109 20910 0 -1 0 8983 0 1 0 16100 9 0 0 25 0 8 0 155843286 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801392 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21109/statm: 228864 8718 2513 14 0 215334 0
[pid=21109/tid=21111] ppid=21107 vsize=915456 CPUtime=0.03
/proc/21109/task/21111/stat : 21111 (java) S 21107 21109 20910 0 -1 64 343 0 0 0 3 0 0 0 16 0 8 0 155843290 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21112] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21112/stat : 21112 (java) S 21107 21109 20910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21113] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21113/stat : 21113 (java) S 21107 21109 20910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155843291 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21114] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21114/stat : 21114 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21115] ppid=21107 vsize=915456 CPUtime=0.23
/proc/21109/task/21115/stat : 21115 (java) S 21107 21109 20910 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21116] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21116/stat : 21116 (java) S 21107 21109 20910 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21109/tid=21117] ppid=21107 vsize=915456 CPUtime=0
/proc/21109/task/21117/stat : 21117 (java) S 21107 21109 20910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155843294 937426944 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 202.835
CPU time (s): 201.072
CPU user time (s): 200.965
CPU system time (s): 0.106983
CPU usage (%): 99.131
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.965
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8990
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= 4930
involuntary context switches= 12730

runsolver used 0.280957 s user time and 0.627904 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 09:08:09 UTC 2007


IDJOB= 208038
IDBENCH= 4350
FILE ID= node23/208038-1168074489

PBS_JOBID= 3476020

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-53021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208038-1168074489/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-208038-1168074489 -o ROOT/results/node23/solver-208038-1168074489 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208038-1168074489/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  29d07ad2e9f93b7a3e17c5290c1ba262

RANDOM SEED= 421096040

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.265
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.265
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:       1530904 kB
Buffers:         43408 kB
Cached:         318624 kB
SwapCached:          0 kB
Active:         150800 kB
Inactive:       297004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:         114820 kB
Slab:            61840 kB
Committed_AS:  3774736 kB
PageTables:       2380 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= 66548 MiB



End job on node23 on Sat Jan  6 09:11:32 UTC 2007