Trace number 226372

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 ESACSAT 5.84611 5.92961

DiagnosticValue
CHECKS37644329
NODES27321

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-5_ext.xml
MD5SUMf60e642117a0f00a6741fa0d0d438fe6
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 benchmark0.369943
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/226372-1168275249/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.45	       =>  wckTime=0.11  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.66	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.66	       =>  wckTime=0.322  cpuTime=0.26  mem=15M744
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.546  cpuTime=0.41  mem=14M928
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=76081  nbPropagations=855  nbRevisions=3664  nbUselessRevisions=2517  nbSingletonTests=49
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.05  cpuTime=0.02  mem=14M928
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=47186  nbPropagations=1605  nbRevisions=7908  nbUselessRevisions=5210  nbAssignments=36
0.97	     nbFailedAssignments=17  nbBacktracks=11  nbVisitedNodes=60  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.077  cpuTime=0.04  mem=14M928
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=119229  nbPropagations=4201  nbRevisions=21063  nbUselessRevisions=13756
0.98	     nbAssignments=82  nbFailedAssignments=30  nbBacktracks=27  nbVisitedNodes=115  nbRestartNogoods=6  mapSize=20
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.096  cpuTime=0.06  mem=14M928
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=212463  nbPropagations=8172  nbRevisions=41519  nbUselessRevisions=26928
1.01	     nbAssignments=148  nbFailedAssignments=56  nbBacktracks=49  nbVisitedNodes=207  nbRestartNogoods=9  mapSize=41
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.118  cpuTime=0.07  mem=14M928
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=347347  nbPropagations=14128  nbRevisions=73255  nbUselessRevisions=47294
1.03	     nbAssignments=238  nbFailedAssignments=97  nbBacktracks=82  nbVisitedNodes=349  nbRestartNogoods=14  mapSize=71
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.14  cpuTime=0.09  mem=14M928
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=524686  nbPropagations=23020  nbRevisions=121420  nbUselessRevisions=77644
1.06	     nbAssignments=368  nbFailedAssignments=169  nbBacktracks=133  nbVisitedNodes=586  nbRestartNogoods=20  mapSize=120
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.171  cpuTime=0.12  mem=14M928
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=766022  nbPropagations=35893  nbRevisions=191343  nbUselessRevisions=121323
1.10	     nbAssignments=524  nbFailedAssignments=241  nbBacktracks=211  nbVisitedNodes=862  nbRestartNogoods=26  mapSize=186
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.208  cpuTime=0.16  mem=14M928
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=1164735  nbPropagations=54500  nbRevisions=294887  nbUselessRevisions=185958
1.16	     nbAssignments=766  nbFailedAssignments=362  nbBacktracks=326  nbVisitedNodes=1298  nbRestartNogoods=30  mapSize=288
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.27  cpuTime=0.21  mem=14M928
1.25	   
1.25	   search
1.25	     run=7  nbConstraintChecks=1734475  nbPropagations=82731  nbRevisions=452979  nbUselessRevisions=283685
1.25	     nbAssignments=1132  nbFailedAssignments=549  nbBacktracks=496  nbVisitedNodes=1968  nbRestartNogoods=36
1.25	     mapSize=432  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.36  cpuTime=0.29  mem=14M928
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=2474622  nbPropagations=123163  nbRevisions=678783  nbUselessRevisions=422323
1.37	     nbAssignments=1618  nbFailedAssignments=772  nbBacktracks=754  nbVisitedNodes=2833  nbRestartNogoods=47
1.37	     mapSize=651  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.482  cpuTime=0.4  mem=14M928
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=3527283  nbPropagations=183190  nbRevisions=1018222  nbUselessRevisions=631693
1.53	     nbAssignments=2489  nbFailedAssignments=1251  nbBacktracks=1139  nbVisitedNodes=4409  nbRestartNogoods=51
1.53	     mapSize=982  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.642  cpuTime=0.55  mem=14M928
1.55	   
1.55	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M928)
1.73	   
1.73	   search
1.73	     run=10  nbConstraintChecks=5008283  nbPropagations=268930  nbRevisions=1498727  nbUselessRevisions=927035
1.73	     nbAssignments=3580  nbFailedAssignments=1758  nbBacktracks=1716  nbVisitedNodes=6354  nbRestartNogoods=56
1.73	       =>  wckTime=0.842  cpuTime=0.74  mem=14M928
2.08	   
2.08	   search
2.08	     run=11  nbConstraintChecks=7628457  nbPropagations=404179  nbRevisions=2261059  nbUselessRevisions=1396343
2.08	     nbAssignments=5692  nbFailedAssignments=2998  nbBacktracks=2581  nbVisitedNodes=10288  nbRestartNogoods=64
2.08	       =>  wckTime=1.195  cpuTime=1.09  mem=14M928
2.53	   
2.53	   search
2.53	     run=12  nbConstraintChecks=11138640  nbPropagations=599635  nbRevisions=3364800  nbUselessRevisions=2075626
2.53	     nbAssignments=8216  nbFailedAssignments=4217  nbBacktracks=3879  nbVisitedNodes=14838  nbRestartNogoods=75
2.53	       =>  wckTime=1.641  cpuTime=1.53  mem=15M904
3.26	   
3.26	   search
3.26	     run=13  nbConstraintChecks=16700342  nbPropagations=894150  nbRevisions=5036834  nbUselessRevisions=3103612
3.26	     nbAssignments=12224  nbFailedAssignments=6273  nbBacktracks=5825  nbVisitedNodes=22119  nbRestartNogoods=87
3.26	       =>  wckTime=2.368  cpuTime=2.25  mem=15M904
4.28	   
4.28	   search
4.28	     run=14  nbConstraintChecks=24938350  nbPropagations=1326886  nbRevisions=7481728  nbUselessRevisions=4601652
4.28	     nbAssignments=17884  nbFailedAssignments=9010  nbBacktracks=8745  nbVisitedNodes=32312  nbRestartNogoods=92
4.28	       =>  wckTime=3.389  cpuTime=3.26  mem=15M904
5.89	   
5.89	   search
5.89	     run=15  nbConstraintChecks=37472389  nbPropagations=1983587  nbRevisions=11206412  nbUselessRevisions=6887139
5.89	     nbAssignments=27216  nbFailedAssignments=13962  nbBacktracks=13123  nbVisitedNodes=49380  nbRestartNogoods=96
5.89	       =>  wckTime=5.003  cpuTime=4.86  mem=15M904
5.90	   
5.91	   search
5.91	     run=16  nbConstraintChecks=37568248  nbPropagations=2641841  nbRevisions=14939644  nbUselessRevisions=9177889
5.91	     nbAssignments=27321  nbFailedAssignments=13998  nbBacktracks=13152  nbVisitedNodes=49538  nbRestartNogoods=99
5.91	       =>  wckTime=5.017  cpuTime=4.87  mem=15M904
5.91	   
5.91	   global
5.91	     nbConstraintChecks=37644329  nbPropagations=2642696  nbRevisions=14943308  nbUselessRevisions=9180406
5.91	     nbRestartNogoods=99  solvingWckTime=5.018  solvingCpuTime=4.88  expiredTime=no  totalExploration=no
5.91	     nbFoundSolutions=1  globalCpuTime=5.35
5.91	       =>  wckTime=5.569  cpuTime=5.29  mem=15M904
5.91	   
5.91	s SATISFIABLE
5.91	v 38 35 32 16 16 28 18 25 15 13 2 16 31 25 37 21 6 23 27 7 29 24 2 3 26 33 10 24 7 4 16 28 8 34 23 27 37 9 38 7 
5.91	d NODES 27321
5.91	d CHECKS 37644329
5.91	   
5.91	   totalWckTime=5.659  totalCpuTime=5.35

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/node40/watcher-226372-1168275249 -o ROOT/results/node40/solver-226372-1168275249 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226372-1168275249/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: 2.49 2.36 1.97 4/81 27047
/proc/meminfo: memFree=1073472/2055920 swapFree=4192812/4192956
[pid=27046] ppid=27044 vsize=18540 CPUtime=0
/proc/27046/stat : 27046 (runsolver) R 27044 27046 26374 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175924225 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27046/statm: 4635 279 244 17 0 2626 0

[startup+0.107111 s]
/proc/loadavg: 2.49 2.36 1.97 4/81 27047
/proc/meminfo: memFree=1073472/2055920 swapFree=4192812/4192956
[pid=27046] ppid=27044 vsize=913228 CPUtime=0.08
/proc/27046/stat : 27046 (java) R 27044 27046 26374 0 -1 0 2920 0 1 0 7 1 0 0 17 0 8 0 175924225 935145472 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27046/statm: 228307 2666 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.515162 s]
/proc/loadavg: 2.49 2.36 1.97 4/81 27047
/proc/meminfo: memFree=1073472/2055920 swapFree=4192812/4192956
[pid=27046] ppid=27044 vsize=915328 CPUtime=0.47
/proc/27046/stat : 27046 (java) R 27044 27046 26374 0 -1 0 6722 0 1 0 43 4 0 0 18 0 8 0 175924225 937295872 6461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27046/statm: 228832 6461 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33937 s]
/proc/loadavg: 2.49 2.36 1.97 4/88 27054
/proc/meminfo: memFree=1047880/2055920 swapFree=4192812/4192956
[pid=27046] ppid=27044 vsize=915464 CPUtime=1.3
/proc/27046/stat : 27046 (java) R 27044 27046 26374 0 -1 0 9104 0 1 0 123 7 0 0 24 0 8 0 175924225 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27046/statm: 228866 8842 2524 14 0 215336 0
[pid=27046/tid=27048] ppid=27044 vsize=915464 CPUtime=0.03
/proc/27046/task/27048/stat : 27048 (java) S 27044 27046 26374 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 175924229 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27049] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27049/stat : 27049 (java) S 27044 27046 26374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175924230 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27050] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27050/stat : 27050 (java) S 27044 27046 26374 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175924230 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27051] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27051/stat : 27051 (java) S 27044 27046 26374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175924233 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27052] ppid=27044 vsize=915464 CPUtime=0.2
/proc/27046/task/27052/stat : 27052 (java) S 27044 27046 26374 0 -1 64 367 0 0 0 19 1 0 0 15 0 8 0 175924233 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27053] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27053/stat : 27053 (java) S 27044 27046 26374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175924233 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27054] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27054/stat : 27054 (java) S 27044 27046 26374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175924233 937435136 8842 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98947 s]
/proc/loadavg: 2.49 2.36 1.97 4/88 27054
/proc/meminfo: memFree=1047816/2055920 swapFree=4192812/4192956
[pid=27046] ppid=27044 vsize=915464 CPUtime=2.93
/proc/27046/stat : 27046 (java) R 27044 27046 26374 0 -1 0 9116 0 1 0 286 7 0 0 25 0 8 0 175924225 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750455 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27046/statm: 228866 8853 2524 14 0 215336 0
[pid=27046/tid=27048] ppid=27044 vsize=915464 CPUtime=0.03
/proc/27046/task/27048/stat : 27048 (java) S 27044 27046 26374 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 175924229 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27049] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27049/stat : 27049 (java) S 27044 27046 26374 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175924230 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27050] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27050/stat : 27050 (java) S 27044 27046 26374 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175924230 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27051] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27051/stat : 27051 (java) S 27044 27046 26374 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175924233 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27052] ppid=27044 vsize=915464 CPUtime=0.22
/proc/27046/task/27052/stat : 27052 (java) S 27044 27046 26374 0 -1 64 378 0 0 0 21 1 0 0 15 0 8 0 175924233 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27053] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27053/stat : 27053 (java) S 27044 27046 26374 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175924233 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27046/tid=27054] ppid=27044 vsize=915464 CPUtime=0
/proc/27046/task/27054/stat : 27054 (java) S 27044 27046 26374 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175924233 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.92961
CPU time (s): 5.84611
CPU user time (s): 5.76512
CPU system time (s): 0.080987
CPU usage (%): 98.5918
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.76512
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9125
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= 1164
involuntary context switches= 1507

runsolver used 0.006998 s user time and 0.030995 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan  8 16:54:09 UTC 2007


IDJOB= 226372
IDBENCH= 5963
FILE ID= node40/226372-1168275249

PBS_JOBID= 3483264

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226372-1168275249/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-226372-1168275249 -o ROOT/results/node40/solver-226372-1168275249 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226372-1168275249/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f60e642117a0f00a6741fa0d0d438fe6

RANDOM SEED= 550020211

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.239
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.239
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:       1073888 kB
Buffers:         48012 kB
Cached:         337072 kB
SwapCached:          0 kB
Active:         655680 kB
Inactive:       250468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:         537880 kB
Slab:            60032 kB
Committed_AS:  4420176 kB
PageTables:       2828 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= 66549 MiB



End job on node40 on Mon Jan  8 16:54:15 UTC 2007